/*!
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: "PlusJakartaSans";
	src: url(assets/_fonts/PlusJakartaSans.ttf) format("truetype");
}

body{
	font-family: "PlusJakartaSans";
}

.grecaptcha-badge{
	display: none;
}

.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: #FFFFFF;
	background: #00313C;
	border: solid 2px #AF8C62;
	border-radius: 50px;
	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: #AF8C62;
}

.frc-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.frc-blue{
	color: #00313C !important;
	border-color: #00313C !important;
}

.frc-gray{
	color: #707070 !important;
	border-color: #707070 !important;
}

.frc-gold{
	color: #AF8C62 !important;
	border-color: #AF8C62 !important;
}

.frc-blue-light{
	color: #94B7BB !important;
	border-color: #94B7BB !important;
}

.frc-bg-white{
	background-color: #FFFFFF;
}

.frc-bg-blue{
	background-color: #00313C;
}

.frc-bg-blue-light{
	background-color: #94B7BB !important;
}

.frc-title{
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.frc-title small{
	font-size: 20px;
	line-height: 30px;
}

.frc-title-separator{
	width: 40px;
	height: 2px;
	margin-left: 30px;
	margin-right: 30px;
}

.frc-small-title{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

.frc-subtitle{
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}

.frc-content{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.frc-button{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding: 11px 35px;
	border: solid 1px;
	border-radius: 50px;
	display: inline-block;
}

.frc-button.frc-hover-gold:hover{
	background-color: #AD8C61 !important;
	color: #FFFFFF !important;
	border-color: #AD8C61 !important;
}

.frc-button.frc-white-hover:hover{
	background-color: #FFFFFF !important;
	color: #00313C !important;
	border-color: #FFFFFF !important;
}

.frc-page{
	padding-bottom: 100px;
	border-bottom: solid 1px #94B7BB !important;
}
/* GENERAL */

/* HEADER */
.frc-header{
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	align-items: center;
}

.frc-absolute-header{
	position: absolute;
	left: 0;
	top: 0;
}

.navbar-nav{
	column-gap: 50px;
}

.navbar-nav .nav-link{
	color: #00313C !important;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	padding: 0 !important;
}

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

.frc-appointment-button{
	display: inline-block;
	position: fixed;
	right: 0;
	top: 50%;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 18px 65px 18px 29px;
	background-color: #AF8C62;
	color: #FFFFFF;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	transform: rotate(-90deg) translateX(50%);
	transform-origin: bottom right;
	z-index: 999;
}

.frc-appointment-button:after{
	content: url(assets/images/FRC-Rdv-Arrow.svg);
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translateY(-40%) rotate(90deg);
}

.frc-appointment-button:hover:after{
	content: url(assets/images/FRC-Rdv-Arrow-Hover.svg);
}

.frc-appointment-button:hover{
	background-color: #94B7BB;
	color: #00313C;
}
/* HEADER */

/* FOOTER */
.frc-footer{
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}

.frc-footer h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

.frc-footer-agencies{
	display: flex;
	justify-content: space-between;
}

.frc-footer-agency{
	font-weight: 500;
}

.frc-footer-agency:hover{
	color: #AF8C62 !important;
}

.frc-footer-links{
	padding-top: 45px;
	font-size: 14px;
	line-height: 30px;
}

.frc-footer-links, .frc-footer-links a{
	color: rgba(255, 255, 255, 0.5);
}

.frc-footer-links a:hover{
	color: #FFFFFF;
}
/* FOOTER */

/* HOME */
.frc-home-top{
	background-image: url(assets/images/FRC-Home-Background.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 200px;
}

.slick-prev, .slick-next{
	z-index: 500;
}

.slick-prev{
	left: 10px;
}

.slick-next{
	right: 10px;
}

.slick-prev, .slick-next{
	width: 45px;
	height: 45px;
}

.slick-prev:before, .slick-next:before{
	font-size: 45px;
}

.frc-home-slider{
	margin-top: 72px;
}

.frc-home-slide{
	position: relative;
}

.frc-home-slide-img{
	position: relative;
	width: 100%;
	height: 795px;
	max-height: 795px;
}

.frc-home-slide-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frc-home-slide-img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #00313C00 55%, #00313C 100%) 0% 0% no-repeat padding-box;
}

.frc-home-slide-title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 26px;
	line-height: 45px;
	bottom: 0;
	padding-bottom: 75px;
}

.frc-who{
	padding-top: 110px;
	padding-bottom: 120px;
}

.frc-who-link{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-right: 30px;
	background-image: url(assets/images/FRC-Button-Arrow.svg);
	background-position: center right;
	background-repeat: no-repeat;
}

.frc-who-link:hover{
	color: #94B7BB !important;
	background-image: url(assets/images/FRC-Button-Arrow-Hover.svg);
}

.accordion{
	padding-top: 85px;
	padding-bottom: 10px;
	background-color: transparent;
	font-size: 20px;
	line-height: 30px;
}

.frc-prestations{
	background-image: url(assets/images/FRC-Prestations-Background.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 215px;
	padding-bottom: 630px;
}

.frc-home-elements-left{
	border-right: solid 2px #AF8C62;
}

.accordion-button{
	padding-left: 0;
	background-color: transparent;
	color: #FFFFFF;
	border-bottom: solid 2px transparent;
}

.accordion-button:after{
	display: none;
}

.accordion-button:focus{
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.accordion-item{
	border: none;
	background-color: transparent;
	color: #FFFFFF;
}

.accordion-button:not(.collapsed){
	background-color: transparent;
	box-shadow: none;
	color: #AF8C62;
	border-bottom: solid 2px #AF8C62;
}

.accordion-button:not(.collapsed) span{
	display: none;
}

.frc-home-rdv{
	padding-top: 150px;
	padding-bottom: 540px;
	padding-left: 16.66667%;
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
	margin-top: -400px;
}

.frc-home-rdv:hover{
	background-color: #AF8C62 !important;
}

.frc-home-agencies-slider-block{
	position: relative;
	margin-top: -400px;
}

.frc-home-agencies-slider-next{
	width: 16px;
	height: 32px;
	background-image: url(assets/images/FRC-Agencies-Next.svg);
	background-position: center center;
	background-size: contain;
	border:none;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.frc-home-agencies-slider-next:hover{
	background-image: url(assets/images/FRC-Agencies-Next-Hover.svg);
}

.frc-google{
	padding-top: 125px;
	padding-bottom: 150px;
}
/* HOME */

/* CONTACT */
.frc-contact{
	padding-top: 200px;
	padding-bottom: 90px;
	background-image: url(assets/images/FRC-Contact-Background.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.frc-contact-block{
	padding: 70px 85px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 3px 10px #0000009D;
}

.frc-contact-left{
	border-right: solid 2px #94B7BB;
}

.frc-contact-left label, .frc-contact-right label{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #00313C;
}

.frc-contact-left label sup, .frc-contact-right label sup{
	color: #AF8C62;
}

.frc-contact-right label{
	text-transform: uppercase;
	font-weight: bold;
}

.frc-contact-right .wpcf7-form-control-wrap{
	margin-bottom: 40px;
	display: inline-block;
}

.frc-contact input:not([type=radio]), .frc-contact textarea{
	width: 100%;
	max-width: 100%;
	box-shadow: inset 0px 3px 6px #00000029;
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 10px;
	resize: none;
	max-height: 180px;
}

.frc-contact .wpcf7-not-valid-tip{
	font-size: 14px;
}

.frc-contact-right{
	display: flex;
	flex-direction: column;
}

.frc-contact-right-legacy{
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: end;
}

.frc-contact-right-legacy sup{
	color: #AF8C62;
}

.frc-contact-right-legacy small{
	font-size: 12px;
	line-height: 18px;
}

.frc-contact-right-legacy p{
	margin-bottom: 0;
}

.frc-contact-right .wpcf7-radio .wpcf7-list-item-label{
	text-transform: initial;
	margin-left: 9px;
	font-weight: 500;
}

.frc-contact-town{
	display: grid;
	grid-template-columns: 3fr 2fr;
}

.frc-contact .frc-contact-city input{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.frc-contact .frc-contact-postcode input{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.frc-contact input[type=submit]{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding: 11px 35px;
	border: solid 1px;
	border-radius: 50px;
	display: inline-block;
	width: auto;
	background-color: transparent;
	box-shadow: none;
}

.frc-contact input[type=submit]:hover{
	background-color: #AD8C61 !important;
	color: #FFFFFF !important;
	border-color: #AD8C61 !important;
}

.wpcf7-spinner{
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 16px;
}
/* CONTACT */

/* CABINET */
.frc-cabinet{
	background-color: #00313C;
	background-image: url(assets/images/FRC-Cabinet-Background.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	border-bottom: solid 1px #94B7BB;
}

.frc-cabinet-datas{
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 10px;
	box-shadow: 0px 3px 10px #0000009D;
}

.frc-cabinet-address{
	padding: 90px 180px 90px 70px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

.frc-cabinet-map iframe{
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.frc-cabinet-prev, .frc-cabinet-next{
	width: 16px;
	height: 32px;
	background-image: url(assets/images/FRC-Cabinet-Arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
	display: inline-block;
}

.frc-cabinet-next{
	transform: rotate(180deg);
}

.frc-cabinet-prev:hover, .frc-cabinet-next:hover{
	background-image: url(assets/images/FRC-Cabinet-Arrow-Hover.svg);
}
/* CABINET */

/* EQUIPE */
.frc-team{
	padding-top: 200px;
	padding-bottom: 90px;
	background-image: url(assets/images/FRC-Equipe-Background.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.frc-teammates{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 80px;
	row-gap: 70px;
}

.frc-teammate-image{
	width: 100%;
	height: 410px;
	max-height: 410px;
	position: relative;
	z-index: 50;
}

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

.frc-teammate-datas{
	padding: 0 17px 17px 17px;
	transition: all .5s;
	display: grid;
	grid-template-rows: auto 0fr;
}

.frc-teammate-datas-top{
	position: relative;
	padding-top: 17px;
	padding-bottom: 17px;
	z-index: 50;
}

.frc-teammate:hover .frc-teammate-datas{
	box-shadow: 0px 3px 6px #00000029;
	grid-template-rows: auto 1fr;
}

.frc-teammate-name, .frc-teammate-label{
	font-size: 18px;
	line-height: 24px;
}

.frc-teammate-name{
	font-weight: bold;
	text-transform: uppercase;
}

.frc-teammate-label{
	font-weight: 500;
}

.frc-teammate-content{
	font-size: 13px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	z-index: 40;
	transition: all .5s;
	overflow: hidden;
}

.frc-teammate-content-inner{
	border-top: solid 2px #AF8C62 !important;
	margin-bottom: 17px;
}

.frc-story{
	padding-top: 180px;
	padding-bottom: 180px;
	background-image: url(assets/images/FRC-Histoire-Background.webp);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.frc-story .frc-title{
	padding-top: 0;
	padding-bottom: 0;
}

.frc-story-dates{
	border-right: solid 2px #94B7BB;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.frc-story-dates p:last-child, .frc-story .frc-content p:last-child{
	margin-bottom: 0;
}

.frc-founders{
	padding-top: 130px;
}

.frc-founder-image{
	width: 100%;
	height: 410px;
	max-height: 410px;
}

.frc-founder-image img{
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	filter: grayscale();
	transition: all .5s;
}

.frc-founder:hover .frc-founder-image img{
	filter: initial;
}

.frc-founder-name{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 2px #94B7BB !important;
}

.frc-founder-content{
	font-size: 13px;
	line-height: 25px;
	font-weight: 500;
}
/* EQUIPE */