/* ESII MODIF */
*{margin:0;padding: 0;box-sizing: border-box;}
body,html{height: 100%;font-family: Open Sans,sans-serif;}
div{position: relative;display: block;}
textarea,input[type=text],textarea::placeholder {    font-family:Arial;    letter-spacing: 0px;    font-size: 14px}



:root{
  --blue-color: #13448a;
}

/* TOP */
.top{
   background-size: cover ;background-repeat: no-repeat;height:180px;
}

.top h1{
  color: white;  line-height: 180px;      font-size: 45px;    font-weight: bold;text-align: center;border: 1px solid transparent;margin: 0;text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}


/*PARTIE CENTRALE */
.main{ background-color: #fafafa;   display: block; position: relative; }

.left{
  float: left;
  width: 20.5%;
  background-color: white;box-shadow: 2px 3px 6px 1px rgb(162 150 150 / 70%);
}
#imgleft{
  display: block;width: 75%;margin: 30px auto;max-width: 200px;border-radius: 50%;
}
.left h2,p,hr{
  display: block;width: 75%;margin: 0px auto 5px auto;
  text-align: left;
}
.left h2,p,hr{
  margin: 10px auto;
}
.left h2,.colorblue{
  color: var(--blue-color)
}
.boutonprenezrdv{
 border-radius: 5px;   font-weight: bolder;background-color: var(--blue-color); color: white; padding: 15px 30px; border: none;cursor: pointer;    font-size: 1.3em;    margin: 35px auto 10px auto;display: block;    width: 80%;
    text-align: center;
    text-decoration: none;
}
.boutonprenezrdv2{
   border-radius: 5px;clear: both;font-weight: bolder;background-color: var(--blue-color); color: white; padding: 15px 30px; border: none;cursor: pointer;    font-size: 1.3em;    margin: 5px auto 10px auto;display: block;    width: 400px;
    text-align: center;text-decoration: none;
}
#selectorWATER{
  padding: 1rem;
  display: block;
  margin:45px auto 5px auto;
}
.card{
  float: left;
  width: 32.33%;
  margin-left:1%;margin-top:1.5%;margin-bottom:1.5%;
  height: auto;

}
.card img{
  width: 40px;margin-bottom: 5px;filter: invert(20%) sepia(67%) saturate(1895%) hue-rotate(195deg) brightness(94%) contrast(90%);
}
.card h2{
  font-weight: bold;font-size: 1em;margin-bottom: 5px;
}
.card p{
 text-align: left;padding: 0;    margin: 0;font-size: 0.7em;width: 100%;
}
#inner{clear:both}
.cardbutton{
 border-radius: 45%;margin-top: 10px;float: right; font-weight: bolder;background-color: #15d160; color: white; padding: 4px 10px; border: none;cursor: pointer;    font-size: 0.7em;    margin-right: 1%;
}
.cbold{
  font-weight: bold;
}

.right{
  background-color: white;
  float: left;
  width: 79%;
  margin-left: 0.5%;
}
.menu{
    position: absolute;
   width: 100px;
    text-align: center;
    padding: 5px 5px 10px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 3px 6px 1px rgb(162 150 150 / 70%);
}
.menu p{text-align: center;font-size: 0.9em;}

#m1,#m2,#m3{margin: 10px auto;}
#m1 img,#m2 img,#m3 img{width:30px;}
.content{ display: none; position: relative; margin : 0 auto 0 100px; width:calc( 100% - 100px);padding: 100px;}
.content h1{ margin: 25px auto 5px auto;text-align: left; color: var(--blue-color);font-size: 30px;}
.content span{ font-size: 20px;text-align: left;    display: block;    margin: 10px auto;}
#content1{display: block;}




/*PARTIE CENTRALE  : CONTACT US*/
#nom,#tel,#email{
  height: 35px;
  width: 97%;
  padding:10px 5px; 
  margin: 10px 0px;
  font-size: 15px;
  border-bottom: 1px solid var(--blue-color);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

#cp{
    width: calc( 47.5% - 1px );
    height: 35px;
    padding: 10px 0.5%;
    margin: 5px 0 5px 0.5%;
    font-size: 15px;
    border-bottom: 1px solid var(--blue-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
#tel{
    width: calc( 48% - 1px);
    height: 35px;
    padding: 10px 0.5%;
    margin: 5px 0.5% 5px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--blue-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
#comzone{
  border-bottom: 1px solid var(--blue-color);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 97%;
}

input:focus,textarea:focus{
outline: none;
}
textarea{
  height: 70px;
  width: 100%;
  padding:10px 5px; 
  margin: 5px 0px;
  border: 0px;
}

#rgpd {
  width: 15px;
  height: 15px;
  float: left;
  color: var(--blue-color);
}
#labelrgpd {
  float: left;
  padding-left: 3px;
  color: var(--blue-color);

}

#rgpdcheck{
  margin: 5px auto;
    position: relative;
    overflow: hidden;
}


#rgpd2{
  display: none;
  border: 1px solid white;
  width: 98%;
  padding: 10px 5px;
  margin: 5px auto;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
    clear: both;
    color: var(--blue-color);
}
#rgpd2 a{
    color: white;
}

.bordergreen{
  box-shadow: 0 5px 5px -3px var(--blue-color);
}
.borderred{
  border-bottom: 1px solid red;
 box-shadow: 0px 0px 5px 0px red;
}

#sub{
  background-color: #E95D0F;
    border: none;
    color: white;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 250px;
    margin: 40px auto 10px auto;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
#myform{
  width: 100%;margin: 20px auto; display: block;
}
.ty{
  background-color: orange;
  color: white;
  width: 100%;
  height: 150px;
  display: block;
  line-height: 150px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}





/*PARTIE PRISE RDV */
.priserdv{width: 100%; min-height: 1750px;height:auto; overflow:hidden;display: block;border: 1px solid transparent;}

/* END */
#footer{
  background-color: var(--blue-color);
    height: 50px;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
    clear: both;
}
#footer p{
    margin: 0 auto;
}
#footer p a{
    color: white;
}
.btn-up{
    cursor: pointer;
    margin-left: 15px;
    font-size: 16px;
}
 



/* RESPONSIF */
@media screen and (max-width: 768px) {
    .menu{position: relative;    width: 60%;    margin: 20px auto; height: 116px;}
    .menu hr{display: none;}
    #content1 {clear: both;}
    #m1, #m2 {    width: 50%;float: left;}
    .left,.right,.card,.card p,.content{width: 100%;margin: 0 auto;}
    .left,.right,.top,.main{height: auto !important;}
    .top h1 {    line-height: normal;   }
    .card img {   margin: 0 auto;    display: block;}
    .card h2 { text-align: center;}
    .card button{margin-right:0px;}
}

/* CMS */
  .cms{float: left;    width: 300px;    height: 100%;    background-image: linear-gradient(to right, #ececec, #ccc);}
  .cms label{text-align: center;    display: block;    margin: 0 auto;}
  #theme,#resto{display: block;    margin: 0 auto;}
  #theme:focus,#theme:visited{border: none;}
  .cms button{ padding: 4px 10px;display: block; background-color: #157fcc;    margin: 10px auto;    border: none;    color: white;  border-radius: 5px; }
  .carddelete,#closepicto{padding: 0px 5px; position: absolute; top:1%;right :1%;cursor: pointer;color:white;background-color: red;border-radius: 50%; }
  .cardsignal{border: 1px dotted red;}
  .cardsignal img{cursor: pointer;}
  #picto{    background-color: #ccc;    height: 300px;    z-index: 1;    padding: 20px; position: fixed; display: none;  top: 50%;    left: 50%;    transform: translate(-50%, -50%);overflow-y: auto;}
  #picto img{    cursor: pointer;margin-left: 5px; width: 40px;filter: invert(20%) sepia(67%) saturate(1895%) hue-rotate(195deg) brightness(94%) contrast(90%); }
  .editor,.cursorimgleft{ cursor: pointer;}
  .closeeditor{padding: 2px 4px;    border-radius: 5px;    border: 1px solid #ccc;    background-color: white;}
  .note-close{float: right;}
  .note-editor.note-airframe, .note-editor.note-frame{border: 1px dotted rgb(0, 0, 0);    margin: 5px 10px;}
 .note-editor.note-airframe .note-status-output, .note-editor.note-frame .note-status-output {    margin-bottom: 5px;}
 #divtodel{background-color: orange;color: white;padding: 1%;cursor: pointer;}