
/*#region home_valeurs*/
.home_valeurs_list {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 48px;
}
.home_valeurs_imgright {
	display: block;
	width: 100%;
	height: 700px;
	margin: -150px 0 0 0;
	z-index: 2;
}
.home_valeurs_imgright-mobile {
	display: none;
}
.home_valeurs_imgright img{
    width: auto;
    height: 650px;
}
.home_reseauSelectour img {
    width: auto;
    height: 600px;
}
.home_valeurs_imgleft img {
    width: 100%;
    height: auto;
}
.home_valeurs_imgleft-mobile {
	display: none;
}
.reseau_agences_img {
	display: block;
	width: 500px;
	height: 600px;
	background-size: cover;
	background-position: center;
}
.home_reseauSelectour {
	display: flex;
	align-items: center;
	text-align: left;
}
.home_reseauSelectour > div > p,
.home_reseauSelectour > div > h2 {
	width: 80%;
	display: block;
	text-align: left;
	margin: 36px 0;
}
.home_valeurs_list > div > div {
	width: 100%;
	display: grid;
	grid-template-columns: 40px auto;
	grid-gap: 12px;
	margin: 24px 24px 24px 0;
}
.home_valeurs_list > div > div > span {
	font-family: pen;
	font-size: 3.5em;
	font-weight: normal;
	color: rgb(189, 189, 189);
	grid-row: 1 / 4;
	
	margin-top: 12px;
}
.home_valeurs_list > div > div > h2.ac-header_title_text {
	font-size: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1rem;
	margin-top: 0;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
  	color: #0f1d36;
	text-align: left;
	padding-top: 0;
	line-height: 24px;
}
@media (max-width: 800px) {
	.home_valeurs_list {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 0;
	}
	.home_valeurs_imgright {
		display: block;
		width: 500px;
		height: auto;
		margin: 0 auto;
		z-index: 2;
	}
	.home_valeurs_imgright img{
		width: 400px;
		height: auto;
		margin: 0 auto;
	}
	.home_valeurs_imgleft img{
		width: 500px;
		height: 400px;
		margin: 0 auto;
	}
	.home_reseauSelectour {
		display: flex;
		flex-direction: column;
		align-items: center;
		
	}
	.home_reseauSelectour > div > h2 {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 12px auto;
	}
	.home_reseauSelectour > div > p	{
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: left;
		margin: 12px auto;
	}

	.home_valeurs_imgright,
	.home_valeurs_imgleft {
		display: none;
	}
	.home_valeurs_imgright-mobile {
		display: block;
		width: 100%;
		margin-top: -150px;
		z-index: 2;
	}
	.home_valeurs_imgleft-mobile {
		display: block;
		width: 100%;				
	}
	.home_valeurs_imgright-mobile img, 
	.home_valeurs_imgleft-mobile img {
		width: 100%;		
	}
}

/*#endregion */

/*#region breadcrumb */
.ac-breadcrumb{
	background-color: #ececec;
}
.ac-breadcrumb ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0;
	list-style-type: none;
	width: 1219px;
}
.ac-breadcrumb li{
	padding-right: 8px;
	color: grey;
}
.ac-breadcrumb li:first-of-type{
	font-weight: bold;
}
.ac-breadcrumb li a,
.ac-breadcrumb li a:hover{
	color: grey;
	text-decoration: none;
}

@media (max-width: 800px) {
	.ac-breadcrumb ul{
		padding: 20px 24px;
		width: 100%;
	}
}
/*#endregion */

/*#region header */
.ac-header {
	background-size: cover;
	background-position: center;
	width: 100%; 
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 0 60px 0;
	height: 500px;
}
.ac-header_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 1100px;
	box-sizing: border-box;
	margin: 100px auto;
	padding: 0 0 50px 0; 
}
.ac-header_title_text {
	font-family: "pen";
	font-weight: normal;
	font-size: 8em;
	color: var(--selectour-orange);
	text-align: center;
	line-height: 0.7em;
	margin: 20px 0 30px 0;
}
.ac-header_title_sub{
	font-family: "tisa-bold";
	color: #fff;
	font-size: 0.4em;
	text-transform: uppercase;
	margin-top: -4px;
	line-height: 1em;
	text-shadow: 2px 2px 4px rgb(90, 90, 90);
}
.ac-button,
.ac-button:hover{
	display: block;
	margin: 0 auto;
	border: 0;
	border-radius: 20px;
	width: 240px;
	height: 40px;
	line-height: 40px;
	background-color: var(--selectour-orange);
	color: #fff !important;
	font-size: 15.4px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 800px) {
	.ac-header {
		height: 400px;	
		display: flex;	
	}
	.ac-header_title {
		margin: 0;
		width: 100%;
		height: 400px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ac-header_title_text {
		font-size: 5em;
		text-align: center;
	}
}
/*#endregion */

/*#region article */
.ac-article{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 1100px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
}
.ac-article--large{
	width: 1024px;
}
.ac-article h2 {
	font-size: 5em;
	line-height: 0.7em;
	box-sizing: border-box;
	margin: 0;
	padding: 16px 0;
	font-family: "pen";
	font-size: 70px;
	font-weight: normal;
	color: var(--selectour-orange);
	text-align: center;
	text-transform: none;
}
.ac-article h2 .h2_sub {
	font-family: "tisa-bold";
	color: #192A4A;
	font-size: 0.4em;
	text-transform: uppercase;
	margin-top: -4px;
	line-height: 1em;
}
.ac-article h3 {
	text-transform: none;
	margin: 16px 0;
	
}
.ac-article p{
	margin: 16px 0;
	text-align: center;
}

.ac-article ul{
	padding: 0;
	margin: 16px 0 16px 30px;
}
.ac-article a,
.ac-article a:hover{
	color: var(--selectour-orange);
}
.ac-logo{
	text-align: center;
}
.ac-logo img{
	width: 300px;
}
.ac-article .sbs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ac-article .sbs > div{
	width: 47%;
	padding: 0 0 24px 0;
}
.ac-article-adhesion {
	font-size: 1.2em;
	font-weight: 900;
}

@media (max-width: 800px) {
	.ac-article{
		padding: 0 24px 30px 24px;
		width: 100%;
	}
	.ac-article .sbs{
		display: block;
	}
	.ac-article .sbs > div{
		width: 100%;
	}
}
/*#endregion */

/*#region grey block */
.ac-grey {
	position: relative;
	width: 100vw;
	margin: 0;
	padding: 0;
	
	background-color: #eaecee;
	background-size: cover;
	background-image: url("https://static.selectour.com/contents/18/fichiers/fond-lines-2.png");
	background-repeat: no-repeat;
}
.ac-grey .ac-article{
	padding: 60px 0 60px 0;
}

.ac-grey-cover {
	padding: 60px 0 60px 0;
	margin: 60px 0 0 0;
}
.ac-grey-cover .cover{
	width: 900px;
	height: 450px;
	background-size: cover;
	background-image: url("https://api5-pub.selectour.com/db/files/t644084470f/124/fichiers/img/illustration-5.png.webp");
	background-repeat: no-repeat;
	z-index: 2;
  	position: relative;
	margin: -150px 0 40px 0;
}
@media (max-width: 800px) {
	.ac-grey .ac-article{
		padding: 60px 24px 60px 24px;
		width: 100%;
	}
	.ac-grey-cover .cover{
		width: 100%;
	}
	
}
/*#endregion */

/*#region blue block */
.ac-blue {
	position: relative;
	width: 100vw;
	margin: 0;
	padding: 0;
	background-color: #192A4A;
	color: #fff;
}
.ac-blue .ac-article{
	padding: 60px 0 60px 0;
}
.ac-blue .ac-article h2 .h2_sub {
	color: #fff;
}
/*#endregion */

/*#region formation */
.ac-formations {
	position: relative;
}
.ac-formations > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin: 60px -70px;
}
.ac-formations > div > div {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
	padding: 0;
	position: relative;
}
.ac-formations > div > div > div:nth-of-type(1) { /* image */
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}
.ac-formations > div > div > div:nth-of-type(2) { /* titre */
	background-color: #192A4A;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 24px;

	position: absolute;
	top: 250px;
	width: 375px;
}
.ac-formations > div > div > div:nth-of-type(3) { /* description */
	padding: 80px 24px 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 350px;
}
.ac-formations > div > div > div:nth-of-type(3) > ul { /* description > list */
	padding: 0;
	margin: 0 0 30px 16px;
	font-size: 14px;
}
.ac-formations > div > div > div:nth-of-type(3) > ul li::marker, /* description > list > puce */
.ac-formations > div > div > div:nth-of-type(3) > ul b{ 
	color: var(--selectour-orange);
}
.ac-formations > div > div > div:nth-of-type(3) > div:nth-of-type(1) { /* description > "en savoir plus" label */
	border-bottom: 1px solid var(--selectour-orange);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 8px 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}
.ac-formations > div > div > div:nth-of-type(3) > div:nth-of-type(1) i { /* description > "en savoir plus" label > chevron */
	color: var(--selectour-orange);
}
.ac-formations > div > div > div:nth-of-type(3) > div:nth-of-type(2) { /* description > "en savoir plus" content*/
	display: none;
	padding-top: 24px;
}

.ac-formations > i { /* arrows */
	display: none;
	position: absolute;
	justify-content: center;
	align-items: center;
	background-color: var(--selectour-jaune);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	top: 130px;
    opacity: 1;
}
.ac-formations > i:hover {
	opacity: 1;
}
.ac-formations > i:nth-last-of-type(1) { /* left arrow */
	right: -20px;
}
.ac-formations > i:nth-last-of-type(2) { /* right arrow */
	left: -20px;
}

@media (max-width: 800px) {
	.ac-formations > i { /* arrows */
		display: flex;
	}
	.ac-formations > div {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
		overflow: hidden;
		margin: 0;
		gap: 0;
	}
	.ac-formations > div > div {
		width: 100%;
		flex-grow: 0;
		flex-shrink: 0;
		box-shadow: none;
	}
	.ac-formations > div > div > div:nth-of-type(2) { /* titre */
		width: 100%;
	}
}
/*#endregion */

/*#region reviews */
.ac-reviews{
	position: relative;
	margin: 60px 0;
}
.ac-reviews > i { /* arrows */
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--selectour-jaune);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	top: 80px;
    opacity: 1;
}
.ac-reviews > i:hover {
	opacity: 1;
}
.ac-reviews > i:nth-last-of-type(1) { /* left arrow */
	right: -40px;
}
.ac-reviews > i:nth-last-of-type(2) { /* right arrow */
	left: -40px;
}

.ac-reviews > div { /* list */
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
    overflow: hidden;
}
.ac-reviews > div > div { /* item */
	width: 340px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 24px 0 24px;
}
.ac-reviews > div > div > div:nth-of-type(1) { /* item image */
	background-size: cover;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
}
.ac-reviews > div > div > div:nth-of-type(2) { /* item description */
	padding-top: 24px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.ac-reviews > div > div > div:nth-of-type(3) { /* item name */
	padding-top: 24px;
	font-size: 14px;
	text-align: center;
}
.ac-reviews > div > div > div:nth-of-type(4) { /* item role */
	font-size: 14px;
	text-align: center;
	color: var(--selectour-orange);
}

@media (max-width: 800px) {
	.ac-reviews > i:nth-last-of-type(1) { /* left arrow */
		right: 0px;
	}
	.ac-reviews > i:nth-last-of-type(2) { /* right arrow */
		left: 0px;
	}
	.ac-reviews > div > div { /* item */
		width: 100%;
	}
}
/*#endregion */

/*#region form */
.ac-form > div{
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ac-form > div > div{
	width: 50%;
	padding: 30px 12px;
}
.ac-form input,
.ac-form textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	margin: 4px 0 4px 0;
	border-radius: 30px;
	border: 1px solid #ccc;
	outline: 0;
	color: #192A4A;
}
.ac-form textarea{
	height: 300px;
}

.ac-form_err{
	font-size: 1em;
	background-color: red;
	color: #fff;
	text-align: left;
	padding: 24px;
	border-radius: 12px;
}
.ac-form_confirm{
	font-size: 1em;
	font-weight: bold;
	background-color: green;
	color: #fff;
	text-align: center;
	padding: 48px;
	border-radius: 12px;
}

@media (max-width: 800px) {
	.ac-form > div {
		display: block;
	}
	.ac-form > div > div{
		width: 100%;
	}
}
/*#endregion */

/*#region qualiopi */
.ac-qualiopi{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ac-qualiopi > div:nth-of-type(2){
	width: 317px;
}

@media (max-width: 800px) {
	.ac-qualiopi{
		display: block;
	}
	.ac-qualiopi > div:nth-of-type(2){
		width: 100%;
		text-align: center;
	}
}
/*#endregion */

/*#region iab */
.ac-iab{
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	background-size: cover;
	background-image: url("https://api5-pub.selectour.com/db/files/t644084470f/124/fichiers/iab-desktop.webp");
	width: 728px;
	height: 90px;
	margin: 30px auto;
}
@media (max-width: 800px) {
	.ac-iab{
		background-image: url("https://api5-pub.selectour.com/db/files/t644084470f/124/fichiers/iab-mobile.webp");
		width: 320px;
		height: 50px;
	}
}
/*#endregion */