@charset "UTF-8";

body {
    background-color: #FCFAFA;
    font-family:Kohinoor Bangla, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	scroll-behavior: smooth;
}



/* menu hamburger début */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400);

.anchor {
    width: 40px;
    height: 40px;
    background-color: #EFC307;
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.anchor .arrow {
    border: 10px solid white;
    border-width: 2px 2px 0px 0px;
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -10px;
}

.anchor-display {
    display: block;
}

#menu-button {
    position:absolute;
    top: -80px;
    right: 20px;
    display: block;
    width: 55px;
    height: 55px;
    /*background: #FEFBFB;*/
    border-radius: 5px;
    z-index: 200;
}

.button-wrapper {
    text-align: center;
}

.button-wrapper button {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color:white;
    cursor: pointer;
    background-color:#EFC307;
    border-radius: 7px;
    margin: 60px 5px 5px 0px;
    border: 0;
}

.button-wrapper button a {
    color:white;
    background-color:inherit;
    height: auto;
    line-height: 1em;
    padding: 10px 40px;
}

.button-wrapper button a:hover {
    color:#EAE9E9;
}

a:after {
    position: absolute;
    font-size: 42px;
    color:#000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

a:hover {
    opacity:9;
}
.content{
    position:relative;
}
.fa-bars{
    position:absolute;
}

.fa-bars::before{
    right:0;
    color:#EFC307;
    font-size:36px;
} 

#overlay {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    right: 0;
    left: 0;
}

#overlay.open {
    display: block;
}

#hamburger-menu {
    top:-25px!important;
    height: 0;
    width: 0;
    background: #111;
    position:absolute;
    right: 30px;
    z-index: 101;
    overflow: hidden;
    border-radius: 5px;
}

nav {
	margin-top: 6px;
    padding: 10px;
    z-index: 101;
    overflow-y: hidden;
    overflow-x: hidden;
}

a {
    display: block;
    padding: 14px;
    height: 30px;
    color: #CCC;
    font-size: 0.9em;
    line-height: 1em;
    text-decoration: none;
    overflow: hidden;
    padding-top: 4px;
    margin-top:6px;
} 

a:hover {
    cursor: pointer;
    color: #FFF;
    background: rgba(255,255,255,0.09);
}

/* menu hamburger fin */

.container{
 margin-left:auto;
 margin-right:auto;
 padding-left:15px;
 padding-right:15px;
 
}

.container-1024{
    max-width: 1350px;
}
.container-1200{
    max-width:1200px;
}

 .hamburger-scroll {
        background-color:white;
        width: 100%;
        z-index: 100000;
	    padding-bottom: 0;

        -webkit-box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
        -moz-box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
        box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
    }


.main-nav img{
    height:100px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 8px;

    /*filter:drop-shadow(0 0 61px black);*/
}

header{
    height: 70vh;
    background-image:url(../img/_PSC1963.jpg);
    background-position:center top;
    background-repeat:no-repeat;
	background-size:cover;
}

h1{
    text-align: center;
    color:#FFFBFB;
    filter:drop-shadow(0 0 10px black);
    font-size:1.8em;
    line-height:35px;
    padding-top: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

#language{
    font-weight:700;
	text-decoration: underline;
}

.bouton {
    margin:40px auto;
    max-width:200px;
    padding-top:50px;
    padding-bottom:50px;

}

.bouton a{
    border-radius: 7px;
    background-color:#EFC307;
    text-transform: uppercase;
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    color:#FFFBFB;
}

.bouton a:hover{
    color:#EAE9E9;
}

h2{
    text-align: center;
    font-size: 1.9em;
    padding-top:40px;
    padding-bottom:40px;
    line-height:41px;
    color:#EFC307;
    font-weight: 500;

}

h3{
    position:relative;
    text-align: center;
    font-size: 1.5em;
    padding-top:30px;
    padding-bottom:40px;
    font-weight: 600;
    line-height:29px;
}

    h3::after{
        position:absolute;
        width:20%;
        height:3px;
        background-color:#EFC307;
        content:"";
        left:50%;
        transform:translateX(-50%);
        bottom:15px;
    }

#titre-modifie{
    padding-top:60px;
    padding-bottom:15px;
}

.ligne-jaune{
    margin-left: 110px;
    width: 15%;
    padding-bottom:20px;
}

.intro{
    background-color:#E6E6E6;
	padding-top:10px;
    padding-bottom:40px;
    padding-right:30px;
    padding-left:30px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: center;
}

.intro p{

    font-weight: 100;
    font-size: 1em;
    letter-spacing: 0.2px;
    line-height:23px;
	padding-top: 10px;
}

.flex-article {
    display:flex;
    flex-direction: column;
}

.gauche {
    display:flex;
    align-items: center;
    margin-top: 15px;

}

.gauche img{
    margin-right: 20px;
    margin-left: 20px;
    max-height:75px;
}

.gauche p{
    width: 100%;
    font-size:14px;
    background-color:#EAEAEA;
    border-radius: 0px 10px 10px 0px;
    padding:12px;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-right: 20px;
	left: -37px;
	text-align: center;
	line-height:16px;
}

.droite {
    display:flex;
    align-items: center;
    padding-top:15px;
    flex-direction: row-reverse;
}

.droite img{
    margin-right: 20px;
    margin-left: 20px;
    max-height:75px;
}

.droite p{
    width: 100%;
    font-size:14px; 
    background-color:#DAD7D7;
    border-radius: 10px 0px 0px 10px;
    padding:12px;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-left: 20px;
	right: -30px;
	text-align: right;
	text-align:center;
	line-height:16px;
}

footer{
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #5D5D5D;

}

footer p{
    font-size: 13px;
    color:#F9F5F5;
    line-height:20px;
    font-weight: 100;
    letter-spacing: 0.2px;
}

footer a{
	font-size:1.3em;
	color: #FFFFFF;
	margin-bottom:15px;
	padding:1px;
}

footer a:hover {
    background-color:inherit;
}


.liens-desktop{
    display: none;
}

.liens-desktop strong{
	text-decoration: underline;
	padding:4px;
}

  .gauche img, .droite img {
        position: relative;
        z-index: 90;
    }

    .gauche p, .droite p {
        position: relative;
    }


@media only screen and (min-width: 768px){

    #hamburger-menu-wrapper {
        -webkit-transition: background-color 0.4s;
        -moz-transition: background-color 0.4s;
        -ms-transition: background-color 0.4s;
        -o-transition: background-color 0.4s;
        transition: background-color 0.4s;
    }

    .hamburger-scroll {
        background-color:white;
        position: fixed;
        width: 100%;
        z-index: 100000;

        -webkit-box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
        -moz-box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
        box-shadow: 0 10px 21px -16px rgba(0,0,0,0.67);
    }

    .content{
        display: none;
    }

    .liens-desktop{
        display: flex;
        flex-direction: row;
        align-items: right;
        padding-top: 46px;
    }

    .liens-desktop a{
        justify-content:space-between;
		margin: 0 5px;
        color: #4B4949;
        font-size: 1.1em;
        font-weight: 500;
        /*padding-top: 40px;*/
        padding-bottom: 30px;


    }

    .liens-desktop a:hover{
        border-bottom: 2px solid #EFC307;


    }
	
	.langue {
		display: flex;
        flex-direction: row;
		
	}
	
	.langue a{
		padding-left:15px;
		font-size:14px;
		margin: 0 -6px;
		font-weight: 700;
	}
	
	.langue a:hover{
		border-bottom: none;
	}

    header{
        height: 100vh;
        background: url(../img/_PSC1963.jpg) no-repeat center;
        background-size: cover;
    }

    header .title-wrapper {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -85px;
    }

    .main-nav img{
        width: 180px;
        height: auto;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        /*filter:drop-shadow(0 0 63px black);*/
    }


    .main-nav{
        display: flex;
        flex-direction:row;
        justify-content:space-between;
    }
	

    h1{
        padding-top: 30px;
        text-align: center;
        color:#FFFBFB;
        filter:drop-shadow(0 0 10px black);
        font-size:2.5em;
        line-height:35px;
    }

    h2{
        text-align: center;
        font-size: 2em;
        padding-top:70px;
        padding-bottom:70px;
        line-height:44px;
        color:#EFC307;
        font-weight: 500;

    }



    /*
    .bouton a{
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        color:#FFFBFB;
        cursor: pointer;
        margin: 5px 5px 5px 0px;
        background-color:#EFC307;
        border-radius: 7px;
    }
    .bouton a:hover{
        color:#EAE9E9;
    }
*/

    .intro{
        background-color:#E6E6E6;
        padding-bottom:30px;
        padding-right:50px;
        padding-left:50px;
        text-align: center;
        margin-left:200px;
        margin-right:200px;
    }

    .intro p{

        font-weight: 100;
        font-size: 19px;
        letter-spacing: 0.1px;
        line-height:24px;
		padding-top: 15px;
    }

    h3{
        text-align: center;
        font-size: 1.6em;
        padding-top:20px;
        padding-bottom:40px;
        font-weight: 600;
        line-height:30px;

    }
	
    h3::after{
        width:70px;
        height:3px;
    }

    .ligne-jaune {
        margin-left: 190px;
        padding-bottom:20px;
        padding-top:20px;
    }

    .gauche {
        display:flex;
        align-items: center;
        padding-top:15px;
        margin-top: 15px;
		

    }

    .gauche img{
        max-height:150px;
        margin-right: 20px;
        margin-left: 190px;
    }

    .gauche p{
        width: 100%;
        font-size:19px;
        background-color:#EAEAEA;
        border-radius: 0px 10px 10px 0px;
        padding:50px;
        letter-spacing: 0.2px;
        font-weight: 400;
        margin-right: 190px;
		text-align: left;
		left: -47px;
    }

    .droite {
        display:flex;
        align-items: center;
        padding-top:15px;
        margin-top: 15px;
        flex-direction: row-reverse;
    }

    .droite img{
        max-height:150px;
        margin-right: 190px;
        margin-left: 20px;
    }

    .droite p{
        width: 100%;
        font-size:19px; 
        background-color:#DAD7D7;
        border-radius: 10px 0px 0px 10px;
        padding:50px;
        letter-spacing: 0.2px;
        font-weight: 400;
        margin-left: 190px;
        right: -50px;
        text-align: right;
    }

    .gauche img, .droite img {
        position: relative;
        z-index: 100;
    }

    .gauche p, .droite p {
        position: relative;
    }
	
	footer{
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #5D5D5D;

}

    footer p{
    font-size: 15px;
    color:#F9F5F5;
    line-height:20px;
    font-weight: 100;
    letter-spacing: 0.6px;
}
}
