
/* ACCUEIL */

/* Slider */
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
	height: calc(100vh - 107px);
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text {
	position: absolute;
	top: 0px;
	z-index: 5;
	width: 100%;
	height: calc(100vh - 107px);
	display: flex;
	justify-content: center;
	align-items: center;
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
	font-weight: normal;
	line-height: .8em;
	padding-bottom: 15px !important;
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p {
	padding-bottom: 60px;
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p:last-of-type {
	padding-bottom: 0px;
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p a {
	font-weight: bold !important;
	font-style: normal;
    font-size: 15px !important;
    line-height: 1em !important;
    color: #fff;
    background-color: #3644df;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 13px !important;
    padding-bottom: 8px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .2s ease;
}
body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p a:hover {
	background-color: #968f8f !important;
}

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

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
		font-size: 140px !important;
	}
}
@media only screen and (max-width: 1120px) {

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
		font-size: 100px !important;
	}
}
@media only screen and (max-width: 980px) {

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
		height: calc(100vh - 80px);
	}
	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text {
		height: calc(100vh - 80px);
	}
	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
		font-size: 70px !important;
	}
	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p {
		padding-bottom: 50px;
	}
	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p a {
    	font-size: 14px !important;
	}
}
@media only screen and (max-width: 767px) {

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner p {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 580px) {

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
		font-size: 50px !important;
	}
}
@media only screen and (max-width: 420px) {

	body.custom-theme-btw .et_pb_section.section_slider .et_pb_row .et_pb_column .et_pb_text.module_text .et_pb_text_inner h1 {
		font-size: 40px !important;
	}
}



/* Sponsors */
body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image {
	width: calc(25% - 45px);
	text-align: center;
	margin: 0px;
}
body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image span.et_pb_image_wrap img {
	max-width: 180px;
	width: auto;
	max-height: 80px;
	height: auto;
}

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

	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column {
		gap: 40px;
	}
	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image {
		width: calc(33.3333% - 26.6666px);
	}
	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image span.et_pb_image_wrap img {
		max-width: 150px;
		width: auto;
		max-height: 60px;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {

	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image {
		width: calc(50% - 20px);
	}
	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image span.et_pb_image_wrap img {
		max-width: 130px;
		width: auto;
		max-height: 50px;
		height: auto;
	}
}
@media only screen and (max-width: 480px) {

	body.custom-theme-btw .et_pb_section .et_pb_row.row_sponsoren .et_pb_column .et_pb_image span.et_pb_image_wrap img {
		max-width: 100px;
		width: auto;
		max-height: 40px;
		height: auto;
	}
}


