/*----------------------------------------------------------------------------------------------------------------------------*/
/*                                                          INDEX                                                             */


/*       HEADER       */

.linkshead{
    display: flex;
    justify-content: space-around;
}

.linksheadcolor {
    color: grey;
    font: 1.25em "Open Sans", sans-serif;
    padding-top: 5%;
}

.linksheadcolor:hover {
    color: black;
    text-decoration: none;
}

header{
    height: 50px;
    padding: 0px;
}

.head{
    background: white;
    height: 15%;
    width: 100%;
}

.header{
    position: fixed;
    z-index: 10;
}

.linksactive{
    color: black;
    text-decoration: none;
}

.linksactive{
    font: 1.25em "Open Sans", sans-serif;
    padding-top: 5%;
}

.linksactive:hover{
    color: black;
    text-decoration: none;
}


/*        BODY         */

p{
    font: 1em "Open Sans", sans-serif;
    line-height: 1.75em;
}

#citation{
    padding-left: 4.5em;
    padding-right: 4.5em;
    padding-top: 25%;
    padding-bottom: 6em;
    font: 2em "Open Sans", sans-serif;
    text-align: center;
}

.line1{
    height: 1px;
    background-color: black;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 1em;
    margin-top: 1.5em;
}


/*      ARTICLE GAUCHE      */

.article-gauche{
    margin-top: 4em;
    margin-bottom: 2em;
}

.titre-article-gauche{
   text-align: left;
   font: 1.5em "Open Sans", sans-serif; 
}

/*      ARTICLE DROITE      */

.article-droite{
    margin-top: 4em;
    margin-bottom: 2em;
}

.titre-article-droite{
    text-align: right;
    font: 1.5em "Open Sans", sans-serif; 
 }

/*      ARTICLES        */

.img-article{
    border-radius: 5px;
}

.line2{
    height: 1px;
    background-color: black;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 1em;
    margin-top: 3em;
}

/*      FOOTER          */

.linksfoot{
    color: black;
    text-decoration: none;
}

.linksfoot:hover{
    color: black;
    text-decoration: none;
}

footer p{
    text-align: left;
}

.titreadresse{
    font: 1.25em "Open Sans", sans-serif;
}

footer{
    margin-bottom: 1em;
}

.linksfooter{
    color: black;
}

.linksfooter:hover{
    color: black;
}

.copyright{
    font: 0.85em "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 1em;
}

.endline{
    height: 1px;
    background-color: black;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 1em;
    margin-top: 3em;
}

.block{
    height: 20em;
}



/*----------------------------------------------------------------------------------------------------------------------------*/
/*                                                      PORTFOLIO                                                             */

/*      CAROUSEL        */

#carousel{
    margin-top: 3em;
    margin-bottom: 0.5em;
}


/*        CARD          */

.imgcard{
    margin: 1em;
}

.imgcard:hover{
    transform: scale(1.25);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}



/*----------------------------------------------------------------------------------------------------------------------------*/
/*                                                   INFORMATIONS                                                             */

/*      Description      */

.description{
    margin-top: 2.5em;
}

.ligne_verticale{
    width:5px;
    border-left:1px solid black;
    height:100%;
}

.block_line{
    margin-top: 2em;
    margin-bottom: 2em;
}

.separateur{
    height: 5.5em; 
}

.txt_description{
    text-align: justify;
    margin-top: 5%;
    margin-bottom: 5%;
}




/*----------------------------------------------------------------------------------------------------------------------------*/
/*                                                      CONTACT                                                               */

/*      Formulaire      */


h3{
    text-align: center;
}

label{
    font: 1em "Open Sans", sans-serif;
}

.style_form{
    border-radius: 5px;
    width: 100%;
}

.form_space_choix{
    margin-top: 2em;
}

.form-space{
    margin-left: 4em;
}

.block_contact{
    height: 2em;
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
}

.style_form_line {
    border-radius: 5px;
    width: 30%;
    height: 2em;
}

.form_contact{
    margin-top: 6em;
    margin-bottom: 0.25em;
}

.btn_formulaire{
    border-radius: 5px;
    color: grey;
    margin-top: 2em;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}

.btn_formulaire:hover{
    color: black;
    border: 2px solid black;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*                                                    TRAITEMENT                                                              */


.container{
    padding: 10em;
}

.separateurphp{
    height: 10em;
}

.space{
    justify-content: space-between;
}