@charset "utf-8";

@font-face {
    font-family: BetterSignature;
    src: url(../font/BetterSignatureFont.otf);
}

html, body {font-family: Raleway,Tahoma, Helvetica,sans-serif;
}

body {
    background: #fff;
    color: #fff;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

#wrap {min-height: 100%}

cite{
    font-style: italic;
}

::selection {
  background: #c69f3f; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #c69f3f; /* Gecko Browsers */
}

/**************************************************************************\
                         HEADER - MENU - CONNEXION
\**************************************************************************/

.onepage-wrapper {
    height: calc(100% - 60px);
    margin-top: 60px;
    transition: all 1000ms ease 0s !important;
}
.div_body_no_page {
    padding-top: 60px;
    transition: margin 1000ms ease 0s;
}
.overflow_hidden{
    overflow: hidden;
}

.onepage-pagination li a:before {
    background: rgba(198, 159, 63, 0.85);
}
.onepage-pagination li a.active:before{
    border: 1px solid rgba(198, 159, 63, 0.85);
}

#menu{
    z-index: 100;
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #444;
    margin-left: -300px;
    transition: all 1000ms ease 0s;
}

.menu-margin-left{
    margin-left: 0px !important;
}
.div-menu-margin-left{
    margin-left: 300px;
}

.li_parent{
    font-size: 1.6em !important;
    padding: 0.6em 1em 0.6em 0.9em !important;
}

#menuliste{
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuliste li{
    background-color: #444;
    overflow: visible;
    z-index: 100;
    line-height: 30px;
    position: relative;
}

#menuliste li:hover > a{
    border-left: 10px solid #c69f3f;
    color: #c69f3f;
}

#menuliste li a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(255,255,255,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    text-decoration:none;
    color: white;
}

#menuliste li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5;
}

#menuliste ul {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50px);
    transition: transform 0.4s;
    background-color: #444;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menuliste li:hover > ul{
    left:300px;
    visibility:visible;
    opacity:1;
    z-index: 100;
    transform: translateX(0px);
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    color: #000000;
    width: 100%;
    height: 60px;
    z-index: 1;
    transition: all 1000ms ease 0s;
}

.header__icon{
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.header__icon:after {
    content: '';
    position: absolute ;
    display: block;
    width: 1.5rem;
    height: 0;
    top: 18px;
    left: 26px;
    box-shadow: 0 5px 0 1px #c69f3f, 0 13px 0 1px #c69f3f, 0 21px 0 1px #c69f3f, 0 29px 0 1px #c69f3f;
}

.icone-header{
    width: 35px;
    height: 35px;
    margin: 12.5px 8px;
    cursor: pointer;
}

#form_login{
    display: none;
    float: right;
    margin: 15px;
    width: 525px;
}

#overflow{
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 1000ms ease 0s;
}
.overflow_show{
    z-index: 10 !important;
    opacity: 1 !important;
}

/*.header_menu{*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.header_div{*/
/*    background-color: white;*/
/*    *box-shadow: 0px 4px 10px 0px #AAA;*/
/*}*/

/*.headerdivforma {*/
/*    float: right;*/
/*    padding-top: 5px;*/
/*    padding-right: 120px;*/
/*    white-space: nowrap;*/
/*}*/

/*.headerdivforma:hover {*/
/*    color: #fff;*/
/*}*/

/*.headerdivforma:active {*/
/*    color: #ea571c;*/
/*}*/

/*nav{*/
/*    float: left;*/
/*}*/

/*.navulli {*/
/*    width: 180px;*/
/*    float: left;*/
/*    list-style-type: none;*/
/*    padding: 0 10px;*/
/*}*/

/*.navulliaimg{*/
/*    width:150px;*/
/*    height:97px;*/
/*}*/

#button_connexion{
    -ms-background: white;
    background: inherit;
    border: none;
    font-size: inherit;
    float: right;
    margin-top: 1.35em;
}

#password, #username{
    position: initial;
}

/*#transparent{*/
/*    margin-top: 0 !important;*/
/*}*/

/*#corps{*/
/*    padding: 30px;*/
/*}*/

.label-info, .badge-info {
    background-color: #04172b;
}

.sonata-blog-post-list a{
    color: #04172b;
}

.sonata-blog-post-list a:hover, .sonata-blog-post-list a:focus{
    color: #083058;
}

.btn-news{
    color: white !important;
    margin: 0px 10px;
}
.well{
    border: none;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus
select:-webkit-autofill,
select:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 100px #fff inset;
}

.accueil{
    margin-top: 30px;
    height: 1220px;
    color: black;
    max-width: 1160px;
    margin: auto;
}
.h_taille{
    width: 50%;
}
.centrer_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.width_50p{
    width: 50%;
}
.div_div_fonct{
    display: flex;
    justify-content: center;
}
.div_fonct{
    color: black;
    font-size: 25px;
    /*margin: 50px auto;*/
}
.div_fonct ul li{
    margin-bottom: 10px;
    list-style-type: none;
}

.top_14p{
    top: 14%;
}
.top_17p{
    top: 17%;
}
.top_18p{
    top: 18%;
}
.top_28p{
    top: 28%;
}
.top_26p{
    top: 26%;
}

.haut_dark_blue{
    background-color: #04172B;
}
.haut_yellow{
    background-color: #C69F3F;
}
.haut_turquoise{
    background-color: #3b988c ;
}
.haut_rouge{
    background-color: #9f291f ;
}

.liste_fonctionnalite li{
    margin: 30px;
}.img_fonct_solo{
    height: 90%;
 }
.mg_t80{
    margin-top: 80px;
}
.div_table_fonct{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.bg_light_dark_blue{
    background-color: #093462;
}
.bg_light_light_dark_blue{
    background-color: #0B4079;
}
.bg_light_gray{
    background-color: #F6F6F6;
}
.table_fonct{
    -webkit-box-shadow: 0px 0px 8px 1px #878787;
    box-shadow: 0px 0px 8px 1px #878787;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: black;
}
.table_fonct td{
    padding-right: 80px;
    padding-left: 20px;
}
.table_fonct .table_head p{
    font-size: 20px;
}
.table_footer td{
    padding-bottom: 10px;
}
.table_point{
    font-size: 18px;
}
.td_fonct{
    color: white;
}
.edito{
    color: black;
    margin-left: 120px;
    margin-right: 120px;
    /*font-size: 20px;*/
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: justify;
}

.edito p{
    margin-bottom: 20px ;
}
.text_fonct{
    color: black;
    font-size: 22px;
    text-align: justify;
    margin-bottom: 20%;
}
.edito_myWa{
    color: black;
    margin-left: 120px;
    margin-right: 120px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 60px;
    text-align: justify;
}
.edito_dec_offre{
    color: black;
    margin-left: 120px;
    margin-right: 120px;
    /*font-size: 20px;*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}
.edito_mg210{
    color: black;
    margin-left: 210px;
    margin-right: 210px;
    /*font-size: 20px;*/
    font-size: 25px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
}
.edito_mg210 p{
    margin-bottom: 20px;
}
.edito_mg250{
    color: black;
    margin-left: 250px;
    margin-right: 250px;
    /*font-size: 20px;*/
    font-size: 25px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
}
.edito_mg250 p{
    margin-bottom: 20px;
}
.edito_mg270{
    color: black;
    margin-left: 270px;
    margin-right: 270px;
    /*font-size: 20px;*/
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: justify;
}
.edito_mg270 p{
    margin-bottom: 20px;
}
.edito_rems{
    color: black;
    margin-left: 290px;
    margin-right: 290px;
    /*font-size: 20px;*/
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
.edito_rems p{
    margin-bottom: 20px;
}
.edito_rems_g{
    color: black;
    margin-left: 120px;
    margin-right: 20px;
    /*font-size: 20px;*/
    font-size: 25px;
    /*padding-top: 70px;*/
    padding-bottom: 60px;
    text-align: justify;
    width: 100%;
}
.edito_rems_g p{
    margin-bottom: 40px;
}
.edito_rems_d{
    color: black;
    margin-left: 20px;
    margin-right: 120px;
    /*font-size: 20px;*/
    font-size: 25px;
    /*padding-top: 70px;*/
    padding-bottom: 60px;
    text-align: justify;
    width: 100%;
}
.edito_rems_d p{
    margin-bottom: 40px;
}
.rems_img{
    width: 500px;
    margin-top: 2%;
}
.rems_phrase_italic{
    font-size: 35px;
    color: #1838e1;
}
.img_efy{
    width: 70%;
    margin: 10px;
}
.mg_bottom_70{
    margin-bottom: 70px;
}
.div_fonct_mywa{
    display:flex;
    justify-content: center;
    align-items: center;
}

.edito_white{
    color: white;
    margin-left: 120px;
    margin-right: 120px;
    /*font-size: 20px;*/
    font-size: 25px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
    width: 100%;
}
.edito_white_acceuil{
    color: white;
    margin-left: 120px;
    margin-right: 120px;
    font-size: 20px;
    /*font-size: 25px;*/
    /*padding-top: 70px;*/
    /*padding-bottom: 60px;*/
    text-align: justify;
}
.edito_white_cursive{
    color: white;
    margin-left: 120px;
    margin-right: 120px;
    /*font-size: 20px;*/
    font-size: 50px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
    font-family: 'Caveat', cursive !important;
}

.edito_losange{
    color: black;
    margin-left: 120px;
    margin-right: 120px;
    font-size: 20px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
}

.edito_losange_iwms{
    color: black;
    margin-right: 120px;
    font-size: 20px;
    padding-bottom: 60px;
    text-align: justify;
}
.slider_partenaire{
    background-color: #FFFFff;
    color: #000;
}
.slider_partenaire_img{
    width: 300px;
    margin: auto;
}
.w_title{
    color: white;
    font-size: 50px;
    /*margin-top: 4%;*/
    /*margin-bottom: 4%;*/
}

.w_img{
    /*width: 30%;*/
    width: 900px;
    margin-top: 2%;
}
.width_40{
    width: 40%;
}
.img_fonct{
    margin-top: 30px;
    width: 45%;
}

.bg_blue{
    font-weight: 300;
    text-align: justify;
    color: white;
    background-color: #04172b;
    /*background: linear-gradient(90deg, rgba(4,23,43,1) 0%, rgba(4,23,43,1) 15%, rgba(9,42,77,1) 50%, rgba(4,23,43,1) 85%, rgba(4,23,43,1) 100%);*/
}
.bg_green{
    font-weight: 300;
    text-align: justify;
    color: white;
    background: url(../images/seji/verdure.png) no-repeat center;
    background-size: cover;
}
.bg_green h3{
    font-size: 30px;
}
.bg_ny{
    background: url(../images/seji/bg-ny.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: 300;
    color: white;
}
.bg_ny h3{
    font-size: 35px;
}
.bg_solution_avenir{
    background: url(../images/article/accueil/bg-solution-avenir.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: 300;
    color: white;
}
.bg_solution_avenir h3{
    padding: 40px;
}

.bg_gris{
    background-color: #f5f5f5;
}

#div_solution_avenir{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#div_solution_avenir_video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#solution_avenir_video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}
#div_solution_avenir_text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#div_solution_avenir_text .regard{
    font-size: 40px;
    padding: 40px;
}
.div_solution_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.div_solution_flex_text{
    padding: 50px;
    font-size: 22px;
    text-align: justify;
}

.seji1{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    min-height: 420px;
}
.seji2{
    margin-top: 0px !important;
}

.partenaires{
    text-align: center;
}

.partenaires h2{
    font-weight: 100;
}

.partenaires img{
    height: 120px;    
    margin: 40px;
}
.partenaires p{
    text-align: justify;
    margin: 0px;
}

.confiance{
    text-align: center;
}

.confiance h2{
    font-weight: 100;
}
.confiance p{
    text-align: justify;
    margin: 0px;
}

.solutions_gris{
    color: black;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 20px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: justify;
    background: #f5f5f5;
}

.milae{
    color: black;
    margin-left: 120px;
    margin-right: 120px;
    font-size: 20px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center;
}

.proteus{
    color: black;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 20px;
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center;
}
.proteus p{
    text-align: justify;
    margin-bottom: 10px;
}
.proteus h3{
    text-align: justify;
}

.img_proteus{
    width: 480px;
    margin: 10px;
}

.iframe_newsletter{
    height: 240px;
    margin: auto;
    max-width: 770px;
}

#citation{
    text-align: center;
    padding: 30px;
}

#textCitation{
    position: absolute;
    font-family: 'Caveat', cursive;
    margin-left: -660px;
    width: 555px;
    font-size: 38px;
    margin-top: 45px;
    line-height: 35px;
}
#textCitationEdito{
    position: absolute;
    font-family: 'Caveat', cursive;
    margin-left: -660px;
    width: 555px;
    font-size: 38px;
    margin-top: 35px;
    line-height: 35px;
}

.p1{
    width: 42%;
    float: left;
}

.p2{
    width: 42%;
    float: right;
    margin-bottom: 50px;
}

.ul1{
    width: 42%;
    float: left;
}

.ul2{
    width: 42%;
    float: right;
    margin-bottom: 50px;
}

#signature{
    text-align: right;
}

#actus{
    width: 325px;
    margin: 10px 25px;
    float: left;
}

#actus h2, #livreblanc h2, #demos h2{
    text-align: center;
    font-weight: 100;
}

#actus p{
    text-align: justify;
}
#actus p a{
    font-size: 18px;
    font-weight: bold;
    color: #c69f3f;
}

#actusimg {
    width: 785px;
    height: 382px;
    background: #04172b;
    margin-left: 375px;
}

.signature{
    font-family: BetterSignature, cursive;
    font-size: 30px;
    font-weight: bold;
}

.lien_edito{
    color: #1838e1;
    text-decoration: underline;
}


#livreblanc{
    width: 340px;
    margin: 40px;
    float: left;
}

#livreblanc p{
    text-align: justify;
}
#livreblanc p b{
    font-size: 18px;
    font-weight: bold;
    color: #c69f3f;
}

#livreblancimg1{
    width: 376px;
    height: 450px;
    float: left;
    background: url(../images/article/accueil/img2.png);
}

#livreblancimg2{
    width: 360px;
    height: 450px;
    float: right;
    background: url(../images/article/accueil/img4.png);
}

#demosimg{
    width: 800px;
    height: 348px;
    float: left;
    background: url(../images/article/accueil/img3.png);
}

#demos{
    width: 300px;
    height: 322px;
    margin: 30px;
    float: left;
}

#demos p{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

#demos p b{
    font-size: 18px;
    font-weight: bold;
    color: #c69f3f;
}

#btLire {    
    padding-top: 25px;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
}

#btLire:hover {
    transform:scale(1.1);
}

#basPageAcc{
    position: relative;
    color: #6c6d6d;
    font-family: 'Caveat', cursive;
    text-align: center;
}

.reseaux{
    width: 50px;
    margin:5px;
}

.social_network:hover .reseaux{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
}
.social_network .reseaux, .social_network:hover .reseaux {
    transition: all 1s ease;
}

.alert-camileia{
    margin-left: 95px;
    margin-top: 3px;
    color: #fff;
    background-color: #c69f3f;
    z-index: 99;
    border: none;
    max-width: calc(100% - 100px);
    max-height: 60px;
}
.alert-camileia h4{
    color:#fff;
}
.grecaptcha-badge{
    display: none !important;
    bottom:80px !important;
}
.google_policy, .google_policy a{
    color: gray;
    font-size: 12px;
}

.metiers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.metier{
    width: 250px;
    margin: auto;
}
.metier_div_img{
    position: relative;
    width: 250px;
    height: 250px;
}
.metier_img{
    width: 250px;
    height: 250px;
    filter: brightness(0.8);
}
.metier_div_img h3{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 230px;
    text-align: center;
    padding: 10px;
}
.metier_div_img h3.mobility,.metier_div_img h3.smartbuilding{
    top: 65px;
}
.metier_div_img span{
    position: absolute;
    top: 200px;
    left: 0px;
    width: 250px;
    text-align: center;
    padding: 10px;
}
.metier_div_img:hover .metier_img_ensavoir {
    visibility: visible;
    opacity: 1;
}
.img_ensavoir {
    transition: .4s;
    transform: translateY(1em);
}
.metier_div_img:hover .img_ensavoir {
    transform: translateY(0);
}
.metier_div_img:hover h3 {
    display: none;
}
.metier_div_img:hover span {
    display: none;
}
.metier_img_ensavoir{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: rgba(105, 105, 105, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .4s, visibility .4s;
}
.metier_div_above{
    padding: 20px;
    text-align: center;
    font-size: 120%;
}
.metier_div_under{
    padding: 20px;
    text-align: center;
    font-size: 120%;
}
.metier_div_under div{
    font-weight: bold;
    font-size: 200%;
    text-align: center;
    margin: 10px;
}
.source_article{
    font-size: 75%;
}
.force{
    background: url(../images/article/accueil/bg-force.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
.force h3{
 display: inline-block;
}
.force_slider {
 padding-bottom: 20px;
}
.force_row{
    display: flex;
    flex-direction: row;
}
.force_cell{
    width: 250px;
    margin: auto;
    padding: 10px 0px;
    font-size: 14px;
}

#partenaire_section{
    background-color: #fff;
    color: #000;
}
.partenaire_slider_img{
    width: 200px;
    margin: auto;
}

.performance{
    background: url(../images/seji/bg-ny.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0px;
    text-align: center;
}
.performance h4{
    padding: 25px 0px;
    font-size: 20px;
}
.citation{
    font-family: 'Caveat', cursive !important;
    font-size: 22px;
}
.force_slider{
    text-align: center;
}
.force_slider_img{
    width: 100px;
    margin: auto;
}
.performance_slider{
    text-align: center;
    margin: 3% 0px;
}
.performance_slider_img{
    width: 100px;
    margin: auto;
}
.seji_slider_img{
    width: 90px;
    display: inline-block !important;
    vertical-align: middle;
}
.seji_slider h3{
    display: inline-block;
    vertical-align: middle;
}
.seji_slider div{
    padding: 10px;
    color: #2b2b2b;
}
#solution_avenir{
    width: 900px;
}
.no_padding_bottom{
    padding-bottom: 0px !important;
}

.diamonds{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.diamond{
    width: 150px;
    margin: auto;
    margin-top: 0px;
}
.diamond_div_img{
    position: relative;
    width: 150px;
    height: 150px;
}
.diamond_img{
    width: 150px;
    height: 150px;
}

.diamond_div_img_iwms{
    position: relative;
    width: 300px;
    height: 300px;
}
.diamond_img_iwms{
    width: 290px;
    height: 290px;
}
.diamond_div_img_iwms h3{
    position: absolute;
    top: 100px;
    left: 27px;
    width: 250px;
    text-align: center;
    padding: 0px;
    margin: 0;
    font-size: 26px;
    color: #fff;
}
.diamond_div_img_iwms h3 a{
    color: #fff;
}
.diamond_div_img h3{
    position: absolute;
    top: 55px;
    left: 0px;
    width: 150px;
    text-align: center;
    padding: 0px;
    margin: 0;
    font-size: 30px;
    color: #fff;
}

.diamond_div_img_seji h3{
    font-size: 25px;
}
.diamond_div_under{
    padding: 10px;
    text-align: center;
}
.diamond_div_under span{
    font-weight: bold;
    font-size: 130%;
}

#div_header{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 40vh;
    overflow: hidden;
    /*background: #04172b;*/
    /*background: linear-gradient(90deg, rgba(4,23,43,1) 0%, rgba(4,23,43,1) 15%, rgba(9,42,77,1) 50%, rgba(4,23,43,1) 85%, rgba(4,23,43,1) 100%);*/

    background: linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)),url(../images/article/accueil/bg-camileia.jpg) no-repeat center;
    /*background: url(../images/article/accueil/bg-camileia.jpg) no-repeat center;*/
    background-size: cover;
}
#div_header_video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
#header_video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}
#logo_camileia_entete{
    width: 500px;
    margin-top: 2%;
    position: absolute;
}

#div_header_text{
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*background: url(../images/article/accueil/bg-camileia.jpg) no-repeat center;*/
    /*background-size: cover;*/
    /*clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);*/
}
#div_header_text img{
    width: 30%;
}
#div_header_text h1{

}
.div_header_blue{
    height: 60%;
    text-align: center;
    font-size: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.div_header_blue p{
    margin-bottom: 50px;
}
.div_flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.div_flex_align_normal{
    align-items: normal;
}
.margin_auto{
    margin: auto;
}
.a-camileia{
    text-decoration: none !important;
}
.btn-camileia{
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-size: 20px;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #c69f3f 5%, #fac64d 100%);
    background-color: #c69f3f;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0px 1px 0px #b38f3a;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.btn-camileia:hover{
    transform: scale(1.1);
}

.btn-camileia-icon{
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
}

.btn-camileia-blue{
    background: linear-gradient(to bottom, #04172b 5%, #07294c 100%);
    background-color: #04172b;
    text-shadow: 0px 1px 0px #03101d;
}

.bg_white{
    color: black;
}

.actus{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.actu{
    width: 500px;
    margin: auto;
}

#img_div_actu{
    position: absolute;
    width: 550px;
    height: 100%;
}
#div_actu{
    margin-left: 550px;
    height: calc( 100% - 262.2px);
    text-align: justify;
    font-size: 20px;
}

#div_actu a{
    color: black;
    font-weight: bold;
}

.point_fort{
    text-align: center;
}
.point_fort img{
    height: 100%;
}
.no_margin_h1{
    margin: 0;
    padding: 10px 0px;
}

/***************************************************************************\
                                LOGO CAMIELIA
\***************************************************************************/


#logo_camileia{
    width: 50%;
    margin-top: 150px;
    position: relative;
    margin-left: -73px;
}


/******************************************************************************\
                                    TITRE
\******************************************************************************/


#entete{
    height: 350px;
    background-color: black;
    width: 100%;
    color: white;
    text-align: center;
}
#text_entete{
    line-height: 350px;
    font-size: 90px;
    font-weight: 100;
    margin: 0;
}
#text_entete_double{
    line-height: 175px;
    font-size: 90px;
    font-weight: 100;
    margin: 0;
}

.entete_vocation{
    background: url(../images/article/vocations/image-vocations.png) no-repeat center;
    background-size: cover;
}

.entete_edito{
    position: relative;
    background-color: #000000;
    background: linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(0, 0, 0) 15%, rgb(70, 70, 70) 50%, rgb(0, 0, 0) 85%, rgb(20, 20, 20) 100%);
}

#kb_edito{
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 100%;
}

.entete_seji{
    /*background: url(../images/seji/seji.png) no-repeat center;*/
    background: url(../images/seji/wms_header.png) no-repeat center;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-color: #04172B !important;
}
.entete_milae{
    /*background: url(../images/milae/fond-milae.png) no-repeat center;*/
    background: url(../images/milae/rem_header.png) no-repeat center;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-color: #04172B !important;
}
.entete_energy{
    /*background: url(../images/milae/fond-milae.png) no-repeat center;*/
    background: url(../images/energy/ems_header.png) no-repeat center;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-color: #04172B !important;
}
.entete_utsy{
    /*background: url(../images/utsy/fond-utsy.png) no-repeat center;*/
    /*background-size: auto 100%;*/
    background: url(../images/utsy/bms_header.png) no-repeat center;
    background-size: cover;
    background-color: #04172B !important;
}
.entete_mywa{
    background: url(../images/mywa/header.jpg) no-repeat center;
    background-size: auto 100%;
    background-color: #9f291f !important;
}
.entete_contact{
    background: url(../images/Visuel_source_camileia.png) no-repeat center;
    background-size: cover;
}
.entete_mms{
    background: url(../images/gmao/mms_header.png) no-repeat center;
    background-size: cover;
}
.entete_ressource{
    background: url(../images/ressources/header-ressources.jpg) no-repeat center;
    background-size: cover;
}
.entete_actualite{
    background: url(../images/article/actualites.jpg) no-repeat center;
    background-size: cover;
}


.entete{
    margin-top: 65px;
}

.entetesolution{
    filter: brightness(65%);
}

.enteteTitre{
    position: absolute;
    width: 100%;
}

#presentation{
    margin-top: 25px;
    width: 100%;
    font-family: Raleway,Tahoma, Helvetica,sans-serif;
}

#div_presentation{
    margin-top: 25px;
    width: 100%;
    font-family: Raleway,Tahoma, Helvetica,sans-serif;
}

#nompage{
    position: absolute;
    margin-top: 260px;
    margin-left: 100px;
    font-family: Raleway,Tahoma, Helvetica,sans-serif;
}


.div_hr_titre{
    width: 25%;
    margin-left: 38%;
}

.div_small_hr{
    width: 4%;
    margin-left: 48%;
}

.div_medium_hr{
    width: 8%;
    margin-left: 46%;
}

.div_hr_nompage{
    width: 55%;
}

.titre_div{
    vertical-align: middle;
    color: #c69f3f;
    margin-left: 2%;
}

.small_hr{
    border-color: #8C8C8C;
    margin: 0;
}

.white_small_hr{
    border-color: #8C8C8C;
    margin: 0;
}

.medium_hr{
    border-color: #c69f3f;
    margin: 0;
}

.hr_titre{
    border-color: #c69f3f;
}

.hr_nompage{
    border-color: black;
}

.titremenu{
    color: #c69f3f !important;
    cursor: pointer; 
    font-size: 1.2em !important;
    width: 60px;
    margin: 0;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.separateur{
    padding: 50px 0 0 0;
    clear: both;
}



/*******************************************************************\
                            IMG
\*******************************************************************/
#imgEntete{
    width: 100%;
}

#logoEntete{
    margin-top: -24%;
    width: 30%;
}

.titreEntete{
    display: block;
    text-align: center;
    margin-bottom: -115px;
}
#guillemets{
    margin-top: -16%;
    margin-right: 370px;
    width: 60px;
}

.img {
    border: 0;
    float: left;
}

#imgLogoSolutions{
    text-align: center;
}

#imgLogoSolutions img{    
    margin: 40px;
    width: 70%;
}

#image_losange_camileia{
    width: 5%;
}

#image_camileia_krim_bechina{
    float: left;
    border-right: 3px solid white;
    margin-right: 66%;
    width: 100%;
}

#solution_sms_image{
    max-width: 100%;
    height: auto;

}

.zone_click{
    border: none;
}

#download{
    margin: auto;
    width: 300px;
    display: block;
    margin-bottom: 30px;
}

.imgPopUp{
    width: 98%;
}

.petiteImgPopUp{
    display: block;
    margin: 20px auto 20px auto;
}

#video_seji{
    width: 45%;
    float: right;
    margin-top: -60px;
}
/**********************************************************************\
                                Contenu
\**********************************************************************/

.texte_bleu{
    color: #c69f3f;
    font-weight: bold;
}

.articleulli{
    list-style-image: url(../images/puce/puce.png);
}

.article{
    *padding: 50px 10px 10px;
    font-size: 16px;
    color: rgb(61,61,59);
    min-height: 560px;
    background: #ffffff;
    *margin-top: 7%;
}

.articleonglet{
    padding: 0 10px 10px;
    font-size: 16px;
    color: rgb(61,61,59);
}

#adresse1{
    color: black;
}

.articledivdivh1 {
    padding: 20px 0 30px;
   background-image: url(../images/article/titre/titre.png);
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: 0 25px;

    -webkit-background-size: 800px 55px;
    -moz-background-size: 800px 55px;
    background-size: 800px 55px;
    width: 800px;
    height: 55px;
    color: #ea571c;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
}

.articleSMS{
    padding: 20px 10px 30px;
    width: auto;
    height: auto;
    color: #3d3d3b;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-size: 2.6vw;
    font-weight: normal;
    text-align: center;
}

#articleSMS{
    padding: 0;
    line-height: initial;
    text-align: center;
    margin-top: -16%;
    font-size: 90px;
    font-weight: 100;
    margin-bottom: 100px;
}

#articleSMS1{
    padding: 20px 10px 30px;
    width: auto;
    height: auto;
    color: #3d3d3b;
    font-family: 'Caveat', cursive !important;
    font-weight: normal;
    text-align: center;
}

.articleSMS2{
    padding: 0;
    line-height: initial;
    text-align: center;
}

.articleh1 {
    padding: 20px 10px 30px;
    width: auto;
    height: auto;
    color: #3d3d3b;;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-weight: normal;
}

.articleh2 {
    padding: 20px 10px 30px;
    background-image: url(../images/article/titre/titre.png);
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: 10px 25px;
    -webkit-background-size: 885px 60px;
    -moz-background-size: 885px 60px;
    background-size: 885px 60px;
    width: 885px;
    height: 60px;
    color: #3d3d3b;;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

.articleh12 {
    padding: 40px 10px 30px;
    background-image: url(../images/article/titre/titre.png);
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: 25px 85px;
    -webkit-background-size: 885px 60px;
    -moz-background-size: 885px 60px;
    background-size: 885px 60px;
    width: 885px;
    color: #3d3d3b;;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}



.lienmenu{
    color: white;
}

#transparent {
    background:#fff;
    background-color: rgba(255, 255, 255, 0.75);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1060px;
}

.text_presentation_camileia{
    background: black;
    color: white;
    padding: 4% 9%;
    margin-right: -72px;
    margin-left: -85px;
}

#présentation_krim_bechina{
    background: #000000;
    margin-left: -4%;
    margin-right: -4%;
}

#krim_bechina{
    color: #ffffff;
    padding: 2% 2%;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
}

.row:after {
    clear: both;
}

#solution_sms_div{
    width: 60%;
    margin: auto;
}

.property_sms_div{
    width: 45%;
    margin: auto;
}

#text_image_sig{
    display: flex;
}

.logo_store{
    height: 65px;
    border-radius: 10px;
    margin-top: 50px;
}

.centrer{
    text-align: center !important;
}

.table_fonctionalite{
    width: 100%;
    height: 100%;
}
.table_fonctionalite .vertical{
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-align: center;
}
.table_fonctionalite tr:hover {
     background-color: rgba(255,255,255,0.3);
}





/***********************************************************\
                        FOOTER
\***********************************************************/

.footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #04172B;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.footerdiv{
    color: #FFF;
    margin-left: auto;
    width: inherit;
}

#logo_camileia_footer{
    width: 280px;
    position: relative;
}

#logo-footer {
    float: right;
    margin-top: -5px;
    border: 0;
}

#slogan {
    white-space: nowrap;
    padding-right: 20px;
    color: black;
}

#copyright {
    white-space: nowrap;
    font-size: 0.7em;
    color: white;
    margin-top: 10px;
}

#copyright a{
    color: white;
}

#mention_legale_footer {
    white-space: nowrap;
    float: right;
    font-size: 0.8em;
    padding-top: 0px;
    padding-left: 560px;
    margin-top: 7px;
    color: black;
}

.div_presentation_camileia {
    padding-left: 20px;
    font-family: Raleway,Tahoma, Helvetica,sans-serif;
}

.margeTop {
    margin-top: 30px;
}

/****************************************************************\
                    MENTION LEGALE
\****************************************************************/

#mention_légale{
    font-size: small;
    padding: 2% 6%;
    margin-left: -4%;
    margin-right: -4.2%;
}

#hebergeur_site{
    margin-left: auto;
}

#infos_juridique{
    margin-left: auto;
}

#center {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

#btn-search {
    margin-bottom: 0;
    border-radius: 0 15px 15px 0;
}

#navpro {
    margin-top: 120px;
    margin-left: 80px;
    margin-right: auto;
    width: 940px;
}



#corps_presentation{
    padding-left: 8%
}

#titre_div_test{
    color: #c69f3f;
    font-weight: normal;
    font-size: xx-large;
    position: absolute;
    top: 30%;
    left: initial;
    margin-left: 3%;
}

#image_haut_page{
    position: fixed;
    width: 70px;
    bottom: 5px;
    right: 5px;
    opacity: 0.7;
    z-index: 999999;
}

#w_emplacement{
    position: fixed;
    width: 200px;
    top: 7%;
    right: 0;
}
.rems_schema_div{
    display: flex;
    align-items: center;
}

/****************************************************************\
                    PAGE : NOS VOACATIONS
\****************************************************************/

#contentVocations{
    background: url(../images/article/vocations/mains.png) no-repeat center;
    background-size: cover;
    padding: 90px 120px;
    margin-bottom: 40px;
}

#contentVocations p{    
    font-size: 22px;
    text-align: justify;
}

#contentVocations h3{ 
    text-align: center;
    font-size: 43px;
    margin-top: 80px;
}

/****************************************************************\
                        SOLUTIONS
\****************************************************************/
#pointsForts{
    padding-top: 3%;
    width: 55%;
}

#listPointsForts, #listSeji, #listMilae, #listUtsy{
    list-style: none;
    padding:0;
    margin:0;
    text-align: left;
}

#listPointsForts li, #listSeji li, #listMilae li, #listUtsy li { 
    padding-left: 1em; 
    text-indent: -1.8em;
    line-height: 25px;
}

#listPointsForts li:before, #listSeji li:before {
    content: "• ";
    font-size: 120%;
    color: #1838e1;
}

#listMilae li:before {
    content: "• ";
    font-size: 120%;
    color: #2cb4b4; 
}

#listUtsy li:before {
    content: "• ";
    font-size: 120%;
    color: #D5A445; 
}

#txtVerdure{
    color: white;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
}

.adopte{
    color: #000;
    font-weight: bold;
    font-size: 35px;
    margin: 28px;
    text-align: center;
}

.title_fonct{
    color: #000;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 30%;
    text-align: center;
}


.accrocheMilae{
    color: #2cb4b4;
    font-weight: bold;
    font-size: 35px;
    margin: 28px;
    text-align: center;
}

.accrocheMywa{
    color: #2cb4b4;
    font-weight: bold;
    font-size: 30px;
    margin: 28px;
    text-align: center;
}

.livre_blanc{
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.section_livre_blanc{
    padding-top: 20px !important;
}

/***********  VERSION  SEJI ************/
#btDecouvrir{
    width: 60%;
}

#contentVersionSeji{
        height: 250px;
}

.SejiVersion{
  float: left;
  width: 20%;
}

#contenuSejiGlobal{
    height: 800px;
    max-width: 1400px;
    margin: auto;
}

#contenuSejiFacility{
    height: 640px;
}

#contenuSejiH{
    height: 440px;
}

.contenuSeji_1{
    height: 240px;
}

.contenuSeji{
  float: left;
  width: 25%;
  display: table;
}

.contenuSeji .img_img{
    height: 200px;  
    filter: brightness(70%);
}

.contenuSeji .img_wrap h3{  
    text-align: center;
    color: white;
    margin-top: -120px;    
    position: absolute;
    width: inherit;
    font-size: 27px;
    padding: 0 22px;
    box-sizing: border-box;
}

#contenuMywaGlobal{
    min-height: 750px;
    max-width: 1400px;
    margin: auto;
}

.contenuMywa{
  float: left;
  width: 33%;
  display: table;
}

.contenuMywa.First{
  width: 34%;
}

.contenuMywa .img_img{
    height: 250px;
    filter: brightness(70%);
}

.contenuMywa .img_wrap h3{
    text-align: center;
    color: white;
    margin-top: -140px;
    position: absolute;
    width: inherit;
    font-size: 27px;
    padding: 0 22px;
    box-sizing: border-box;

}

.SejiVersion .img_wrap h3{
    text-align: center;
    color: white;    
    margin-top: -93px;
    position: absolute;
    width: inherit;
    font-size: 34px;
}

#contenuMilae{
    height: 430px;
    max-width: 1400px;
    margin: auto;
}

#contenuUtsy{
    height: 630px;
    max-width: 1400px;
    margin: auto;
}

.img_img{
    width: 100%;
}

.SejiVersion .img_wrap .img_img{
    height: 220px;
    filter: brightness(75%);
}

.img_wrap {
  position: relative;
  width: 100%;
}

.img_description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(105, 105, 105, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* transition effect. not necessary */
  transition: opacity .4s, 
  visibility .4s;
}

.img_description_layer_mywa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(105, 105, 105, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* transition effect. not necessary */
  transition: opacity .4s,
  visibility .4s;
  font-weight: bold;
  padding: 0px 5%;
}

.img_wrap:hover .img_description_layer {
  visibility: visible;
  opacity: 1;
}

.img_wrap:hover .img_description_layer_mywa {
  visibility: visible;
  opacity: 1;
}

.img_description {
  transition: .4s;
  transform: translateY(1em);
}

.img_wrap:hover .img_description {
  transform: translateY(0);
}

.img_wrap:hover h3 {
  display: none;
}

.UGAP_City{
    width: 340px;
    vertical-align: middle;
}

.p_UGAP{
    text-align: center;
    margin-bottom: 0px;
}


/******  ZOOM *******/
.slideshow {
    margin: auto;
}
.slideshow2{
    margin: auto;
    height: 510px;
    width: 45%;

}
.slideshow input, .slideshow2 input, .schemaUTSY input{
    position:absolute; 
    left:-9999px; 
    display:none;
}

label.toggle {
    display:block; 
    width:100%; 
    margin:10px; 
    position:relative; 
    float:left; 
    -webkit-transition: 0s 1s;
    -moz-transition: 0s 1s;
    -o-transition: 0s 1s;
    transition: 0s 0.7s;
}
label.toggle img {
    cursor: zoom-in;
    display:block; 
    width:100%;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 0.7s ease-in-out;
}
.slideshow input:checked + label, .slideshow2 input:checked + label, .schemaUTSY input:checked + label{
    z-index:100;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.slideshow input:checked + label img {
    -webkit-transform:translate(-130px) scale(2);
    -moz-transform:translate(-130px) scale(2);
    -o-transform:translate(-130px) scale(2);
    transform:translate(-130px) scale(2);
    cursor: zoom-out;
}

.slideshow2 input:checked + label img {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    cursor: zoom-out;
}

.schemaUTSY input:checked + label img {
    -webkit-transform:translate(-525px, -120px) scale(3);
    -moz-transform:translate(-525px, -120px) scale(3);
    -o-transform:translate(-525px, -120px) scale(3);
    transform:translate(-525px, -120px) scale(3);
    cursor: zoom-out;
}



/*********** POP UP **************/
.modal{
    color: black;
    width: 900px;
    margin-left: -450px;

}

.img_modal{
    width: 80%;
    margin: 0px 10%;
}

.modal-header {
    background: #04172b;
    color: white;
}

.modal h3{    
    text-align: center;
}

.modal-body{
    max-height: 450px;
    padding: 25px 45px;
    text-align: justify;
    font-size: 18px;
}

.close{
    color: white;
}



.MILAEmodDiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.MILAEmod{
    width: 198px;
    margin: 21px;
    height: 155px;
    text-align: center;
    margin-top: 10px;
}

/********* Contact *********/
#formulaireContact{
    color: black;
    background-color: #dfdfdf;
}

#formulaireContact table{
    margin: auto;
    width: 1000px;
}

#formulaireContact table td,
#popupFormulaire table td {
    margin: auto;
    width: 33%;
}

#formulaireContact input, #formulaireContact textarea, #formulaireContact select,
#popupFormulaire input, #popupFormulaire textarea, #popupFormulaire select {
    background-color: #4a4a4a;
    border: 2px solid #000;
    padding: 8px 15px;
    border-radius: 0px;
    color: #dcdcdc;
    font-size: 16px;
    width: -webkit-fill-available;
    width: -moz-available;
    box-sizing: border-box;
}

#popupFormulaire input, #popupFormulaire textarea, #popupFormulaire select{
    width: 100%;
}

#formulaireContact select,
#popupFormulaire select{
    height: 40px;
}

#formulaireContact input[type="submit"]:hover,
#popupFormulaire input[type="submit"]:hover{
    background-color: #dcdcdc;
    color: #4a4a4a;    
    font-weight: bold;
}

#popupFormulaire{
    color: black;
    background-color: #dfdfdf;
    padding: 20px;
}

#popupFormulaire table{
    margin: auto;
    width: 100%;
}

#btEnvoyer{
    width: auto !important;
    margin: auto;
    display: block;
    background-color: #4a4a4a;
    border: 2px solid #000;
    padding: 8px 15px;
    border-radius: 0px;
    color: #dcdcdc;
    font-size: 16px;
}

#btEnvoyerDoc{
    width: auto !important;
    margin: auto;
    display: block;
    background-color: #4a4a4a;
    border: 2px solid #000;
    padding: 8px 15px;
    border-radius: 0px;
    color: #dcdcdc;
    font-size: 16px;
}
#adresse{
    width: 380px;
}

#adresseCamileia{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.whitespace{
    margin-top: 200px;
}

#map {
        width: 100%;
        height: 500px;
}

#contentMarker{
    color: black;
}

#contentMarker h1{
    color: #c69f3f;
}

#img_map{
    width: 800px;
    max-width: 100%;
}

#mentionsLegal h2{
    text-decoration: underline;
}

#mentionsLegal table{
    width: 100%;
    font-size: 17px;
}

#mentionsLegal table td{
    vertical-align: top;
}

.logoMywa{
    width: 400px;
    max-width: 97%;
}

.logoGooglePlay{
    width: 330px;
    max-width: 97%;
    display: block;
    margin-bottom: 30px;
    margin: auto;
}

.logoAppStore {
    width: 290px;
    max-width: 97%;
    display: block;
    margin-bottom: 30px;    
    margin: auto;
}

#synthese{
    color: black;
    margin-bottom: 20px;
    text-align: center;
}

#synthese table{
    margin: auto;
    width: 70%;
    background-color: #ddd;    
    margin-top: 40px;
}

#synthese td{
    width: 50%;
}

#synthese .gauche{
    text-align: left;
    padding: 20px 10px 20px 30px;
}

#synthese tr:nth-child(odd) {
    background-color: #fff;
}

#synthese td:nth-child(1){
    border-right: 2px solid #8c8c8c;
}

#synthese tr:nth-child(1) td{
    border: 0px solid #8c8c8c;
}

#imgEFY{
    margin-bottom: 20px;
    text-align: center;
}

#imgEFY img{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#imgMywa{
    max-width: 1400px;
    width: 100%;
    table-layout: fixed ;
    margin: auto;
}
#imgMywa img{
    width: 100%;
    padding: 0% 5%;
}

.text_mywa{
    color: #3f6e75;
}

.cacher{
    display: none;
}

.img_miniature_news{
    float: left;
    margin: 10px 10px 0 0;
}

.sonata-blog-post-information{
    clear: both;
}

/* Bouton partage Google+ */
#plusone {
    margin-top: 4px !important;
}

.ui-autocomplete{
    z-index: 1051 !important;
}

/****************************************************************\
                    LOGIN PAGE
\****************************************************************/

.body_download{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #04172B;
    background: url(../images/article/accueil/bg-camileia.jpg) no-repeat center;
    background-size: cover;
    font-family: Raleway ,Tahoma, Helvetica,sans-serif;
    color: white;
}

#container_download{
    height: 80%;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.img_login{
    height: 80px;
}
#div_download{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #04172be6;
    color: #ffffff;
}
#copyright_login{
    background-color: #04172be6;
}
.icon_login{
    background-color: #494a4a;
    height: 30px;
    border: none;
}
.input_login{
    height: 44px;
    border: none;
    width: 200px !important;
}
.btn_login,.btn_login:hover{
    color: #fff;
    background-color: #494a4a;
    text-shadow: none;
    border: none;
    background-image: linear-gradient(to bottom, #494a4a , #494a4a);
    height: 35px;
    width: 120px;
    font-weight: bold;
}
.spacer_login{
    height:50px;
}
.input-group-login{
    display: inline-table;
    vertical-align: middle;
}
.input-group-login span{
    width: auto;
}
.btn_connect{
    background-color: #494a4a;
    text-shadow: none;
    border: none;
    background-image: linear-gradient(to bottom, #494a4a , #494a4a);
    height: 65px;
    width: 65px;
}
.img_connect{
    height: 40px;
}
.text_log{
    font-size: 20px;
    font-weight: bold;
}

/******* Slider *********/

.slider{
    width: 100%;
    height: 250px;
    margin: 10px 0px;
}


.slider__img{
    height: 250px;
    filter: grayscale(0.8);
    margin: auto;
}

.slick-current img{
    filter: grayscale(0);
}

/******* Cookie *********/
#div_cookie{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background: #444444f0;
    padding: 15px 100px;
    line-height: 25px;
}
#cross_cookie{
    float: right;
}

/**************************************************************************\
                         RESSOURCES
\**************************************************************************/
.img_ressources{
    width: 100%;
    max-width: 320px;
}
.section_ressources{
    background: url(../images/article/accueil/bg-solution-avenir.jpg) no-repeat center;
    background-size: cover;
    margin: 0px;
    padding: 30px 120px;
    text-align: justify;
    font-size: 20px;
    color: white;
}
.section_ressources p{
    margin: 40px 0px;
}
#basPageRessources{
    position: relative;
    color: #fff;
    font-family: 'Caveat', cursive;
    text-align: center;
}
#basPageRessources hr{
    border-color: #fff;
}


.lien_milae{
    color: #2cb4b4;
}
.lien_utsy{
    color: #D5A445;
}
.color_grey{
    color: #6c6d6d;
}
.color_link{
    color: #0b58a2;
}
.color_black{
    color: black;
}
.color_bg{
    color: #04172B;
}
.font_16{
    font-size: 16px;
}
.width_height_100{
    width: 100%;
    height:100%;
}
.width_100{
    width: 100% !important;
}
.width_38{
    width: 38%;
}
.width_auto{
    width: auto;
}
.text_upper{
    text-transform:uppercase;
}
.text_lower{
    text-transform:lowercase;
}
.text_capitalize{
    text-transform: capitalize;
}
#vert_1{
    height: 400px;
}
#schema_utsy{
    height: 310px;
    padding-top: 81px;
}
.label_schema_utsy{
    height: 310px;
    margin: 0px !important;
}
.contenuUtsyMargin{
    margin-top: -110px;
}
.clear_both{
    clear: both;
}
.margin_left_0{
    margin-left: 0;
}
.width_200{
    width: 200%;
}

.lien_edito:hover{
    color: #000 !important;
}

#list_edito{
    margin: 0px 108px;
    min-height: 82px;
}
#guillemet_edito{
    position:relative;
    padding-bottom: 2%;
}
#guillemet_edito{
    position:relative;
    padding-bottom: 1%;
}
#a_politique_conf{
    color: #0088cc;
    font-size: 20px;
    text-decoration: underline;
}
#eagle_hand{
    margin: 5px;
    height: 250px;
}

.partenaires2{
    margin-bottom: 40px;
    text-align: center;
}

#basPageVoc{
    position: relative;
    color: #ffffff;
    font-family: 'Caveat', cursive;
    text-align: center;
    margin-top: 20px;
}
#basPageVoc h3{
    font-size: 24.5;
    margin: 0;
}

.text_anim{
    opacity: 1;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 1.5s;
}

@keyframes titleAnimation {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Style Checkbox*/
[type="checkbox"].filled-in:not(:checked),
[type="checkbox"].filled-in:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"].filled-in {
    /* checkbox aspect */
    width: auto !important;
}

[type="checkbox"].filled-in + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


[type="checkbox"].filled-in:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"].filled-in:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #04172B;
    border-bottom: 2px solid #04172B;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}


[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #04172B;
    background-color: #04172B;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #04172B;
    border-color: #04172B;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

[type="checkbox"].filled-in-center + span:not(.lever) {
    padding-left: 21px;
}




.div_iots{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}
.div_iot{
    max-width: calc(100% - 50px);
    width: 400px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 20px;
}
.iot_name{
    color: #04172B;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    height: 100px;
    overflow: hidden;
}
.iot_img{
    margin-bottom: 10px;
    max-width: 100%;
}
.iot_shortdescr{
    font-size: 80%;
    color: black;
    margin-bottom: 10px;
    height: 75px;
    overflow: hidden;
}
.iot_shortdescr p{
    margin: 0;
}

.font_size_bigger{
    font-size: 120%;
}