.gris {
	color: #3c3c3b;
}

.gris-clair {
	color: gainsboro;
}

.sg-popup-builder-content a.wp-block-button__link {
	width: 100%;
	background-color: #be1622;
	color: white !important;
	text-transform: uppercase;
	transition: all .5s;
	border: solid 2px #be1622;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-decoration: none !important;
	border-radius: 10px;
}

.sg-popup-builder-content a.wp-block-button__link:hover {
	background-color: transparent;
	color: #be1622 !important;
}

.sg-popup-builder-content p {
	margin-bottom: 15px;
	margin-top: 15px;
}

img.sgpb-popup-close-button-1 {
	left: auto !important;
	right: 9px !important;
	top: 9px !important;
	bottom: auto !important;
}

.gform_wrapper.gravity-theme .gf_step_number {
	border: 2px solid #000 !important;
}

div.wpcf7-spam-blocked {
	border: none;
}

.cn-button.bootstrap {
	color: #fff;
	background: #be1622 !important;
}

.landing_page h1 {
	margin-bottom: 25px;
	font-size: 26px;
}

.landing_page h3 {
	text-transform: none;
	color: black;
}

h4 {
	text-transform: uppercase;
}

h5 {
	text-align: center;
	text-transform: uppercase;
	margin-top: -1em;
	margin-bottom: 3em;
}

.landing_page h5 {
	text-align: left;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-image img {
	height: auto;
}

.page-id-75 #fond-gris h2 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 24px;
}

.page-id-75 ul {
	list-style: none;
	padding-left: 0;
}

.page-template-page-landing #b1, .page-template-page-landing #b2, .page-template-page-landing #b3 {
	border-top: none;
}

.page-template-page-landing #b1 {
	border-right: solid 1px white;
}

.error404 #visuel-page-interieure {
	height: 175px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1em;
	filter: contrast(.5);
	filter: opacity(.55);
}

#visuel-404 {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: gainsboro;
}

input.wpcf7-form-control.wpcf7-submit {
	color: white;
	text-transform: uppercase;
	background-color: #be1622;
	width: 100%;
	padding: .5em;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	padding: .5em;
	width: 100%;
	margin-bottom: 15px;
}

.landing_page #filtre-blanc {
	margin-bottom: 3em;
	margin-top: 0;
}

#logo_landing {
	margin-bottom: 6em;
}

.landing_page .img-conseil {
	background-position: left center;
}

#container-video {
	margin-bottom: 1em;
}

.espace-2 {
	margin-bottom: 2em;
}

#visuel-page-interieure {
	height: 175px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1em;
	filter: opacity(.55);
}

#voile-gris-interieur {
	position: absolute;
	background-color: rgba(66, 69, 74, .4);
	height: 175px;
	z-index: 1;
}

#logo-header-interieur {
	position: absolute;
	height: 135px;
	margin-top: 15px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#logo-header-landing {
	position: relative;
	height: 250px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: rgba(255, 255, 255, .36);
}

.page-id-122 #cibler {
	display: none;
}

#espace-different {
	margin-bottom: 2em;
}

#espacer-le-bas {
	margin-bottom: 3em;
}

#main {
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}

.col {
	display: inline-block;
	vertical-align: top;
}

.box, .box * {
	-webkit-transition: .3s linear;
	-ms-transition: .3s linear;
	transition: .3s linear;
}

.box {
	background: #f1f1f1;
	width: 90vw;
	height: 250px;
}

.box-content {
	background: #42454a;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	margin-top: 6%;
	margin-left: 42.5%;
}

.box-text {
	width: 80vw;
	margin: 170px 0 0 -65px;
	opacity: 0;
	position: absolute;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 20px;
	-webkit-transition: margin .3s linear, opacity .1s linear;
	-ms-transition: margin .3s linear, opacity .1s linear;
	transition: margin .3s linear, opacity .1s linear;
}

.box-title {
	width: 90vw;
	margin: 170px 0 0 0;
	position: absolute;
	font-size: 18px;
	color: #3c3c3b;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
}

.box.target {
	height: 500px;
}

.box.target .box-content {
	width: 90vw;
	height: 500px;
	border-radius: 0;
	margin: 0;
	background-color: #42454a;
}

.box.target .box-text {
	margin: 250px 0px 0 35px;
	padding-right: 20px;
	opacity: 1;
	-webkit-transition: opacity .2s .4s linear;
	-ms-transition: opacity .2s .4s linear;
	transition: opacity .2s .4s linear;
}

.box.impaire {
	background: #d8d8d8;
}

#resultat {
	background-color: #be1622 !important;
}

div#resultat .box-title {
	color: white;
}

#premier-element {
	background-color: white !important;
	border: solid 1px gainsboro;
}

.box.target .box-title {
	color: white;
}

.img-picto {
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#premier-element .box-content {
	background-color: transparent;
}

#premier-element {
	pointer-events: none;
}

.wp-block-button.comme-un-bouton {
	margin-top: 2em;
	text-transform: uppercase;
}

.img-actu-conseil {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	filter: grayscale(1);
}

.img-actu-conseil:hover {
	filter: grayscale(0);
	transition: all .1s ease;
}

.coin-gris-conseils {
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}

#links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 13px;
	font-family: tahoma;
	color: #fff;
}

#links a {
	text-decoration: none;
	font-size: 2.3em;
	color: #fff;
}

#twitter {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#pens {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

.page-id-120 #visuel-page-interieure {
	filter: opacity(.3);
}

span.un-petit-plus {
	color: #be1622;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

div#premier-element span.un-petit-plus {
	display: none;
}

div#resultat span.un-petit-plus {
	color: white;
}

@media only screen and (min-width : 992px) {
	#visuel-404 {
		height: 400px;
	}
	
	.page-template-page-landing #aligne {
		display: block;
	}
	
	.page-template-page-landing .encart-conseils {
		margin-top: 4em;
	}
	
	#container-video {
		margin-bottom: 3em;
	}
	
	#voile-gris-interieur {
		-webkit-clip-path: polygon(0 0, 41% 0, 100% 0%, 0% 460%);
		clip-path: polygon(0 0, 41% 0, 100% 0%, 0% 460%);
	}
	
	.cacher-cette-colonne {
		display: block;
	}
	
	.box, .box-title, .box.target .box-content {
		width: 27vw;
	}
	
	.box-text {
		width: 24vw;
	}
	
	.box-content {
		margin-top: 3%;
		margin-left: 11.8%;
	}
	
	.secondLight .box {
		background: #f1f1f1;
	}
	
	#claire {
		background: #f1f1f1 !important;
	}
	
	#fonce {
		background: #d8d8d8 !important;
	}
	
	span.un-petit-plus {
		display: none;
	}
	
	#texte-de-ref {
		padding-bottom: 2em;
	}
	
	.category-conseils-actualites h3.no-padd {
		min-height: 80px !important;
	}
}

@media screen and (min-width: 1700px) and (max-width: 1800px) {
	span.un-petit-plus {
		display: none;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
	span.un-petit-plus {
		display: none;
	}
}

@media screen and (min-width: 993px) and (max-width: 1501px) {
	span.un-petit-plus {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1280px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.box.target .box-text {
		margin: 250px 0px 0 25px;
	}
	
	span.un-petit-plus {
		color: #be1622;
		font-weight: bold;
	}
}