/* upld related */

#main {
  background-image: url('../Communs/img/naiade_photo-0.png');
  background-color: #e8e9efba;
  background-blend-mode: color;
  background-size: cover;
}

#page {
    margin: 0 5% 0 5%;
}
h1 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin: 8px 0 8px 0;
}

/*
#coordonneesDiv {
    padding-left: 5%;
}
    */


p.p1 {
    margin-top: 5px;
    font-size: 0.7rem;
    text-align: justify;
}

p.p2 {
    padding: 10px 0px 0px 20px;
    font-size: 0.7rem;
    font-style: italic;
}

p.new {
    margin: 5px 5% 0px 10%;
    font-size: 0.7rem;
    font-style: italic;
    text-align: left;
}

h2 {
    text-transform: none;
    font-size: 0.8rem;
}

#contactInput_Mode, #loginRq {
    float: right;
    margin-right: 5%;
    font-style: oblique;
    color:blue;
    
}


/* Default definitions */
label {
    display: block;
    width : 250px;
    margin: 0px 0px 0px 20px ;
    font-size: 0.6rem;
    font-style: italic;
    color: grey;
}

#label-captcha {
    font-size: 0.6rem;
}


#contact-form {
  background-color: #f3f5f6;
  margin: 5px 0 0 0;
  margin-right: 5%;
  border-radius: 7px;
}

#contactFormDiv input , select, textarea {
    display: block;
    margin: 0px 0px 30px 20px ;
    width : 60%;
    min-width: 200px;
    /*height: 30px;*/
    border-radius: 0px;
    border-color:white;
    text-align: left;
    font-size: 0.7rem;
}

#message {
    width: 85%;
    height: 200px;
}

#contactFormDiv input.action {
    display: inline-block;
    width: 125px;
    min-width: 0;
    height: 30px;
    border-radius: 7px;
    margin: 10px 0px 30px 40px;
    font-size: 0.7rem;
}

#error-msg {
    color: red;
    font-size: 0.6rem;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}

#ack-msg {
    color: green;
}




#contactFormDiv img#img-captcha {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 30px 40px;
    width: 100px;
}

#contactFormDiv input#input-captcha {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 30px 10px;
    width: 100px;
    min-width: 0px;
    height: 20px;
}


iframe {
    margin: 40px 0px 0px 50px;
}




/* styles surchargés selon format ecran
--------------------------------------*/
html {
    /* par defaut , devrait etre surchargé par definitions suivantes */
    font-size: 3px;
}

.height1 {
   height: calc(100svh - 62px);
}

/* Smartphone Portrait */
@media screen and (max-width: 599px) {
    html {
    /* font selon taille écran (svh pour taille sans barre navigateur */
    font-size: 18px;
    }
}

/* Smartphone paysage */
@media screen and (max-height: 599px) and (orientation: landscape){
    html {
        font-size: 20px;
    }

    .height1 {
         height: 800px;
    }
}

/* Tablette Portrait */
@media screen and (min-width: 600px) and (max-width: 1023px) and (orientation: portrait) {
    html {
    /* font selon taille écran (svh pour taille sans barre navigateur */
    font-size: 2.5vh;
    }
}

/* Tablette landscape */
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-height: 600px) and (orientation: landscape) {
    html {
    /* font selon taille écran (svh pour taille sans barre navigateur */
    font-size: 2.5vh;
    }
}


/* ordinateur */
@media screen and (min-width: 1024px) {
    html {
        font-size: 24px;
    } 
}



