html,
body.body-concours{
	position: relative;
    background-color: #032374;
	background-image: none;
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-family: Proxima Nova, sans-serif;
}

body.page-fr{
	/*background-image: url("/wp-content/themes/ekabe/assets/slider_desktop_fr.jpg");*/
}

body.page-de{
	/*background-image: url("/wp-content/themes/ekabe/assets/slider_desktop_de.jpg");*/
}

.wrapper-form-content{
	padding: 30px 0 20px;
}

.win-bottom .wrapper-form-content{
	padding: 150px 0 20px;
}

.win-bottom .wrapper-form-content title{
	color: #CD884F;
	font-weight: bolder;
}


.logo-ekabe-90 {
	top: 0;
	left: 15%;
	width: 350px;
}

.logo-ekabe-90 {
	max-width: 100%;
	height: auto;
}

.header-texte {
	top: 300px;
	left: 33%;
	transform: translateX(-50%);
	max-width: 90%;
}

.header-texte h1 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.header-texte .date {
	font-size: 2rem;
	color: #CD884F;
	font-weight: bold;
}

.language-switch {
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
}

.language-switch .rounded-circle {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9rem;
	font-weight: 600;
}

.padding0{
	padding: 0 !important;
}

.padding5{
	padding-bottom: 180px !important;
}

.header-concours{
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
	pointer-events: none;
}

header .header__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
}

header .header__wrapper .logo__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    position: relative;
    padding: 10px 25px;
}

header .header__wrapper .logo__wrapper .cropped-box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: white;
    z-index: 0;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
	box-shadow: 0px 10px 20px 0px rgb(10, 36, 111, .21);
}
header .header__wrapper .logo__wrapper .cropped-box:after {
    content: '';
    display: block;
    width: 90%;
    height: 17px;
    background-color: white;
    z-index: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

header .header__wrapper .logo__wrapper .logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 10;
}

header .header__wrapper .btn__language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-top: 20px;
}
header .header__wrapper .btn__language:hover {
    background-color: #f0f0f0;
}
header .btn-lang-switch {
    text-transform: uppercase;
    color: #032374;
    font-size: 14px;
    font-weight: bold;
}

.header-concours .btn-lang-switch {
	pointer-events: all;
}

/* Hero Section */

.hero {
    padding-top: 250px;
	margin-bottom: 140px;
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
}

.hero .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 0;
    background: #032374;
}

.hero .hero__bg--mobile {
    display: none;
}

.hero .hero__bg img {
    width: 100%;
}

.hero .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 55%;
    padding: 3rem 0 5rem 2rem;
    z-index: 30;
}

.hero .hero__content h1 {
	font-family: Proxima Nova, sans-serif;
    font-size: 72px;
    color: #fff;
    font-weight: 900;
	line-height: 1.1;
}

.hero .hero__content span {
	z-index: 1;
    font-size: 35px;
	font-family: Galaxie-bold;
    color: #CD884F;
    font-weight: bold;
	margin-top: 20px;
	line-height: 1.1;
}   

/* ----- Win section ------ */

.win{
	position: relative;
	background-color: white;
	padding: 0;
	padding-top: 20px;
}

.win::before,
.win::after{
	content: url('');
	display: block;
	position: absolute;
	top: -188px;
	margin: 0 50px;
	width: calc(100% - 120px);
	height: 60px;
	background-color: white;
}

.win::after{
	top:unset;
	bottom: -60px;
}

.title{
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
	font-size: 53px;
	color: #032374;
}

.title-gen{
	margin: 0;
}

.title-part{
	margin-bottom: 60px;
}

.carousel-inner{
	display: flex;
	flex-direction: row;
}

.carousel-item{
	display: block;
	width: 33%;
	height: 700px;
	padding-top: 170px;
}

.win-bottom{
	margin: 0 auto 180px;
	padding-top: 160px;
	top: 0;
}

.win-bottom::before{
	height: 0;
}

.win .win-img{
	position: relative;
	border-radius: 50%;
	left: 10px;
	width: 60%;
	max-width: 216px;
}

.win .img-cont{
	position: absolute;
	z-index: 1;
	top: -150px;
	width: 100%;
	height: 100%;
}

.win .contborder{
	margin: 0 auto;
	min-height: 340px;
	padding: 80px 10px 0;
	position: relative;
	border: 1px solid #032374;
}

.win .contborder::before{
	content: url('');
	display: block;
	position: absolute;
	top: -40px;
	margin: 0 40px;
	width: calc(100% - 80px);
	height: 40px;
	background-color: white;
	border: 1px solid #032374;
	border-bottom: 1px solid white;
}
.win .contborder h4{
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.1;
	color: #032374;
	margin-top: 20px;
	margin-bottom: 40px;
	hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}
.win .contborder .descr{
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
	font-size: 21px;
	color: #CD884F;
	line-height: 1.1;
	hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.win .contborderbottom{
	position: relative;
	padding: 30px 30px 0;
	background-color: #032374;
	min-height: 140px;
}

.win .contborderbottom .descr{
	font-family: Proxima Nova, sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: white;
	hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.win .contborderbottom::after{
	content: url('');
	display: block;
	position: absolute;
	bottom: -40px;
	margin: 0 10px;
	width: calc(100% - 80px);
	height: 40px;
	background-color: #032374;
	border: 1px solid #032374;
}

/* ---------------- Banner ------------ */

.banner {
	position: relative;
    width: 100%;
	padding-bottom: 30px;
    background-color: #CD884F;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.banner .winners,
.banner .nowinner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-family: Proxima Nova, sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: white;
	list-style: none;
	padding: 0;
}

.banner .winners li{
	margin: 20px 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid white;
	line-height: 1;
}

.banner .winners li:last-child{
	border: none;
}

.banner .floating {
    position: absolute;
    left: -190px;
    top: -330px;
    z-index: 100;
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.banner .stars {
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    z-index: 40;
}

.banner .stars img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner .stars.stars__left {
    left: 0;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.banner .stars.stars__right {
    right: 0;
    top: 0;
}

.banner h4 {
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
   	color: white;
   	font-size: 26px;
	margin-top: 60px;
}

.banner p {
    font-family: Proxima Nova, sans-serif;
	font-weight: 900;
    color: #032374;
    font-size: 25px;
	margin-top: 30px;
    margin-bottom: 2rem;
 }

 .banner svg {
    color: #fff;
    width: 14px;
 }

 .active .banner{
	transition: all .3s;
 }

 /* --------------- form ------------- */

.wrapper-form{
	text-align: center;
}

.wrapper-form ul{
	list-style: none;
	padding: 0;
	margin-bottom: 70px;
}

.wrapper-form ul li{
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #032374;
	margin: 20px 0;
	line-height: 1.1;
}

.wrapper-form ul li::before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #032374;
	border-radius: 50%;
	margin-right: 10px;
}

.bd{
	font-weight: 700;
}

.lg{
	font-weight: 300;
}

.wrapper-form ul li a{
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #032374;
}

.yellow{
	color: #CD884F;
}

.btn{
	position: relative;
	padding: 17px 25px 17px 70px;
	margin: 20px 20px 30px;
	border-radius: 5px;
	border: 0;
	color: white;
	text-decoration: none;
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 16px;
	box-shadow: 0px 10px 20px 0px rgb(10, 36, 111, .21);
}

.btn-insta:hover{
	box-shadow: 0px 5px 10px 0px rgb(10, 36, 111, .21);
	background: #F9CE34;
	background: linear-gradient(90deg, rgba(249, 206, 52, .75) 0%, rgba(238, 42, 123, .75) 50%, rgba(98, 40, 215, .75) 100%);
	color: white;
	transition: all .3s;
}

.btn-insta{
	background: #F9CE34;
	background: linear-gradient(90deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
}

.btn-insta::before{
	position: absolute;
	left: 24px;
	top: 19px;
	content: url(/wp-content/themes/ekabe/assets/icon-insta.svg);
	display: block;
	width: 22px;
	height: 22px;
}

.btn-fb{
	background-color: #1877F2;
}

.btn-fb:hover{
	box-shadow: 0px 5px 10px 0px rgb(10, 36, 111, .21);
	background: rgb(24, 119, 242, .75);
	color: white;
	transition: all .3s;
}

.btn-fb::before{
	position: absolute;
	left: 24px;
	top: 18px;
	content: url(/wp-content/themes/ekabe/assets/icon-fb.svg);
	display: block;
	width: 22px;
	height: 22px;
}

.sep{
	position: relative;
	margin: 0 auto 90px;
	width: 50%;
	border-bottom: 1px solid #032374;
}

.sep-or{
	position: relative;
	bottom: -30px;
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 37px;
	text-transform: uppercase;
	color: #032374;
	background-color: white;
	width: 100px;
	margin: 0 auto;
}

.form-title{
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.1;
	color: #032374;
	width: 50%;
	margin: 0 auto 10px;
}

.form-subtitle{
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #032374;
	width: 50%;
	margin: 0 auto 40px;
}

/* -------------- Form ------------- */

.wrapper-form-content form input, 
.wrapper-form-content form textarea,
input{
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #032374;
	padding: 17px 25px;
	margin: 8px 0;
	border: 1px solid #032374;
	border-radius: 10px;
	width: 100%;
}

button{
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: white;
	background-color: #032374;
	padding: 17px 90px;
	margin: 10px 0;
	border: none;
	border-radius: 10px;
	width: fit-content;
}

.wrapper-form-content form input[type="file"]{
	display: none;
}

.custom-file-label{
	position: relative;
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: white;
	background-color: #CD884F;
	padding: 17px 40px 17px 90px;
	margin: 10px 0;
	border-radius: 10px;
	width: fit-content;
	cursor: pointer;
}

.custom-file-label::before{
	position: absolute;
	left: 35px;
	top: 16px;
	content: url(/wp-content/themes/ekabe/assets/icon-dnload.svg);
	display: block;
	width: 22px;
	height: 22px;
}

input::placeholder{
	color: #032374;
}

form{
	width: 70%;
	margin: 0 auto;
}

.form-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-row input{
	width: calc(50% - 10px) !important;
}

.three-parts input{
	width: calc(33% - 10px) !important;
}

.help-btn{
	display: block;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 2px solid #CD884F;
	color: #CD884F;
	background-color: white;
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-decoration: none;
	padding: 13px 0 0;
	transition: transform .3s;
	margin-top: 14px;
	cursor: pointer;
}

.help-btn:hover{
	transform: rotate(15deg);
}

.end-line,
.submit__wrapper{
	justify-content: space-evenly;
	margin-top: 50px;
}

.rules{
	font-family: Proxima Nova, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #032374;
	width: 65%;
	margin: 70px auto 40px;
}

.rules a{
	font-family: Proxima Nova, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #032374;
}

/* ----------- swiper -------------- */

.swiper{
	height: calc(100% + 180px);
	padding: 0 2px !important;
	margin-bottom: 240px;
}

.swiper-slide{
	top: 150px;
}

.swiper-button-next, 
.swiper-button-prev{
	height: 82px !important;
	width: 82px !important;
	border-radius: 50%;
	background-color: #032374;
	color: white !important;
	box-shadow: 0px 5px 10px 0px rgb(10, 36, 111, .21);
}

.swiper-button-next:after, 
.swiper-button-prev:after{
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-left: 5px !important;
}

.swiper-button-prev:after{
	margin-right: 5px !important;
}

.swiper-button-prev{
	left: -90px !important;
}

.swiper-button-next{
	right: -90px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	top: unset !important;
	bottom: -20px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	height: 13px !important;
	width: 13px !important;
	border-radius: 4px !important;
	margin: 0 10px !important;
}

.swiper-pagination-bullet{
	background-color: #9BB7FD !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active{
	background-color: #032374 !important;
}

/* ---------------- Réglement -------------- */

.container-template h2,
.container-template h3{
	font-family: Proxima Nova, sans-serif !important;
}

/* ---------- floating ---------- */
 
.participate__wrapper .floating {
    position: absolute;
    right: -155px;
    top: 80px;
    z-index: 100;
    height: 500px;
    object-fit: contain;
 }

 .participate__wrapper .social__wrapper.floating {
    position: absolute;
    left: -150px;
    top: 572px;
    z-index: 100;
    height: 330px;
    object-fit: contain;
 }

 .participate__wrapper .form__wrapper.floating {
    position: absolute;
    right: -200px;
	top: unset;
    bottom: -130px;
    z-index: 100;
    height: 370px;
    object-fit: contain;
 }

 /* -------------- separator ------------ */

.separator {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    margin-bottom: 4rem;
    position: relative;
	margin: 120px auto 90px;
}


.separator span {
    font-weight: bold;
    color: #032374;
    font-size: 37px;
	text-transform: uppercase;
}

.separator hr {
    flex: 1;
    border-color: #032374;
    opacity: 1;
}

.separator .circle__wrapper {
   position: absolute;
   top: 50%;
   right: -310px;
   transform: translateY(-50%) rotate(-5deg);
   -webkit-transform: translateY(-50%) rotate(-5deg);
   -moz-transform: translateY(-50%) rotate(-5deg);
   -ms-transform: translateY(-50%) rotate(-5deg);
   -o-transform: translateY(-50%) rotate(-5deg);
   border: 3px solid #CD884F;
   background-color: #032374;
   padding: 4px;
   width: 288px;
   height: 288px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10;
   color: #fff;
}

.separator .circle__wrapper .circle {
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    padding: 20px;
}

.separator .circle__wrapper .circle span {
	font-family: Proxima Nova, sans-serif;
	font-weight: 400;
    font-size: 22px;
    color: #fff;
	text-transform: none;
	padding-bottom: 5px;
}

.separator .circle__wrapper .circle p {
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
	color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 1.1;
    margin: 0;
}

.separator .circle__wrapper .circle p span {
	font-family: Proxima Nova, sans-serif;
	font-weight: 900;
    color: #CD884F;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 1.1;
}

/* ----------- Accordéon -------------- */

.accordion-container {
/*overflow: hidden;*/
}

.accordion-header {

}

.accordion-toggle-icon:hover {
cursor: pointer;
}

.accordion-container.active .accordion-toggle-icon {
transform: rotate(180deg);
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}

.accordion-container.active .accordion-content {
max-height: 1000px; /* ajustable selon contenu */
}

.title-end{
	margin-top: 50px;
	color: white;
	font-size: 40px;
	line-height: 1.1;
}

.subtitle-end{
	margin: 0 0 25px !important;
}
.text-end{
	margin: 10px 0 20px !important;
}


/* ----------- Modale --------------- */

.custom-modal {
	display: none; /* cachée par défaut */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

.custom-modal-content {
	background-color: #fff;
	margin: calc(50vh - 250px) auto;
	padding: 0;
	max-width: 600px;
	position: relative;
	animation: fadeIn 0.3s ease-in-out;
	border: 2px solid #032374;
}

.custom-modal-content .descr{
	font-family: Proxima Nova, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #032374;
	padding: 10px;
	text-align: center;
	margin: 0;
}

.custom-modal-content .dlc{
	width: 100%;
}

.custom-modal-close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #032374;
	transition: color 0.2s;
}

.custom-modal-close:hover {
	color: #000;
}

@keyframes fadeIn {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
}
  
  

/* ----------- Responsive ------------- */


@media (max-width: 1460px) {
	.hero .hero__content {
		max-width: 60%;
	}

	.hero .hero__content h1 {
		font-size: 60px;
	}
  
	.hero .hero__content span{
		font-size: 26px;
	}

	.win .win-img{
		width: 50%;
	}
}

@media (max-width: 1200px) {

	.hero .hero__content h1 {
		font-size: 50px;
	}

	.swiper-button-prev,
	.swiper-button-next {
	  display: none !important;
	}

	.footer-content-menu ul li{
		margin-bottom: 15px;
		line-height: 1.4;
	}
	
	.footer-content-menu ul li a{
		font-size: 18px;
	}
	
	.footer-content-infos-label{
		font-size: 18px;
		line-height: 22px;
	}
}

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

	body.page-fr{
		/*: url("/wp-content/themes/ekabe/assets/slider_mobile_fr.jpg");*/
	}
	
	body.page-de{
		/*background-image: url("/wp-content/themes/ekabe/assets/slider_mobile_de.jpg");*/
	}

	header{
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 0 !important;
	}

	.participate__wrapper .separator .circle__wrapper {
	  display: none;
	}
	
	.banner .stars img {
	  opacity: 20%;
	}
	
	.participate__wrapper .form__wrapper form {
	  max-width: 95%;
	}

	.hero{
		padding-top: 0;
	}
	
	.hero .hero__content {
	  max-width: 100%;
	  padding: 3rem 1rem 5rem 1rem;
	}
	
	.hero .hero__content h1 {
	  font-size: 35px;
	}

	.hero .hero__content span{
		font-size: 24px;
	}
  
	.participate__wrapper .form__wrapper .form-row {
	flex-direction: column;
	gap: 1rem;
	}
	
	.participate__wrapper .form__wrapper .submit__wrapper {
	flex-direction: column;
	}
	
	.participate__wrapper .form__wrapper .submit__wrapper .form__button {
	min-width: 100%;
	}
	
	.participate__wrapper .social__wrapper {
	flex-direction: column;
	}

	.hero .hero__content {
		padding: 300px 0 34vh;
	}
	
	.hero .hero__content h1 {
	font-size: 37px;
	}

	.win{
		padding-top: 60px;
	}

	.win::before,
	.win::after{
		display: none;
	}

	.title-gen{
		font-size: 35px;
	}

	.title-part{
		font-size: 35px;
	}

	.swiper-slide{
		padding: 0 40px;
	}

	.win .win-img {
		position: relative;
		border-radius: 50%;
		width: 160px;
		top: 32px;
		left: -30px;
	}

	.win .contborder{
		min-height: 240px;
	}

	.win .contborder h4{
		font-size: 27px;
	}

	.win .contborder .descr{
		font-size: 20px;
	}

	.win .contborderbottom{
		min-height: 120px;
	}

	.win .contborderbottom .descr{
		font-size: 18px;
	}

	.banner{
		padding: 0 20px 40px;
		height: auto;
	}
	
	.banner h4{
		font-size: 25px;
	}

	.banner p{
		font-size: 20px;
	}

	.banner .winners{
		width: 100%;
	}

	.separator{
		width: 100%;
	}

	.separator span{
		font-size: 30px;
	}

	.wrapper-form ul li,
	.form-title{
		font-size: 18px;
		width: 100%;
	}
	
	.form-subtitle{
		font-size: 14px;
		width: 100%;
	}

	.win-bottom .wrapper-form-content{
		padding: 20px;
	}

	.form-row{
		flex-direction: column;
	}

	.form-row input{
		width: 100% !important;
		font-size: 18px !important;
	}

	form{
		width: 100%;
		padding: 0 20px;
	}

	.end-line .custom-file-label{
		width: calc(100% - 90px);
		font-size: 16px;
		padding: 17px 20px 17px 70px;
	}

	.end-line .custom-file-label::before {
		left: 28px;
		top: 16px;
	}

	.end-line .custom-file-label:hover{
		cursor: pointer;
	}

	.end-line{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.form__button--submit{
		padding: 12px;
		width: 100%;
	}

	.help-btn{
		width: 53px;
		margin-top: 12px;
	}

	.rules{
		font-size: 12px;
		line-height: 1.1;
		margin: 20px;
		width: fit-content;
	}

	.floating{
		display: none;
	}
}

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

	header .header__wrapper .logo__wrapper{
		width: 50vw;
		left: -4vw;
	}

	.hero .hero__content {
		padding: 22vh 0 34vh;
	}

	.hero .hero__content h1{
		font-size: 32px;
	}

    .section__gradient {
        margin-top: 280px;
        background-color: white;
    }
    .hero .hero__bg--desktop {
        display: none;
    }
        .hero .hero__bg--mobile {
        display: block;
    }
	.participate__wrapper .form__wrapper .rules {
		font-size: 9px;
	}
	
	.content__wrapper .slider__wrapper .slider {
		gap: 4rem;
	}

	.btn{
		display: block;
	}

	.swiper{
		margin-bottom: 140px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: unset !important;
		bottom: -120px !important;
	}
}

/* --------- hachs ---------- */

footer{
	background-image: url('/wp-content/themes/ekabe/dist/images/bg_body_marbre.jpg');
	background-size: cover;
	background-position: center;
}

.wrapper-form:after, .wrapper-form:before{
	display: none;
}

.wrapper-form-content{
	z-index: unset !important;
	top: unset !important;
}

.wrapper-form{
	z-index: unset !important;
}

.footer-sousmenu ul li a{
	color: #fff !important;
}

.footer-content-menu ul li{
	margin-bottom: 15px;
	line-height: 1.4;
}

.footer-content-menu ul li a{
	font-size: 16px;
}

.footer-content-infos-label{
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (min-width: 1441px) {
	.footer-content-menu ul li a {
        font-size: 21px;
    }

    .footer-content-infos-label {
        font-size: 21px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper-form {
        margin-top: unset !important;
    }

    .wrapper-form-content form {
        padding: 0;
    }

	.wrapper-form:after{
		display: none;
	}

	footer{
		background-image: none;
	}
}

@media only screen and (min-width: 1900px) and (min-height: 900px) {
    body.body-concours{
		background-size: cover;
	}
}
