
/* general */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    

}
h1,h2,h3{
    font-family: 'Candal', sans-serif;
}
h1{
    font-size: 3em;
}
p{
    font-size: 1.1em;
}



i,h3{
    color: #fb8b9b;
    text-align: center;
}

/* fin general */





/* header */

header{
    font-family: 'Candal', sans-serif;
    display: flex;
    flex-direction: column;
    
}

header article nav i:hover{
    color: #243e49;
}
header article nav a:hover {
    color:#fb8b9b ;

}

header nav img {
    width: 20%;
}

header article nav {
    text-align: center;
}
header article nav i{
    font-size: 1.5em;
    width: 100%;    
    display: block;
    margin: 2% 0;
    color:#fb8b9b;
}

header article nav a {
    width: 100%;
    display: block;
    margin: 2% 0;
    color: #243e49;
    text-decoration: none;
}

#header-bg{

    color: #fff;
  
    
    
    background: url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    padding: 10% 0;
}
#header-bg h1,#header-bg p{
    width: 80%;
    margin: 3% auto;
    text-align: center;
line-height: 2;
}

.pink{
   
    background: #fb8b9b;
   
}

.pink p {
    color: white;
    text-transform: uppercase;
    margin-left: 4%;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.pink span {
    margin-left: 1%;
}



/* fin header */



/* main */

/* paga home */
.contact{
    max-width: 80%;
    margin: auto;

}
main h2{
    font-size: 1.8em;
    margin-top: 4%;
    text-align: center;
    color: #243e49;
    padding: 4%;
    border-top: 2px dashed #243e49;
    border-right: 2px dashed #243e49;
    border-left: 2px dashed #243e49
}


main section article{
    text-align: center;

 
    
}

main section h3{
    font-size:  1.2em;
}
main section{
    margin-top: 3%;
}
main section article p{
    text-align: left;
    line-height: 2;
}
.para{
    text-align: center;
}
main section article i{
    font-size: 1.5em;
}

/* fin page home */

/* debut page mutualisé */

.mutulaise h2{
    font-size: 1.8em;
    margin-top: 4%;
    text-align: center;
    color: #243e49;
    padding: 4%;
    border-top: 2px dashed #243e49;
    border-right: 2px dashed #243e49;
    border-left: 2px dashed #243e49

}

.mutulaise article{
    border: 2px dashed #243e49;
    margin: 5% 0;


}

.mutulaise article h3{
    color: white;
    background: #243e49;
    width: 90%;
    margin: 5% auto 0;
    padding: 4%;

}
.mutulaise article ul li {
 text-align: left;
 line-height: 2;
 margin-left: 5%;
 list-style-type: circle;
}
.mutulaise article span{
    margin:  2% 0 ;
    text-align: center;
    color: #666968;
    font-weight: bold;
    font-family: 'Candal', sans-serif;
}


.mutulaise article a{
    text-align: center;
    display: block;
    text-decoration: none;
    background: #fb8b9b;
    color:#fff;
    width: 90%;
    margin: 2% auto 3%;
    padding: 3% 0 4%;
    font-family: 'Candal', sans-serif;

}


/* fin page mutualisé */






/* debut page contact */

.contact{
    max-width: 80%;
    margin: auto;
}
.container{
    width: 100%;
}
iframe{
    width: 100%;
}



.adresse hr {
    border: 1px dashed #fb8b9b;
}

.adresse a {
    color:  #fb8b9b;
    text-decoration: none;
}

.adresse i {
    font-size: 3em;
}

.adresse address{
    font-size: 1.2em;
    text-align: center;
    width: 30%;
  
}

#add{
    width: 40%;
    padding-left: 30%;
}

.adresse  {
    font-size: 1.2em;
}
/* fin page contact */

/* fin main  */






/* footer */

 footer{
     background: #243e49;
 }

 footer article nav a:first-child{
   
 }
 footer article nav a {
     margin: 3%;
     text-align: center;
     text-decoration: none;
     color: #fff;
     display: flex;
     flex-direction: column;
     font-family: 'Candal', sans-serif;
 }


 span{
     text-align: center;
     color: #666968;
     font-family: 'Candal', sans-serif;
 }

 

 .footer-two img {
     display: block;
     width: 10%;
     margin: 5% auto;
     
 }

 .footer-two p,.footer-two a

 {  line-height: 1.5;
     text-decoration: none;
     color: white;
     font-size: 1.1em;
    width: 90%;
    text-align: center;
    margin: auto;
   
 }


/* fin footer */


/* tablette */


/* desktop */
@media screen and (min-width: 1024px){
   
    header nav {
        display: flex;

    }
 

    main section p {
        line-height: 2;
    }

    main section article{
        text-align: justify;
        overflow: hidden;
      width: 32%;
      margin-left: 1%;
     display: inline-flex;
     flex-direction: column;
     justify-content: space-between;   
    }
    main section article p {
        font-size: 0.8em;
    }
    
    footer article nav{
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: auto;
    }
  

    footer article nav a {

        


        text-decoration: none;
        color: #fff;
        display: flex;
        justify-content: space-between;
        
        font-family: 'Candal', sans-serif;
    }
    .footer-two img {
        width: 8%;
    }


    hr{
        width: 30%;
    }



    address{
        width: 100%;
        display: flex;
    }

    
    .adresse address{
        text-align: center;
        font-size: 0.8em;
        display: block;
        width: 80%;
        margin-left: 10%;
    }
        .footer-two{
            padding-bottom: 2%;
        }

    .footer-two img {
        display: block;
        width: 5%;
        margin: 2% auto;
        
    }
   
    .footer-two p,.footer-two a
   
    {  line-height: 1.5;
        text-decoration: none;
        color: white;
        font-size: 0.8em;
       width: 90%;
       text-align: center;
       padding: 3% ;
    
      
    }
    #index-last{
        padding-bottom: 4%;
    }
   
}


