body {
    color: #3C3E3E;
}


h1{
    font-size: 2em;
    padding: 30px 0;
    width: 90%;
}

h1.gestiontitle {
    font-size: 2em;
    width: 100%;
    color: var(--bleu);
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    text-align: left;
}

.titlesplit {
    justify-content: stretch;
    width: 100%;
    height: 50px;
    color: var(--bleu);
    font-size: 1.1em;
}

.blue-line{
    background-color: var(--bleu);
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
    height: 50px;
}

nav.gestion-nav {
    width: 100%;
    margin: 10px auto 10px auto;
}

nav.gestion-commandes {
    width: 50%;
    margin: 10px auto 10px auto;
}

.gestion-nav .container {
    align-items: center;
    flex-wrap: wrap;
}

.gestion-commandes .container {
    align-items: left;
    flex-wrap: wrap;
}

nav.gestion-nav ul,nav.gestion-commandes ul {
    display: none;
    list-style: none;
}

nav.gestion-nav li {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}

nav.gestion-commandes li {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
}

nav.gestion-nav a {
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: all ease 0.25s;
}

nav.gestion-commandes a {
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid var(--bleu);
    transition: all ease 0.25s;
}

nav.gestion-nav a:hover:not(a.lien-logo),nav.gestion-commandes a:hover {
    color: var(--bleu);
    border: 1px solid var(--bleu);
}

nav.gestion-commandes a:hover {
    color: white;
    background-color:var(--bleu);
}

nav.gestion-nav .button, nav.gestion-commandes .button {
    color: white;
}

nav.gestion-nav a.button,nav.gestion-commandes a.button {
    margin-left: 15px;
    width: auto;
}

.acces-name{
color: var(--bleu); 
font-weight:bold;
padding-top: 14px;
}


.slidergestion hr{display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;
    height: 50px;
}

.slidergestion .container{
    width: 95%;
    margin: auto auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slidergestion .flex1{
    width: 100%;
}

.slidergestion .flex2{
    width: 325px;
}

#bon-vide{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.section-client-acces {
    display: block;
}
.section-client-acces .container{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.section-client-acces .flex1{
    padding-top: 15px;
    width: 100%;
}

.section-client-acces img{
    width: 100%;
}

.section-client-acces .text-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #3C3E3E;
    font-weight: bold;
    font-size: 1.5em;
    padding: 25px 0;
}



.loginform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    margin-top: -50px;
    padding: 5px;
}

.loginform input {
    padding: 5px;
    font-size: 1.2em;
    pointer-events: auto;
}

.loginform .acces-name {
    font-size: 0.8em;
  padding-top:20px;
}

.qrform {
    justify-content: left;
    width: 50%;
    text-align: left;
    margin-top: 10px;
    margin-left:10px;
    padding: 5px;
}


.form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.form-box{
   
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.flex-outer{
    border: 1px solid black;
    border-radius: 15px;
    padding: 20px;
}

.inbox-client1{
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 20px;
    width: 95%;
  
}

.inbox-client2{
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 20px;
    width: 95%;
    
}

.inbox-client1 input {
    border: none;
    width: 50%;
}

.inbox-client2 input {
    border: none;
    width: 50%;
}

.inbox-client1 label{
 padding-top: 4px;
}

.inbox-client2 label{
    padding-top: 4px;
   }

.flex-identifier{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}


button.loginbutton {
    display: block;
    text-align: center;
    background-color: var(--bleu);
    color: white;
    border-radius: 15px;
    border: 1px solid var(--bleu);
    transition: all ease 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    width: 257px;
    height: 50px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
 
} 

button.loginbutton:hover{
    background-color: white;
    color: var(--bleu);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1); 
    transition: 1s;
}

.formgo {
    display: inline-block;
    text-align: center;
    background-color: var(--bleu);
    color: white;
    border-radius: 15px;
    border: 1px solid var(--bleu);
    transition: all ease 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    width: 50px;
    padding: 3px 5px;
    font-size: 0.7em;
    font-weight: bold;
    /* margin-left: -40px; */
}

.formgoup {
    display: inline-block;
    text-align: center;
    background-color: var(--bleu);
    color: white;
    border-radius: 15px;
    border: 1px solid var(--bleu);
    transition: all ease 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    width: 50px;
    padding: 8px 5px 3px;
    font-size: 0.7em;
    font-weight: bold;
    /* margin-left: -40px; */
}


#bg-bleu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bleu);
    height: 100%;
    z-index: -1;
}

.section-client-acces p{
    width: 75%;
}


table.gestiontable {
    width:99%;
    margin-left: 10px;
    border-collapse: collapse;
}



table, th, td {
  border: 1px solid grey;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}


span.gestionnote {
    width:95%;
    margin-left: 10px;
    font-size:0.8em;
    font-style: italic;
}

img.produitthumb {
   width: 100px; 
}
.section2{
    margin: 125px 0;
}

.section2 .flex2{
    display: flex;
    align-items: center;
}

.section2 h2{
    font-size: 1.5em;
    margin-bottom: 25px;
}

.section2 .container{
    width: 95%;
    margin: auto auto;
    justify-content: center;
    flex-direction: column;
}

.section2 p{
    width: 90%;
    margin: 30px 0;
}

.section2 .flex1{
    width: 100%;
}

.section2 .flex2{
    width: 100%;
}

.section2 img{
    width: 100%;
    margin-top: 20px;
}

.section3{
    background-color: var(--grey);
}

.section3 h2{
    margin-left: 10px;
    margin-bottom: 50px;
    font-size: 1.2em;
}

.section3 h2 span{
    display: inline;
}

.section3 .flex1{
    padding: 50px;
    width: 60%;
}

.section3.container{
    width: 95%;
    margin: auto auto;
}

.section3 .flex1{
    width: 100%;
}

.section3 .flex1 .container{
    flex-wrap: wrap;
    justify-content: center;
}

.section3 .service{
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    width: 80%;
}

.section3 .service img{
    width: 100%;
    mix-blend-mode:multiply;
}

.section3 .service:hover .button{
    background-color: white;
    color: var(--bleu);
}

.section3 .title{
    font-weight: bold;
    height: 38px;
}

.service-img-container{
    position: relative;
    height: auto;
}

.cover-bleu{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    opacity: 1;
    transition: all ease 0.25s;
    background-color: var(--bleu);
}

.section3 .service:hover .cover-bleu{
    opacity: 0;
}

.section3 .button{
    width: 85%;
    margin: auto auto;
    font-size: 0.85em;
}

.section3 .flex2{
    display: none;
}

.section4{
    margin: 75px 0;
}

.section4 h2{
    width: 100%;
}

.section4 .container{
    width: 95%;
    margin: auto auto;
    flex-direction: column;
}

.section4 .flex{
    width: 100%;
}


.section4 .flex:nth-of-type(2) p{
    padding: 0;
}

p{
    line-height: 3.25em;

}

.btn-envoyer-connect{
    display: flex;
    justify-content: center;
    margin-left: 20px;
}



.modif-input{
    border: none;
    font-size: 1.2em;
    padding: 5px;
    width: 52%;
}

.modif-input:focus{
        background-color: #f9f9f9;
        outline: none;
}

#image-bottom{
    justify-content: center;
    width: 95%;
    margin: auto auto;
}

#image-bottom img{
    width: 100%;
}

fieldset {
    width: 45%;
    min-width: 300px;
    border: none;
    display: flex;
}


.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-outer > li > label,
.flex-outer li p {
  flex: 1 0 200px;
  max-width: 240px;
}

.flex-outer > li > label + *,
.flex-inner {
  flex: 1 0 220px;
}

.flex-outer li label,
.flex-outer li p {
  padding: 8px;
  font-weight: bold;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  padding: 15px;
  border: none;
}

.profil-label{
    color: #089ed3; 
    font-size:1.5em; 
    font-weight:bold;
}

.profil-input{
   
    font-size: 1.5em;
}

.table-bon{
    border: 1px solid black;
    margin-left: 60px; 
    border-radius:5px;
}

.label-connexion{
    color: #089ed3; 
    font-size:1.5em; 
    font-weight:bold;
}

#fnotes{
    display: flex;
    border: none;
    width: 98%;
    height: 125px;
    resize: none;
    padding: 5px;
    margin: 5px;
    font-size: 1.2em;
    font-family: 'Rubik', sans-serif;
}

#fnotes:focus{
    background-color: #f9f9f9;
    outline: none;
}




/*************************************************************************** 

    MEDIA QUERIES 

****************************************************************************/



@media only screen and (min-width: 768px) {


h1.gestiontitle {
    font-size: 2em;
}

    .section3 .flex1 .container{
        justify-content: space-between;
    }
    

    .section3 .service{
        margin: 20px 10px;
        text-align: center;
        cursor: pointer;
        width: 150px;
    }

    .slider .flex1{
        width: 80%;
    }

.loginform .acces-name {
    font-size: 1.2em;
}

.inbox-client{
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}

.inbox-client1 {
    width: 45%;
}


.inbox-client2{
    width: 45%;
}


.inbox-client1 input {
    border: none;
    width: 70%;
}

.inbox-client1 input:focus{
    
        background-color: #f9f9f9;
        outline: none;
}

.inbox-client2 input {
    border: none;
    width: 70%;
}

.inbox-client2 input:focus{
    
    background-color: #f9f9f9;
    outline: none;
}

 

}
    

@media only screen and (min-width: 1024px) {
    .section3 .service{
        width: 22%;
        margin-top: none;
    }
    
    .section3 h2{
        font-size: 1.5em;
    }
    
    .section3 h2 span{
        display: block;
    }

    .slider .flex1 img{
        width: 625px;

    }
    
    .slider .flex2{
        width: 600px;
    }

    .section-client-acces .container{
        flex-direction: row;
    }

    .section-client-acces .flex1{
        width: 50%;
    }

    .section-client-acces .text-container{
        width: 50%;
        font-size: 2.5vw;
    }

    .section-client-acces .text-container{
        height: calc((50vw - 13px) / 2.36);
        font-size: 2.8vw;
    }
    
    #bg-bleu{
        height: calc((50vw - 13px) / 2.36);
    }

    .section2 .container{
        flex-direction: row;
    }

    .section2 h2{
        font-size: 2.2em;
    }

    .section2 .flex1{
        padding-left: 75px;
    }

    .section2 .flex1{
        width: 60%;
    }
    
    .section2 .flex2{
        width: 40%;
    }

    .section2 img{
        margin-top: 0;
    }
    
    .section4 .container{
        flex-direction: row;
    }

    .section4 .flex{
        width: 50%;
    }

    .section4 h2{
        width: 55%;
    }

    .section4 .flex:nth-of-type(2) p{
        padding: 0 50px;
    }
}



@media only screen and (min-width: 1150px) {
    .slider{
        margin-top: 175px;
    }
    nav.gestion-nav a.button, nav.gestion-commandes a.button {
        margin-left: 15px;
        width: 200px;
    }
    nav.gestion-nav ul, nav.gestion-commandes ul {
        display: flex;
    }
    .footer-navigation, .reseaux-sociaux {
        display: block;
    }
    nav.gestion-nav {
        width: 95%;
        margin: 20px auto 10px auto;
    }
    nav.gestion-commandes {
        width: 50%;
        margin: 20px auto 10px auto;
    }        
}

@media only screen and (min-width: 1280px) {

    .slider{
        margin-top: 160px;
    }

    .slider .container{
        flex-direction: row;
    }

    .slider .flex1{
        width: 45%;
    }
    
    h1{
        font-size: 3em;
    }

    .slider .flex1 img{
        padding: 0;
}

}

@media only screen and (min-width: 1500px) {
    nav.gestion-nav, nav.gestion-commandes {
        width: 95%;
        margin: 20px auto 35px auto;
    }
    nav.gestion-commandes {
        width: 50%;
        margin: 20px auto 35px auto;
    }    
}

@media only screen and (min-width: 1540px) {
    
    .section3 .flex1{
        width: 60%;
    }
    
    .section3 .flex2{
        display: block;
        width: 662px;
        height: auto;
    }

    
    .slider .flex1 img{
        width: 625px;
    }
    
    h1{
        font-size: 3em;
    }

    .slider .flex2{
        width: 800px;
    }

    .section2 .flex1{
        width: 45%;
    }
    
    .section2 .flex2{
        width: 55%;
    }
}



@media only screen and (min-width: 1700px) {

    .slider{
        background-image: url('/images/sliders/background.jpg');
        background-size: auto 761px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: unset;
    }

    .slider .flex2 img{
        margin-top: -1.8%;
    }
    
    .slider .flex2 img{
        width: 924px;
    }
    
    .slider{
        height: 790px;
    }

    .section1{
        margin-top: -15px;
    }


}

@media only screen and (min-width: 1920px) {

 
}



@media only print{

h1,h2,h3,h4,p,a,li{color:#000 !important;}

nav{display:none;}

} 