/*RESET*/
/*le reset me permet d'enelver toute les marges de mon document si le rest est deja fait sur le site il faudra donc supprimer tout le style*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
/*BLOC GLOBAL*/
#wrapper-widget-ho {
	width: 100%;
	max-width: 1350px; /* sur le max-width c'est la largeur maximal du document il est possible de le modifier */
	margin: 0 auto;
	font-family: 'Roboto', sans-serif; /* Typo si elle est deja chargé sur le site supprimer ce style */
	font-weight: 400;
}
#wrapper-widget-ho img, #wrapper-widget-ho svg {
	display: block;
	width: 100%;
	height: auto
}
#wrapper-widget-ho strong {
	font-weight: 700
}
/*TITRE*/
#wrapper-widget-ho .widget-ho-title p {
	text-align: center; /* alignement du texte */
	text-transform: uppercase;
	letter-spacing: 1px; /* espacement entre les lettres */
	color: #bf002b; /* la couleur du titre */
	font-size: 26px; /* la taille de la typo*/
	position: relative;
	z-index: 1;
	font-weight: 300;
	margin: 50px 0 20px 0; /* espace en dessous du titre de 20px */
}
#wrapper-widget-ho .widget-ho-title p span {
	background-color: #fff; /* couleur d'arrière plan du titre */
	padding: 0 50px; /* espacement intérieur du titre */
}
#wrapper-widget-ho .widget-ho-title p:before, #wrapper-widget-ho .widget-ho-title p:after {
	content: "";
	border-top: 2px solid #bf002b; /* l'épaisseur et la couleur des traits de chaque cote du titre*/
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
/*BLOC PRODUIT*/
#wrapper-widget-ho .widget-ho-focus-content {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 50px
}
#wrapper-widget-ho .widget-ho-focus-content > div:first-child {
	width: 49.5%
}
#wrapper-widget-ho .widget-ho-focus-content > div:last-child {
	width: 49.5%
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd {
	overflow: hidden;
	position: relative
}
/* titre par dessus l'image */
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd h2 {
	position: absolute;
	left: 50%;
	bottom: 20px; /* le positionnement du titre par dessus l'image il est a 20px du bas du bloc*/
	transform: translate(-50%, 0%);
	z-index: 1;
	text-align: center;
	font-size: 30px; /* la taille de la typo */
	text-transform: uppercase;
	line-height: 38px; /* la hauteur de ligne*/
	color: #fff; /* la couleur de la typo*/
	font-weight: 300; /*la graisse de la typo plus elle grand plus elle sera grasse*/
	transition: all ease 0.2s
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover h2 {
	bottom: 50%; /* le positionnement du titre au survol. Le survol est fait qu'il soit placé au centre*/
	transform: translate(-50%, 50%);
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease 0.2s
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover a {
	background-color: rgba(0, 0, 0, 0.3) /* couleur d'arrière plan au survol du bloc couleur en rgb et le dernier l'opacite qui est de 30% soit 0.3*/
}
/* bouton découvrir */
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd a span {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 250%);
	text-transform: uppercase;
	color: #fff; /* couleur du bouton */
	font-size: 20px; /* taille de typo */
	border: solid 2px #fff; /* taille de la bordure et la couleur */
	padding: 12px 40px; /* espace entre la bordure et le texte le 5px correspond en haut et en bas et le 30px à gauche et à droite*/
	border-radius: 40px; /* la taille de l'arrondi */
	font-weight: 600;
	letter-spacing: 1px; /* espacement entre les lettres */
	transition: all ease 0.6s;
	opacity: 0
}
#wrapper-widget-ho .widget-ho-focus-content .widget-ho-content-top-prd a span {
	font-size: 16px; /* taille de la typo */
	padding: 10px 40px; /* espace intérieur */
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover a span {
	opacity: 1
}
/* bouton découvrir au survol */
#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd a span:hover {
	background-color: #fff; /* couleur de fond du bouton au survol */
	color: #000; /* couleur de la typo */
}
#wrapper-widget-ho .widget-ho-content .widget-ho-content-two > div + div {
	margin-top: 2%
}
/*BLOC FOCUS FULL SCREEN*/
#wrapper-widget-ho.wrapper-widget-ho-full-screen {
	max-width: 100%
}
#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-title {
	max-width: 1350px;
	margin: 0 auto;
	width: 100%
}
#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-focus-content > div:first-child {
	width: 46.9%
}
#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-focus-content > div:last-child {
	width: 52.1%
}
#wrapper-widget-ho .widget-ho-content-top-prd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%
}
#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content-four .widget-ho-content-four-top .widget-ho-content-prd {
	width: 32%
}
/*BLOC FOCUS II*/
#wrapper-widget-ho.wrapper-widget-ho-focusII .widget-ho-content-one {
	max-height: 880px;
	height: 100%;
}
#wrapper-widget-ho.wrapper-widget-ho-focusII .widget-ho-focus-content > div:last-child {
	width: 49.3%;
}
/*BLOC FOCUS II FULL SCREEN*/
#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-content-four-top > div {
	width: 22%;
	margin: 0 auto
}
#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-focus-content > div:first-child {
	width: 48%
}
#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-focus-content > div:last-child {
	width: 51.2%
}
#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-content-top-prd a span {
	transform: translate(-50%, 210%);
}
/*BLOC SQUARE BLOC*/
#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-focus-content > div {
	width: 100%
}
#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 {
	font-size: 50px; /* taille de la typo */
	line-height: 65px /* interlignage */
}
#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 strong {
	font-size: 68px; /* taille de la typo */
}
#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd a span {
	transform: translate(-50%, 280%);
}
/*BLOC SQUARE BLOC FULL SCREEN*/
#wrapper-widget-ho.wrapper-widget-ho-square-bloc-full .widget-ho-focus-content > div:last-child {
	width: 100%;
	max-height: 1350px;
	height: 100%
}
/*BLOC FAQ*/
#wrapper-widget-ho .widget-ho-faq-content {
	display: flex;
	margin-bottom: 50px
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-one {
	width: 67%
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question {
	width: 33%
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question a {
	background-color: #BF0000; /* couleur de fond*/
	padding: 0 35px; /* espace intérieur */
	display: block;
	height: 100%;
	text-decoration: none
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question img {
	width: auto;
	height: 188px;
	display: block;
	margin: 0 0 47px 50px;
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question p {
	color: #fff;
	font-size: 24px; /* taille de la typo */
	line-height: 32px; /* interlignage */
	font-weight: 400;
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question p:last-child {
	text-align: center
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question span {
	display: inline-block;
	font-size: 16px; /* taille de la typo */
	color: #BF002B; /* couleur de la typo */
	border: solid 2px #fff; /* typoe taille et couleur de la bordure*/
	padding: 8px 20px; /* espace intérieur en haut et bans 8 px et gauche droite 20px*/
	border-radius: 30px; /* taille de l'arrondis de la bordure */
	text-transform: uppercase;
	background-color: #fff; /* couleur d'arrière plan */
	font-weight: 500;
	margin-top: 16%;
	transition: all ease 0.2s
}
#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question span:hover {
	color: #fff;
	background-color: #BF002B /* couleur d'arrière plan survol */
}
/*BLOC STORE*/
#wrapper-widget-ho.widget-ho-store {
	max-width: 1110px; /* taille en largeur du bloc*/
	width: 100%;
	margin: 0 auto 210px
}
#wrapper-widget-ho.widget-ho-store .widget-ho-store-content {
	position: relative
}
#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt {
	position: absolute;
	z-index: 1;
	width: 575px; /* taille du bloc texte */
	background-color: #BF002B; /* couleur d'arrière plan*/
	text-align: center; /* alignement du texte */
	padding: 70px 70px 50px 70px; /* espace intérieur haut droite bas gauche*/
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -158px; /* positionnement du bloc*/
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5); /* ombre portée*/
}
#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt p {
	color: #fff; /* couleur de texte */
	font-size: 18px; /* taille du texte */
	line-height: 26px; /* interlignage */
	margin-bottom: 55px /* marge en dessous du texte */
}
#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt a {
	font-size: 16px; /* taille de la typo */
	text-decoration: none;
	display: inline-block;
	color: #BF002B; /* couleur de la typo*/
	border: solid 2px #fff; /* type de bordure epaisseur et couleur*/
	padding: 8px 20px; /* espace intérieur haut bas gauche droite*/
	border-radius: 30px; /* taille de l'arrondis */
	text-transform: uppercase;
	background-color: #fff; /* couleur d'arrière plan */
	transition: all ease 0.2s;
}
#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt a:hover {
	color: #fff;
	background-color: #BF002B /* couleur d'arrière plan du bouton*/
}
/*BLOC BANDEAU*/
#wrapper-widget-ho.wrapper-widget-ho-bandeau img {
	width: auto;
	height: 70px
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content {
	border: solid 10px #BF002B;
	position: relative;
	padding: 38px 0;
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > img {
	position: absolute;
	width: 140px;
	top: 0;
	left: 0px;
	height: auto;
	z-index: -1
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > img + div + img {
	right: 25px;
	width: 58px;
	position: absolute;
	left: auto;
	height: auto;
	z-index: -1
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > div {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > div > div > div {
	margin-left: 10px
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > div > div > div p {
	color: #1E294F;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau .widget-ho-bandeau-content > div > div > div p + p {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-transform: lowercase;
	margin-top: 10px;
}
#wrapper-widget-ho.wrapper-widget-ho-bandeau.wrapper-widget-ho-bandeau-mob{
	display: none
}
/*BLOC LINE*/
#wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-line-content{
	margin-bottom: 50px
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-slide {
	margin: 0px 10px;
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-prev:before, #wrapper-widget-ho.wrapper-widget-ho-line .slick-next:before {
	color: black;
}
#wrapper-widget-ho.wrapper-widget-ho-line button {
	position: absolute;
	text-indent: -9999px;
	background-color: rgba(216, 216, 216, 0.8);
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 30px;
	border: none;
	transition: all ease 0.2s;
	cursor: pointer
}
#wrapper-widget-ho.wrapper-widget-ho-line button:hover {
	background-color: rgba(216, 216, 216, 1)
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-prev:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 17px 23px 0;
	border-color: transparent #ffffff transparent transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-prev:hover::after {
	border-color: transparent #000 transparent transparent;
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-next {
	right: 0;
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-next:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 0 23px 17px;
	border-color: transparent transparent transparent #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#wrapper-widget-ho.wrapper-widget-ho-line .slick-next:hover::after {
	border-color: transparent transparent transparent #000;
}
#wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-content .widget-ho-content-prd a span {
	transform: translate(-50%, 200%);
	font-size: 16px;
	padding: 10px 25px;
}
/*RESPONSIVE*/
/* Appareils volumineux (ordinateurs, moins de 1 200 pixels) */
@media all and (max-width: 1200px) {
	#wrapper-widget-ho .widget-ho-focus-content .widget-ho-content-top-prd a span {
		font-size: 16px; /* taille de la typo*/
		padding: 7px 28px; /* espace intérieur en haut bas gauche droit*/
		transform: translate(-50%, 200%);
	}
	#wrapper-widget-ho .widget-ho-faq-content {
		flex-direction: column
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-one, #wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question {
		width: 100%
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question p {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question img {
		margin-left: 0
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question span {
		margin: 25px 0 /* espacement haut droite bas gauche */
	}
	#wrapper-widget-ho.widget-ho-store {
		padding: 0 15px /* espace intérieur haut bas gauche droit*/
	}
}
/* Appareils de taille moyenne (tablettes, moins de 991 pixels) */
@media all and (max-width: 991px) {
	#wrapper-widget-ho, #wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-title {
		padding:0 20px /* espace intérieur */
	}
	#wrapper-widget-ho .widget-ho-focus-content .widget-ho-content-two > div:first-child a span {
		transform: translate(-50%, 200%);
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen {
		padding: 0
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-focus-content > div:first-child, #wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-focus-content > div:last-child {
		width: 100%
	}
	/* titre par dessus l'image */
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd h2 {
		font-size: 24px; /* taille du titre sur produit en versio responsive petit écran */
		line-height: 32px; /* interlignage */
		bottom: 80px
	}
	/* bouton découvrir */
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd a span, #wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover a span {
		font-size: 14px;
		transform: translate(-50%, -50%);
		opacity: 1;
		bottom: 0;
		padding: 9px 28px;
	}
	#wrapper-widget-ho .widget-ho-focus-content .widget-ho-content-two > div:first-child a span {
		transform: translate(-50%, -50%);
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content {
		flex-direction: column
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content > div {
		width: 100%
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content-four .widget-ho-content-four-top {
		margin-top: 2%;
		flex-wrap: wrap
	}
}
/* Petits appareils (téléphones paysage, moins de 768 pixels) */
@media all and (max-width: 768px) {
	#wrapper-widget-ho .widget-ho-content {
		flex-direction: column
	}
	#wrapper-widget-ho .widget-ho-focus-content, #wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-line-content {
		margin-bottom: 20px;
	}
	#wrapper-widget-ho .widget-ho-content > div {
		width: 100% !important
	}
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-two > div, #wrapper-widget-ho .widget-ho-content .widget-ho-content-two-picto-top {
		margin-top: 2%
	}
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover a {
		background-color: transparent
	}
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover h2 {
		bottom: 20px; /* titre sur produit à 20px en bas du bloc */
		transform: translate(-50%, 0%);
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 {
		font-size: 28px;
		line-height: 48px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd:hover h2, #wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 {
		bottom: 80px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 strong {
		font-size: 50px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd a span, #wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd:hover a span {
		transform: translate(-50%, -50%);
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau{
		display: none
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau.wrapper-widget-ho-bandeau-mob{
	display: block
}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div {
		max-width: 80%;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > img {
		width: 80px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div > div > div p {
		font-size: 10px
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content {
		padding: 20px 0;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob img {
		height: 40px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > img + div + img {
		width: 30px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-content .widget-ho-content-prd:hover h2 {
    bottom: 80px;
}
	#wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-content .widget-ho-content-prd a span, #wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover a span, #wrapper-widget-ho.wrapper-widget-ho-line .widget-ho-content .widget-ho-content-prd a span, #wrapper-widget-ho .widget-ho-content .widget-ho-content-prd a span{
		opacity:1;
		bottom:0;
		transform: translate(-50%, -50%);
		font-size: 14px;
		padding: 9px 28px;
	}
}
/* Petits appareils (téléphones paysage, 576 pixels et plus) */
@media all and (max-width: 576px) {
	#wrapper-widget-ho .widget-ho-title p span {
		padding: 0 20px; /* espace intérieur */
		width: 219px; /* largeur */
		display: inline-block;
	}
	#wrapper-widget-ho .widget-ho-content .widget-ho-content-prd h2, #wrapper-widget-ho .widget-ho-content .widget-ho-content-prd:hover h2 {
		bottom: 80px
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content-four .widget-ho-content-four-top .widget-ho-content-prd {
		flex: 1 1 48%;
		margin-bottom: 2%;
		margin-right: 1%
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content-four .widget-ho-content-four-top .widget-ho-content-prd + .widget-ho-content-prd {
		margin-left: 1%;
		margin-right: 0;
	}
	#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-content-four-top > div:first-child {
		flex: 1 1 38%;
		margin-bottom: 2%;
		margin-right: 1%
	}
	#wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-content-four .widget-ho-content-four-top .widget-ho-content-prd:nth-child(2) {
		margin-left: 1%;
		margin-right: 0;
		flex: 1 1 58%
	}
	#wrapper-widget-ho.wrapper-widget-ho-full-screen .widget-ho-content-four .widget-ho-content-four-top .widget-ho-content-prd:last-child, #wrapper-widget-ho.wrapper-widget-ho-focusII-full-screen .widget-ho-content-four-top > div:last-child {
		margin: 0;
		width: 100%
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 {
		font-size: 20px; /* taille de la typo */
		line-height: 29px /* interlignage */
	}
	#wrapper-widget-ho.wrapper-widget-ho-square-bloc .widget-ho-content .widget-ho-content-prd h2 strong {
		font-size: 30px; /* taille de la typo */
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question a {
		padding: 0 15px /* espace intérieur haut bas droite gauche*/
	}
	#wrapper-widget-ho .widget-ho-faq-content .widget-ho-content-question img {
		height: 100px;
		margin: 0 0 20px 0px;
	}
	#wrapper-widget-ho.widget-ho-store {
		margin-bottom: 20px
	}
	#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt {
		position: relative;
		bottom: 0;
		padding: 30px 15px;
		box-shadow: none
	}
	#wrapper-widget-ho.widget-ho-store .widget-ho-store-content .widget-ho-content-txt p {
		font-size: 16px; /* taille de la typo */
		line-height: 24px;
		margin-bottom: 30px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div {
		flex-wrap: wrap;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div > div {
		flex: 1 1 48%;
		flex-direction: column;
		justify-content: start;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div > div:nth-child(odd) {
		margin-right: 2%
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div > div + div + div {
		margin-top: 20px
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div {
		max-width: 80%;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob img {
		height: 50px;
	}
	#wrapper-widget-ho.wrapper-widget-ho-bandeau-mob .widget-ho-bandeau-content > div > div > div p {
		margin-top: 10px
	}
}