﻿/*
Theme Name: Anne Sophie MOUTIER
Theme URI: 
Author: EASY MARKETING
Author URI: http://www.easy-marketing.fr
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: Anne Sophie MOUTIER
*/

/* ------------------------------------------------------------------------------------
--  GENERAL 1
------------------------------------------------------------------------------------ */

html {
	
}
body {
	width:100%;
	height: 100%;
	font-family: Kanit, Calibri, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
::selection {
	color: #fff;
	background: rgb(26 31 66);
}
::-moz-selection {
	color: #fff;
	background: rgb(26 31 66);
}
/* Transitions */
p,
a,
.bouton,
li:before,
object,
#content article .post .agent,
.article #content article .sidebar .item .bkg,
.article #content article .sidebar .item .textes,
.article #content article .suggest-articles .item .textes,
.page #content .wpcf7 input:focus,
.page #content .wpcf7 select:focus,
.page #content .wpcf7 textarea:focus,
.page #content .wpcf7 input[type=submit],
header,
header #menu,
header #coordonnees,
header.mini #logo img,
header ul li a:after,
header.mini #menu ul li ul li,
header #menu ul li.icone a:before,
#content .tabs-section .vce-row.tabs .vce-row-content .vce-col,
#content .tabs-section .vce-row.tabs .vce-row-content .vce-col h3,
#footer .col span.icone a:before { 
	transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-family: Kanit, Calibri, sans-serif;
	font-weight: 200;
	color: #0052A5;
	line-height: 120%;
}
h1 {
	font-size: 50px;
	line-height: 50px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	/* margin-bottom: 50px; */
}
h3 {
	font-size: 32px;
	line-height: 35px;
}
h4 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: -15px;
}
p, li, a, input, select, textarea, span {
	font-family: Kanit, Calibri, sans-serif;
}
b {
	
}
p {
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.5rem;
	color: #222222;
	text-align: justify;
}
ul li, 
ol li {
	margin: 0px 0px 0px;
	padding-left: 20px;
	font-weight: 300;
	text-align: justify;
}
ul li {
	color: #222222;
}
ul li ul,
ol li ol {
	margin: 20px 0px 0px;
	padding-bottom: 20px;
}
ul li ul li {
	margin: 0px 0px 0px;
	font-size: 90%;
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
	border: none;
	color: #0089c9;
}
a:hover {
	color: #71d4ff;
}
strong {
	
}
em {
	font-size: 1.2em;
	color: #e43226;
}
input, select, textarea {
	outline: none;
}

#content ul li {
	position: relative;
	padding: 7px 15px;
	list-style-type: none;
	color: #11172b;
}
#content ul li::before {
	content: "";
	position: absolute;
	left: -40px;
	width: 23px;
	height: 20px;
	background-image: url("./img/icon-check.png");
	background-size: contain;
}


/* WP Admin bar */

#wpadminbar {
	position: absolute !important;
	top: -32px !important;
	transition: all 0.5s;
}
#wpadminbar.visible {
	top: 0px !important;
}
#wpadminbar .adminBarBtn {
	position: absolute;
	margin-top: 32px;
	width: 32px;
	height: 32px;
	background-color: #23282d;
	border-radius: 0px 0px 5px 0px;
	cursor: pointer;
}
#wpadminbar .adminBarBtn:before {
	content: "\f139";
	position: absolute;
	left: 1px;
	top: -15px;
	font-family: dashicons;
	font-size: 25px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
#wpadminbar .adminBarBtn.actif:before {
	left: 3px;
	transform: rotate(-90deg);
}

/* Cookie notice */

#cookie-notice span {
	color: #fff;
}

/* Scroll bar */

::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #004E83;
}
#content  {
	
}

/* Boutons */

#content .bouton {
	
}
#content .bouton.center {
	text-align: center;
}
#content .bouton .vce-button {
	padding: 8px 30px;
	color: #f0f1f2;
	font-family: Kanit, Calibri, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	transition: all 0.5s;
}
#content .bouton .vce-button:hover {
	color: #004e83;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#content .bouton .vce-button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #00000073;
	border-radius: 500px;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
#content .bouton .vce-button:hover:before {
	left: -0%;
	top: -200%;
	width: 100%;
	height: 100%;
	padding: 50%;
	opacity: 0;
}
#content .bouton2 {
	text-align: left;
}
#content .bouton2.center {
	padding: 0 10px; 
}
#content .bouton2 .vce-button {
	padding: 8px 30px;
	color: #004e83;
	font-family: Kanit, Calibri, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	background: transparent;
	border: 2px solid #004e83;
	border-radius: 50px;
	transition: all 0.5s;
}
#content .bouton2 .vce-button:hover {
	color: #ffffff;
	background: #004e83;
	border: 2px solid #004e83;
}
#content .bouton2 .vce-button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #00000073;
	border-radius: 500px;
	transform: scale(0);
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
#content .bouton2 .vce-button:hover:before {
	left: -0%;
	top: -100%;
	width: 100%;
	height: 100%;
	padding: 50%;
	transform: scale(1);
	opacity: 0;
}

/* Contenu centré */

#content .center {
	text-align: center;
}
#content .center p {
	text-align: center;
}

/* Zones à hauteur définie */

#content .vc_row.row-300 {
	min-height: 300px;
}
#content .vc_row.row-400 {
	min-height: 400px;
}
#content .vc_row.row-500 {
	min-height: 500px;
}

/* Marges */

#content .post .no-padding.vc_column_container.vc_col-sm-12 .vc_column-inner .wpb_text_column.wpb_content_element {
	margin: 0%;
}
#content .post .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Pages blocs 1 colonne */
	padding: 3% 5% 3% 5%;
}
#content .post .vce-section-inner {
	/* Les 2 lignes qui suivent servent à éviter des espaces blancs sur les cotés */
	margin: 0 auto;
	padding: 0% 8% 0% 8%;
}
#content .post .vce-section-inner .vce-row-container {
	max-width: 1900px;
	margin: auto;
}
#content .post .vc_row.slider .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Slider bloc 1 colonne */
	padding: 0%;
}
.article #content .post .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Article bloc 1 colonne */
	padding: 0% !important;
}
/* 2 colonnes 1/2 */
#content .post .vc_column_container.vc_col-sm-6:nth-child(1) .vc_column-inner { /* Blocs 1/2 page colonnes Gauche */
	padding: 8% 5% 6% 10%;
}
#content .post .vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner { /* Blocs 1/2 page colonnes Droite */
	padding: 8% 10% 6% 5%;
}
/* 2 colonnes 2/3 et 1/3 pour les pages marques */
.marque #content .post .vc_column_container.vc_col-sm-8:nth-child(1) .vc_column-inner { /* Blocs 1/2 page colonnes Gauche */
	padding: 2% 5% 2% 8%;
}
.marque #content .post .vc_column_container.vc_col-sm-4:nth-child(2) .vc_column-inner { /* Blocs 1/2 page colonnes Droite */
	padding: 2% 15% 2% 5%;
}
/* 3 colonnes 1/3 */
#content .post .vc_column_container.vc_col-sm-4:nth-child(1) .vc_column-inner { /* Blocs 1/3 page colonnes Gauche */
	padding: 2% 5% 2% 15%;
}
#content .post .vc_column_container.vc_col-sm-4:nth-child(2) .vc_column-inner { /* Blocs 1/3 page colonnes Milieu */
	padding: 2% 10% 2% 10%;
}
#content .post .vc_column_container.vc_col-sm-4:nth-child(3) .vc_column-inner { /* Blocs 1/3 page colonnes Droite */
	padding: 2% 5%;
}

/* Images */
#content .post img {
		
}

/* Bouton retour en haut de page */

#scrollToTop {
	opacity: 0;
	z-index: 50;
	width: 24px;
	height: 24px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 1%;
	border: 2px solid #004E83;
	background-color: #004E83;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	border-radius: 50px;
}
#scrollToTop.visible {
	opacity: 1;
}
#scrollToTop:hover {
	background-color: rgba(255, 255, 255, 0);
}
#scrollToTop:after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
	color: #ffffff;
}
#scrollToTop:hover:after {
	color: #004E83;
}
.mobiles-only {
	display: none;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  HEADER
------------------------------------------------------------------------------------ */

header {
	z-index: 200;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 160px;
	padding: 0px 0px;
	background: linear-gradient(to bottom, #222222, #0052A5);
	background-repeat: no-repeat;
	background-size: 100%;
}

/* Coordonnees */

header #coordonnees {
	display: grid;
	grid-template-columns: 350px 380px 110px;
	align-items: center;
	justify-items: end;
	position: absolute;
	right: 7%;
	top: 0px;
	width: 840px;
	height: 65px;
	color: #fff;
}
header #coordonnees .col a,
header #coordonnees .col p {
	display: inline;
	color: #fff;
	font-size: 0.8rem;
}
header #coordonnees .col i {
	margin-right: 10px;
	transform: translateY(2px);
}
header #coordonnees .col.col-1 {
	
}
header #coordonnees .col.col-1 .fas.fa-phone {
	
}
header #coordonnees .col.col-1 a {
	
}
header #coordonnees .col.col-2 {
	transform: translateX(-30px);
}
header #coordonnees .col.col-2 .fas.fa-envelope {
	
}
header #coordonnees .col.col-2 a {
	
}
header #coordonnees .col.col-3 {
	
}
header #coordonnees .col.col-3 .fas.fa-map-marker-alt {
	
}
header #coordonnees .col.col-3 p {
	
}

/* Logo */

header #logo {
	position: absolute;
	left: 5%;
	top: 10px;
}
header #logo a {
	position: absolute;
	display: block;
	height: 65px;
	left: 0%;
	top: 0px;
}
header #logo a img {
	height: 100%;
}
header #menu {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100px;
	top: 65px;
	text-align: right;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
header #menu .menu-menu-principal-container {
	display: inline-block;
	height: 100%;
}
header #menu ul {
	margin: 0 20px 0 0;
	list-style-type: none;
}
header #menu ul li {
	position: relative;
	display: inline-block;
	padding: 0px;
}
header #menu ul li a {
	font-family: Kanit, Calibri, sans-serif;
	color: #fff;
}
header #menu ul li.current-menu-item {
	
}
header #menu ul li.current-menu-item a {
	font-weight: 300;
	color: #ffffff;
}
header #menu ul li .sub-menu {
	display: none;
}
header #menu ul li a {
	display: inline-block;
	padding: 0px 22px;
	font-size: 0.9rem;
	line-height: 100px;
	font-weight: 300;
	letter-spacing: 1px;
}
header #menu ul li a:hover {
	
}

/* Hover éléments du menu */

header ul li a:after {
	content: "";
	position: absolute;
	width: calc(90% - 60px);
	height: 2px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	visibility: hidden;
	border-radius: 7px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
header ul li.icone a:after {
	display: none;
}
header ul li a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
header #menu ul li a:hover {
	
}
header #menu ul li.current_page_item a:hover {
	
}
header #menu ul li a:after {
	background: #059dc6;
}

/* Sous menu */

header #menu ul li ul {
	display: none;
	position: absolute;
	min-width: 330px;
	margin-left: 15%;
	padding: 0%;
	animation-duration: 1s;
	animation-name: slideinRight;
}
header ul li ul li a:after {
	display: none;
}
header #menu ul li:hover ul {
	display: block;
}

header #menu ul li .sub-menu {
	padding: 15px 20%;
	background: rgb(17 23 43 / 100%);
	border-radius: 10px;
}
header #menu ul li .sub-menu li {
	display: block;
	border: none;
	transition: all 0.5s;
}
header #menu ul li .sub-menu li:hover {
	
}
header #menu ul li .sub-menu li a {
	position: relative;
	display: block;
	padding: 10px 5%;
	font-size: 0.8rem;
	line-height: 15px;
	text-align: left;
	color: #ffffff;
}
header #menu ul li .sub-menu li a:hover {
	color: #71d4ff;
}

/* Sous menu 2ème niveau */

header #menu ul li ul li ul {
	display: none !important;
	left: 100%;
	top: 0%;
	margin-left: 0%;
}
header #menu ul li ul li:hover ul {
	display: block !important;
}

/* Flèche "page en cours" au dessus de l'élément */

header #menu ul li ul li a:before {
	display: none;
}

/* Barre sous le sous menu */

header #menu ul li ul li a:after {
	bottom: 5px;
}
header #menu .bouton {
	margin-right: 7%;
	padding: 10px 30px;
	font-family: Kanit, Calibri, sans-serif;
	font-size: 0.9rem;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	transition: all 0.5s;
}
header #menu .bouton:hover {
	border: 2px solid #004e83;
}

/* Mini menu */

header.mini {
	height: 85px;
}
header.mini #coordonnees {
	top: -65px;
}
header.mini #menu {
	top: 0;
	height: 80px;
	background: #11172b;
}
header.mini #logo a {
	height: 60px;
}
header.mini #menu ul li a {
	padding: 0px 25px;
	font-size: 0.85rem;
	line-height: 80px;
}
header.mini #menu .bouton {
	
}
header.mini #menu .bouton:hover {
	
}
header.mini #menu ul li .sub-menu {
	font-size: 1.5rem;
	background: rgb(17 23 43 / 80%);
	border-radius: 20px;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  ACCUEIL
------------------------------------------------------------------------------------ */

/* Accueil slider */

#content .slider {
	position: relative;
	height: 80vh;
}
#content .slider::after {
	
}
#content .post .slider .vce-section-inner {
	padding: 0% 0% 0% 0%;
}
#content .slider .vce-section-inner .vce-text-block {
	
}
#content .slider h1,
#content .slider p {
	text-align: center;
	color: #fff;
}
#content .slider p {
	height: 70px;
	max-width: 1300px;
	margin: auto;
}
#content .slider img {
	margin-top: -5%;
}
#content .overlay {
	display: none;
}
#content .slider {
	
}
#content .slider .cadre-accroche {
	position: absolute;
	right: 10%;
	bottom: 38%;
	width: 750px;
	padding: 20px 40px 20px;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background-color: #0052A5;
	opacity: 0.9;
}
#content .slider .cadre-accroche p {
	margin: 0px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.2em;
}
#content .slider .cadre-accroche h1 {
	margin: 0px;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.2em;
}
#content .slider .cadre-accroche hr {
	width: 200px;
	height: 2px;
	margin: -10px auto 20px;
	background-color: #fff;
	border: none;
}
#content .slider .cadre-accroche:before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 1%;
	top: 1%;
	border: 2px solid #fff;
	transform: rotate(2deg);
	transition: all 0.5s;
}
#content .slider .cadre-accroche:hover:before {
	transform: rotate(5deg);
}

#content .slider .vc_column-inner {
	padding: 0px;
}
#content .slider .vc_column-inner .wpb_wrapper .n2-section-smartslider .n2-ss-slider .n2-ss-slider-1 {
	height: 100vh !important;
	padding: 0px;
}
#content .slider .vc_column-inner .wpb_wrapper .n2-section-smartslider .n2-ss-slider .n2-ss-layers-container {
	margin-top: 5% !important;
}
#content .slider .vc_column-inner .wpb_wrapper .n2-section-smartslider .n2-ss-slider .n2-ss-slider-1 .nextend-arrow {
	top: calc(50vh + 16px) !important;
	padding: 0px;
}
#content .slider h1 {
	border-radius: 50px 5px 50px 5px;
	letter-spacing: 2px;
}
#content .slider .bouton {

}
#content .slider .bouton:hover,
#content .vc_row.row-300 .bouton:hover,
#content .vc_row.row-400 .bouton:hover,
#content .vc_row.row-500 .bouton:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
#content .vc_row .txt-blanc p {
	color: #fff;
}
#content .slider .bouton a {
	padding: 12px 30px 12px 30px !important;
	/* font-size: 22px; */
}


/* Accueil intro */

#content .intro {
	margin: 0 0 80px;
}
#content .intro h2 {
	margin: 50px 0 30px 0px;
	text-align: center;
}
#content .intro p {
	margin: 0px 0px 0px 0px;
}
#content .vce-col-inner {
	
}
#content .intro .prestations .vce-row-content .vce-col {
	
}
#content .intro .prestations .vce-row-content .vce-col .vce-col-inner {
	position: relative;
}
#content .intro .prestations .vce-row-content .vce-col .vce-col-inner .vce-col-content {
	position: static;
}
#content .intro .prestations .vce-row-content .vce-col {
	margin: 0px 80px 0px 0px;
	padding: 40px 40px;
	background: #0c1b43;
}
#content .intro .prestations .vce-row-content .vce-col h2 {
	margin: 20px 0px 30px 0px;
	font-size: 1.7rem;
	color: #fff;
}
#content .intro .prestations .vce-row-content .vce-col p {
	color: #fff;
	margin: 0px 0 0px 0px;
}
#content .intro .prestations .vce-row-content .vce-col hr {
	width: 100px;
	height: 1px;
	margin: -20px auto 20px;
	background-color: #fff;
	border: none;
}
#content .intro .prestations .vce-row-content .vce-col .vce-single-image-container {
	position: relative;
}
#content .intro .prestations .vce-row-content .vce-col .vce-single-image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 32px);
	left: 0;
	top: 0;
	border: 2px solid #fff;
	transform: rotate(2deg);
	transition: all 0.5s;
}
#content .intro .prestations .vce-row-content .vce-col .vce-single-image-container:hover:after {
	transform: rotate(5deg);
}
#content .intro .prestations .vce-row-content .vce-col .vce-col-content {
	/* position: relative; */
	padding-bottom: 40px;
}
#content .intro .prestations .vce-row-content .vce-col .vce-col-inner .vce-col-content .bouton {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
#content .bouton2 .vce-button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #00000073;
	border-radius: 500px;
	transform: scale(0);
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}

#content .intro .prestations .vce-row-content .vce-col.formation {
	
}
#content .intro .prestations .vce-row-content .vce-col.espace-ethique {
	
}
#content .intro .prestations .vce-row-content .vce-col.preparation-concours {
	margin: 0;
}

/* Accueil Chiffres */

#content .chiffres {
	padding-top: 50px;
	height: 230px;
	background: linear-gradient(to bottom, #082352, #0052A5);
}
#content .chiffres h3 {
	font-size: 1.3rem;
	font-weight: 200;
	line-height: 1.2em;
	color: #fff;
}
#content .chiffres h4 {
	position: relative;
	margin: -15px 0 0 0;
	font-size: 0.8rem;
	font-weight: 300;
	color: #fff;
}

/* Qui suis-je */

#content .qui-suis-je .vce-section-inner {
	padding: 70px 8% 0% 8%;
}
#content .qui-suis-je .vce-section-inner .vce-asset-background-simple-item {
	margin-top: -60px;
}
#content .qui-suis-je h2 {
	margin: 0px 0 140px 0;
	font-size: 2.5rem;
	font-weight: 300;
	color: #fff;
	text-align: right;
}
#content .qui-suis-je h3 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #1c53a7;
}
#content .qui-suis-je p {
	width: 90%;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.2em;
	color: #222222;
}
#content .qui-suis-je .vce-single-image-container {
	position: relative;
	width: 55%;
	margin: 50px 0 40px 20%;
}
#content .qui-suis-je .vce-single-image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 34px);
	left: 0px;
	top: 0px;
	border: 2px solid #0151a3;
	border: 2px solid linear-gradient(to bottom, #222222, #0052A5);
	transform: rotate(4deg);
	transition: all 0.5s;
}
#content .qui-suis-je .vce-single-image-container:hover:after {
	transform: rotate(7deg);
}
#content .qui-suis-je ul li {
	
}
#content .qui-suis-je ul li::before {
	
}

/* Accueil avis */

#content .avis {
	
}
#content .avis h2 {
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
}
#content .avis .avis-clients h3 {
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 1.1em;
	color: #ffffff;
	text-align: center;
}
#content .avis .avis-clients p {
	font-size: 0.9rem;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
}


/* Accueil articles */

#content .articles {
	position: relative;
}
#content .articles h2 {
	margin: 70px 0 -60px;
	text-align: center;
}
#content .articles p {
	
}
#content .post .articles .vce-section-inner {
	padding: 0px 8% 0px 8%;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item {
	padding: 70px 15px 60px 15px;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item:hover {
	padding: 70px 15px 60px 15px;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-description--background-wrapper {
	overflow: hidden;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-description--background-wrapper .vce-post-description--background {
	padding: 0 0 50px;
	transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item:hover .vce-post-description--background {
	transform: scale(1.05);
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner {
	border-radius: 10px;
	background: #ffffffcf;
	margin: 0px 5%;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content {
    padding: 15px;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content h3 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2em;
	color: #004e83;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5em;
	color: #11172B;
}
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content h3,
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content p, 
#content .vce-post-slider-block .vce-post-slider-block-wrapper .vce-post-slider-block-item .vce-post-slider-block-item-inner .vce-post-slider-block-item-content span {
	padding: 20px 5% 10px 5%;
	text-align: justify;
}

/* Accueil mon engagements qualité */

#content .mon-engagement .vce-section-inner {
	padding: 70px 8% 0% 15%;
}
#content .mon-engagement .vce-section-inner .vce-asset-background-simple-item {
	margin-top: -150px;
}
#content .mon-engagement h2 {
	margin: 0px 0 90px 0;
	font-size: 2.5rem;
	font-weight: 300;
	color: #fff;
	text-align: right;
}
#content .mon-engagement h3 {
	font-size: 1.8rem !important;
	font-weight: 300 !important;
	color: #1c53a7 !important;
}
#content .mon-engagement p {
	width: 100%;
	font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2em;
	color: #222222;
}
#content .mon-engagement li {
	width: 98%;
	font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2em;
	color: #222222;
}
#content .mon-engagement .vce-single-image-container {
	position: relative;
	width: 55%;
	margin: 10px 0 40px 20%;
}
#content .mon-engagement .vce-single-image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 34px);
	left: 0px;
	top: 0px;
	border: 2px solid #0151a3;
	border: 2px solid linear-gradient(to bottom, #222222, #0052A5);
	transform: rotate(4deg);
	transition: all 0.5s;
}
#content .mon-engagement .vce-single-image-container:hover:after {
	transform: rotate(7deg);
}
#content .mon-engagement ul li {
	
}
#content .mon-engagement ul li::before {
	
}
#content .mon-engagement .vce-single-image-container.logo.qualiopi {
	width: 50%;
	left: 170px;
	top: -80px;
}
#content .mon-engagement .vce-single-image-container.logo.qualiopi:after {
	display: none;
}


/* ------------------------------------------------------------------------------------
-------------------------------------  Pages et réalisations
------------------------------------------------------------------------------------ */

#content .post .vce-section-inner {

	
}

/* Slider / Première section de la page */

.page-template #content .slider {
	position: relative;
}
.page-template #content .slider::after {
	
}
.page-template #content .slider .vce-section-inner {
	padding: 0px 8% 0% 8%;
	height: 330px;
	padding-bottom: 100px;
	justify-content: flex-end;
}
.page-template #content .slider.compact {
	height: auto;
	padding: 50px 0 0;
}
.page-template #content .slider.compact .vce-section-inner {
	padding: 0px 8% 0% 8%;
	height: 270px;
	padding-bottom: 50px;
	justify-content: flex-end;
}
.page-template #content .slider .vce-section-inner h1 {
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
}
.page-template #content .slider .vce-section-inner h2 {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5em;
	text-align: center;
}
.page-template #content .slider .cadre-accroche {
	left: 50%;
	top: 170px;
	bottom: initial;
	width: auto;
	transform: translateX(-50%);
}
.page-template #content .slider .cadre-accroche .vce-text-block-wrapper {
	margin: 0;
}
.page-template #content .slider .cadre-accroche h1 {
	
}
.page-template #content .slider .cadre-accroche:before {
	transform: rotate(2deg);
}
.page-template #content .slider .cadre-accroche:hover:before {
	transform: rotate(4deg);
}

/* Intro */

.page-template #content .intro {
	margin-bottom: 70px;
}
.page-template #content .intro h2 {
	font-weight: 200;
	color: #0089c9;
}
.page-template #content h2 {
	font-size: 2.0rem;
	font-weight: 200;
	color: #0089c9;
}
.page-template #content h3 {
	font-size: 1.5rem;
	font-weight: 200;
	color: #ffffff;
}
.page-template #content p,
.page-template #content li {
	font-weight: 300;
	color: #11172b;
}
.page-template #content .vce-single-image-container.no-margin.left {
	transform: translateX(-8vw);
}
.page-template #content .vce-single-image-container.no-margin.right {
	transform: translateX(8vw);
}

.page-template #content .information-pratique {
	
}
.page-template #content .information-pratique li {
	color: #ffffff;
}
.page-template #content .information-pratique li::before {
	filter: brightness(2);
}
.page-template #content .information-pratique .vce-single-image-container {
	position: relative;
	width: 55%;
	margin: 10px 0 40px 20%;
}
.page-template #content .information-pratique .vce-single-image-container {
	position: relative;
	width: 55%;
	margin: 10px 0 40px 20%;
}
.page-template #content .information-pratique .vce-single-image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 34px);
	left: 0px;
	top: 0px;
	border: 2px solid #ffffff;
	border: 2px solid linear-gradient(to bottom, #222222, #0052A5);
	transform: rotate(4deg);
	transition: all 0.5s;
}
.page-template #content .information-pratique .vce-single-image-container:hover:after {
	transform: rotate(7deg);
}

/* ------------------------------------------------------------------------------------
-------------------------------  Listing des formations
------------------------------------------------------------------------------------ */

#content .listing-formations {
	
}
#content .listing-formations .vce-row {
	margin: 50px 5%;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.10);
}
#content .listing-formations .vce-row .vce-row-content,
#content .listing-formations .row {
	display: grid;
	grid-template-columns: 25% 1fr 200px;
	align-items: center;
}
#content .listing-formations .row {
	width: 90%;
	margin: 50px 5%;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.10);
}
#content .listing-formations .vce-row .vce-row-content .vce-col.col-1 {
	margin: 0 50px 0 0;
	background: #0a54a0;
	background: linear-gradient(108deg, #081B42 1.12%, #0052A5 100%);
	border-radius: 10px 0px 0px 10px;
}
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container {
	position: relative;
	width: 86%;
}
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper {
	margin: 20px;
	overflow: visible;
} 
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper .vce-single-image-inner {
	
}
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper .vce-single-image-inner:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 0;
	top: 0;
	border: 2px solid #fff;
	transform: rotate(2deg);
	transition: all 0.5s;
}
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper .vce-single-image-inner:hover:after {
	transform: rotate(5deg);
}
#content .listing-formations .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper .vce-single-image-inner img {
	width: 100%;
}
#content .listing-formations .vce-row-content .vce-col h2 {
	margin: 0 0 15px 0;
}
#content .listing-formations .vce-row-content .vce-col hr {
	width: 100px;
	height: 2px;
	margin: 0px 0 20px;
	background-color: #0089cc;
	border: none;
}
#content .listing-formations .vce-row-content .vce-col .bouton2 {
	text-align: center;
}



#content .listing-formations .row .col {
	
}
#content .listing-formations .row .col .bloc {
	
}
#content .listing-formations .row .col.col-1 .bloc {
	margin: 0 50px 0 0;
	padding: 20px 20px;
	background: #0a54a0;
	background: linear-gradient(108deg, #081B42 1.12%, #0052A5 100%);
	border-radius: 10px 0px 0px 10px;
}
#content .listing-formations .row .col .bloc .image {
	position: relative;
	height: 100%;
	min-height: 180px;
	background-position-y: center;
	background-position-x: center;
}
#content .listing-formations .row .col .bloc .image:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 0;
	top: 0;
	border: 2px solid #fff;
	transform: rotate(3deg);
	transition: all 0.5s;
}
#content .listing-formations .row .col .bloc .image:hover:after {
	transform: rotate(5deg);
}
#content .listing-formations .row .col.col-2 .bloc {
	padding: 0px 0px;
}
#content .listing-formations .row .col.col-2 .bloc h2 {
	margin: 0 0 15px 0;
}
#content .listing-formations .row .col.col-2 .bloc hr {
	width: 100px;
	height: 2px;
	margin: 0px 0 20px;
	background-color: #0089cc;
	border: none;
}
#content .listing-formations .row .col.col-2 .bloc p {
	
}
#content .listing-formations .row .col.col-3 .bloc {
	position: relative;
}
#content .listing-formations .row .col.col-3 .bloc a {
	padding: 8px 30px;
	color: #004e83;
	font-family: Kanit, Calibri, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	background: transparent;
	border: 2px solid #004e83;
	border-radius: 50px;
	transition: all 0.5s;
}
#content .listing-formations .row .col.col-3 .bloc a:hover {
	color: #ffffff;
	background: #004e83;
	border: 2px solid #004e83;
}


/* ------------------------------------------------------------------------------------
-------------------------------------  Espace étique
------------------------------------------------------------------------------------ */

#content .intro-espace-ethique {
	
}

#content .intro-espace-ethique .vce-section-inner {
	padding: 70px 8% 0% 8%;
}
#content .intro-espace-ethique .vce-section-inner .vce-asset-background-simple-item {
	margin-top: -80px;
}
#content .intro-espace-ethique h2 {
	margin: -20px 0 0px 0;
	font-size: 1.8rem;
	font-weight: 200;
	color: #ffffff;
	text-align: right;
}
#content .intro-espace-ethique h3 {
	font-size: 1.7rem;
	font-weight: 300;
	color: #004e83;
}
#content .intro-espace-ethique h4 {
	margin-bottom: 0px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #004e83;
}
#content .intro-espace-ethique p {
	width: 80%;
	margin-top: 100px;
}
#content .intro-espace-ethique .vce-single-image-container {
	position: relative;
	width: 55%;
	margin: 50px 0 40px 20%;
}
#content .intro-espace-ethique .vce-single-image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 34px);
	left: 0px;
	top: 0px;
	border: 2px solid #0151a3;
	border: 2px solid linear-gradient(to bottom, #222222, #0052A5);
	transform: rotate(4deg);
	transition: all 0.5s;
}
#content .intro-espace-ethique .vce-single-image-container:hover:after {
	transform: rotate(7deg);
}

#content .intro-espace-ethique ul li {
	position: relative;
	padding: 0px 15px;
	list-style-type: none;
	color: #11172b;
}
#content .intro-espace-ethique ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -40px;
	width: 23px;
	height: 20px;
	background-image: url("./img/icon-check.png");
	background-size: contain;
}

/* ------------------------------------------------------------------------------------
-------------------------------  Publications / Ouvrages
------------------------------------------------------------------------------------ */

#content .listing-publication {
	
}
#content .listing-publication .row {
	display: table;
	width: 90%;
	margin: 50px 5%;
}
#content .listing-publication .vce-row {
	margin: 50px 5%;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.10);
}
#content .listing-publication .vce-row .vce-row-content {
	display: grid;
	grid-template-columns: 25% 1fr 200px;
	grid-gap: 30px;
}
#content .listing-publication .vce-row .vce-row-content .vce-col.col-1 {
	background: #0a54a0;
	border-radius: 10px 0px 0px 10px;
}
#content .listing-publication .vce-row-content .vce-col hr {
	width: 100px;
    height: 2px;
    margin: -20px auto 20px;
    background-color: #0089cc;
    border: none;
}
#content .listing-publication .vce-row-content .vce-col .vce-single-image-container {
	position: relative;
	width: 80%;
	max-width: 70%;
	max-height: 50%;
	margin: 20px auto;
	background: #0a55a1;
}
#content .listing-publication .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper {
	margin: 0px;
}
#content .listing-publication .vce-row-content .vce-col .vce-single-image-container .vce-single-image-wrapper img {
	
}
#content .listing-publication .vce-row-content .vce-col h2 {
	margin: 20px 0 15px 0;
}
#content .listing-publication .vce-row-content .vce-col hr {
	width: 100px;
	height: 2px;
	margin: 0px 0 20px;
	background-color: #0089cc;
	border: none;
}

/* ------------------------------------------------------------------------------------
-------------------------------  Partenaires
------------------------------------------------------------------------------------ */

.page-partenaires #content {
	
}
.page-partenaires #content .vce-row-content {
	
}
.page-partenaires #content .vce-row-content .vce-col {
	
}
.page-partenaires #content .vce-row-content .vce-col h2 {
	margin: 70px 0 15px 0;
	text-align: center;
}
.page-partenaires #content .vce-row-content .vce-col hr {
	width: 100px;
	height: 2px;
	margin: 0px auto 20px;
	background-color: #0089cc;
	border: none;
}
.page-partenaires #content .vce-row-content .vce-col .vce-col-content {
	
}
.page-partenaires #content .vce-row-content .vce-col .vce-col-content .vce-single-image-container {
	
}
.page-partenaires #content .vce-row-content .vce-col .vce-col-content .vce-single-image-container .vce-single-image-figure-inner {
	width: 220px !important;
}
.page-partenaires #content .vce-row-content .vce-col .vce-single-image-container img {
	max-width: 220px;
	height: auto;
	transform: scale(0.9);
	transition: all 0.5s;
}
.page-partenaires #content .vce-row-content .vce-col .vce-single-image-container img:hover {
	transform: scale(1);
}

/* ------------------------------------------------------------------------------------
----------------------------  Page détails d'une formation
------------------------------------------------------------------------------------ */

.page.detail-formation #content .slider {
	height: 440px;
	padding: 0;
	margin: 0;
}
.page.detail-formation #content .slider .cadre-accroche {
	left: 50%;
	bottom: 60px;
	width: 50%;
	transform: translateX(-50%);
}
.page.detail-formation #content .slider .cadre-accroche .vce-text-block-wrapper {
	margin: 0;
}
.page.detail-formation #content .slider .cadre-accroche h1 {
	font-size: 1.7rem;
}
.page.detail-formation #content .slider .cadre-accroche hr {
	margin: 20px auto 2px;
}
.page.detail-formation #content .slider .cadre-accroche h2 {
	margin: 10px auto 2px;
	font-size: 1.3rem;
	color: #fff;
}
.page.detail-formation #content .slider .cadre-accroche:before {
	transform: rotate(2deg);
}
.page.detail-formation #content .slider .cadre-accroche:hover:before {
	transform: rotate(4deg);
}

.page.detail-formation #content .infos {
	width: 90%;
	margin: 80px 5% 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.10);
	background-image: url("https://dev.annesophie-moutier.fr/wp-content/uploads/2024/12/bkg-1.png");
}
.page.detail-formation #content .infos .intro {
	display: grid;
	grid-template-columns: 0.4fr 0.6fr;
	grid-gap: 50px;
	width: 100%;
	padding: 0;
	background: linear-gradient(to bottom, #082352, #0052A5);
}
.page.detail-formation #content .infos .intro .col {
	position: relative;
	
}
.page.detail-formation #content .infos .intro .col.col-1 {
	
}
.page.detail-formation #content .infos .intro .col.col-1 .visuel {
	width: 470px;
	margin: -0px 0 -20px 120px;
	transform: scale(1.0);
}
.page.detail-formation #content .infos .intro .col.col-1 .visuel img {
	width: 470px;
	object-fit: cover;
}
.page.detail-formation #content .infos .intro .col.col-1 .visuel:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 10px);
	left: 0;
	top: 0;
	border: 2px solid #0052A5;
	transform: rotate(3deg);
	transition: all 0.5s;
}
.page.detail-formation #content .infos .intro .col.col-1 .visuel:hover:after {
	transform: rotate(5deg);
}
.page.detail-formation #content .infos .intro .col.col-2 {
	
}
.page.detail-formation #content .infos .intro .col.col-2 .bloc {
	margin: 30px 0;
}
.page.detail-formation #content .infos .intro .col.col-2 .bloc p {
	margin-bottom: 50px;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.5rem;
	color: #ffffff;
	text-align: justify;
}
.page.detail-formation #content .infos .intro .col.col-2 .bloc a {
	padding: 10px 30px 10px 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
}
.page.detail-formation #content .infos .details-1 {
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;
	grid-gap: 50px;
	margin: 0 5%;
}
.page.detail-formation #content .infos .details-1 .col {
	
}
.page.detail-formation #content .infos .details-1 .col.col-1 {
	
}
.page.detail-formation #content .infos .details-1 .col.col-1 h2 {
	
}
.page.detail-formation #content .infos .details-1 .col.col-1 hr,
.page.detail-formation #content .infos .details-1 .col.col-2 hr {
	width: 100px;
	height: 2px;
	margin: -10px 0 20px;
	background-color: #014a97;
	border: none;
}
.page.detail-formation #content .infos .details-1 .col.col-1 ul {
	
}
.page.detail-formation #content .infos .details-1 .col.col-1 ul li,
.page.detail-formation #content .infos .details-1 .col.col-2 ul li {
	position: relative;
	padding: 10px 15px;
	list-style-type: none;
	color: #11172b;
}
.page.detail-formation #content .infos .details-1 .col.col-1 ul li:before,
.page.detail-formation #content .infos .details-1 .col.col-2 ul li:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 23px;
	height: 20px;
	background-image: url("./img/icon-check.png");
	background-size: contain;
}
.page.detail-formation #content .infos .details-1 .col.col-2 {
	
}
.page.detail-formation #content .infos .details-1 .col.col-2 h2 {
	
}
.page.detail-formation #content .infos .details-1 .col.col-2 hr {
	
}
.page.detail-formation #content .infos .details-2 {
	display: grid;
	grid-template-columns: 0.5fr 0.5fr 0.5fr;
	grid-gap: 100px;
	margin: 50px 5%;
	
}
.page.detail-formation #content .infos .details-2 .col {
	padding: 10px 50px;
	background: #081B42;
	border-radius: 5px;
}
.page.detail-formation #content .infos .details-2 .col.col-1 {
	
}
.page.detail-formation #content .infos .details-2 .col.col-1 h2,
.page.detail-formation #content .infos .details-2 .col.col-2 h2,
.page.detail-formation #content .infos .details-2 .col.col-3 h2 {
	font-size: 1.7rem;
	color: #ffffff;
	
}
.page.detail-formation #content .infos .details-2 .col.col-1 hr,
.page.detail-formation #content .infos .details-2 .col.col-2 hr,
.page.detail-formation #content .infos .details-2 .col.col-3 hr {
	width: 100px;
	height: 2px;
	margin: -10px 0 20px;
	background-color: #ffffff;
	border: none;
}
.page.detail-formation #content .infos .details-2 .col.col-1 p,
.page.detail-formation #content .infos .details-2 .col.col-2 p,
.page.detail-formation #content .infos .details-2 .col.col-3 p {
	font-size: 1.0rem;
	color: #ffffff;
	text-align: left;
}
.page.detail-formation #content .infos .details-3 {
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;
	grid-gap: 100px;
	margin: 0 5%;
}
.page.detail-formation #content .infos .details-3 .col {
	margin: 0px 0px 60px 0px;
	padding: 10px 50px;
	background: #081B42;
	border-radius: 5px;
}
.page.detail-formation #content .infos .details-3 .col.col-1 {
	
}
.page.detail-formation #content .infos .details-3 .col.col-1 h2,
.page.detail-formation #content .infos .details-3 .col.col-2 h2 {
	font-size: 1.7rem;
	color: #ffffff;
}
.page.detail-formation #content .infos .details-3 .col.col-1 h2 {
	font-size: 1.0rem;
}
.page.detail-formation #content .infos .details-3 .col.col-1 h2 span {
	display: inline-block;
	width: 120px;
	font-size: 1.7rem;
	color: #ffffff;
}
.page.detail-formation #content .infos .details-3 .col.col-1 h2 span #text {
	font-size: 1.0rem;
	color: #ffffff;
}
.page.detail-formation #content .infos .details-3 .col.col-2 {
	color: #ffffff;
}
.page.detail-formation #content .infos .details-3 .col.col-2 p {
	color: #ffffff;
}

/* Formulaires */

#content .form {
	position: relative;
	display: grid;
	grid-template-columns: 0.3fr 0.7fr;
	grid-gap: 50px;
	width: 84%;
	padding: 3% 8% 3% 8%;
	background: linear-gradient(to bottom, #082352, #0052A5);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 0px;
}
.contact #content .form {
	margin: 50px 0px;
	display: flex;
	border-radius: 10px;
}
#content .form .visuel {
	position: relative;
}
#content .form .visuel img {
	width: 100%;
	margin: 0px 0 0 0px;
	/* transform: scale(0.6); */
}
.contact #content .vce-single-image {
	
}
.contact #content .vce-single-image:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 10px);
	left: 0;
	top: 0;
	border: 2px solid #fff;
	transform: rotate(3deg);
	transition: all 0.5s;
}
.contact #content .vce-single-image:hover:after {
	transform: rotate(5deg);
}


#content .form .visuel:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 10px);
	left: 0;
	top: 0;
	border: 2px solid #fff;
	transform: rotate(3deg);
	transition: all 0.5s;
}
#content .form .visuel:hover:after {
	transform: rotate(5deg);
}
#content .form h2 {
	position: absolute;
	right: 13%;
	top: 100px;
	margin: 0;
	color: #fff;
}
.contact #content .form h2 {
	top: 40px;
}
#content .form .wpcf7 {
	margin: 10px 3% 10px 10%;
	padding: 110px 6% 20px;
	background: #0052A5;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
}
.contact #content .form .wpcf7 {
	/* margin: 10px 3% 10px 10%; */
}
#content .form .wpcf7 h3 {
	font-size: 1.7rem !important;
	font-weight: 300;
	color: #fff !important;
}
#content .form .wpcf7 h4 {
	font-size: 1.2rem;
	font-weight: 300;
	color: #fff;
}
#content .form .wpcf7 .fields p {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 50px;
	color: #ffffff;
}
#content .form .wpcf7 p span {
	font-size: 0.8rem;
}
#content .form .wpcf7 p span input {
	width: calc(100% - 20px);
}
#content .form .wpcf7 p span select {
	width: 100%;
}
#content .form .wpcf7 p span input,
#content .form .wpcf7 p span select,
#content .form .wpcf7 p span textarea {
	margin: 0px;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
}
#content .form .wpcf7 p span textarea {
	width: calc(100% - 30px);
	height: 115px;
	padding: 8px 15px 8px;
}
#content .form .wpcf7 .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	
}
#content .form .wpcf7 .wpcf7-list-item-label {
	color: #fff;
}
#content .form .wpcf7 .wpcf7-list-item-label a {
	
}

#content .form .wpcf7 .wpcf7-form-control.wpcf7-acceptance {
	display: block;
	width: 100%;
	padding: 5px 0 0 0px;
}
#content .form .wpcf7 .wpcf7-form-control.wpcf7-acceptance input {
	width: 30px;
	transform: translate(-20px, 2px);
}
#content .form .wpcf7 .wpcf7-form-control.wpcf7-acceptance a {
	color: #ffffffad;
	cursor: pointer;
}
#content .form .wpcf7 .wpcf7-form-control.wpcf7-submit {
	padding: 7px 40px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s;
}
#content .form .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	color: #71d4ff;
	border: 1px solid #71d4ff;	
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.invalid .wpcf7-response-output,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.unaccepted .wpcf7-response-output,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}


/* Popup téléchargement du catalogue */

.page.detail-formation .popup {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s;
}
.page.detail-formation .popup.visible {
	opacity: 1;
	transform: scale(1);
}
.page.detail-formation .popup .bkg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #106e86d9;
	cursor: pointer;
}
.page.detail-formation .popup .content {
	position: fixed;
	left: 10vw;
	top: 10vh;
	width: calc(80vw - 50px);
	height: calc(80vh - 50px);
	padding: 50px;
	background: #ffffff;
	border-radius: 20px 5px 5px 20px;
	overflow-y: auto;
}
.page.detail-formation .popup .content h3 {
	font-size: 1.7rem;
	font-weight: 300;
	color: #00647E;
}
.page.detail-formation .popup .content h4 {
	font-size: 1.2rem;
	font-weight: 300;
	color: #00647E;
}
.page.detail-formation .popup .content .fields p {
	margin: 50px 0% 0px 0%;
	color: #00647E;
}
.page.detail-formation .popup .content .grid-container p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 40px;
}
.page.detail-formation .popup .content p span {
	font-size: 0.8rem;
}
.page.detail-formation .popup .content .wpcf7 .fields label {
	position: absolute;
	margin-left: 3%;
	color: #00647E;
	font-size: 1rem;
	font-weight: 600;
}
.page.detail-formation .popup .content p span input {
	width: calc(100% - 20px);
}
.page.detail-formation .popup .content .grid-container p span select {
	width: 100%;
}
.page.detail-formation .popup .content p span input,
.page.detail-formation .popup .content .grid-container p span select,
.page.detail-formation .popup .content p span textarea {
	width: 96%;
	margin: 35px 0% 15px;
	padding: 6px 2%;
	font-size: 15px;
	color: #276e87;
	background-color: #fafafa;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 50px;
	outline: none;
}
.page.detail-formation .popup .content {
	z-index: 10;
	color: #004e83;
}
.page.detail-formation .popup .content p span.options {
	display: block;
	width: 100%;
	text-align: center;
}
.page.detail-formation .popup .content p span.options .wpcf7-list-item {
	margin: 0px 15px 7px;
}
.page.detail-formation .popup .content p span.options .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0.85rem;
}
.page.detail-formation .popup .content p span textarea {
	width: calc(100% - 30px);
	margin: -30px 0 0;
	padding: 50px 15px 8px;
}
.page.detail-formation .popup .content p label.message {
	z-index: 1;
	position: relative;
	display: block;
	transform: translate(20px, 10px);
	color: #004d83;
}
.page.detail-formation .popup .content:hover {
	
}
.page.detail-formation .popup .content .checkbox {
	
}
.page.detail-formation .popup .content .checkbox input {
	position: absolute;
	width: 30px;
	margin: 8px 0 0 -25px;
}
.page.detail-formation .popup .content .checkbox span {
	margin: 3px 10px 3px 10px;
}
.page.detail-formation .popup .content .wpcf7-form-control.wpcf7-acceptance a {
	color: #f47853;
	cursor: pointer;
}
.page.detail-formation .popup .content .wpcf7-form-control.wpcf7-submit {
	padding: 7px 40px;
	color: #f47853;
	background: none;
	border: 1px solid #f47853;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s;
}
.page.detail-formation .popup .content .wpcf7-form-control.wpcf7-submit:hover {
	color: #004d83;
	border: 1px solid #004d83;	
}
.page.detail-formation .popup .content .wpcf7 form.invalid .wpcf7-response-output,
.page.detail-formation .popup .content .wpcf7 form.unaccepted .wpcf7-response-output,
.page.detail-formation .popup .content .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}




/* ------------------------------------------------------------------------------------
-------------------------------------  CONTACT
------------------------------------------------------------------------------------ */

















/* ------------------------------------------------------------------------------------
-------------------------------------  POPUP
------------------------------------------------------------------------------------ */
body .vce-popup-root-container {
	top: 0px !important;
}
body .vce-popup-root-wrapper {
	width: 1360px !important;
}
body .vce-popup-root-wrapper .vce-popup-root-inner {
	margin: 0;
	background-image: url("./img/fond-formuaire-contact-6.jpg");
	border-radius: 20px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner button.vce-popup-root-close-button {
	right: 20px;
	top: 20px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner button.vce-popup-root-close-button span {
	color: azure;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root {
	padding: 0!important;
	background: transparent;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container {
	width: 1260px;
	padding: 10px 50px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container h3 {
	font-size: 1.7rem;
	font-weight: 300;
	color: #fff;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container h4 {
	font-size: 1.2rem;
	font-weight: 300;
	color: #fff;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p {
	margin: 50px 0% 0px 0%;
	color: #fff;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .grid-container p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 40px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span {
	font-size: 0.8rem;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span input {
	width: calc(100% - 20px);
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .grid-container p span select {
	width: 100%;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span input,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .grid-container p span select,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span textarea {
	margin: 0px;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container {
	z-index: 10;
	color: #004e83;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span.options,
body #content .vce-row .vce-row-content .vce-col .vce-text-block.contact p span.options {
	display: block;
	width: 100%;
	text-align: center;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span.options .wpcf7-list-item,
body #content .vce-row .vce-row-content .vce-col .vce-text-block.contact p span.options .wpcf7-list-item {
	margin: 0px 15px 7px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span.options .wpcf7-list-item .wpcf7-list-item-label,
body #content .vce-row .vce-row-content .vce-col .vce-text-block.contact p span.options .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0.85rem;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p span textarea {
	width: calc(100% - 30px);
	height: 100px;
	margin: -30px 0 0;
	padding: 50px 15px 8px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container p label.message {
	z-index: 1;
	position: relative;
	display: block;
	transform: translate(20px, 10px);
	color: #11172b;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container:hover {
	
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7-form-control.wpcf7-acceptance {
	display: block;
	width: 100%;
	padding: 5px 0 0 0px;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7-form-control.wpcf7-acceptance input {
	width: 30px;
	transform: translate(-20px, 2px);
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7-form-control.wpcf7-acceptance a {
	color: #ffffffad;
	cursor: pointer;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7-form-control.wpcf7-submit {
	padding: 7px 40px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s;
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7-form-control.wpcf7-submit:hover {
	color: #71d4ff;
	border: 1px solid #71d4ff;	
}
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.invalid .wpcf7-response-output,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.unaccepted .wpcf7-response-output,
body .vce-popup-root-wrapper .vce-popup-root-inner .vce-popup-root .vce-row-container .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  ARTICLES
------------------------------------------------------------------------------------ */

.page.index.customize.support.cookies-set.cookies-accepted #content .post {
	background: #71d4ff;
}


.article #content {
	
}
.article #content .visuel.main {
	display: grid;
	height: 400px;
	overflow: hidden;
	justify-content: center;
	align-content: center;
}
.article #content article {
	z-index: 2;
	position: relative;
	display: table;
	width: 70%;
	margin: -130px 0% 5% 10%;
	padding: 2% 5%;
	border-radius: 10px 10px 10px 10px;
	/*background: linear-gradient(to bottom, #ffffff, #fff 220px, #fff0 250px);*/
	background: #fff;
}
.article #content article .post {
	display: table-cell;
	width: 70%;
	padding-right: 10%;
	text-align: justify;
}
.article #content article .post h1 {
	font-size: 35px;
	text-transform: none;
}
.article #content article .post h2 {
	font-size: 28px;
	text-transform: none;
}
.article #content article .post h3 {
	font-size: 25px;
	text-transform: none;
}
.article #content article .post p,
.article #content article .post li,
.article #content article .post span {
	font-size: 18px;
}
.article #content article .post p {
	padding-bottom: 10px;
}
.article #content article .post li {
	padding: 0 0 0 0;
	line-height: 35px;
}
.article #content article .post .publication {
	display: inline-block;
	margin-left: 80px;
	background-color: #00000000;
}
.article #content article .post .publication i {
	margin-right: 10px;
	font-size: 20px;
	color: #004e83;
}
/* Partage sur les réseaux sociaux */
.article #content article .post .social-share {
	display: inline-block;
	margin: 0px 0 50px;
}
.article #content article .post .social-share.bottom {
	
}
.article #content article .post .social-share.bottom {
	
}
.article #content article .post .social-share span {
	margin-right: 10px;
}
.article #content article .post .social-share a {
	margin-right: 10px;
	padding: 10px 10px 10px 15px;
	border: 1px solid;
	border-radius: 50px;
}
.article #content article .post .social-share a.linkedin {
	color: #0077b5;
	border-color: #0077b5;
}
.article #content article .post .social-share a.linkedin:hover {
	color: #ffffff;
	background-color: #0077b5;
}
.article #content article .post .social-share a.twitter {
	color: #1da1f2;
	border-color: #1da1f2;
}
.article #content article .post .social-share a.twitter:hover {
	color: #ffffff;
	background-color: #1da1f2;
}
.article #content article .post .social-share a.whatsapp {
	color: #35da55;
	border-color: #35da55;
}
.article #content article .post .social-share a.whatsapp:hover {
	color: #ffffff;
	background-color: #35da55;
}
.article #content article .post .social-share a.facebook {
	color: #4267b2;
	border-color: #4267b2;
}
.article #content article .post .social-share a.facebook:hover {
	color: #ffffff;
	background-color: #4267b2;
}
.article #content article .post .social-share a i {
	margin-right: 10px;
	font-size: 20px;
}
/* Visuel principal */
.article #content article .post .visuel {
	height: 300px;
	display: flex;
}
.article #content article .post .visuel img {
	width: 100%;
	object-fit: cover;
	margin: 0px;
}
/* Images dans les articles */
.article #content article .post img {
	float: left;
	width: 60%;
	height: auto;
	margin: 3% 5% 3% 0%;
}
/* Sidebar */
.article #content article .sidebar {
	display: table-cell;
	position: relative;
	width: 25%;
	text-align: center;
}
.article #content article .sidebar h3 {
	font-size: 24px;
}
/* Etiquettes */
.article #content article .sidebar .tags {
	margin-bottom: 40px;
}
.article #content article .sidebar .tags h4 {
	display: inline-block;
	margin: 5px 7px;
	padding: 5px 10px;
	color: #6f6f6f;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	background-color: #ffffff;
	border: 1px solid #004e83;
	border-radius: 50px;
}
/* Articles récents ou suggérés */
.article #content article .suggest-articles {
	margin-top: 50px;
}
.article #content article .sidebar .item {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 50px;
	overflow: hidden;
}
.article #content article .suggest-articles .item {
	position: relative;
	display: inline-block;
	width: 48%;
}
.article #content article .suggest-articles a:last-child {
	margin-left: 3%;
}
.article #content article .sidebar .item .bkg,
.article #content article .suggest-articles .item .bkg {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
}
.article #content article .sidebar .item .bkg {
	opacity: 0.8;
}
.article #content article .sidebar .item:hover .bkg {
	opacity: 1;
}
.article #content article .sidebar .item .textes,
.article #content article .suggest-articles .item .textes {
	position: absolute;
	width: calc(100% - 10px);
	height: 80px;
	margin-top: 0px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.6);
}
.article #content article .suggest-articles .item .textes {
	background-color: rgb(0 78 131 / 80%);
}
.article #content article .suggest-articles .item .textes {
	height: 75px;
	margin-top: -85px;
}
.article #content article .sidebar .item:hover .textes,
.article #content article .suggest-articles .item:hover .textes {
	height: 120px;
	margin-top: -130px;
	padding: 5px;
	background-color: rgb(0 78 131 / 90%);
}
.article #content article .sidebar .item .title,
.article #content article .suggest-articles .item .title {
	height: 50px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-transform: none;
}
.article #content article .sidebar .item p,
.article #content article .suggest-articles .item p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  Page 404
------------------------------------------------------------------------------------ */

.page.page-404 #content {
	position: relative;
}
.page.page-404 #content .vce-section.slider {
	position: relative;
	height: 400px;
	background-image: url("https://dev.annesophie-moutier.fr/wp-content/uploads/2024/12/image-header-pages-asm.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100%;
	align-items: center;
	justify-items: center;
}
.page.page-404 #content .vce-section.slider::before {
	content: "";
	z-index: 10;
	display: block;
	position: absolute;
	left: 0;
	/* top: 0px; */
	bottom: 0px;
	width: 100%;
	height: 80px;
	background-image: url("./img/forme-blanc.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
}
.page.page-404 #content h1,
.page.page-404 #content p {
	margin: 10vh 0%;
	color: #8f326f;
	text-align: center;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  FOOTER
------------------------------------------------------------------------------------ */

#footer {
	display: grid;
	grid-template-columns: repeat(3, 33.33%);
	position: relative;
	width: 100%;
	min-height: 280px;
	background: linear-gradient(to top, #08224f, #0052A5);
	background-repeat: no-repeat;
	background-size: 100%;
	align-items: center;
	justify-items: center;
}
#footer .col {
	width: 100%;
	text-align: center;
}
#footer .col p,
#footer .col a {
	margin: 10px 0px;
	font-size: 0.9rem;
	font-family: Kanit, Calibri, sans-serif;
	line-height: 1.3em;
	color: #ffffff;
	text-align: center;
}
#footer .col section a {
	display: block;
	color: #ffffff;
}
#footer .col section a:hover {
	color: #c8e9ff;
}
#footer .col hr {
	width: 20%;
	margin: 25px auto;
	height: 2px;
	background-color: #004E83;
	border: none;
}
#footer .col.col-1 {
	
}
#footer .col.col-1 img {
	width: 250px;
}
#footer .col.col-2 {
	
}
#footer .col.col-2 p,
#footer .col.col-2 a {
	color: #fff;
}
#footer .col.col-3 {
	
}
#footer .col.col-3 p,
#footer .col.col-3 a {
	color: #fff;
}