.boite_option_page {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}


div.cowansville{
    width: 49.9%;
    position: relative;
    height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boite_option_page img{
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
	filter: brightness(0.7);
}

div.granby {
    width: 49.9%;
    position: relative;
    height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;	
}

li.cacher{
	display: none;
}

header#header .menus > nav {
    width: 80%;
    display: flex;
    justify-content: right!important;
}

div.cowansville  a.b1{
	color: black;
}


div.bandeau{
	display: none;
}

div.copy,
footer{
	display: none;
}

div.contenu {
    z-index: 1;
	padding-bottom: 25vw;
}

.contenu p{
	font-size: 21px;
}


.boite_option_page h1{
	position: absolute;
    z-index: 1;
    text-shadow: 2px 2px 12px #00000094;	
    color: white;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 110px;
	font-size: calc(15px + 4.5vw);
}

header#header .ham-icon{
	display: none!important;
}

@media screen and (max-width: 1200px) {
   body  header#header .menus {
        padding: 0;
        position: relative;
        height: auto;
        width: auto;
        background-color: black;
        top: auto;
        left: auto;
        transform: none;
        transition: transform 0.4s ease-in-out;
        flex-direction: row-reverse;
        z-index: 40;
    }
	
	body header#header .menus > .secmenu{
		display: none;
	}
}


@media screen and (min-width:1920px){
	.boite_option_page h1{

		font-size: 110px;

	}
}

	@media screen and (max-width:1200px){
		.boite_option_page h1{
			top: 60%;
		}
	}
@media screen and (max-width:960px){
	.contenu p{
		font-size: 18px;
	}
}

body.active header#header.sticky {
    display: none;
}

@media screen and (max-width:800px){

	div.granby {
		width: 100%;
		position: relative;
		height: 46vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.boite_option_page h1 {
        top: 50%;
        width: 100%;		
    }
	
	div.cowansville .contenu{
		padding-bottom: 20vw;
		padding-top: 0;
	}
	
	div.granby div.contenu {
    	
    	padding-top: 20vw;
	}
	
	div.cowansville {
		width: 100%;
		position: relative;
		height: 46vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}







