@charset "utf-8";

/*
@media only screen and (min-width: 320px) and (max-width: 479px) {
@media only screen and (min-width: 480px) and (max-width: 767px) {
@media only screen and (min-width: 768px) and (max-width: 991px) {
@media only screen and (min-width: 992px) and (max-width: 1199px) {



@media only screen and (max-width: 575px) {
@media only screen and (min-width: 576px) and (max-width: 767px) {
@media only screen and (min-width: 768px) and (max-width: 991px) {
@media only screen and (min-width: 992px) and (max-width: 1199px) {
@media only screen and (min-width: 1200px) and (max-width: 1599px) {

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media only screen and (max-width: 575px) {
}



*/



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	section#head > div {
	width: 1200px;
	}

	section#main {
	width: 1200px;
	}

	#header nav {
	width: 1200px;
	}

	#header ul {
	width: 1200px;
	}

	nav#fil {
	width: 1200px;
	}

	#footer .contfooter {
	width: 1200px;
	}

}


/* navig responsive, fil et colonnes */
@media only screen and (max-width: 1199px) {
	#menuresp {
	display: block;
	}

	#menurespclose {
	display: block;
	}

	#header nav {
	position: fixed;
	width: 100vw;
	height: 40em;
	line-height: 2em;
	/*left: -100vw;*/
	top: -40em;
	background-color: var(--clr1);
	z-index: 100;
	}

	#header nav.opening {
	left: 0;
	top: 0;
	}

	ul#navig {
	float: none;
	padding: 1em 1em 0 1em;
	text-align: left;
	}

	ul#navig2 {
	float: none;
	padding: 0 1em 0 1em;
	text-align: left;
	}

	#header ul > li {
	display: block;
	height: 2em;
	padding: 1em;
	line-height: 2em;
	}

	#header ul#navig2 > li {
	margin-left: 0;
	}

	#header ul > li a {
	display: inline-block;
	width: auto;
	height: 2em;
	}

	#header ul li a {
	color: #fff !important;
	}

	#imghead {
	/*height: 22em;*/
	display: none;
	}

	section#head > div {
	width: 100%;
	}

	nav#fil {
	width: calc(100% - 2em);
	padding: 0 1em;
	}

	#header .logo {
	position: absolute;
	display: block;
	left: 2em;
	top: 1.5em;
	height: 3em;
	}

	h1 {
	padding: 0 0.5em;
	}

	#slide {
	height: 65vh;		
	}

	section#main {
	width: calc(100% - 2em);
	padding: 0 1em;
	margin-bottom: 2em;
	}

	.col50, .col66 {
	display: block;
	}

	.lightbox {
	display: block;
	width: 100%;		
	}

	.lightbox img {
	width: 100%;		
	}

	article {
	padding-bottom: 2em;
	}

}

@media only screen and (max-width: 991px) {
	#main #contrech {
	padding-top: 5em;
	}

	#recherche {
	width: 70%;
	grid-template-columns: repeat(1, 1fr);
	gap: 1em;
	}

	#recherche div {
	border-radius: 0.5em;
	height: 4.5em;
	}

	#recherche > div a {
	line-height: 3em;
	}

	#recherche > div a span {
	line-height: 1em;
	}

	#btrech {
	width: 100%;
	}

	#filtres {
	position: relative;
	margin: 1em 0;
	}

	#filtres a {
	margin: 0 1em 0 0;
	}

	#fil .resp {
	font-size: 1.2em;
	}

	.resp {
	display: initial;
	}

	.noresp {
	display: none;
	}

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	#footer .contfooter {
	width: 992px;
	}

}


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

	#footer .contfooter {
	width: 768px;
	}

}


@media only screen /*and (min-width: 576px)*/ and (max-width: 767px) {

	#footer .contfooter {
	width: 100%;
	}

	#footer #mentions span, #footer #mentions a {
	display: block;
	padding: 1em;
	}

	#footer #mentions .separ {
	display: none;
	}

}


/*@media only screen and (max-width: 575px) {

}
*/


