@charset "utf-8";

html, body {height: 100%; font-family: Raleway,Tahoma, Helvetica,sans-serif;
}
#wrap {min-height: 100%}

cite{
    font-style: italic;
}

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

/**************************************************************************\
                         HEADER - MENU - CONNEXION
\**************************************************************************/
#nav{
    width: 98%;
    height: 65px;
}


.menulisteli{
    color: black;
    background-color: #444;
    overflow: visible;
  position: fixed;
  z-index: 100;
}

#mp-menu{
    z-index: 100;
}

#mp-pusher #menuliste{
  text-decoration: none;
  list-style-type: none;
}

#mp-pusher #menuliste li a{
  text-decoration: none;
}


#mp-pusher #menuliste li{
  line-height: 30px;

}

#mp-pusher li:hover > a{
  border-left: 10px solid #7bcac7;    
  color: #7bcac7;
}

.menu ul{
    list-style: none;
}
.menu li{
    position:relative;
}

.menu a{
    display:block;
    text-decoration:none;
    padding:10px 0 10px 15px;
    background-color: #444;
    color: white;
    transition:0.4s;
}
.menu li:hover > a{
    *background:#03213d;
    color:#fff;
}

.menu ul ul {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50px);    
    transition: transform 0.4s;
    padding: 0px;
    background-color: #444;
}
.menu li:hover > ul{
    left:300px;
    visibility:visible;
    opacity:1; 
    z-index: 100;   
    transform: translateX(0px);
}

#header {
    position: fixed;
    *left: 0;
    background: rgba(255, 255, 255, 0);
    color: #FFFFff;
    margin-right: auto;
    width: 1400px;
}

.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;
}

.sonata-blog-post-list a{
    color: #7bcac7;
}

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

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

section.accueil{
    margin-top: 30px;
    height: 1220px;
    color: black;
    margin-left: 120px;
    margin-right: 120px;
}

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

section.partenaires{
    text-align: center;
}

section.partenaires h2{    
    font-weight: 100;
}

section.partenaires img{
    height: 120px;    
    margin: 40px;
}

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

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

#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;
}

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

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

#signature{
    text-align: right;
}

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

#edito h2, #vocations h2, #solutions h2{
    text-align: center;
    font-weight: 100;
}

#edito p{
    text-align: justify;
}

#editoimg {
    width: 785px;
    height: 382px;
    float: right;
    background: url(../images/article/accueil/img1.png);
}

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

#vocations p{
    text-align: justify;
}

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

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

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

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

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

#solutions p a{
    font-size: 18px;
    font-weight: bold;
    color: #7bcac7;
}

#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;
}

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


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


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

.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;
}

#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: #7bcac7;
    margin-left: 2%;
}

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

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

.hr_titre{
    border-color: #7bcac7;
}

.hr_nompage{
    border-color: black;
}

.titremenu{
    color: #7bcac7 !important;
    cursor: pointer; 
    font-size: 1.2em !important;
    width: 60px;
}

.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: 325px;
    display: block;
    margin-bottom: 30px;
}

.imgPopUp{
    width: 98%;
}

.petiteImgPopUp{
    display: block;
    margin: 20px auto 20px auto;
}
/**********************************************************************\
                                Contenu
\**********************************************************************/

.texte_bleu{
    color: #7bcac7;
    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;
}

.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;
}


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

.footer {
    margin: auto;
    text-align: center;
}

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

#logo_camileia_footer{
    width: 240px;
    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: #7bcac7;
    font-weight: normal;
    font-size: xx-large;
    position: absolute;
    top: 30%;
    left: initial;
    margin-left: 3%;
}

#icone-home{
    margin-top: 18px;
}

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

/****************************************************************\
                    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;
    position: absolute;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    margin: 0 100px;
    margin-top: -12vw;
    line-height: 3vw;
}

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


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

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

#contentVersionSeji{
        height: 250px;
}

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

#contenuSejiGlobal{
    height: 800px;
}

#contenuSejiFacility{
    height: 640px;
}

#contenuSejiH{
    height: 440px;
}

.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;

}

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

#contenuMilae{
    height: 430px;
}

#contenuUtsy{
    height: 630px;
}

.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_wrap:hover .img_description_layer {
  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;
}


/******  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;

}

.modal h3{    
    text-align: center;
}

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

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

/********* Contact *********/
#formulaireContact{
    color: black;
    background-color: #dfdfdf;
    margin: 20px;
    padding: 20px;
    margin-top: 10%;
}

#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;
}

#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;
}
#adresse{
    width: 380px;
}

#adresseCamileia{
    margin-top: -200px;
    position: absolute;
    margin-left: 50%;
    left: -190px;
}

.whitespace{
    margin-top: 220px;
}

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

#contentMarker{
    color: black;
}

#contentMarker h1{
    color: #7bcac7;
}

#mentionsLegal h2{
    text-decoration: underline;
}

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

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

.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: 30px;
}

#imgEFY img{
    width: 100%;
}

.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_login{
    background: url("../images/login/background_dubai-2ee0d2b31f89d89cf071d4fad46b436b.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: Verdana, Tahoma, Helvetica,sans-serif;
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container_login{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.img_login{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 140px;
    margin: 20px;
}
.img_w{
    height: 220px;
    padding: 5px;
    margin-bottom: 20px;
}
#login_gris{
    background-color: rgba(238, 239, 239, 0.88);
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    color: #494a4a;
    display: flex;
    flex-direction: column;
    align-items: center
}
.form_login{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon_login{
    background-color: #494a4a;
    height: 30px;
    border: none;
}
.input_login{
    height: 44px;
    border: none;
    width: 200px !important;
}
.input_reset{
    height: 44px;
    border: none;
    width: 250px;
    height: 34px;
    margin-bottom: 15px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.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;
    font-weight: bold;
    padding: 6px 16px;
    margin-bottom: 10px;
}
.spacer_login{
    height:50px;
}
.line_login{
    border-bottom: 2px solid #494a4a;
    width: 100%;
    margin: 24px 0px;
    height: 0px;
}
.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;
}

.btn-langue{
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 0px;
    height: 70px;
    background-color: rgba(238, 239, 239, 0.88);
    border:0px;
    z-index: 10;
    background-image: none;
    color: #494a4a;
    outline: none;
}

.btn-langue:hover,.btn-langue:active,.btn-langue:focus{
    background-color: #494a4a;
    color: white;
    background-image: none;
    outline: none;
}
.select-menu-lang{
    border-radius: 0px;
    background: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.select-menu-lang li{
    color: #494a4a;
}
.select-menu-lang li a{
    color: #494a4a;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding: 3px;
}
.select-menu-lang li:hover,.select-menu-lang li:active,.select-menu-lang li:focus{
    background-color: #494a4a;
    color: white;
    background-image: none;
}
.select-menu-lang li a:hover,.select-menu-lang li a:active,.select-menu-lang li a:focus{
    color: white;
}
.dropdown-flag{
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.select-lang{
    width: calc(100% - 30px);
    z-index: 105;
    display: table;
    overflow: hidden;
    padding: 20px;
    background: rgba(238, 239, 239, 0.88);
    position: absolute;
    bottom: 85px;
    right: 15px;
    font-size: 12px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.4s;
}

.select-lang.select-close{
    visibility: hidden;
    opacity: 0;
    transform: translateY(350px);
    transition: 0.4s;
}

.titre-select-region{
    display: table-caption;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #04172b;
}

.select-region{
    display: table-cell;
    padding-right: 20px;
    width: auto;
}
.select-region h1{
    color: #494a4a;
    font-size: 17px;
    margin-top: 0px;
    border-bottom: 1px solid #494a4a;
    font-weight: bold;
}
.select-pays{
    height: auto;
    padding: 2px 0 0;
}


/***********************************************************\
                      PASSWORD
\***********************************************************/
#change_password_camileia td{
    padding: 5px!important;
}

.position_relative {
    position: relative;
}
#password_help{
    display:none;
    position: absolute;
    z-index: 2;
    text-align: left;
    top: 46px;
    right: 0px;
    width: 300px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #bbb;
    font-size: 12px;
}
#password_help ul {
    margin: 0 0 0 10px;
}
#password_help::before {
    content: "\25B2";
    position: absolute;
    top: -16px;
    left: 60%;
    font-size: 20px;
    line-height: 16px;
    color: #bbb;
    text-shadow: none;
    display: block;
}
.password_invalid {
    line-height:24px;
    color:#ec3f41;
    list-style-type: none;
}
.password_invalid::before {
    content: ' \2715';
    font-size: 16px;
    padding-right: 5px;
}
.password_valid {
    line-height:24px;
    color:#3a7d34;
    list-style-type: none;
}
.password_valid::before {
    content: ' \2713';
    font-size: 16px;
    padding-right: 5px;
}