@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{
	color:#000000;
	font-weight: 600;
    font-size:1.5em;
    line-height:28px;
    padding-top: 80px;
	padding-bottom: 60px;
    margin-left:14px;
    margin-right: 90px;
    letter-spacing: 0.2px;
    position: relative;
}


h1::after{
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #EFC307;
    content: "";
    left: 0;
    bottom: 48px;
    top: auto;
}

.all_box{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}


.Box1 img{
	margin-top:15px;
	width: 75%;
}


.taille p{
	padding-top:30px;
	margin-bottom:-20px;
	color:#C49E17;
	font-size: 1.4em;
	font-weight: 600;
}

.prix p{
	font-size: 1.4em;
	font-weight: 600;
	margin-top:10px;
	padding-bottom:30px;
}

#mois{
	color:#000000;
	font-size:19px;
}

hr{
	margin-bottom:20px;
}

.info{
	padding-top:50px;
	font-weight: 500;
	line-height: 20px;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
}

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

    .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{
	color:#000000;
	font-weight: 600;
    font-size:1.5em;
    line-height:32px;
    padding-top: 80px;
	padding-bottom: 60px;
    margin-left:30px;
    letter-spacing: 0.2px;
    position: relative;
    }
	
	h1::after{
    position: absolute;
    width: 170px;
    height: 3px;
    background-color: #EFC307;
    content: "";
    left: 0;
    bottom: 48px;
    top: auto;
}

	
	.Box1{
		display: flex;
		flex-direction: row;
        align-items: center;
        width: 50%;
        margin-bottom: 130px;
        padding-right: 10px;
        padding-left: 30px;
		
	}
	
	.Box1 img{ 
	    width: 250px;

    }
	
	
	.all{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding-left:70px;
	}
	
	hr{
	margin-top:70px;
	margin-bottom:70px;
	width:37%;
	margin-left:0%;
	border:0.8px solid grey;
		
}
	
.taille p{
	padding-top:30px;
	margin-bottom:-20px;
	color:#C49E17;
	font-size: 1.6em;
	font-weight: 600;
	padding-bottom:10px;
}

.prix p{
	font-size: 1.6em;
	font-weight: 600;
	margin-top:10px;
	padding-bottom:30px;
}
	
.info{
	padding-top:0;
	font-weight: 500;
	line-height: 20px;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	font-size:19px;
}
	
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;
}
}