/* Theme Name: Sofis
   Theme URI: http://www.sofis.fr/
   Description: Sofis
   Version: 1.1
   Author: A l'Encre bleue
   Author URI: https://alencrebleue.com
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter Regular"), local("Inter-Regular"), url("/wp-content/themes/SOFIS/assets/fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("/wp-content/themes/SOFIS/assets/fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter Bold"), local("Inter-Bold"), url("/wp-content/themes/SOFIS/assets/fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
}
:root {
    /* Couleurs */
    --color-marine: #000032;
	--color-marine-light: rgba(0, 0, 50, 0.80);
	--color-blue: #080840;
	--color-blue-light: rgba(8, 8, 64, 0.80);
	--color-black: #000000;
	--color-gray-light:#F7F7F7;
	/*--color-blue-light:#F3F6FB;*/
    --color-gray:#E7E7E7;
    --color-white: #FFFFFF;
    --color-red: #E2093A;
    --color-red-hover: #D0002F;
    --gradient-linear: linear-gradient(90deg, #E2093A 0%, #000032 49.6%);
    --gradient-radial: radial-gradient(50% 50% at 50% 50%, #FF6815 3%, #E2093A 69%, #000032 100%);   
    /* Border-radius */
    --radius-12: 12px;
    --radius-16: 16px;
    --radius-20: 20px;
    /* Fonts */
    --font-family: 'Inter', sans-serif;
    /* TYPOGRAPHIE */
    --p-font-size: 16px;
    --li-font-size: 16px;
    /* Desktop */
    --h1-desktop-font-size-home: 54px;
    --h1-desktop-font-size: 42px;
    --h2-desktop-font-size: 36px;
    --h3-desktop-font-size: 22px;
    --h4-desktop-font-size: 18px;
    /* Tablet */
    --h1-tablet-font-size: 36px;
    --h2-tablet-font-size: 32px;
    --h3-tablet-font-size: 20px;
    --h4-tablet-font-size: 16px;
    /* Mobile */
    --h1-mobile-font-size: 32px;
    --h2-mobile-font-size: 28px;
    --h3-mobile-font-size: 20px;
    --h4-mobile-font-size: 16px;
    /* Pattern */
    --pattern-left: url('/wp-content/themes/SOFIS/images/pattern-left.png');
    --pattern-right: url('/wp-content/themes/SOFIS/images/pattern-right.png');
    --pattern-left-gris: url('/wp-content/themes/SOFIS/images/pattern-left-gris.svg');
    --pattern-right-gris: url('/wp-content/themes/SOFIS/images/pattern-right-gris.svg');
    --pattern-right-backblue: url('/wp-content/themes/SOFIS/images/pattern-right-backblue.png');
    --pattern-left-backblue: url('/wp-content/themes/SOFIS/images/pattern-left-backblue.png');
    --pattern-etoile: url('/wp-content/themes/SOFIS/images/pattern-etoile.png');
    --pattern-etoile-mob: url('/wp-content/themes/SOFIS/images/pattern-etoile-mob.png');
    --pattern-intro: url('/wp-content/themes/SOFIS/images/pattern-intro.png');
    --pattern-patternmetier: url('/wp-content/themes/SOFIS/images/patternmetier.png');
    --pattern-pageintro: url('/wp-content/themes/SOFIS/images/pattern_page_intro.svg');
    /* Arrow et puce */
    --arrow-blue: url('/wp-content/themes/SOFIS/images/arrow-blue.svg');
    --arrow-white: url('/wp-content/themes/SOFIS/images/arrow-white.svg');
    --arrow-red: url('/wp-content/themes/SOFIS/images/arrow-red.svg');
    --puce-menu: url('/wp-content/themes/SOFIS/images/puce-menu.svg');
    --fleche-marine: url('/wp-content/themes/SOFIS/images/fleche-marine.svg');
    --fleche-grise: url('/wp-content/themes/SOFIS/images/fleche-grise.svg');
    /* Picto menu secondaire */
    --rechercher: url('/wp-content/themes/SOFIS/images/rechercher.svg');
    --mail: url('/wp-content/themes/SOFIS/images/mail.svg');
    --telephone: url('/wp-content/themes/SOFIS/images/telephone.svg');
    --social: url('/wp-content/themes/SOFIS/images/social.svg');
    --reset: url('/wp-content/themes/SOFIS/images/reset.svg');
    --vignette-puce-member: url('/wp-content/themes/SOFIS/images/vignette-puce-member.svg');
    --vignette-puce-duree: url('/wp-content/themes/SOFIS/images/vignette-puce-duree.svg');
	/* Picto avantages */
    --obligatoire: url('/wp-content/themes/SOFIS/images/picto-obligatoire.svg');
    --unite-technique: url('/wp-content/themes/SOFIS/images/picto-unite-technique.svg');
    --realite-virtuelle: url('/wp-content/themes/SOFIS/images/picto-realite-virtuelle.svg');
    --e-learning: url('/wp-content/themes/SOFIS/images/picto-e-learning.svg');
    --classe-a-distance: url('/wp-content/themes/SOFIS/images/picto-classe-a-distance.svg');
    --mac: url('/wp-content/themes/SOFIS/images/picto-maintien-et-actualisation-des-competences.svg');
    --formation-initiale: url('/wp-content/themes/SOFIS/images/picto-formation-initiale.svg');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: var(--font-family), sans-serif;
  font-style: normal;
  color: var(--color-marine);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
    overflow-x: hidden;	
}
body {
	background: var(--color-marine);
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
/* Button */
input.gform_button, form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
form textarea {
  border: none;
}
form .ginput_container_consent input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
}
/* Grid */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > * {
  float: left;
  width: 100%;
  padding-left: .9375em;
  padding-right: .9375em;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1200px) {
.container {
	max-width: 1170px;
}
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
.container {
	max-width: 1060px;
}
}
@media screen and (max-width: 1099px) {
.container {
	width: 90%;
}
}
@media screen and (max-width:800px) {
.row > * {
	padding-left: 0;
	padding-right: 0;
}
}
/* Main */
a { 
	color: var(--color-marine);
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: var(--color-red);
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
}
:focus {
	outline: none;
}
img {
	height: auto;
	max-width: 100%;
}
.btn {
	padding: 10px 60px 10px 30px;
	font-weight: 700;
	font-size: 16px;	
	display: block;
	position: relative;
    width: 100%;
    max-width: max-content;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	border-radius:var(--radius-20);
	border: 1px solid;
	cursor:pointer;
}
.btn.btnred {
	background:var(--color-red);
	border-color:var(--color-red);
}
.btn.btnmarine {
	background:var(--color-marine);	
	border-color:var(--color-marine);	
}
.btn.btnblanc {
	background:var(--color-white);	
	border-color:var(--color-white);	
	color:var(--color-marine);	
}
.btn.btntransparent {
	background:transparent;	
	border-color:var(--color-white);	
}
.btn.btnblancbis {
	background:var(--color-white);	
	border-color:var(--color-marine);	
	color:var(--color-marine);	
}
.btn.btnred,
.btn.btnmarine,
.btn.btntransparent {
	color:var(--color-white);	
}
.btn:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%,-50%);
}
.btn.btnred:after,
.btn.btnmarine:after,
.btn.btntransparent:after{
	content: var(--arrow-white);
}
.btn.btnblanc:after,
.btn.btnblancbis:after{
	content: var(--arrow-blue);
}
#cpst-services .btn.btnmarine:after{
	content: var(--arrow-red);
}

@media only screen and (min-width: 801px) {
.bloc-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.bloc-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.bloc-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
}
.bloc-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.bloc-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.bloc-2-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66%;
	flex: 0 0 66.66%;
	max-width: 66.66%;
}
.bloc-3-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.bloc-2-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.bloc-3-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.bloc-4-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}
}
hr {
  border: none;
}
@media only screen and (min-width: 1024px) {
hr.small {
	margin: 0.5em 0;
}

hr.medium {
	margin: 1em 0;
}

hr.large {
	margin: 2em 0;
}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
hr.small {
	margin: 0.25em 0;
}
hr.medium {
	margin: .75em 0;
}
hr.large {
	margin: 1em 0;
}
}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 480px) {
hr.small {
	margin: 0.125em 0;
}
hr.medium {
	margin: .5em 0;
}
hr.large {
	margin: .75em 0;
}
}
/* Misc */
::selection {
  background: #424242;
  color: var(--color-white);
  text-shadow: none;
}
::-webkit-selection {
  background: #424242;
  color: var(--color-white);
  text-shadow: none;
}
::-moz-selection {
  background: #424242;
  color: var(--color-white);
  text-shadow: none;
}
/* Typography */
h1 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);	
}
h2 {
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  font-weight: 600;
  line-height: 1.2;
}
h4 {
  font-weight: 600;
  line-height: 1.2;
}
p {
  font-weight: 400;
  line-height: 1.2;
  margin: .5em 0;
  font-size: var(--p-font-size);
}
small, small strong{
	font-size:14px;
	font-style: italic;
}
ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
li {
  font-size: var(--li-font-size);
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
section {
  padding: 70px 0;
}
#cibles, #qualite-formations {
    padding: 60px 0;
}
#clients {
    padding: 70px 0 50px;
}
h1 {
  font-size: var(--h1-desktop-font-size);
}
h2 {
  font-size: var(--h2-desktop-font-size);
}
h3 {
  font-size: var(--h3-desktop-font-size);
}
h4 {
  font-size: var(--h4-desktop-font-size);
}
}
@media screen and (min-width: 1024px) {
.home h1 {
  font-size: var(--h1-desktop-font-size-home);
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
section {
  padding: 4em 0;
}
h1 {
  font-size: var(--h1-tablet-font-size);
}
h2 {
  font-size: var(--h2-tablet-font-size);
}
h3 {
  font-size: var(--h3-tablet-font-size);
}
h4 {
  font-size: var(--h4-tablet-font-size);
}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
section {
  padding: 3em 0;
}
h1 {
  font-size: var(--h1-tablet-font-size);
}
h2 {
  font-size: var(--h2-tablet-font-size);
}
h3 {
  font-size: var(--h3-tablet-font-size);
}
h4 {
  font-size: var(--h4-tablet-font-size);
}
}
@media screen and (max-width: 480px) {
section {
  padding: 2em 0;
}
h1 {
  font-size: var(--h1-mobile-font-size);
}
h2 {
  font-size: var(--h2-mobile-font-size);
}
h3 {
  font-size: var(--h3-mobile-font-size);
}
h4 {
  font-size: var(--h4-mobile-font-size);
}
}
/* ============================
========= HEADER ==============
=============================*/
header {
  position: fixed;
  transition: transform 0.8s ease-in-out;
  z-index: 99;
  width: 100%;
  background: var(--color-marine);
}
.navbar-hidden {
  transform: translateY(-100%);
}
#menu-aeb.smallogo {
  background: var(--color-marine);
  box-shadow: 0 0px 5px #8d8d8d69;
}
#menu-aeb .contain {
  height: 100%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  padding: 20px 0 0;
}
header .wrap-nav > li {
  line-height: 1;
  padding-bottom: 15px;
}
header .wrap-nav a,
.dropdown,
.itemnolink {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: var(--color-white);
	cursor:pointer;
}
.dropdown-content {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-content li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.dropdown .dropdown-content li:last-of-type {
	border-bottom: none;
}
.dropdown .dropdown-content a {
	font-size: 16px;
	padding: 10px 12px;
	display: block;
}
.dropdown:hover .dropdown-content a:hover {
  background: #33335B;
}
.dropdown .dropdown-content > ul > li {
    position: relative;
}
.dropdown .dropdown-content > ul > li.list-submenu:after{
    content: var(--arrow-white);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
.dropdown .dropdown-content > ul > li .sub-menu{
    display: none;
}
.dropdown .dropdown-content > ul > li:hover .sub-menu{
    left: 100%;
    position: absolute;
    width: 100%;
    top: 0;
	display: block;
}
.dropdown .dropdown-content .list-submenu li{
	background: #080840;
}
.menu {
  width: 90%;
}
.logo-header {
  width: max-content;
}
.logo-header img {
  height: 71px;
}
header .suivezburger {
  display: none;
}
header ul {
  list-style-type: none;
  margin: 0;
}
.menu-rs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.menu-rs li:last-of-type {
  margin: 0 0 0 10px;
}
.sprites,
.sprites:hover {
  width: 23px;
  height: 23px;
  display: inline-block;
}
.sprites {
  background: var(--social) no-repeat center center;
}
.sprites.rs-facebook{
    background-position: 0 0;
}
.sprites.rs-linkedin {
    background-position: -32px 0;
}
/* Menu secondaire */
.menu_secondaire{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu_secondaire img{
    width:36px;
	height:36px;
}
.contact-info{
	display: flex;
	margin-right:1em;
}
.contact-info a{
	display: block;
}
/* Moteur de recherche */
#search {
    position: relative;
    display: flex;
    align-items: center;
}
#search img {
    cursor: pointer;
    transition: transform 0.3s ease;
}
#search img:hover {
    transform: scale(1.1);
}
#search .searchfield {
    width: 0;
    color: #fff;
    height: 24px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    padding-right: 30px;
    font-family: inherit;
    background: transparent;
    transition: width 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
    -webkit-appearance: textfield;
}
#search .searchfield:focus {
    outline: none;
    border-bottom: 1px solid #aaa;
}
.search-visible {
    width: 100%;
}
/* responsive header */


/* Main */
.content_aeb {
  padding-top: 117px;
}

#content_archive {
  padding-top: 0;
  padding-bottom: 2em;
}

/* footer */
footer {
    padding-top: 50px;
}
footer *{
  color: var(--color-white);
}
footer .bloc-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
footer .coordonnees {
    margin:20px 0;
}
footer .coordonnees p {
    margin:10px 0;
}
footer .coordonnees p.emai,
footer .coordonnees p.telephon {
    position:relative;
	padding-left:2em;
	font-weight:600;
	line-height:24px;
}
footer .coordonnees p.emai:before, footer .coordonnees p.telephon:before {
    position: absolute;
    top: 65%;
    left: -5%;
    transform: translate(0%, -50%);
}
footer .coordonnees p.emai:before {
    content: var(--mail);
}
footer .coordonnees p.telephon:before {
    content: var(--telephone);
}

footer img{
    width: max-content;
}
footer ul {
    list-style-type: none;
    margin: 10px 0;
}
footer ul li{
    font-weight: 400;
    line-height: 130%;
    padding: 4px 0;
}
footer .bloc-4 h3{
    margin: 20px 0 0;
}
footer .bloc-4 h3:first-of-type{
    margin: 0;
}
footer .bloc-4 h3.titlesuivre{
    margin: 20px 0 0;
}
footer .btnbtnblanc, footer .btnbtnred {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 16px;
    display: block;
	text-align: center;	
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: var(--radius-20);
    border: 1px solid;
}
footer .btnbtnred{
    background: var(--color-red);
    border-color: var(--color-red);
	color: var(--color-white);	
	margin-top:10px;
}
footer .btnbtnblanc{
	margin-top:10px;
    background: var(--color-white);
    border-color: var(--color-white);
	color: var(--color-marine);	
	margin-bottom:30px;
}
footer .btnbtnblanc span, footer .btnbtnred span{
	position:relative;
	margin-left: -20px;	
}
footer .btnbtnblanc span:after, footer .btnbtnred span:after{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}
footer .btnbtnred span{
	color: var(--color-white);	
}
footer .btnbtnred span:after{
    content: var(--arrow-white);
}
footer .btnbtnblanc span{
	color: var(--color-marine);	
}
footer .btnbtnblanc span:after{
    content: var(--arrow-blue);
}
footer .bloc-4:last-of-type img{
    margin-bottom: 30px;
}
footer ul.menu-rs {
    margin-top: 5px;
}
/* mention legal, politique de conf */
.mbp {
    text-align: center;
    padding: .5em 0;
    border-top: 1px solid #fff;
    margin-top: 1em;
}
.mbp p,
.mbp a {
  color: var(--color-white);
  font-size: 14px;
}
.mbp a:hover {
  color: var(--color-red);
}

/* FOOTER RESPONSIVE */
@media screen and (min-width: 801px) and (max-width: 1199px) {
footer .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}	
footer .nav-footer-2 {
    display: none;
}
}
@media screen and (min-width: 801px) {
}
@media screen and (max-width: 800px) {
footer .nav-footer, footer .nav-footer-2, footer .footercible {
    display: none;
}
}
@media screen and (min-width: 481px) and (max-width: 800px) {
footer .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: space-between;
}	
footer ul.menu-rs {
    margin-top: 0;
    margin-bottom: 0;
}	
}
@media screen and (max-width: 480px) {
footer img, footer a.link-f {
    width: max-content;
    margin: auto;
}	
footer .coordonnees {
    text-align: center;
    margin: 10px 0;
}
footer .coordonnees p.emai, footer .coordonnees p.telephon {
    width: max-content;
    margin: 10px auto;
}		
footer .bloc-4 h3:first-of-type {
    margin-top: 1em;
    text-align: center;
}
footer ul.menu-rs {
    width: max-content;
    margin: auto;
}
footer .btnbtnblanc, footer .btnbtnred {
	margin-left:auto;
	margin-right:auto;
    max-width: 240px;
}
footer .btnbtnred {
	margin-top:20px;
}
footer .btnbtnblanc{
    margin-top: 15px;
    margin-bottom: 20px;
}
.mbp p,
.mbp a {
    font-size: 12px;
    padding-bottom: 5px;
}
}




/* HEADER RESPONSIVE */
@media screen and (min-width: 1200px) and (max-width: 1360px) {
/* Sélectionne les deux derniers li */
.wrap-nav > li:nth-last-child(1),
.wrap-nav > li:nth-last-child(2) {
    order: 1;
}
/* Sélectionne l'avant-dernier li */
.wrap-nav > li:nth-last-child(2) {
    order: 2;
}
/* Tous les autres li gardent leur ordre par défaut */
.wrap-nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
	order: 0;
}
}
@media screen and (min-width: 1200px) {
.hamb {
  display: none;
}
header .wrap-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  float: right;
  margin-top: 24px;
}	
header .wrap-nav > li {
    margin-left: 25px;
}
.dropdown .dropdown-content > ul > li {
    background: #000032;
}	
.dropdown .dropdown-content a {
    background: var(--color-marine);
	min-width:190px;
	max-width:240px;	
}
.dropdown {
    padding-right: 1em;
}
.dropdown:hover .dropdown-content {
  display: grid;
  position: absolute;
  top: 33px;
  width: max-content;
}
.dropdown:hover:before {
    content: '';
    background: var(--color-white);
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
}
.dropdown:after {
  content: var(--puce-menu);
  position: absolute;
  right: 0;
  top: 0;
}
#search .searchfield {
    max-width: 150px;
}
}
@media screen and (max-width: 1199px) {
#menu-aeb .contain {
  justify-content: space-between;
}
#menu-aeb.smallogo .contain {
  padding:10px 0;
}	
.menu-open-html, .menu-open-body {
    overflow: hidden;
    height: 100%;
}	
.hamb {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.menu {
  position: fixed;
  background: var(--pattern-left);
  height: 100%;
  width: 100%;
  z-index: 100;
  left: -100%;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.menu.active {
	right: 0%;
	left: inherit;
	margin-top: 80px;
	width: 100%;
	background: var(--color-marine);	
	top: 0%;
	overflow: scroll;
	padding-top: 2em;
	transform: scale(1);
	opacity: 1;
	transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.menu.active:before {
	content:var(--pattern-left);
	position: absolute;
	top: 0;	
	z-index:-1;
}
.menu .wrap .mara {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
#top.fixe {
  overflow: hidden;
  position: initial;
}
header .wrap-nav a {
  color: var(--color-white);
  text-align: center;
}
header .wrap-nav a:hover {
  color:  var(--color-red);
}
header .btn-don {
  border: 1px solid var(--color-white);
}
.sprites {
  background: var(--social) no-repeat center center;
}
header .hiddenitemsocial {
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  order: 2;
}
header .wrap-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
	margin: 3% auto;
    max-width: 260px;
    width: 95%;
}
.menu .wrap {
    display: flex;
    flex-direction: column-reverse;
}
.menu_secondaire {
    flex-direction: column-reverse;
}
#search .searchfield {
	width: 100%;
    outline: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
#search .searchfield::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.menu_secondaire .contact-info{
    display: none; 
}
.menu_secondaire .btnred{
    margin: 1em 0; 
}
header .wrap-nav > li {
    text-align: center;
    padding: 15px 0;	
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;	
}
.dropdown .dropdown-content > ul > li:first-of-type{
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.dropdown span {
    position: relative;
    cursor: pointer;
    padding: 0 20px;	
}
.menu .dropdown.active .dropdown-content {
    overflow: visible;
    transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}
header .wrap-nav > li.dropdown.active{
    padding-bottom: 0;
}
header .wrap-nav > li.dropdown.active span{
    padding-bottom: 15px;
}
header .wrap-nav > li.dropdown.active .dropdown-content ul {
    background: #33335B;
}
.dropdown span:before, .dropdown span:after {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
	right: 0;
	top: 8px;
    margin: 0;
    height: 2px;
    width: 8px;
    border-radius: 6px;
    background: var(--color-white);
    transition: transform 0.35s, background-color 0.35s;
}
.dropdown span:after {
    transform: rotate(-45deg);
    top: 13px;
}
.dropdown.active span:before {
    transform: rotate(45deg);
    right: 0;
    top: 13px;
    transition: transform 0.35s, background-color 0.35s;
}
.dropdown.active span:after {
    transform: rotate(-45deg);
    right: -5px;
    top: 13px;
    transition: transform 0.35s, background-color 0.35s;
}
.logo-header a {
  display: flex;
}
.logo-header img {
  height: 60px;
}
#menu-aeb {
  height: 80px;
}
.content_aeb {
  padding-top: 80px;
}
/* menu hamburger */
.allelement {
  width: 40px;
  height: 40px;
  position: relative;
}
.element {
  width: 40px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.element::before,
.element::after {
  width: 40px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  opacity: 1;
  right: 0;
}
.element::before {
  top: -14px;
}
.element::after {
  top: 14px;
}
.element1 {
  width: 40px;
  height: 4px;
  opacity: 0;
  background-color: var(--color-white);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(51px, -50%);
}
.element1::before,
.element1::after {
  width: 40px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  transform: translate(102px, 0);
}
.element1::before {
  top: -14px;
}
.element1::after {
  top: 14px;
}
.hamb:hover .element {
  transform: translate(-51px, 50%);
  opacity: 0;
}
.hamb:hover .element::before,
.hamb:hover .element::after {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamb:hover .element1 {
	opacity: 1;
	transform: translate(0, 2px);
}
.hamb:hover .element1::before,
.hamb:hover .element1::after {
  opacity: 1;
  transform: translate(0%, 0);
}
.hamb.is-active .element {
  display: none;
}
.hamb.is-active .element1 {
  opacity: 1;
  transform: rotate(45deg);
}
.hamb.is-active .element1::before {
  transform: translate(0, 14px) rotate(90deg);
  transform-origin: center;
}
.hamb.is-active .element1::after {
  opacity: 0;
}
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
#menu-aeb .contain {
	max-width: 1030px;
}
}
@media screen and (min-width: 800px) and (max-width: 1099px) {
#menu-aeb .contain {
	width: calc(90% - 30px);
}
}

@media screen and (max-width: 800px) {
#menu-aeb .contain {
	width: 90%;
}
}

/* Personnalisation */
#intro-sofis {
	padding:4em 0;
	position: relative;
	background: -webkit-linear-gradient(#000032 0%, #000032 85%, #fff 85%, #fff 100%);
	background: -o-linear-gradient(#000032 0%, #000032 85%, #fff 85%, #fff 100%);
	background: linear-gradient(#000032 0%, #000032 85%, #fff 85%, #fff 100%);
	z-index: 2;
}
#intro-sofis:before{
    content: var(--pattern-left);
    position: absolute;
    left: 0;
    bottom: -43%;
    z-index: -1;
}
#intro-sofis .bloc-moteur{
	
}
#intro-sofis .bloc-photo{
	position: relative;
}
#intro-sofis .bloc-photo:before{
    content: var(--pattern-etoile);
    position: absolute;
    left: -10em;
    top: -7em;
    z-index: -1;
}
#intro-sofis .bloc-photo img{
    float: right;
	border-radius: var(--radius-20);
	position: relative;
    z-index: 1;
	
}
/* Container */
.search-container {
    background: var(--color-white);
    border-radius: 12px;
    padding: 0 0 32px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 535px;
	margin-top: 2em;
}
/* Tabs */
.search-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.tab-link {
    background: none;
    border: none;
    padding: 22px 40px;
    cursor: pointer;
    transition: color 0.3s;
	width: 50%;
	text-align: left;
	font-weight: 600;
	line-height: 120%; 
	letter-spacing: -1px;
	font-size:20px;
}
.tab-link.active {
    color: var(--color-marine);
}
.tab-link:not(.active) {
    background: var(--color-gray);
    color: var(--color-marine);	
}
.tab-link:first-child:not(.active) {
	border-top-left-radius: 12px;
}
.tab-link:last-child:not(.active) {
	border-top-right-radius: 12px;
}
/* Content */
.search-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}
.parmetier .custom-select-wrapper {
    margin-bottom: 0;
	margin-right:1em;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--color-marine);
    border-radius: 16px;
    color: var(--color-marine);
    background-color: #fff;
    cursor: pointer;
    background-image: var(--fleche-marine);
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: all 0.3s ease;
}
.custom-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-select.disabled {
    color: #959595;
    border: 1px solid var(--color-gray);
    background-image: var(--fleche-grise);
    font-weight: 400;
    cursor: not-allowed;
    opacity: 0.6;
}
.custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--color-marine);
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s ease;
	margin:0;
}
.custom-options.show {
    display: block;
    opacity: 1;
}
.custom-options li {
    padding: 11px 16px;
    font-size: 16px;
    color: var(--color-marine);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.custom-options li:hover {
    background-color: (var(--color-gray), 0.5);
}
.custom-options li.selected {
    background-color: var(--color-gray);
    font-weight: 600;
}
.custom-select-wrapper select {
    display: none;
}
.custom-options::-webkit-scrollbar {
    width: 8px;
}
.custom-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-options::-webkit-scrollbar-thumb {
    background: var(--color-marine);
    border-radius: 4px;
}
.custom-options::-webkit-scrollbar-thumb:hover {
    background: var(--color-marine-dark);
}
.search-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.link-more {
    color: var(--color-marine);
    text-decoration: none;
    font-size: 16px;
}
.link-more:hover {
    text-decoration: underline;
}
.btn-discover {
    background: var(--color-red);
    color: var(--color-white);
    padding: 10px 20px;
    border: none;
    border-radius: 35px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s;
}
.btn-discover:hover {
    background: darken(var(--color-red), 10%);
}
.btn-discover.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.btn-discover.disabled:hover {
    background-color: var(--color-red);
}
/* Animation de chargement initial */
.search-container {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
/* Hide inactive tabs */
.tab-content {
    display: none;
	padding-left:40px;
	padding-right:40px;
}
.tab-content p{
	font-size: 18px;
	font-weight: 600;
	line-height: 120%; 
	margin-bottom: 16px;
}
.tab-content .search-actions a{
    padding-left: 0;
}

.tab-content.active {
    display: block;
}


@media screen and (max-width: 1199px) {
#intro-sofis {
    padding: 5em 0 3em;
    background: #000032;
}	
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
#intro-sofis .bloc-2:first-child {
	flex: 0 0 565px; 
	max-width: 565px;
}
#intro-sofis .bloc-2:last-child {
	flex: 1; 
	max-width: none;
}
#intro-sofis .bloc-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    max-height: 555px;	
}	
}
@media screen and (max-width:1023px) {
#intro-sofis .bloc-2:first-child {
	flex: 0 0 100%;
	max-width: 100%;
}
#intro-sofis .bloc-2{
    position: relative;
}
/*#intro-sofis .bloc-2:before {
	content: var(--pattern-etoile);
	position: absolute;
	left: inherit;
	right: -440px;
	top: 0;
	z-index: -1;
	zoom: .5;
}*/
#intro-sofis:after {
    content: var(--pattern-etoile-mob);
    z-index: -1;
    position: absolute;
    right: 0;
    top: 5%;
}	
#intro-sofis .bloc-photo{
    display: none;
}
#intro-sofis h1{
    margin: auto;
    max-width: 535px;
}
.search-container {
    margin: 2em auto 0;
}
#intro-sofis:before {
    zoom: 0.5;
}
}
@media screen and (max-width:620px) {
.tab-content {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width:480px)  {
#intro-sofis {
    padding: 3em 0;
}	
.search-container {
    padding: 0 0 10px;
}
.tab-link {
    padding: 22px 15px;
}
.tab-content p {
    margin-top: 0;
}
.search-actions {
    margin-top: 24px;
    flex-direction: column-reverse;
}
#intro-sofis .btn {
    width: 100%;
    max-width: inherit;
    padding: 10px 30px 10px 30px;	
	text-align: center;	
}
#intro-sofis .btn.btnblanc{
    margin-top: 5px;
}
#intro-sofis .btn:after {
    position: absolute;
    top: 50%;
    right: inherit;
    transform: translate(100%, -50%);
}
}


/* Section nos thématiques */
#nos-thematiques {
    background: var(--color-white);
    padding: 0 0 6em;
}
#nos-thematiques h2,
#nos-thematiques p,
#nos-thematiques h3,
#nos-thematiques h4{
	text-align: center;
}
#nos-thematiques h3{
    margin: 2em auto 1em;
}
#nos-thematiques .intro-thema{
    max-width: 800px;
    margin: auto;
}
#nos-thematiques .affichethema{
    max-width: 1150px;
    margin: 0 auto 2em;
}
#nos-thematiques .bloc-4 {
    flex: 1 1 calc(25%);
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
}
#nos-thematiques .bloc-4 .image-container {
    position: relative;
    width: 100%;
    border-radius: var(--radius-12);
    overflow: hidden;
	display: flex;
}
#nos-thematiques .bloc-4 .main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}
#nos-thematiques .bloc-4 .picto-thema {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 50%;
    max-height: 50%;
    z-index: 2;
}
#nos-thematiques .bloc-4:hover .picto-thema {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
#nos-thematiques .bloc-4 h4 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    max-width: 85%;
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    z-index: 2;
}
#nos-thematiques .bloc-4:hover h4 {
    transform: translate(-50%, -10px);
}
#nos-thematiques .bloc-4:hover .main-image {
    transform: scale(1.05);
}
#nos-thematiques .allthema {
    background: var(--color-marine);
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: var(--radius-12);
}
#nos-thematiques .allthema p, #nos-thematiques .allthema p strong {
    color: var(--color-white);
    text-align: center;
    max-width: 90%;
    margin: 1em auto;
    font-size: 18px;
}
#nos-thematiques .allthema p strong {
    font-weight:600;
}
#nos-thematiques .allthema .blocthema{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
}
#nos-thematiques .allthema .blocthema .btn.btnblanc{
    margin:auto;
}
#nos-thematiques .bloc-4 {
    flex: 1 1 calc(25%); /* 4 colonnes par ligne moins l'espace du gap */
    box-sizing: border-box;
    padding: 5px;
}

/* Bloc par métier */
#nos-thematiques .bloc-1 .parmetier {
    background: var(--color-marine);
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: var(--radius-12);
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
    padding: 50px 30px;		
    z-index: 1;
}
#nos-thematiques .custom-select {
    font-weight: 400;
}
#nos-thematiques .bloc-1 .parmetier::after {
    content: var(--pattern-patternmetier);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    zoom: 0.8;
}
#nos-thematiques .bloc-1 .parmetier h3,
#nos-thematiques .bloc-1 .parmetier p{
    color: var(--color-white);
}
#nos-thematiques .bloc-1 .parmetier h3{
    margin-top:0;
}
#nos-thematiques .bloc-1 .parmetier .selectunmetier {
    display: flex;
    width: 100%;
    max-width: 640px;
    align-items: center;
    justify-content: space-around;
	margin-top:20px;
}
#nos-thematiques .bloc-1 .parmetier h3 {
    margin-top: 0;
    margin-bottom: .5em;
}
#nos-thematiques .bloc-1 .parmetier .search-actions{
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
#nos-thematiques {
    padding: 3em 0;
}	
#nos-thematiques .affichethema {
    margin: 0 auto 1.5em;
    padding: 0 10px;
}
#nos-thematiques h3 {
    margin: 1.5em auto .5em;
}
}
@media screen and (max-width: 1023px) {
#nos-thematiques .bloc-1 .parmetier::after {
    zoom: 0.5;
}	
}
@media screen and (min-width:801px) {
#nos-thematiques .bloc-4 .picto-thema {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 50%;
    max-height: 50%;
    z-index: 2;
}	
#nos-thematiques .bloc-4 .image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 50, 0.80) 0%, rgba(0, 0, 50, 0.80) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
#nos-thematiques .bloc-4:hover .image-container::before {
    opacity: 1;
}	
}
@media screen and (min-width:801px) and (max-width:1100px) {
#nos-thematiques .allthema p, #nos-thematiques .allthema p strong {
    max-width: 88%;
    font-size: 16px;
}
}
@media screen and (max-width: 800px) {
#nos-thematiques .bloc-4 .picto-thema {
    display: none;
}	
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
#nos-thematiques .affichethema {
        margin: 0 auto 1.5em;
        padding: 0 12px;
}
#nos-thematiques .bloc-4 {
	flex: 1 1 calc(25%);
    box-sizing: border-box;
    padding: 3px;
}
#nos-thematiques .bloc-4 h4 {
    bottom: 15px;
}
#nos-thematiques .allthema .blocthema .btn.btnblanc {
    padding: 10px 30px 10px 20px;
}
#nos-thematiques .allthema .blocthema .btn.btnblanc:after {
    right: inherit;
    transform: translate(50%, -50%);
}
#nos-thematiques .allthema p, #nos-thematiques .allthema p strong {
    max-width: 88%;
    font-size: 16px;
}
}
@media screen and (min-width: 720px) and (max-width: 800px) {
#nos-thematiques .affichethema {
    padding: 0;
    margin-left: -3px;
    margin-right: -3px;
}
}
@media screen and (min-width: 480px) and (max-width: 719px) {
#nos-thematiques .bloc-4 {
    flex: 1 1 calc(50% - 10px);
}
#nos-thematiques .affichethema {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
}
@media screen and (max-width: 600px) {
.parmetier .selectunmetier {
    flex-direction: column;
}
.parmetier .custom-select-wrapper {
    margin-right: 0;
}
#nos-thematiques .bloc-1 .parmetier .search-actions {
    margin-top: 10px;
	width:100%;
}
#nos-thematiques .bloc-1 .parmetier .search-actions .btn.btnred {
    width: 100%;
    max-width: inherit;
    padding: 10px 30px 10px 30px;
    text-align: center;
}
#nos-thematiques .bloc-1 .parmetier .search-actions .btn.btnred:after {
    right: inherit;
    transform: translate(100%, -50%);
}
}
@media screen and (max-width: 480px) {
#nos-thematiques .affichethema {
    padding: 0;
}	
#nos-thematiques .bloc-4 img {
    min-height: 180px;
}
#nos-thematiques .bloc-4 {
	flex: 1 1 calc(50% - 6px);
	margin: 3px;
	padding: 0;
}
#nos-thematiques .bloc-4:nth-child(2n + 1) {
    margin-left: 0;
}
#nos-thematiques .bloc-4:nth-child(2n) {
    margin-right: 0;
}
#nos-thematiques .bloc-4 h4 {
    bottom: 15px;
}
#nos-thematiques .allthema .blocthema .btn.btnblanc {
    padding: 10px 30px 10px 20px;
}
#nos-thematiques .allthema .blocthema .btn.btnblanc:after {
    right: inherit;
    transform: translate(50%, -50%);
}
#nos-thematiques .allthema p, #nos-thematiques .allthema p strong {
    max-width: 88%;
    font-size: 16px;
}
}


#blog, #centres, #cpst-services {
	background:var(--color-gray-light);
}
#clients, #qsn, #les_avantages, #cpst-solutions{
	background:var(--color-white);
}
#cibles *,
#qualite-formations *{
	color:var(--color-white);
	text-align: center;
}
#cibles {
    background: var(--color-marine);
}
#form_newsletter,
#qualite-formations {
    background: var(--color-marine);
	overflow: hidden;
}
#cibles h3 {
    margin-top: -1em;
}
@media screen and (min-width: 787px) and (max-width: 962px) {
#cibles h3 {
    font-size: var(--h4-mobile-font-size);
}
}
@media screen and (min-width: 787px) and (max-width: 800px) {
#cibles .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media screen and (max-width: 786px) {
#cibles .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (max-width: 480px) {
#cibles h3 {
    font-size: var(--h4-mobile-font-size);
}
}

#qsn .bloc-2-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;	
}
#qsn .bloc-3 img{
    border-radius:var(--radius-16);
}
@media screen and (min-width: 801px) {
#qsn .bloc-2-3 p{
    padding-right: 2em;
}
}
@media screen and (max-width: 800px) {
#qsn .bloc-3 {
    display: none;
}
}

#centres{
	position:relative;
}
#centres:after{
    content: var(--pattern-right-gris);
    position: absolute;
    right: 0;
    top: 50%;
    transform:translate(0,0);
	z-index: 0;
}
#centres .row{
	position: relative;
    z-index: 1;
}
#centres .bloc-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#centres .bloc-2 img{
    border-radius:var(--radius-16);
	width:100%;
}
#map-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:100%;
}
.map-marker {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.popupmarker {
	display: none;
	position: absolute;
	background: white;
	padding: 10px;
	border-radius: 0 12px 12px;
	z-index: 1000;
	box-shadow: 0 2px 6px 2px rgb(0 0 0 / 7%);
	width:252px;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;	
}
.popupmarker .close {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;	
}
.popupmarker .close:hover {
    color: rgba(0, 0, 0, 0.25);
}
.popupmarker.fade-in {
	opacity: 1;
}
.popupmarker.fade-out {
	opacity: 0;
}
@media screen and (min-width: 801px) {
#centres h2{
    margin-bottom: 10px;
}	
}
@media screen and (max-width: 1023px) {
#centres:after {
    zoom:0.5;
}	
}
@media screen and (min-width: 801px) {
.popupmarker.fade-in {
	transform: scale(1.05);	
}
.popupmarker.fade-out {
	transform: scale(0.95);
}
}
@media screen and (max-width: 800px) {
#centres .row {
    flex-direction: column-reverse;
}
#map-container{
    margin-top: 10px;
}
#map-container .popupmarker {
	display: none;
	position: absolute;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	z-index: 20;
	width: 90%;
	max-width: 320px;
	height: 80%;
	max-height: 220px;
	display: none;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
}
.popupmarker.fade-in {
	transform: translate(-50%, -50%) scale(1.05);
}
.popupmarker.fade-out {
	transform: translate(-50%, -50%) scale(0.95);
}	
}


#qualite-formations {
    position: relative;
}
#qualite-formations::after {
    content: var(--pattern-left-backblue);
    position: absolute;
    left: -2.5em;
    bottom: -1em;
    z-index: 1;
}
#qualite-formations .container > p {
    max-width: 800px;
    margin: 1em auto;
}
#qualite-formations .row.chiffres {
    max-width: 650px;
    margin: auto;
}
#qualite-formations .row.chiffres .chiffre{
	background: var(--gradient-radial);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 0;	
    font-size: 30px;	
}
#qualite-formations .row.chiffres .chiffre span{
    font-size: 55px;
}
#qualite-formations .row.chiffres h3.label{
    max-width: 200px;
    margin: auto;
}
@media screen and (max-width:1023px) {
#qualite-formations::after {
    zoom: .5;
}
}
@media screen and (max-width: 800px) {
#qualite-formations .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (max-width: 480px) {
#qualite-formations .row.chiffres .chiffre span {
    font-size: 36px;
}	
#qualite-formations .row.chiffres .chiffre {
    font-size: 20px;
}
#qualite-formations .row.chiffres h3.label {
    font-size: 16px;
}
#qualite-formations .bloc-2 {
    position: relative;
    z-index: 2;
}
}


#blog.section-formation{
	position:relative;
	
}
#blog.section-formation:after{
    content: var(--pattern-right-gris);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
	z-index: 0;
}

#blog h2{
	text-align:center;
	margin-bottom: 30px;
}
#actualites #blog .bloc-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em 0;
}
#blog.section-formation .bloc-3{
    position: relative;
    z-index: 1;
}
#blog .bloc-article{
	background: var(--color-white);
    border-radius:var(--radius-16);	
	height:100%;
}
#blog .bloc-article a{
    display: flex;
    flex-direction: column;	
}
.bloc-article .image-container img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
#blog .article{
	padding:20px;
}
#blog .article h3 {
    letter-spacing: -1px;
    margin: .5em 0;
}
#blog.section-formation .article h3 {
    margin: 0;
}
#blog .article a:hover h3 {
    color: var(--color-red);;
}
#blog .article .last-date {
    margin:  0;
}
#blog .btn{ 
	color: var(--color-red);
	border:none;
	margin: 2em auto 0;
}
#blog .btn:after{
	content: var(--arrow-red);
}

.image-container {
    position: relative;
    /*display: flex;*/
}
.image-container a.last-cat {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    color: var(--color-white);
    background: var(--color-marine);
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.bloc-titre h2{
	text-align: center;
}
.tag-badge {
    position: absolute;
    top: 15px;
    left: 18px;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 8px;
    z-index: 2;
    text-transform: uppercase;
}

/* Couleurs spécifiques pour chaque type de tag */
.tag-badge.tag-nouveau {
    background-color: #D5083B; /* Rouge */
}

.tag-badge.tag-populaire {
    background-color: #0C7ABE; /* Bleu */
}

.tag-badge.tag-dernieres {
    background-color: #f39c12; /* Orange */
}
#blog.section-formation .bloc-article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#blog.section-formation .bloc-article a{
    gap:10px;	
}
.formation-meta {
    display: flex;
    justify-content: space-evenly;
	padding:0 20px;
    align-items: center;
	border-top: 1px solid #E7E7E7;
}
.formation-meta > div{
	padding-top:15px;
	padding-bottom:15px;
}
.formation-meta .separator {
    width: 1px;
    height: 50px;
    background-color: #E7E7E7;
    margin: 0 15px;
}
.formation-meta > div p {
    position: relative;	
	padding-left:24px;
	margin: 0;
}
.formation-meta > div p:before {
    position: absolute;
    left: 0;
    top: 0;
}
.formation-meta > div.participants p:before {
    content: var(--vignette-puce-member);
}
.formation-meta > div.duree p:before {
    content: var(--vignette-puce-duree);
}
@media screen and (max-width: 1100px) {
#blog .bloc-article a.last-cat {
    font-size: 14px;
    padding: 7px 15px;
}
}
@media screen and (max-width: 1023px) {
#blog.section-formation:after {
    zoom:0.5;
}
#blog.sectionactu .item-3, #blog.section-formation .item-3 , #blog.sectionservices .item-3 {
    display: none;
}	
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
#blog .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (min-width: 481px) and (max-width: 800px) {
#blog:not(.display-services) .item-1 {
	padding-right:7px;
}
#blog:not(.display-services) .item-2 {
	padding-left:7px;
}
#blog.sectionservices .item-1 {
	padding-right:7px;
}
#blog.sectionservices .item-2 {
	padding-left:7px;
}
}
@media screen and (min-width: 481px) and (max-width:599px) {
#blog .article h3 {
    font-size: 16px;
}
}
@media screen and (max-width: 599px) {
#blog .article {
    padding: 15px;
}
}
@media screen and (max-width: 480px) {
#blog h2 {
    margin-bottom: 15px;
}
#blog:not(.display-services) .item-1 {
	margin-bottom: 1.5em;
}
#blog.sectionservices .item-1 {
	margin-bottom: 1.5em;
}
#blog .btn {
    margin: 1em auto 0;
}
}



#les_avantages .bloc-3 {
    display: flex;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
#les_avantages .bloc-3 > div {
    padding: 25px 20px;
    flex-direction: column;
    align-items: center;
	margin: 1.4em 0 .5em;
    gap: 10px;
	background: var(--color-gray-light);
    border-radius:var(--radius-16);		
	width:100%;
}
#les_avantages .bloc-3 > div h3 {
	color: var(--color-red);
}
#les_avantages .bloc-3 > div h3, 
#les_avantages .bloc-3 > div p {
	text-align: center;
}
#les_avantages .bloc-3 img {
    margin: 1em auto;
    display: block;
}
@media screen and (max-width: 1023px) {
#les_avantages .bloc-3 > div p {
    display: none;
}
#les_avantages .bloc-3 img {
    margin: 0 auto 1em;
}	
#les_avantages .bloc-3 > div h3 {
    word-break: break-word;
}
}
@media screen and (min-width: 481px) and (max-width:962px) {
#les_avantages .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
	padding: 0 5px; 
}	 
}
@media screen and (min-width: 801px) and (max-width:962px) {
#les_avantages .row {
    margin-left: 10px;
    margin-right: 10px;
} 
}
@media screen and (min-width: 481px) and (max-width:800px) {
#les_avantages .row {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
} 
}
@media screen and (max-width:962px) {
#les_avantages .bloc-3 > div {
    padding: 25px 15px;
    margin: 12px 0 0;
}
#les_avantages .bloc-3 > div h3 {
    font-size: var(--h4-tablet-font-size);
}
}
@media screen and (max-width: 480px) {
#les_avantages .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
#les_avantages .bloc-3:nth-child(odd) {
	padding-left:5px; 	
}	
#les_avantages .bloc-3:nth-child(even) {
	padding-right:5px; 	
}	
#les_avantages .bloc-3 > div {
    padding: 15px;
}
}


/* Bandeau formulaire newsletter */

#form_newsletter {
    position: relative;
    overflow: hidden;
}

#form_newsletter *:not(#input_2_1){
	color: var(--color-white);
	text-align: center;
    position: relative;
    z-index: 2;	
}
#form_newsletter #field_2_5 {
    text-align: left;
}

body #field_3_11.fieldsobligatoire em, body #field_4_6.fieldsobligatoire em {
	color: var(--color-white);
}
body .fieldsobligatoire {
    text-align: left;
}
body .fieldsobligatoire em{
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
#input_2_1{
	color: #112337;
	text-align: left;
}
#form_newsletter::after {
    content: var(--pattern-right-backblue);
    position: absolute;
    right: -2.5em;
    bottom: -1em;
    z-index: 1;
}
#form_newsletter .container p {
    max-width: 880px;
    margin: 1em auto 1.5em;
}
#gform_submit_button_2{
    padding: 10px 60px 10px 30px;
    font-weight: 700;
    font-size: 16px;
    display: block;
    position: relative;
    width: max-content;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: var(--radius-20);
    border: 1px solid;
    background: transparent;
    border-color: var(--color-white);
    color: var(--color-white);
}
#form_newsletter .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}
#form_newsletter .gform_wrapper .gform_footer{
    margin-block-start: 0;	
}
body .gform_wrapper .ginput_container > input, body .gform_wrapper .ginput_container span > input, body .gform-theme--foundation .gfield select.large, body .gform-theme--foundation .gform_fields textarea{
    border-radius: var(--radius-16);
}
body .gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
body .gform-theme--foundation .gfield_label,
body .gform-theme--foundation .gfield_consent_label,
body .gform-theme--foundation .gfield_consent_label a {
    color:var(--color-white);
}
body .gform-theme--foundation .gfield_description {
    display: none;
}
body .gform-theme--foundation .gfield_consent_label a{
    text-decoration: underline;
}
body .gform-theme--foundation .gfield_consent_label a:hover{
    color:var(--color-red);
}
.gform_wrapper .gform_footer{
    position: relative; 
}
.gform_wrapper .gform_footer::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    content: var(--arrow-white);
}
#input_2_4_1{
    border-radius: 0;
    border: 1.5px solid #fff;
    background: transparent;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
#field_2_4 > div > label{
    margin-left: 5px;
}
body .gform-theme--framework .gform-field-label>.gfield_required{
	display: none;
}
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{
	--gf-local-border-color: #000032;
    --gf-local-shadow: 0 0 0 var(--gf-ctrl-shadow-offset-size-focus) var(--gf-ctrl-shadow-offset-color-focus), 0 0 0 var(--gf-ctrl-shadow-size-focus) rgb(0 0 50 / 9%);
}
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color:var(--color-red) ;
}
body #form_newsletter .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color:var(--color-white) ;
}
#form_newsletter #field_2_4 {
    text-align: left;
    margin-left: 5px;
}
/* GESTIONS DES ERREURS */
body .gform-theme--framework .gform_validation_errors{
	background: var(--color-red);
}
body .gform-theme--framework .gform_validation_errors .gform_submission_error{
	color: var(--color-white);
}
/* Pour les placeholders des champs texte en erreur */
body .gform-theme--framework .gfield_error input::placeholder {
    color: var(--color-red);
}
/* Pour les champs de type fichier en erreur */
body .gform-theme--framework .gfield_error input[type="file"] {
    color: var(--color-red);
}
/* Pour le message d'erreur */
body .gform-theme--framework .gfield_error .gfield_description.validation_message {
    color: var(--color-red);
}
body .gform-theme--framework .gform_validation_errors .gform-icon::before {
    background: #fff;
    border-radius: 50%;
    color: var(--color-red);
}
body .gform-theme--framework .gfield_error .gfield_consent_label {
    color: var(--color-red);
}
body .gform-theme--framework h2.gform_submission_error.hide_summary {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
#form_newsletter::after {
    zoom: .5;
}
}
@media screen and (min-width: 767px) {
#gform_2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 660px;
    margin: auto;
    align-items: flex-start	
}
#input_2_1 {
    min-width: 455px;
}
}
@media screen and (max-width: 766px) {
#form_newsletter #gform_submit_button_2 {
    background: var(--color-red);
    border-color: var(--color-red);
}
#form_newsletter .gform_footer.top_label {
    width: max-content;
    margin: 1em auto 0;
}
#form_newsletter #field_2_4 {
    text-align: center;
    margin-left:0;
    width: max-content;
    margin: auto;
}
#form_newsletter #field_2_5 {
    text-align: center;
}
#input_2_1 {
    max-width: 400px;
    margin: auto;
}
.gform_wrapper .gform_footer::after {
    z-index: 2;
}
}

/* Bandeau Clients - le reste est géré dans slick.css */
#clients h2{
	text-align: center;
}

/* Composant  Services */
#blog.cpst-services{
	position:relative;
}
#blog.#cpst-services:after{
    content: var(--pattern-left-gris);
    position: absolute;
    left: 0;
    top: 50%;
    transform:translate(0,0);
	z-index: 0;
}
#blog.cpst-services .row.service{
	position: relative;
    z-index: 1;
}
#blog.cpst-services .bloc-titre p{
	max-width: 800px;
	margin:1em auto;
	text-align: center;
}
#blog.cpst-services .bloc-3{
	margin-top:15px;
	display: flex;
}
@media screen and (max-width:1023px) {
#blog.cpst-services:after {
    zoom: .5;
}
}
/* Composant  Services */
#cpst-solutions .bloc-titre p{
	max-width: 800px;
	margin:1em auto 1.5em;
	text-align: center;
}
#cpst-solutions .bloc-3 img {
    border-radius: var(--radius-12);
}
#cpst-solutions .btn{
    float: right;
}
#cpst-solutions .accordeon-content { /* pour placer le bouton en float right*/
    padding-bottom: 60px;
}
@media screen and (max-width:1023px) {
#cpst-solutions .bloc-3  {
    display: none;
}
#cpst-solutions .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

/* composant Solutions */
.accordeon-item {
	background: var(--color-gray-light);
    padding: 3px;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 10px;
}
.accordeon-item.active {
    background: linear-gradient(90deg, #E2093A 0%, #000032 49.6%);
}
.accordeon-item:last-of-type {
    margin-bottom: 0
}
.accordeon-title {
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 15px 25px;
    align-items: center;
    align-self: stretch;
    justify-content: flex-start;
}
.accordeon-title::after {
    content: url('/wp-content/themes/SOFIS/images/fermer.svg');
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	right: 10px;
    color: #fff;
    transition: transform 0.3s ease-in-out;
}
.accordeon-title.active::after {
    content: url('/wp-content/themes/SOFIS/images/ouvert.svg');
	
}
.accordeon-title h3 {
    max-width: 90%;
}
.accordeon-title.active h3 {
    color: #fff;
}
.accordeon-content {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 20px;
}

#wisiwyg{
	background: var(--color-white);	
} 

body#top .fond-blanc {
    background-color: var(--color-white);
}
body#top .fond-gris {
    background-color: var(--color-gray-light);
}