/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
@font-face {
	font-family: "Avenir";
	src: url(assets/_fonts/AvenirRegular.ttf) format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "Avenir";
	src: url(assets/_fonts/AvenirLight.ttf) format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Avenir";
	src: url(assets/_fonts/AvenirHeavy.ttf) format("truetype");
	font-weight: bold;
}

@font-face {
	font-family: "Avenir";
	src: url(assets/_fonts/AvenirBlack.ttf) format("truetype");
	font-weight: 900;
}

.grecaptcha-badge{
	display: none;
}

body{
	font-family: 'Avenir', sans-serif;
	background-color: #171717;
	color: #FFFFFF;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #ED8B08;
	background: #171717 0% 0% no-repeat padding-box;
	border: solid 1px #ED8B08;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #ED8B08;
	color: #171717;
}

.h2-vh{
	min-height: 980px;
	height: 100vh;
	position: relative;
}

.h2-title{
	font-family: 'Righteous';
	font-size: 50px;
	line-height: 62px;
	text-transform: uppercase;
}

.h2-content-header{
	padding-top: 196px;
	background-image: url(assets/images/H2-Background-News-Top.png), url(assets/images/H2-Background-News-Bottom.png);
	background-size: 935px auto, 1920px auto;
	background-position: top right, bottom center;
	background-repeat: no-repeat;
}

.h2-search-content{
	padding-top: 196px;
	background-image: url(assets/images/H2-Background-News-Top.png);
	background-size: 935px auto;
	background-position: top right;
	background-repeat: no-repeat;
}

.h2-content-header .h2-title{
	margin-top: 138px;
}

.h2-content{
	font-size: 25px;
	line-height: 34px;
	font-weight: bold;
}

.h2-content a{
	font-family: 'Righteous';
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 9px 30px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 22px;
	transition: all 0s !important;
}

.h2-content a:hover{
	background: transparent linear-gradient(90deg, #E75815 0%, #ED8B08 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.h2-button{
	width: auto;
	border: none;
	font-family: 'Righteous';
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 9px 30px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 22px;
	transition: all 0s !important;
}

.h2-button:hover, .h2-button.active{
	background: transparent linear-gradient(90deg, #E75815 0%, #ED8B08 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.h2-content-page{
	padding-bottom: 50px;
}

.h2-content-page h2{
	font-family: 'Righteous';
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ED8B09;
}
/* GENERAL */

/* HEADER */
.h2-header{
	position: absolute;
	padding-top: 113px;
	z-index: 999;
}

.gbdi-header-home-link img{
	max-height: 58px;
}

.h2-header-separator{
	margin-top: 24px;
	border-top: solid 1px #FFFFFF;
}

.navbar-expand-md{
	padding: 0;
}

.navbar-expand-md .navbar-nav .nav-link{
	padding: 0;
	font-family: 'Righteous';
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	margin-left: 55px;
}

.navbar-expand-md .navbar-nav .menu-item:first-child .nav-link{
	margin-left: 0;
}

.navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .active .nav-link{
	color: #ED8B08 !important;
}

.search-form{
	position: absolute;
	top: -100px;
	right: 0;
}

.search-form input{
	resize: none;
	border: none;
	border-bottom: solid 1px #FFFFFF !important;
	border-radius: 0;
	box-shadow: none !important;
	background-color: transparent !important;
	outline: none !important;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	width: 100%;
	padding: 0;
	color: #FFFFFF !important;
}

.search-form button{
	border: none !important;
	color: #ED8B08;
	padding: 0 10px;
}

.search-form button:hover{
	background-color: transparent;
}

.search-form input::placeholder {
	color: #FFFFFF !important;
}

.search-form input::-ms-input-placeholder { /* Edge 12 -18 */
	color: #FFFFFF !important;
}
/* HEADER */

/* FOOTER */
.h2-footer{
	background-color: #0F0F0F;
	padding-top: 127px;
	padding-bottom: 117px;
}

.h2-footer-links{
	background-color: #0F0F0F;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 900;
}

.h2-footer-links a{
	color: #FFFFFF;
}

.h2-footer-links a:hover{
	color: #ED8B08;
}

.h2-footer-address{
	margin-left: 55px;
}

.h2-footer-address div{
	display: block;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.h2-footer-address div:last-child{
	margin-bottom: 0;
}

.h2-footer-address a.h2-social-link{
	display: inline-block;
	margin-top: 35px;
	margin-right: 40px;
}

.h2-footer-address a.h2-social-link:last-child{
	margin-right: 0;
}

.h2-footer-address a.h2-social-link:hover{
    animation:spin 0.2s linear;
}

@keyframes spin { 
    100% { 
        transform:rotate(360deg);
    } 
}

.h2-footer-menu .nav-link{
	padding: 0;
	margin-bottom: 23px;
	font-weight: 900;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.h2-footer-menu .nav-link:hover, .h2-footer-menu .active .nav-link{
	color: #ED8B08 !important;
}
/* FOOTER */

/* HOME */
.h2-home-top{
	/*
	background-image: url(assets/images/H2-Background-Left-1.png), url(assets/images/H2-Background-Right-1.png);
	background-size: 644px auto, 1005px auto;
	background-position: top left, top right;
	*/
	background-image: url(assets/images/H2-Background-Left-1.jpg);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}

.h2-home-title{
	border-left: solid 1px #FFFFFF;
	margin-bottom: 275px;
	font-family: 'Righteous';
	font-size: 70px;
	line-height: 87px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 60px;
}

.h2-home-top-character{
	position: absolute;
	right: 175px;
	bottom: 46px;
	width: 350px;
	height: 350px;
}

.h2-home-story{
	padding-top: 149px;
	padding-bottom: 149px;
}

.h2-home-numbers-text{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 1.8px;
	padding-bottom: 80px;
}

.h2-home-numbers-value{
	color: #ED8B08;
	font-size: 100px;
	line-height: 37px;
}

.h2-home-numbers-info{
	font-size: 15px;
	line-height: 37px;
	letter-spacing: 1.8px;
	padding-top: 36px;
	padding-bottom: 152px;
}

.h2-numbers-container {
    display: flex;
    align-items: center; 
    justify-content: center; 
    height: 267px; 
    position: relative;
}

.h2-numbers-block-separator::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px; 
    width: 1px;
    height: 100%;
    background-color: #FFFFFF
}

.h2-home-trainings{
	padding-bottom: 113px;
	background-image: url(assets/images/H2-Accueil-Formations.png);
	background-size: 974px auto;
	background-position: top left;
	background-repeat: no-repeat;
}

.h2-formation-image-bg{
	position: absolute;
	left: 0;
	top: 0;
}

.h2-home-training:hover .h2-formation-image-bg{
	opacity: 0;
}

.h2-home-trainings .h2-title{
	margin-bottom: 120px;
}

.h2-home-training{
	margin-bottom: 92px;
	position: relative;
	border: solid 1px #FFFFFF;
	display: inline-block;
}

.h2-home-training-text{
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	width: max-content;
	font-size: 26px;
	line-height: 33px;
}

.h2-home-process{
	background-image: url(assets/images/H2-Accueil-Processus.jpg);
	background-size: 1920px auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 100px;
}

.h2-process-title{
	margin-bottom: -290px;
}

.h2-process-title .h2-title{
	border-top: solid 1px #FFFFFF;
	padding-top: 129px;
}

.h2-home-contact{
	background-image: url(assets/images/H2-Accueil-Contact.jpg);
	background-size: 1920px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.h2-home-contact .h2-title{
	margin-bottom: 85px;
}

.h2-home-contact-character{
	position: absolute;
	right: 453px;
	top: -525px;
	width: 350px;
	height: 350px;
}

.h2-home-contact-container{
	border: solid 1px #FFFFFF;
	background-color: rgba(23,23,23,0.87);
	padding: 81px;
	margin-bottom: 115px;
}

.h2-home-contact-container label{
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.h2-home-contact-container input[type="submit"]{
	width: auto;
	border: none;
	font-family: 'Righteous';
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 9px 30px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 22px;
	transition: all 0s !important;
}

.h2-home-contact-container input[type="submit"]:hover{
	background: transparent linear-gradient(90deg, #E75815 0%, #ED8B08 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.h2-home-contact-container input, .h2-home-contact-container textarea{
	resize: none;
	border: none;
	border-bottom: solid 1px #FFFFFF;
	background-color: transparent;
	outline: none;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 30px;
}

.h2-home-contact-container textarea{
	height: 180px;
}

.h2-home-values{
	background-image: url(assets/images/H2-Background-Valeurs.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 83px;
}

.h2-values-intro{
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 176px;
}

.accordion-item{
	background-color: transparent;
}

.h2-values-title, .accordion-button{
	padding:0;
	font-family: 'Righteous';
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: solid 1px;
	border-color: #FFFFFF !important;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	padding-top: 10px;
	background-color: transparent !important;
	color: #FFFFFF;
}

.accordion-button:focus{
	outline: none !important;
	box-shadow: none;
}

.h2-values-title:after, .accordion-button:after{
	content: '';
	position: absolute;
	right: 55px;
	bottom: 20px;
	width: 51.66px;
	height: 51.66px;
	background-image: url(assets/images/H2-Valeurs-Fleche.svg);
	filter: initial;
	transform: scale(1.0);
	transition: all .1s !important;
	background-size: 100%;
}

.h2-values-titles .h2-values-title:last-child{
	margin-bottom: 0;
}

.h2-values-title:hover, .accordion-button:not(.collapsed){
	color: #EE7021;
	border-color: #EE7021 !important;
}

.h2-values-title:hover:after, .accordion-button:not(.collapsed):after{
	background-image: url(assets/images/H2-Valeurs-Fleche.svg);
	filter: invert(48%) sepia(69%) saturate(1700%) hue-rotate(350deg) brightness(98%) contrast(90%);
	transform: scale(1.2);
}

.h2-values-element-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .2s !important;
}

.h2-values-element-content.active-value{
	opacity: 1;
}
/* HOME */

/* SPECIFIC SLIDER */
.h2-specific-slider-block{
	/*min-height: 100vh;*/
	min-height: 1677px;
	height: 1677px;
	display: flex;
	align-items: center;
	justify-content: start;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	background-image: url(assets/images/H2-Specific-Background.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}

.h2-specific-slider{ /* main_box */
	width: 0px;
	height: 0px;
	background-color: red;
	position: relative;
	transition: all 0.3s ease-out;
	margin-left: -68px;
}

.h2-specific-slider *{
	transition: all 0.3s ease-out;	
}

.h2-specific-block{ /* proBox */
	width: 559px;
	height: 559px;
	position: absolute;
	left: 0;
	top: 0;
}

.h2-specific-block figure{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	font-family: 'Righteous';
	font-size: 90px;
	line-height: 112px;
	color: #FFFFFF;
	opacity: 0.3;
	padding-left: 80px;
}

.h2-specific-block.active figure:before{
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	line-height: 0px;
    width: 31px;
    height: 31px;
    background-color: #FFFFFF;
}

.h2-specific-description{
	font-size: 25px;
	line-height: 34px;
	color: #FFFFFF;
	position: absolute;
	left: 60%;
	top: 50%;
	bottom: 0;
	width: 400px;
	opacity: 0;
	height: fit-content;
	transform: translateY(-50%);
}

.h2-specific-block.active figure, .h2-specific-block.active .h2-specific-description{
	opacity: 1;
}

.h2-slider-link{
	font-family: 'Righteous';
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	border: solid 1px #138A95;	
	border-radius: 50px;
	padding: 13px 22px;
}

.h2-slider-link:hover{
	color: #FFFFFF !important;
	background-color: #138A95;
}

.h2-specific-block:nth-child(even) figure:before{
	left: 0px;
}

.h2-specific-block:nth-child(1){
	transform: translate(100%, -50%) rotate(0deg);
}

.h2-specific-block:nth-child(2){
	transform: translate(55%, 55%) rotate(-315deg);
}

.h2-specific-block:nth-child(3){
	transform: translate(-50%, 100%) rotate(-270deg);
}

.h2-specific-block:nth-child(4){
	transform: translate(-155%, 55%) rotate(-225deg);
}

.h2-specific-block:nth-child(5){
	transform: translate(-200%, -50%) rotate(-180deg);
}

.h2-specific-block:nth-child(6){
	transform: translate(-155%, -155%) rotate(-135deg);
}

.h2-specific-block:nth-child(7){
	transform: translate(-50%, -200%) rotate(-90deg);
}

.h2-specific-block:nth-child(8){
	transform: translate(55%, -155%) rotate(-45deg);
}

.h2-specific-nav{
	position: absolute;
	right: 210px;
	top: 50%;
	/*
	right: 0px;
	*/
	transform: translateY(-50%);
	z-index: 900;
}

.h2-specific-nav-button{
	cursor: pointer;
}

.h2-specific-bar{
	transform-origin: center;
	transform: rotate(90deg);
}

.h2-specific-bar{
	-webkit-appearance: none;
	width: 500px;
	height: 7px;
	background: transparent;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
}

.h2-specific-bar::-webkit-slider-runnable-track, .h2-specific-bar::-moz-range-track, .h2-specific-bar::-ms-track{
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.h2-specific-bar::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 30px;
	width: 50px;
	border-radius: 5px;
	background: #3B3B3B;
	cursor: pointer;
	box-shadow: 0 0 2px 0 #ccc;
	transition: background .3s ease-in-out;
}

.h2-specific-bar::-moz-range-thumb{
	-webkit-appearance: none;
	height: 30px;
	width: 50px;
	border-radius: 5px;
	background: #3B3B3B;
	cursor: pointer;
	box-shadow: 0 0 2px 0 #ccc;
	transition: background .3s ease-in-out;
}

.h2-specific-bar::-ms-thumb{
	-webkit-appearance: none;
	height: 30px;
	width: 50px;
	border-radius: 5px;
	background: #3B3B3B;
	cursor: pointer;
	box-shadow: 0 0 2px 0 #ccc;
	transition: background .3s ease-in-out;
}

.h2-specific-nav:hover .h2-specific-bar::-webkit-slider-thumb{
	background: #F5A802;
}

.h2-specific-nav:hover .h2-specific-bar::-moz-range-thumb{
	background: #F5A802;
}

.h2-specific-nav:hover .h2-specific-bar::-ms-thumb{
	background: #F5A802;
}
/* SPECIFIC SLIDER */

/* ACTUALITES */
.h2-news{
	background-image: url(assets/images/H2-Background-News-Top.png), url(assets/images/H2-Background-News-Bottom.png);
	background-size: 935px auto, 1920px auto;
	background-position: top right, bottom center;
	background-repeat: no-repeat;
	padding-bottom: 300px;
}

.h2-news .h2-title{
	margin-bottom: 160px;
}

.h2-news-block{
	border: solid 1px #FFFFFF;
}

.h2-news-image{
	height: 226px;
}

.h2-news-image img{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.h2-news-content{
	padding: 24px 39px;	
	font-size: 15px;
	line-height: 21px;
}

.h2-news-title{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.h2-news-date-next{
	font-family: 'Righteous';
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.h2-news-date-next span{
	color: #ED8B08;
}

.h2-news-more{
	margin-top: 15px;
}

.h2-news-more a{
	font-family: 'Righteous';
	font-size: 16px;
	line-height: 20px;
	color: #ED8B08;
	text-transform: uppercase;
}

.h2-news-more a:hover{
	color: #FFFFFF;
}

.h2-news-content-image{
	margin-top: 30px;
}

.h2-news-content-image img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: middle;
}
/* ACTUALITES */

/* HISTOIRE */
.h2-story{
	background-image: url(assets/images/H2-Background-Story-Top.png), url(assets/images/H2-Background-Story-Right.png), url(assets/images/H2-Background-Story-Bottom.png);
	background-size: 458px auto, 902px auto, 750px auto;
	background-position: top left, top right, bottom left;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.h2-story-bottom{
	position: relative;
	padding-top: 398px;
	padding-bottom: 398px;
}

.h2-story-bottom .h2-button{
	display: inline-block;
}

.h2-story-contact-character{
	position: absolute;
	right: -250px;
	bottom: 69px;
	width: 350px;
	height: 350px;
}

.h2-story-rosace{
	margin-top: 40px;
	margin-bottom: 15px;
}

.h2-story-content-one{
	padding-bottom: 180px;
}

.h2-story-content-one .h2-title{
	margin-bottom: 295px;
}

.h2-story-content-two{
	padding-top: 174px;
	padding-bottom: 300px;
}
/* HISTOIRE */

/* FORMATIONS */
.h2-formation{
	/*
	background-image: url(assets/images/H2-Background-Formations-Left.png), url(assets/images/H2-Background-Formations-Right.png);
	background-size: 640px auto, 1043px auto;
	background-position: top left, top right;
	*/
	background-image: url(assets/images/H2-Background-Formations-Left.jpg);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 300px;
}

.h2-formations-top{
	margin-bottom: 145px;
}

.h2-formations-tags{
	margin-bottom: 145px;
}

.h2-formations-tags-list{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.h2-formations-tags-list li{
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.h2-formation-block{
	border: solid 1px #FFFFFF;
	padding: 30px 41px;
	min-height: 264px;
}

.h2-formation-block-title{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 70%;
}

.h2-formation-block-tags{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	max-width: 70%;
}

.h2-formation-block-excerpt{
	margin-top: 15px;
	font-size: 15px;
	line-height: 21px;
	max-width: 65%;
}

.h2-formation-block a{
	font-family: 'Righteous';
	font-size: 16px;
	line-height: 20px;
	color: #ED8B08;
	text-transform: uppercase;
}

.h2-formation-block a:hover{
	color: #FFFFFF;
}

.h2-formation-block{
	background-repeat: no-repeat;
}

.h2-formation-block-3{
	background-image: url(assets/images/H2-Formations-1.png);
	background-position: bottom 24px right 32px;
}

.h2-formation-block-4{
	background-image: url(assets/images/H2-Formations-2.png);
	background-position: bottom right;
}

.h2-formation-block-5{
	background-image: url(assets/images/H2-Formations-3.png);
	background-position: bottom 19px right 25px;
}

.h2-formation-block-6{
	background-image: url(assets/images/H2-Formations-4.png);
	background-position: top right 16px;
}

.h2-formation-block-7{
	background-image: url(assets/images/H2-Formations-5.png);
	background-position: bottom right;
}

.h2-formation-block-8{
	background-image: url(assets/images/H2-Formations-6.png);
	background-position: bottom right;
}
/* FORMATIONS */

/* FORMATION PAGE */
.h2-formation-header{
	padding-top: 196px;
	background-image: url(assets/images/H2-Background-Formation-Left.png), url(assets/images/H2-Background-Formation-Right.png);
	background-size: 772px auto, 525px auto;
	background-position: top left, top right;
	background-repeat: no-repeat;
}

.h2-formation-header .h2-title{
	margin-top: 138px;
	margin-bottom: 0;
}

.h2-formation-category{
	font-size: 30px;
	line-height: 41px;
	font-weight: bold;
	color: #EE7021;
	text-transform: uppercase;
}

.h2-formation-top{
	margin-top: 130px;
	margin-bottom: 180px;
	border: solid 1px #FFFFFF;
	padding: 72px 45px;
}

.h2-formation-top .h2-content{
	margin-left: 60px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 900;
}

.h2-formation-top .h2-content span{
	text-transform: uppercase;
	color: #EE7021;
	display: block;
}

.h2-formation-intro{
	margin-top: 80px;
	margin-bottom: 155px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 900;
}

.h2-formation-intro .h2-formation-title{
	color: #EE7021;
	text-transform: uppercase;
	display: block;
	margin-top: 27px;
}

.h2-formation-intro .h2-formation-title:first-child{
	margin-top: 0;
}

.h2-formation-content{
	background-color: #171717;
	border: solid 1px #FFFFFF;
	padding: 49px 85px 70px 85px;
	margin-bottom: 80px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.h2-formation-content strong{
	color: #EE7021;
	text-transform: uppercase;
	margin-top: 27px;
}

.h2-formation-content strong:first-child{
	margin-top: 0;
}

.h2-formation-content .h2-title{
	margin-top: 0;
	margin-bottom: 60px;
}

.h2-formation-links{
	margin-bottom: 164px;
}

.h2-formation-links .h2-button{
	margin-left: 17px;
	margin-right: 17px;
}

.h2-formation-top-image{
	display: contents;
}

.h2-formation-top-image img{
	height: 88px;
	width: 88px;
}
/* FORMATION PAGE */

/* SEARCH */
.h2-search-content .card{
	background-color: transparent;
	border: solid 1px #FFFFFF;
	border-radius: 0;
	height: calc(100% - 1.5rem);
}

.h2-search-content .card-title{
	color: #EE7021;
	text-transform: uppercase;
	font-family: 'Righteous';
	font-size: 26px;
	line-height: 30px;
}
/* SEARCH */