@charset "UTF-8";

body {
    background-color:#FFFFFF;
    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:99px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    /*filter:drop-shadow(0 0 61px black);*/
}

.liens-desktop{
    display: none;
}

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

h1{
	text-align: center;
    color:#000000;
    font-size:1.8em;
	font-weight: 500;
    line-height:31px;
    padding-top: 80px;
	padding-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
	position: relative;
}

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

.epaisseur{
	color:#EFC307;
	font-size:1.7em;
	
}

h2{
	color:#000000;
	font-weight: 600;
    font-size:1.2em;
    line-height:35px;
    padding-top: 20px;
	padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
	letter-spacing: 0.3px;
	
}

.all-article{
	text-align: center;
	
}

.article-droite img{
	border-radius: 50%;
	width: 70%;

}

.article-gauche img{
    border-radius: 50%;
	width: 70%;
}

.article-droite p{
	color:#4B4949;
	font-size: 1em;
	font-weight: lighter;
    line-height: 18px;
	letter-spacing: 0.1px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.article-gauche p{
	color:#4B4949;
	font-size: 1em;
	font-weight: lighter;
    line-height: 18px;
	letter-spacing: 0.1px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.colone-droite {
		padding-bottom:40px;
		
	}

.colone-gauche {
		padding-bottom:40px;
		
	}
	

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

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


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;
}





@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: 58px;
    }

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


    }

    .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: 20vh;
        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{
        position: relative;
	text-align: center;
    color:#000000;
    font-size:2.1em;
	font-weight: 500;
    line-height:31px;
    padding-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}

    h1::after{
        position:absolute;
        width:24%;
        height:3px;
        background-color:#EFC307;
        content:"";
        left:50%;
        transform:translateX(-50%);
        bottom:38px;
        top: auto;
}

	.article-droite{
	display:flex;
	flex-direction:row;
	align-items: center;
	padding-top: 40px;	
	}
	
	.colone-droite{
	display:flex;
	flex-direction:column;
		
	}
	
	.colone-droite p{
		text-align: left;
		padding-left: 70px;
		padding-right: 70px;
		font-size:19px;
		line-height: 23px;
		letter-spacing: -0.2px;
		
	}
	
	.article-gauche{
		
	display:flex;
	flex-direction:row-reverse;
	align-items: center;
    padding-top: 40px;	

	}
	
	.colone-gauche{
	display:flex;
	flex-direction:column;
		
	}
	
	.colone-gauche p{
		text-align: left;
		padding-left: 70px;
		padding-right: 70px;
		font-size:19px;
		line-height: 23px;
		letter-spacing: -0.2px;
	}
	
	.article-droite img{
	border-radius: 50%;
	width: 35%;
	padding-left:20px;

}

   .article-gauche img{
    border-radius: 50%;
	width: 35%;
	padding-right:20px;
}
	
	h2{
		color:#000000;
	font-weight: 600;
    font-size:1.4em;
    line-height:35px;
    padding-top: 20px;
	padding-bottom: 20px;
    margin-left: 88px;
    margin-right: 10px;
	letter-spacing: 0.3px;
	text-align: left;
		
	}
	
	footer{
    margin-top: 100px;
    padding-top: 50px;
    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;
}
}