/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Ajout Amandine*/
.menu-toggle {
  display: none;
}

/* Logo + éléments */.custom-select-wrapper {
  position: relative;
  width: 145px;
}
.menu-logo-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
}


/* Menu principal */
#main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

/* Sous-menus généraux */
#main-menu .menu-item-has-children {
    position: relative;
  }

#main-menu .menu-item-has-children .sub-menu {
    display: none; /* Masquer les sous-menus par défaut */
}

/* Affichage du sous-menu lorsque la classe 'open' est ajoutée */
#main-menu .menu-item-has-children.open > .sub-menu {
    display: block; /* Afficher le sous-menu */
}


#main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: white;
  z-index: 1000;
  min-width: 200px;
  padding: 10px;
}

@media (min-width: 1101px) {
  #main-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
/* Affichage au survol */
  #main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}

  #main-menu .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('https://ipms.fr/wp-content/uploads/2025/04/fleche-basse.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
  }
.back-item {
   display: none;
}
}
/* Sous-menu niveau 2 */
#main-menu .sub-menu .menu-item-has-children {
    position: relative;
  }
  
#main-menu .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(10px);
    z-index: 1001;
}


#main-menu .sub-menu.open {
    max-height: 500px; 
    display: flex;
    flex-direction: column;
  }

  #main-menu .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }


/* En mobile */
@media (max-width: 1100px) {
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    z-index: 10001;
    position: relative;
}

.burger-bar {
    width: 100%;
    height: 4px;
    background-color: #002a5a;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.menu-toggle[aria-expanded="true"] .burger-bar:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}
.menu-toggle[aria-expanded="true"] .burger-bar:nth-child(2) {
opacity: 0;
}
.menu-toggle[aria-expanded="true"] .burger-bar:nth-child(3) {
transform: rotate(-45deg) translate(4px, -5px);
}

#main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
    padding: 1rem 0;
    display: none;
    padding-inline: 20px;
}

#main-menu.active {
    display: flex;
}

.menu-logo-items {
    flex-direction: row;
    justify-content: space-evenly;
  }

#main-menu li {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    text-align: left;

}

#main-menu .multi-columns menu-item{
  display: flex;
}

.logo-menu-burger{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-inline: 20px;
}
#main-menu .sub-menu {
  display: none;
  flex-direction: column;
}


#main-menu .sub-menu.open {
  display: flex;
}

#main-menu .menu-item-has-children > .sub-menu {
  display: none; /* Masquer les sous-menus par défaut */
}
  /* Afficher le sous-menu au clic sur la flèche */
  #main-menu .menu-item-has-children.open > .sub-menu {
    display: flex; /* par défaut : en colonne */
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    margin-top: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    position : static;
  }


  #main-menu .sub-menu {
    display: none;
    flex-direction: column;
  }


#main-menu .back-item{
   display: flex;
   align-items: flex-end;
   border-bottom: none;
}

    /* Afficher la flèche */
    #main-menu .menu-item-has-children > a::after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url('https://ipms.fr/wp-content/uploads/2025/04/fleche-basse.png');
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 8px;
      vertical-align: middle;
    }

/* Design des éléments dans les sous-menus */
#main-menu .sub-menu li {
  padding-block: 10px;
  border-bottom: 1px solid #eee;
}

#main-menu .sub-menu li:last-child {
  border-bottom: none;
}

}


@media (max-width: 1100px) and (min-width: 760px) {

  #main-menu li.menu-item-has-children.open > .sub-menu.multi-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  #main-menu .sub-menu.multi-columns .back-item {
    grid-column: 1 / -1;
  }
  #main-menu .menu-item-has-children.open > .sub-menu {
    width: 100%;
}
}

@media (max-width: 759px) and (min-width: 601px) {

  #main-menu li.menu-item-has-children.open > .sub-menu.multi-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  #main-menu .sub-menu.multi-columns .back-item {
    grid-column: 1 / -1;
  }

  #main-menu .menu-item-has-children.open > .sub-menu {
    width: 100%;
}
}

@media (max-width: 600px) {

  #main-menu li.menu-item-has-children.open > .sub-menu.multi-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #main-menu .sub-menu.multi-columns .back-item {
    grid-column: 1 / -1;
  }
  #main-menu .menu-item-has-children.open > .sub-menu {
    width: 100%;
}
}


.logo-lien img{
  max-width: 125px !important;
}


.menu-search #menucontent1 {
    z-index: 10000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #002a5a !important;
    min-width: 100%;
    display: flex;
    justify-content: center;
    position: fixed !important;
}


#global-header-zone{
    position: fixed;
    left: 0;
    width: 100%;
    padding-top: 60px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;

}



.hide-header {
    pointer-events: none; /* Désactive les interactions */
     transform: translateY(-100%); /* Cache le menu */
     opacity: 0;
 }
 
 .show-header {
     transform: translateY(0); /* Montre le menu */
     opacity: 1;
 }

.main-nav ul{
  list-style-type: "";
  margin: 0;
  padding: 0;
}
.menu-contact-inscription{
    display: flex;
    align-items: center;
    gap: 20px;
}


.menu-contact-inscription select{
    color: #fff;
    background: #f55757;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    width: 145px;
    border: 0px;
}

.menu-contact-inscription select:hover{
    background-color: #fff;
    color: #002a5a;
}

.menu-contact-inscription a{
    color: #fff;
    text-decoration: underline;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: bold;
}

.menu-contact-inscription a:hover{
    text-decoration: none;
}

.back-link{
    padding: 0px;

    font-size: 30px;
    color: #f55757;
}

.back-item{
    border-bottom: none;
}

/* Normalize*/


/*.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}*/


/* Fin ajout Amandine*/




.dsm_icon_list_child{
	margin-bottom:9px !important;
}
.listfooterflex ul{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.et-menu a:hover{
    opacity: 1 !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.btnheader {
    margin-top: -2px !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.btnheader a{
	background-color: #f55757;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    margin: 0;
    padding: 11px 14px;
    display: inline-block;
	transition: all 300ms ease 0ms;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.btnheader a:hover{
	background-color: #002a5a;
	 color: #fff !important;
}

.topheaderdropdown label{
	color:#fff;
	font-weight:bold;
	font-size:17px;
	margin-right:20px;
}
.topheaderdropdown label a{
	color:#fff !important;
	text-decoration:underline;
}
.topheaderdropdown label a:hover{
	text-decoration:none;
}

.topheaderdropdown select {
    all: unset;
}

.topheaderdropdown select{
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
	cursor: pointer;
	font-weight: 700;
        font-size: 17px;
	color:#fff;
	background: #f55757;
        border: 1px solid #f55757;
	line-height: 1.5;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem;
	width: 145px;      
        border: 0px !important;
        background-image: url('https://ipms.fr/wp-content/uploads/2025/04/arrow-down-white.png');
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 14px;
        padding-right: 40px;
        text-align-last: center;
}


.topheaderdropdown select{
        border: 0px !important;
}
.topheaderdropdown select:hover{
     background: #fff;
     border: none;
     color: #002a5a;
     background-image: url('https://ipms.fr/wp-content/uploads/2025/04/arrow-down-blue.png');
     background-repeat: no-repeat;
     background-position: right 15px center;
     background-size: 14px;
     padding-right: 40px;

}

.topheaderdropdown select:hover div{
    color: #002a5a;
}
.topheaderdropdown select:hover .menu-search #menucontent1{
    padding-block: 9px;
}

.topheaderdropdown > div{
   display: flex;
   align-items: center;
   justify-content: center;
}

@media (max-width: 600px) {
.topheaderdropdown label, .topheaderdropdown select{
   font-size: 14px;
}

.topheaderdropdown select{
   width: 80px;
}
.topheaderdropdown label{
    margin-right: 10px;
}
}

#contact_reason option{
    background-color: #002a5a;
	color:#FFF;
}

/* #contact_reason option:not([value="s_inscrire"]) {
    background-color: blue;
    color: white; 
}*/
.wp-list-table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.dtq-card-figure img{
    border-radius: 10px 10px 0 0;
}
.dtq-btn-card-wrap{
	text-align: center !important;
}
.dtq-card>.dtq-card-figure img {
    transition: 300ms linear;
}
.dtq-card:hover>.dtq-card-figure img {
    transform: scale(1.2);
}
.et_pb_contact_field {
    padding: 0 !important;
    margin-bottom: 20px;
}
.et_pb_contact_field_half {
    width: 46.5%;
    float: left;
    padding: 0 !important;
}
.et_pb_contact_field_0 {
    margin-right: 20px;
}
.wpcf7-text{
    border-radius: 60px !important;
    box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.11);
    background-color: #fff  !important;
    border: 0  !important;
	font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px  !important;
    height: auto  !important;
    padding: 14px 0 14px 22px  !important;
	width:96% !important;
}
.wpcf7-textarea{
    border-radius: 10px !important;
    box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.11);
    background-color: #fff  !important;
    border: 0  !important;
	font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px  !important;
    height: auto  !important;
    padding: 14px 0 14px 22px  !important;
	width:100% !important;
}
.wpcf7-select{
    padding: 14px 19px 14px 22px !important;
    border-radius: 60px !important;
    box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.11);
    background-color: #fff !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: auto !important;
    margin-bottom: 15px !important;
	width: 96.7% !important;
}
.wpcf7-submit{
    padding: 15px 30px !important;
    border-radius: 60px !important;
    box-shadow: 0 10px 15px -5px rgba(245, 87, 87, 0.6);
    background-color: #F55757 !important;
    font-weight: bold !important;
    font-size: 18px !important;
	border:0 !important;
	color:#fff !important;
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 50px;
	float: right;
	margin-right: 13px;
	cursor:pointer;
}


.wpcf7-submit:hover{
	color: #fff !important;
    background-color: #002A5A !important;
}
.wpcf7-submit:after{
	display:none !important;
}
.listedesdates ul{
	margin-top:35px;
}
.listedesdates ul li{
	padding-left:8px;
}
.listedesdates ul li::marker{
	content: "➜" !important;
    color: #f55757;
    font-weight: bold;
    display: inline-block;
    width: 1.4em;
    margin-left: -1em;
	font-size:18px;
}
.numteljo{
    width: 215px;
}
.numteljo .dsm_icon_list_child {
    margin-bottom: 0px !important;
}
/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}
.ba_logo_carousel_0 .dtq-carousel .slick-track{
	padding-bottom:10px !important;
}
.dsm_advanced_tabs_0 .dsm-tab:hover{
	background: #F55757 !important;
}

.dsm-advanced-tabs-wrapper .dsm-active:hover{
	background: #002a5a !important;
}

.ongletshpvideos .et_pb_tab{
	padding:20px 0 0 0 !important;
}
.ongletshpvideos ul.et_pb_tabs_controls {
    background-color: #fff !important;
    display: flex;
    justify-content: space-around;
}
.ongletshpvideos ul.et_pb_tabs_controls:after{
	border-color:#FFF !important;
}
.ongletshpvideos .et_pb_tabs_controls li a{
	padding:0px !important;
        border-radius: 0px !important;
}
.ongletshpvideos .et_pb_tabs_controls li:hover{
	background-color: #f55757 !important;
}

.ongletshpvideos .et_pb_tabs_controls et_pb_tab_active:hover{
	background-color: #002a5a !important;
}

.ongletshpvideos .et_pb_tabs_controls li{
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;

}
.single .singlecontenu p
{
	font-weight:400 !important;
	margin-bottom:35px;
}
.single .singlecontenu ul li{
	font-weight:400 !important;
}
.et_pb_salvattore_content article{
    border-radius: 10px;
	overflow:hidden;
}
.et_pb_salvattore_content article p{
	line-height: 1.5 !important;
}
.et_pb_salvattore_content article h2 a{
	line-height: 1.7 !important;
}
.et_pb_salvattore_content article .et_pb_image_container{
	overflow:hidden;
}
.et_pb_blog_grid .et_pb_post {
    background-color: #fff;
    transition: background-color 300ms ease;
}

.et_pb_blog_grid .et_pb_post:hover {
    background-color: #eef3f8 !important;
}

.et_pb_salvattore_content .et_pb_post .entry-featured-image-url {
    margin-bottom: 0 !important;
}
.et_pb_salvattore_content .et_pb_post {
    border: 0px solid #165eaa !important;
}
.et_pb_salvattore_content .more-link{
	display: inline-block;
	padding: 0.375rem 0.75rem;
	background:#002a5a;
	cursor: pointer;
	margin-top:20px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.et_pb_salvattore_content .more-link:hover{
	background:#f55757;
}
.et_pb_blog_grid .et_pb_salvattore_content .et_pb_post {
    height: 545px !important;
}
.et_pb_salvattore_content .post-content,
.et_pb_salvattore_content .entry-title{
	padding-left:10px;
	padding-right:10px;
}
.formations-template-default .container,
.formations-bpjeps-template-default .container,
.bpjebs-template-default .container
{
	padding-top:0 !important;
	width: 100%;
    max-width: 100%;
}
.et_pb_column et_pb_column_2_3 et_pb_column_18 colone-1  et_pb_css_mix_blend_mode_passthrough {
	width: 100% !important;
}


.formations-template-default .et-l.et-l--post,
.formations-bpjeps-template-default .et-l.et-l--post{
    background-color: #f2f2f2 !important;
}
.formations-template-default.single  ,
.formations-bpjeps-template-default .et_pb_post{
    margin-bottom: 0 !important;
}
.formations-template-default #left-area,
.formations-bpjeps-template-default #left-area{
        padding-bottom: 0 !important;
}
.sommaireliens a{
	display:inline-block;
	width: 100%;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
    color: black;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.7s;
	cursor:pointer;
}
.sommaireliens a strong{
	color:#f55757;
}
.sommaireliens a:hover {
    border: 1px solid #f55757;
    background-color: #f55757;
    color: #fff;
}
.sommaireliens a:hover strong{
	color:#fff;
}
.sommaireliens2 a{
	display:inline-block;
	text-align:center;
	width: 100%;
    border: 1px solid rgba(217, 217, 217, 0.7);
    border-radius: 50px;
    background-color: rgba(217, 217, 217, 0.7);
    color: #212529;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.7s;
	cursor:pointer;
}
.sommaireliens2 a strong{
	color:#212529;
}
.sommaireliens2 a:hover {
    border: 1px solid #f55757;
    background-color: #f55757;
    color: #fff;
}
.sommaireliens2 a:hover strong{
	color:#fff;
}
.listevilles ul{
	padding-left:0 !important;
}
.listevilles li{
	display: inline-flex;
	 width: 210px;
}
.listevilles li:before{
	content:'•';
	margin-right:4px;
	font-size:16px;
}
.texteformation p{
	padding-bottom:35px !important;
}
.lesdates tr td,
.lesdates table{
	border:0px !important;
}
.lesdates tr td img{
	width:20px  !important;
	height:20px !important;
}
.lesdates tr td{
	    background-color: #002a5a;
    text-align: center;
}
.lesdates tr td:nth-child(2){
	    background-color: #f6f6f6;
}
.lesdates tr td:nth-child(1){
	border-radius:10px 0 0 10px;
	width:42%;
}
.lesdates tr td:nth-child(3){
	border-radius:0 10px 10px 0;
	width:42%;
}
.lesdates tr td ul{
	padding:0px !important;
}
.lesdates tr td ul li:nth-child(1){
	font-size: 33.5px;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}
.lesdates tr td ul li:nth-child(2){
	letter-spacing: 4.9px;
    font-size: 13px;
    color: #f55757;
    font-weight: bold;
}
.lesdates tr td ul li:nth-child(3){
	font-size: 17.9px;
    color: #fff;
    font-weight: bold;
}
.lesdates tr td ul li::marker{
	display:none !important;
}
.pdb-total{
	margin:150px 50px 0 50px;
}
.wp-list-table thead th{
	padding: 5px 10px !important;
	font-size: 12px;
	line-height: 1em;
	color:#fff;
	background:#165eaa!important;
}
.wp-list-table tr td {
    padding: 5px 10px !important;
}

.sort_filter_form{
	display: flex !important;
    flex-direction: column;
}
.combo-multi-search-controls{
	order: 1;
}
.search-control {
    width:auto !important;
}
.search-control label{
	display:block !important;
}
.combo-multi-search-controls{
	margin-bottom:15px;
}
.combo-multi-search-controls input[type=text],
.combo-multi-search-controls input[type=email],
.combo-multi-search-controls select,
.sort_filter_form .widefat select{
	    border: 1px solid #ced4da !important;
}
.wp-list-table td a{
	color:#f2670a;
}
.wp-list-table td a:hover{
	color:#165eaa;
}
.search-control label{
	text-align:left !important;
}
.submit-controls .search-control {
    margin-top:22px;
}
.button-primary{
	display:inline-block;
	border:none !important;
	background:#165eaa;
	margin-left:10px;
	color:#fff;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	padding:5px 10px 21px 10px;
	border-radius:50px;
	transition: all 300ms ease 0ms;
}
.sort_filter_form .widefat input[type=submit]{
	display:inline-block;
	border:none !important;
	background:#165eaa;
	margin-left:10px;
	color:#fff;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	padding:5px 10px;
	border-radius:50px;
	transition: all 300ms ease 0ms;
}
.button-primary:hover,
.sort_filter_form .widefat input[type=submit]:hover{
	background:#f2670a;
}
.button-secondary{
	display:inline-block;
	border:none !important;
	background:#f2670a;
	margin-left:10px;
	color:#fff;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	padding:5px 10px 21px 10px;
	border-radius:50px;
	transition: all 300ms ease 0ms;
}
.button-secondary:hover{
	background:#165eaa;
}
.sort_filter_form .widefat{
	display: flex;
    flex-wrap: wrap;
}
/**** ****/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #002a5a;
    background-position: right 35px center;
    padding-right: 35px;
	cursor:pointer;
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 35px;
	box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.11);
	    border: 0;
	height: auto;
    margin-bottom: 15px;
}
.dropdown-toggle:hover {
    background: #f55757;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999 !important;
    border-radius: 4px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index: 9999 !important;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown.show .dropdown-content {
    display: block;
	height:150px;
	overflow:scroll;
}
.dropdown.show .dropdown-content::-webkit-scrollbar {
    width: 3px; /* Adjust width as needed */
}

.dropdown.show .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of scrollbar thumb */
    border-radius: 10px;
}

.dropdown.show .dropdown-content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of scrollbar track */
}

.option-content {
    display: none;
	z-index: 1 !important;
}
.option-content .et_pb_module {
    height:80px;
	 display: flex;
    justify-content: center; 
    align-items: center; 
}
.listnum ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.listnum li {
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
  /*display: flex;*/
}
.listnum li::before {
  content: counter(my-awesome-counter);
  background-color:#fff;
  color:#f55757;
  padding: 0 21px;
  height:50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-right: 15px;
}
.btnprocessus .et_pb_button_one{
	border-bottom-left-radius: 10px !important;
}
.btnprocessus .et_pb_button_two{
	border-bottom-right-radius: 10px !important;
}
.numdebouches strong{
	background:#fff;
	color: #165eaa;
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: -10px;
}
.single-formations .header-content-container .header-content{
	position: absolute;
    top: 240px;
    left: -30px;
}
.et-pb-arrow-prev,
.et-pb-arrow-next{
	background:#F55757;
	border-radius:50%;
}
.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover{
	background:#002A5A;
}
.psidebyside .et_pb_text_inner{
	display: grid;
  	grid-template-columns: auto auto;
}
.psidebyside .et_pb_text_inner div:nth-child(1){
	padding-right:15px;
}
.psidebyside .et_pb_text_inner div:nth-child(2){
	padding-left:15px;
}
.blockavis .dsm_card_wrapper{
	display:grid;
}
.blockavis .dsm_card_title{
	order:2;
	padding:10px 0 0 0 !important;
}
.blockavis .swiper-pagination-bullets{
	bottom:-15px !important;
}
.btnbasbloc{

	margin-left: -39px;
    width: 322px;
    text-align: center;
    border-radius: 0px 0px 10px 10px !important;
}
@media (max-width: 1024px) {
    .btnbasbloc {
        margin-left: 0px !important;
        border-radius: 0px 0px 10px 10px !important;
    }
}

.blocformationsecole .dsm_card_wrapper{
	justify-content: flex-start !important;
}

.blocformationsecole .et_pb_button_wrapper{
	position:absolute;
	bottom:-18px;
}
@media (max-width: 1024px) {
    .blocformationsecole .et_pb_button_wrapper {
        position:relative !important;
        bottom:0px;
    }
}

@media (max-width: 768px) {
    .blocformationsecole .et_pb_button_wrapper {
        position:relative !important;
        bottom:0px;
    }
}
.blocformationsecole .dsm_card_subtitle{
	margin-bottom:20px;
}
.restauliens a{
	background: #f55757;
    box-shadow: 0 12px 17px -16px rgba(255, 102, 0, 0.1);
	margin:18px 0 36px 0;
	padding:11px 16px;
	transition: all 300ms ease 0ms;
	display: inline-block;
}
.restauliens a:hover{
	background: #002a5a;
}
.single-bpjeps .titrebppjebs{
	margin: 350px auto 80px auto;
    padding: 25px 40px 20px 40px;
    max-width: 100%;
    display: flex;
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
    border-radius: 60px;
    align-items: center !important;
    background: linear-gradient(270deg, #002a5a 0%, rgba(6, 68, 146, 0) 114.69%);
	 width: fit-content;
}

@media (max-width: 768px) {
    .single-bpjeps .titrebppjebs {
        margin: 250px auto 250px auto !important;
    }
}

.header-content {
    display: block !important; /* Remplace flex par block */
}
.page-id-3850 .titrebppjebs,
.page-id-4625 .titrebppjebs,
.page-id-4849 .titrebppjebs{
	margin: 218px auto 80px auto;
    padding: 25px 40px 20px 40px;
    max-width: 100%;
    display: flex;
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
    align-items: center !important;
    border-radius: 10px;
    background: linear-gradient(270deg, #002a5a 0%, rgba(6, 68, 146, 0) 114.69%);
	 width: fit-content;
}
.listecontactcandidatez li:hover a span.dsm_icon_list_text{
	color:#fff !important;
}
#offrealternance .et_pb_contact_field_half,
#offreemploi .et_pb_contact_field_half{
    width: 48%;
}
#offrealternance .wpcf7-text,
#offrealternance .wpcf7-select,
#offreemploi .wpcf7-text,
#offreemploi .wpcf7-select
{
    width: 100% !important;
}
#offrealternance .wpcf7-textarea,
#offreemploi .wpcf7-textarea{
    width: 98% !important;
	margin-bottom:0 !important;
}
#offrealternance .wpcf7-submit:hover,
#offreemploi .wpcf7-submit:hover{
    color: #002A5A !important;
    background-color: #fff !important;
}
.customfontbg .et_pb_text_inner{
	background: linear-gradient(263deg, rgba(6, 68, 146, 0.3) -5.36%, rgba(6, 68, 146, 0.06) 33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 360px;
    font-style: italic;
    font-weight: 800;
    line-height: 270px;
    position: absolute;
    bottom: -45px;
    left: -67px;
    padding-right: 40px;
    overflow: hidden;
	z-index:0 !important;
}
.customfontbg2 .et_pb_text_inner {
    background: linear-gradient(266deg, rgba(255, 255, 255, 0.26) -6.63%, rgba(255, 255, 255, 0.13) 106.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 212px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: -134px;
    left: -51px;
    font-style: italic;
    overflow: hidden;
	z-index:0 !important;
}
.customfontbg3 .et_pb_text_inner{
	background: linear-gradient(263deg, rgba(6, 68, 146, 0.3) -5.36%, rgba(6, 68, 146, 0.06) 33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 360px;
    font-style: italic;
    font-weight: 800;
    line-height: 270px;
    position: absolute;
    bottom: -104px;
    left: -67px;
    padding-right: 40px;
    overflow: hidden;
	z-index:0 !important;
}
.listelabel label{
	display:block;
	    font-size: 24px;
	margin-bottom: 0.5rem;
	font-weight: 700;
    color: #000;
}
.listelabelw label{
	display:block;
	    font-size: 24px;
	margin-bottom: 0.5rem;
	font-weight: 700;
    color: #fff;
}
.content-wrapper {
        display: flex;
		justify-content: center;  /* Center content horizontally */
        align-items: center; 
        flex-wrap: wrap;  /* Allows wrapping if there are too many divs */
        gap: 10px;  /* Space between the divs */
    }

.content-div {	
    max-width: 19%;
    border-radius: 10px;
    background: #F2F2F2;
    box-shadow: -9px 10px 12px -3px rgba(0, 0, 0, 0.02);
    padding: 53px 20px 32px 20px !important;
    margin-left: -40px;
    z-index: 2;
	flex: 1 1 30%;  /* Makes the divs take up approximately 30% of the width */
    padding: 10px;
    box-sizing: border-box;
	height:625px;
}
 .even-bg {
    background: #DDDEDF;
}
.content-div,
.content-div2
{
            display: none;
        }
/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}*/

/* For Firefox
select::-ms-expand {
    display: none;
} */

#selectAgence,
#selectFormation,
#selectAgenceCandidature{
    color:#fff;
    width: 310px;
    padding: 20px 25px;
    font-size: 18px;
    /*background: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 33 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.1414 18.1819C15.2927 18.3481 15.4953 18.484 15.7316 18.5779C15.9679 18.6717 16.2308 18.7208 16.4978 18.7208C16.7647 18.7208 17.0276 18.6717 17.2639 18.5779C17.5002 18.484 17.7028 18.3481 17.8542 18.1819L32.7053 1.96631C32.8772 1.77928 32.978 1.56021 32.9968 1.33291C33.0156 1.10561 32.9516 0.878775 32.8117 0.677041C32.6719 0.475308 32.4616 0.306396 32.2038 0.188658C31.9459 0.0709204 31.6502 0.00885914 31.3489 0.00921785H1.6466C1.34602 0.0101564 1.05146 0.0730157 0.794607 0.191036C0.537752 0.309055 0.328317 0.477771 0.188825 0.679038C0.0493326 0.880304 -0.0149389 1.10651 0.00292204 1.33332C0.020783 1.56014 0.120101 1.77898 0.290194 1.96631L15.1414 18.1819Z" fill="white"/></svg> ') no-repeat right 15px center, #002a5a;*/
    background:#002a5a;
    position: relative;
    z-index: 2
}

#selectAgence:hover, #selectFormation:hover{
     background: #f55757;
}

#selectAgence::before,
#selectFormation::before,
#selectAgenceCandidature::before
{
    content: "ˬ";
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 10px;
    height: 10px;
}
.content-div h2{
	color: #002a5a;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
    max-width: 115px;
    margin: 0 auto;
    text-transform: uppercase;
}
.content-div.prepadiet h2{
    max-width: 175px !important;
}
.content-div h3{
	color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-top: 43px;
}
.content-div strong{
	display:block;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 15px;
}
.content-div h4{
    margin-top: 25px;
    color: #f55757;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.content-div.bpjepsaf h3{
	margin-top: 0 !important;
}
.content-div ul{
    margin-left: 45px;
}
.content-div ul li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150.673%;
}
.content-div a{
	/*margin-top: 37px;*/
    background: #f55757;
    color: #fff;
    padding: 19px 49px;
    font-weight: 700;
    display: block;
	text-align:center;
	font-size: 1rem;
	    position: absolute;
    bottom: 0px;
    left: 25px;
}
.content-div a:hover{
    background: #002a5a;
}
.content-div2 a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.content-div .et_pb_text_inner{
	width:100% !important;
}
.content-div.bpjepsdiet{
        margin-bottom: 2.75% !important;
    }
.financement h2 {
    width: 420px;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 114.69%);
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0 auto;
    padding: 18px 28px;
    text-transform: uppercase;
	text-align:center;
}
.btnaccor{
    background-color: #f55757;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 20px auto 0px auto;
    width: 320px;
}
.btnaccor:hover{
	background-color: #fff;
	color: #002a5a;
}
.et_pb_accordion_0 .et_pb_module{
	margin-bottom:0px !important;
}
.infosecoles h2{
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #002a5a !important;
    line-height: 1.2em;
}
.infosecoles p{
	color: #212529 !important;
	font-size:16px;
}
.infosecoles p a{
	color: #002a5a !important;
}
.infosecoles p a:hover{
	color: #f55757 !important;
}
.infosecoles a.btn{
	display:inline-block;
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 50px;
    font-size: 1rem;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #f55757;
    padding-top: 0.38rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.38rem !important;
    padding-left: 0.75rem !important;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
	margin-top:25px;
}
.infosecoles a.btn:hover{
	 background-color: #002a5a;
}
#formation-search{
	width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.11);
    background-color: #fff;
	border:0;
    font-weight: 600;
    margin-bottom: 50px;
    height: auto;
    padding: 14px 0 14px 22px;
}
.listedesecolesseo a:hover{
	color:#f55757;
}

.artsim .et_pb_ajax_pagination_container{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.artsim .et_pb_ajax_pagination_container article{
	width:30%;
	flex: 1;
  	padding: 0;
  	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.artsim .et_pb_ajax_pagination_container article img{
	border-radius: 10px 10px 0 0;
}
.artsim .et_pb_ajax_pagination_container article .post-content{
	padding:0 35px 20px 35px;
}
.artsim .et_pb_ajax_pagination_container article .entry-title{
	padding:10px 35px 10px 35px;
}
.artsim .more-link{
	transition: background 0.2s linear;
    display: block !important;
    border-style: none;
    font-weight: bold;
    background-color: #002a5a;
    border-radius: 50px;
    cursor: pointer;
    padding: 5px 10px;
    width: 87px;
    margin-top: 15px;
	text-transform:uppercase;
	font-size:12px !important;
}
.artsim .more-link:hover{ 
	background-color: #f55757;
}
.cdp-copy-alert-success{
	display:none !important;
}
.artblog .more-link{
	transition: background 0.2s linear;
    display: block !important;
    border-style: none;
    font-weight: bold;
    background-color: #002a5a;
    cursor: pointer;
    padding: 5px 10px;
    width: 87px;
    margin-top: 15px;
	text-transform:uppercase;
	font-size:12px !important;
}
.artblog .more-link:hover{
	background-color: #f55757;
}
#tag-filter{
	padding-bottom:0 !important;
	margin-top:10px;
}
#tag-filter li a{    
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0;
	color:#000;
	line-height: 1.5;
}
#tag-filter li a:hover,
#tag-filter li a.active{
	    color: #f55757 !important;
}

#top-menu li.mega-menu:hover > ul.sub-menu {
    display: block; 
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff; 
    z-index: 999;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #e83e8c; 
}

#top-menu li.mega-menu ul.sub-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}


#top-menu li.mega-menu ul.sub-menu li {
    width: 25%;
    padding: 10px;
}


#top-menu li.mega-menu ul.sub-menu li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}


#top-menu li.mega-menu ul.sub-menu li a:hover {
    background-color: #e83e8c;
    color: #fff;
}


#top-menu li.mega-menu > a::after {
    display: none;
}
.uacf7-form-5136 .wpcf7-select{
	position: relative;
	width:100% !important;
}
.uacf7-form-5136  .wpcf7-text{
	width:100% !important;
}
.uacf7-form-5136 .et_pb_contact_field_half {
    width: 48.9% !important;
}
.uacf7-form-5136 p{
	padding:0 !important;
}
/*.uacf7-form-5136 .wpcf7-select:after{
	position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}*/
.single .et_pb_post {
    margin-bottom: 0 !important;
}
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;

}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #f55757;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}
.et_mobile_nav_menu{
    position: absolute;
    top: 27px;
}
.et_pb_menu .et_mobile_menu{
	width: 250px !important;
    left: -225px !important;
}
.et_pb_menu .et_mobile_menu .et_pb_menu_page_id-144{
	padding-bottom:10px;
	padding-left:10px;
}
.et_pb_menu .et_mobile_menu .et_pb_menu_page_id-4625 .sub-menu{
    height: 120px;
    overflow: scroll;
}
	#formations-map{
	    width: 70%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
	#formation-details{
		width: 30%;
    padding: 20px;
    border-left: 1px solid #ccc;
	}
#formations-map-container{
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.ecoles-info {
    display: none; 
}

.touteslesecoles {
    display: block; 
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
	color: #000 !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.custom-active-link a{
    background-color: #f55757;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 11px 14px;
    display: inline-block;
	margin-top:-10px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.custom-active-link a:hover{
		background-color: #002a5a;
}



.et_pb_menu_0_tb_header.et_pb_menu ul li.custom-active-link:hover>a, 
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.custom-active-link a {
    color: #fff !important;
}
@media only screen and (max-width: 980px) {
    #top-menu li.mega-menu ul.sub-menu {
        display: block; 
        position: relative;
        width: auto;
    }
    
    #top-menu li.mega-menu ul.sub-menu li {
        width: 100%; 
    }
	#formations-map-container{
	flex-direction: column;
}
	#formations-map{
	    width: 100%;
		order: 2;
}
	#formation-details{
		width: 100%;
		border-left: 0px solid #ccc;
		padding-left: 0px;
		order: 1;
	}
	.financement h2 {
    width: 315px;
    font-size: 32px;
}
	.customfontbg3 .et_pb_text_inner{
		font-size: 103px;
		line-height: 88px;
		bottom: -111px;
    	left: -24px;
	}
	.customfontbg .et_pb_text_inner{
		font-size: 103px;
		line-height: 88px;
		bottom: -53px;
        left: -55px;
	}
	.customfontbg2 .et_pb_text_inner{
		font-size: 52px;
        line-height: 48px;
        bottom: -85px;
        left: -22px;
	}
	.et_pb_blog_grid .et_pb_salvattore_content .et_pb_post {
    height: auto !important;
}
	.blocarticles .et_pb_row_1_tb_body{
		display:flex;
		flex-direction: column;
	}
	.blocarticles .et_pb_row_1_tb_body .et_pb_column_3_4{
		order: 2;
	}
	.single .singlecontenu a {
    text-align: center;
}
	.artsim .et_pb_ajax_pagination_container {
    display: flex;
    flex-direction: column;
}
	.artsim .et_pb_ajax_pagination_container article {
    width: 100%;
}
	#offrealternance .et_pb_contact_field_half, 
	#offreemploi .et_pb_contact_field_half,
	.uacf7-form-5136 .et_pb_contact_field_half,
	.formations-bpjeps-template-default .et_pb_contact_field_half{
    width: 100% !important;
}
	.content-wrapper {
    flex-direction: column;
}
	.content-div {
    max-width: 100%;
	width: 100%;
    margin-left: 0; 
}
	.content-div a {
		margin-top:35px !important;
    position: relative;
    bottom: 0px;
    left: 0;
}
	.page-id-5212 .et_pb_section_3,
	.page-id-5212 .et_pb_section_4,
	.page-id-5212 .et_pb_section_5,
	.page-id-5212 .et_pb_section_6,
	.page-id-5212 .et_pb_section_7,
	.page-id-5212 .et_pb_section_8,
	.page-id-5212 .et_pb_section_9,
	.page-id-5212 .et_pb_section_10,
	.page-id-5212 .et_pb_section_11,
	.page-id-5212 .et_pb_section_12,
	.page-id-5212 .et_pb_section_13,
	.page-id-5212 .et_pb_section_14,
	.page-id-5212 .et_pb_section_15,
	.page-id-5212 .et_pb_section_16,
	.page-id-5212 .et_pb_section_17,
	.page-id-5212 .et_pb_section_18,
	.page-id-5212 .et_pb_section_19,
	.page-id-5212 .et_pb_section_20,
	.page-id-5212 .et_pb_section_21,
	.page-id-5212 .et_pb_section_22,
	.page-id-5212 .et_pb_section_23,
	.page-id-5212 .et_pb_section_24,
	.page-id-5212 .et_pb_section_25
	{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.page-id-5212 .et_pb_section_3 .et_pb_row,
	.page-id-5212 .et_pb_section_4 .et_pb_row,
	.page-id-5212 .et_pb_section_5 .et_pb_row,
	.page-id-5212 .et_pb_section_6 .et_pb_row,
	.page-id-5212 .et_pb_section_7 .et_pb_row,
	.page-id-5212 .et_pb_section_8 .et_pb_row,
	.page-id-5212 .et_pb_section_9 .et_pb_row,
	.page-id-5212 .et_pb_section_10 .et_pb_row,
	.page-id-5212 .et_pb_section_11 .et_pb_row,
	.page-id-5212 .et_pb_section_12 .et_pb_row,
	.page-id-5212 .et_pb_section_13 .et_pb_row,
	.page-id-5212 .et_pb_section_14 .et_pb_row,
	.page-id-5212 .et_pb_section_15 .et_pb_row,
	.page-id-5212 .et_pb_section_16 .et_pb_row,
	.page-id-5212 .et_pb_section_17 .et_pb_row,
	.page-id-5212 .et_pb_section_18 .et_pb_row,
	.page-id-5212 .et_pb_section_19 .et_pb_row,
	.page-id-5212 .et_pb_section_20 .et_pb_row,
	.page-id-5212 .et_pb_section_21 .et_pb_row,
	.page-id-5212 .et_pb_section_22 .et_pb_row,
	.page-id-5212 .et_pb_section_23 .et_pb_row,
	.page-id-5212 .et_pb_section_24 .et_pb_row,
	.page-id-5212 .et_pb_section_25 .et_pb_row
	{
        width: 100%;
        max-width: none;
    }
	.formations-bpjeps-template-default .et_pb_section_0 { 
    height: auto !important;
    min-height: auto !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

@media (max-width: 768px) { /* Ajuste 768px si nécessaire */
    .formations-bpjeps-template-default .et_pb_section_0 { 
        padding-bottom: 0px !important;
    }
}
@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_section {
        padding-bottom: 0px !important;
    }
}

	.formations-bpjeps-template-default .et_pb_section_0 .et_pb_row,
	.formations-bpjeps-template-default .et_pb_section_1,
	.formations-bpjeps-template-default .et_pb_section_1 .et_pb_row,
	.formations-bpjeps-template-default .et_pb_section_0 .et_pb_row .et_pb_text{
		width: 100% !important;
        max-width: none !important;
	}
	.formations-bpjeps-template-default .et_pb_section_1{
		margin-top:0 !important;
	}
	.psidebyside .et_pb_text_inner{
		grid-template-columns: 100%;
	}
	.psidebyside .et_pb_text_inner div:nth-child(2) {
    padding-left:0 !important;
}
	.psidebyside .et_pb_text_inner div:nth-child(1) {
    padding-right: 0 !important;
}
	.formations-bpjeps-template-default .et_pb_section_1 .dsm-advanced-tabs-wrapper{
		border-radius: 0 !important;
	}
	.formations-bpjeps-template-default .et_pb_section_1 .dsm-advanced-tabs-content-wrapper{
		padding:0 20px !important;
	}
	.btnbasbloc{
		width:350px;
	}
@media (max-width: 1024px) {
    .btnbasbloc {
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) { /* Cible uniquement les tablettes */
    .formations-bpjeps-template-default .et_pb_section_1 .dsm-advanced-tabs-content-wrapper {
        padding: 0 140px !important;
    }
}



	.formations-bpjeps-template-default .et_pb_section_1 .dsm-advanced-tabs-content-wrapper .et_pb_button{
		height: 75px;
	}
	.formations-bpjeps-template-default .et_pb_section_7 .et_pb_row_8{
		padding:50px 20px !important;
	}
	.formations-bpjeps-template-default .et_pb_section_16,
	.formations-bpjeps-template-default .et_pb_section_16 .et_pb_slider_0{
		width: 100% !important;
        max-width: none !important;
		padding:0 20px;
	}
	.formations-bpjeps-template-default .et_pb_section_17 .et_pb_divider_1{
		min-height: 0 !important;
	}
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_3{
		width:100% !important;
	}
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_12,
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_14,
        .formations-template-default.et-db #et-boc .et-l .et_pb_column_18,
        .formations-template-default.et-db #et-boc .et-l .et_pb_column_20,
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_16{
		width:100% !important;
		margin-bottom:0;
	}

	.formations-template-default.et-db #et-boc .et-l .et_pb_text_21,
	.formations-template-default.et-db #et-boc .et-l .et_pb_text_22{
		border-radius: 10px 0 0 10px;
	}
	.formations-template-default.et-db #et-boc .et-l .option-content
	{
		        border-radius: 10px 10px 10px 10px;
	}
	.formations-template-default #dossier .et_pb_row_17 .et_pb_column_27 .et_pb_button_one.et_pb_button{
		width: 100%;
        text-align: center;
        border-radius: 0px 0px 10px 10px !important;
	}
	.formations-template-default #dossier .et_pb_row_17 .et_pb_column_27 .et_pb_button_two.et_pb_button{
		border-radius: 10px !important;
		width: 100%;
        text-align: center;
	}
	.formations-template-default #dossier .et_pb_text_32{
        width: auto !important;
        max-width: none !important;
    }
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_33,  
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_34,
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_35, 
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_36,
	.formations-template-default.et-db #et-boc .et-l .et_pb_column_37
	{
        width: 100% !important;
        margin-right: 0 !important;
    }
@media (max-width: 980px) {
    .formations-template-default.et-db #et-boc .et-l .et_pb_column_33,  
    .formations-template-default.et-db #et-boc .et-l .et_pb_column_34,
    .formations-template-default.et-db #et-boc .et-l .et_pb_column_35, 
    .formations-template-default.et-db #et-boc .et-l .et_pb_column_36,
    .formations-template-default.et-db #et-boc .et-l .et_pb_column_37 {
        width: 100% !important;
    }
}

	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_row_22.et_pb_row,
	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_row_23.et_pb_row
	{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_row_23.et_pb_row{
		padding-top:30px !important;
	}
	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_column_41,
	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_column_39,
	.formations-template-default.et-db #et-boc .et-l #ensavoirplus .et_pb_column_40{
		width: 100% !important;
        margin-right: 0 !important;
	}
	.formations-template-default .et_pb_section_8 .et_pb_row_29 .et_pb_column{
		width: 100% !important;
	}
	.bpjebs-template-default #candidatez .et_pb_text_14 .et_pb_section{
		margin-left:0 !important;
	}
	.bpjebs-template-default #candidatez .et_pb_text_14 .et_pb_section .et_pb_row .et_pb_column:nth-child(2){
		padding-left:0 !important;
	}
	.bpjebs-template-default #candidatez .et_pb_text_14 .et_pb_section{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	.bpjebs-template-default #prerequis .et_pb_row:nth-child(2) .dtq-dual-btn a {
		text-align:center;
	}
	.formations-template-default #dossier .dsm_button.btnprocessus a:nth-child(1){
		width:100% !important;
		text-align:center;
		border-bottom-right-radius: 10px !important;
	}
	.formations-template-default #dossier .dsm_button.btnprocessus a:nth-child(2){
		width:100% !important;
		text-align:center;
		border-radius: 10px !important;
	}
	.home #global-header-section .et_pb_row_1_tb_header .et_pb_column_2_5,
	.home #global-header-section .et_pb_row_1_tb_header .et_pb_column_3_5{
		width:50% !important;
	}
	#ct-ultimate-gdpr-cookie-popup {
    width: 100% !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.blocformationsecole .et_pb_button_wrapper {
    position: relative;
    bottom: 0px;
    width: 100%;
}
	.btnbasbloc{
		width: 100%;
	}
}

/* STRIPE */ 

/* FRAIS DE DOSSIER */
.frais-de-formation {
    text-align: center;
    margin-bottom: 40px;
}

.frais-de-formation-titre {
    color: #002a5a;
    font-weight: bold;
    margin-bottom: 30px;
}

.frais-de-formation-sous-titre {
    color: #002a5a;
    font-weight: bold;
    margin-bottom: 20px;
}

.paiement-ok {
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

.paiement-ok-message {
    color: #002a5a;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.paiement-ok-icon {
    font-size: 50px;
    color: #28a745;
}

.custom-stripe-button {
    font-weight: bold;
    background-color: #f55757; /* Couleur de fond */
    color: #FFFFFF; /* Couleur du texte */
    border: 1px solid #f55757; /* Bordure */
    border-radius: 30px; /* Coins arrondis */
    padding: 8px 16px; /* Espacement intérieur */
    height: 50px;
    width: 30%;
    cursor: pointer; /* Curseur en forme de main */
    transition: background-color 0.3s, color 0.3s; /* Transition de couleur */
}

.custom-stripe-button:hover:not(:disabled) {
    background-color: #d14646; /* Couleur plus sombre au survol */
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .custom-stripe-button {
        width: 80%; /* Largeur de 80% pour les écrans inférieurs à 1024px */
        max-width: 100%; /* Empêche de dépasser la largeur de l'écran */
    }
}

/* TEP */

.tep-payment-container {
    text-align: center;
    display: flex; /* Active Flexbox */
    flex-direction: column; /* Aligne les enfants en colonne */
    align-items: center; /* Centre les éléments horizontalement */
}


/* Titre principal */
.tep-payment-container h3 {
    color: #002a5a;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Message pour les participants inscrits */
.tep-payment-container p {
    color: #002a5a;
}

.tep-payment-container label {
    color: #002a5a;
}

/* Label pour la sélection */
.tep-payment-container label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Sélecteur déroulant */
.tep-payment-container select {
    border: 2px solid #888888;
    border-radius: 20px;
    padding: 12px;
    background-color: #FFFFFF;
    margin-bottom: 20px; /* Ajuste la marge sous la liste déroulante */
    width: 300px;
    max-width: 30%;
}

/* Sélecteur déroulant sur mobile */
@media screen and (max-width: 768px) {
    .tep-payment-container select {
        width: 80%; /* Largeur de 80% sur les petits écrans */
        max-width: 100%; /* Empêche de dépasser la largeur de l'écran */
        -webkit-appearance: none; /* Supprime l'apparence WebKit */
        -moz-appearance: none; /* Supprime l'apparence Firefox */
        appearance: none; /* Supprime l'apparence par défaut */
    }
}

/* Bouton Stripe */
.tep-payment-container button {
    font-weight: bold;
    background-color: #f55757; /* Couleur de fond */
    color: #FFFFFF; /* Couleur du texte */
    border: 1px solid #f55757; /* Bordure */
    border-radius: 30px; /* Coins arrondis */
    padding: 8px 16px; /* Espacement intérieur */
    height: 50px;
    width: 30%;
    margin-top: 20px;
    cursor: pointer; /* Curseur en forme de main */
    transition: background-color 0.3s, color 0.3s; /* Transition de couleur */
}

/* Bouton désactivé */
.tep-payment-container button:disabled {
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed; /* Curseur désactivé */
}

/* Bouton au survol (hover) */
.tep-payment-container button:hover:not(:disabled) {
    background-color: #d14646; /* Couleur plus sombre au survol */
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .tep-payment-container button {
        width: 80%; /* Largeur de 80% sur les écrans inférieurs à 1024px */
        max-width: 100%; /* Assure que la largeur ne dépasse pas 100% de l'écran */
    }
}


/* Groupe de champs (form group) */
.tep-form-group {
    width: 100%; /* S'adapte au conteneur parent */
    display: flex;
    flex-direction: column; /* Aligne les enfants en colonne */
    align-items: center; /* Centre horizontalement */
    gap: 10px; /* Espacement vertical entre les éléments du groupe */
}

/* TEP */ 

ul.tep-city-date-list {
    text-align: center !important; /* Centrer le texte */
}
 
ul.tep-city-date-list li {
    list-style: none !important;   /* Supprime les puces */
    margin: 5px 0 !important;      /* Espacement entre les éléments */
    color: #ffffff !important;     /* Texte en blanc, avec un code hexadécimal */
    font-weight: bold !important;  /* Texte en gras */
}
/* Styles pour le message "Aucune date disponible" dans [tep_city_date_block] */
.tep-city-date-list-no-dates {
    text-align: center !important; /* Centrer le message */
    color: #ffffff !important;     /* Texte en blanc */
    font-size: 16px;               /* Taille de texte ajustable, si besoin */
    margin: 10px 0;                /* Espacement pour lisibilité */
}

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* SECTION PRINCIPALE */
.banniere-accueil{
    padding-top: 15px;
}

.banniere-accueil .section {
    display: grid;
    grid-template-columns: 7fr 3fr; /* 70% image, 30% texte */
    width: 100%;
    height: auto;
    align-items: stretch;
}

/* IMAGE CONTAINER */
/* .banniere-accueil .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
} */

.banniere-accueil .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXTE CONTAINER */
.banniere-accueil .text-container {
    background-color: #003366;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
    font-size: 1rem;
    line-height: 1.6;
}

.banniere-accueil h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.banniere-accueil p {
    margin-bottom: 1rem;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1024px) {
    .banniere-accueil{
        padding-top: 0px;
    }
    .banniere-accueil .section {
        grid-template-columns: 1fr; /* Empile l'image et le texte */
    }

    .banniere-accueil .image-container {
        height: auto;
    }

    .banniere-accueil .image-container img {
        height: 100%;
        max-height: 50vh;
    }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
     .banniere-accueil .image-container img {
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    display: block;
  }
    .banniere-accueil .text-container {
        padding: 10%;
        font-size: 1rem;
    }
}


/* Style général */
.dropdown-tep body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.dropdown-tep .tab-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: transparent;
    border: none;
    margin: 20px;
    width: 100%;
    max-width: 1200px;
    z-index: 999999 !important;
}

.dropdown-tep .dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-tep .dropdown-button {
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    background-color: #f55757;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    transition: background-color 0.3s ease;
}

.dropdown-tep .dropdown-button:hover {
    background-color: #002a5a;
}

.dropdown-tep .dropdown-button::after {
    content: ' ▼';
    font-size: 12px;
}

.dropdown-tep .dropdown-content {
    display: none;
    position: fixed;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    top: 100%;
    left: 0;
    transform: translateY(5px);
    position: absolute;
    z-index: 10009;
}

.dropdown-tep .dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-tep .dropdown-content a:hover {
    background-color: #f55757;
    color: #ffffff;
}

.dropdown-tep .dropdown-content a.selected {
    background-color: #f55757;
    color: #ffffff;
}

.dropdown-tep .tab-content {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.dropdown-tep .tab-text {
    display: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #002a5a;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    max-width: 80%;
}

.dropdown-tep .tab-text a {
    color: #cce0ff;
}

.dropdown-tep .tab-text a:hover {
    text-decoration: underline;
}

.dropdown-tep .tab-text.active {
    display: block;
}

.dropdown-tep a {
    color: #002a5a;
    text-decoration: underline;
}

.dropdown-tep a:hover {
    text-decoration: underline;
}

.contenu-card-caroussel dsm_card_carousel_child_description{
 min-height: 150px;
border: 1px solid blue;
}


@media screen and (max-width: 1024px) {
  .et_pb_button.et_pb_more_button.btnbasbloc {
    width: 100% !important;
  }

  .et_pb_module.dsm_card_wrapper.et_pb_text_align_left {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .et_pb_module.et_pb_image.et_pb_image_2 {
        display: flex !important;
        justify-content: center !important;
    }
}



  .dsm_card_title.et_pb_module_header {
    padding-left: 10px !important;
  }

  .dsm_card_subtitle {
    padding-left: 10px !important;
  }

  .dsm_card_description {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@keyframes highlight {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(255, 0, 0, 0.2);
    }
    100% {
        background-color: transparent;
    }
}

.red-animation {
    animation: highlight 1s ease-in-out;
}



#ct-ultimate-gdpr-cookie-popup {
    display: none !important;
}
.titreformationparecole {
    text-align: center !important;
}







/* PAGE METIER GLOBAL */


/* RESPONSABLE DE STRUCTURE */
.section-metier-responsable-de-structure {
  background-color: #f9f9f9;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/07/Group-1000001842-1.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25%;
  padding: 300px 20px 150px;
  overflow: hidden;
  position: relative;
}

/* WRAPPER TEXTE */
.section-metier-responsable-de-structure .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

/* TEXTE */
.section-metier-responsable-de-structure .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.section-metier-responsable-de-structure .texte::before {
  content: "Responsable";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-responsable-de-structure .texte2::before {
  content: "structure";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 130px;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-responsable-de-structure .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  color: #f55757;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-responsable-de-structure p a {
  color: #000;
  font-weight: 600;
}

.section-metier-responsable-de-structure p a:hover {
  color: #ff7a00;
}

.section-metier-responsable-de-structure .texte p {
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.section-metier-responsable-de-structure .btn {
  background-color: #f55757;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-responsable-de-structure .btn:hover {
  background-color: #002a5a; 
  transform: translateY(-2px);
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-metier-responsable-de-structure {
    background-position: right center;
    background-size: contain;
    padding: 150px 0 150px;
  }

  .section-metier-responsable-de-structure .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .section-metier-responsable-de-structure .texte {
    max-width: 100%;
    text-align: left;
    padding-right: 200px;
    padding-left: 20px;
  }

  .section-metier-responsable-de-structure .texte::before,
  .section-metier-responsable-de-structure .texte2::before {
    left: 0px;
    font-size: 80px;
  }

  .section-metier-responsable-de-structure .texte2::before {
    top: 110px;
  }

  .section-metier-responsable-de-structure .texte h2 {
    font-size: 60px;
    text-align: left;
  }

  .section-metier-responsable-de-structure .texte p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-metier-responsable-de-structure .btn {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .section-metier-responsable-de-structure {
    background-position: center 120px;
    background-size: cover;
    padding: 500px 20px 150px;
    position: relative;
  }

  .section-metier-responsable-de-structure::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-responsable-de-structure .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-responsable-de-structure .texte {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }

  .section-metier-responsable-de-structure .texte::before {
    font-size: 60px;
    left: -10px;
    top: -3px;
  }

  .section-metier-responsable-de-structure .texte2::before {
    font-size: 60px;
    left: -10px;
    top: 55px;
  }

  .section-metier-responsable-de-structure .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-metier-responsable-de-structure .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-metier-responsable-de-structure .btn {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}


/* EDUCATEUR SPORTIF*/
.section-metier-educateur-sportif {
  background-color: #f9f9f9;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/metiers-educateur-sportif-ipms-scaled.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25%;
  padding: 300px 20px 150px;
  overflow: hidden;
  position: relative;
}

/* WRAPPER TEXTE */
.section-metier-educateur-sportif .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

/* TEXTE */
.section-metier-educateur-sportif .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.section-metier-educateur-sportif .texte::before {
  content: "Éducateur";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07); /* 👈 Bordure légère */
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-educateur-sportif .texte2::before {
  content: "sportif";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 130px;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-educateur-sportif .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic; /* 👈 Italique */
  font-family: 'Gotham', sans-serif; /* 👈 Gotham ou fallback */
  color: #f55757;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-educateur-sportif p a {
  color: #000;
  font-weight: 600;
}

.section-metier-educateur-sportif p a:hover {
  color: #ff7a00;
}

.section-metier-educateur-sportif .texte p {
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif; /* 👈 Gotham ou fallback */
  position: relative;
  z-index: 2;
}

.section-metier-educateur-sportif .btn {
  background-color: #f55757;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-educateur-sportif .btn:hover {
  background-color: #002a5a; 
  transform: translateY(-2px); /* 👆 Légère élévation */
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-metier-educateur-sportif {
    background-position: right center; /* ✅ reste à droite */
    background-size: contain;          /* ✅ s’adapte mieux à la hauteur */
    padding: 150px 0 150px;            /* ✅ plus de place en haut/bas */
  }

  
  .section-metier-educateur-sportif .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

.section-metier-educateur-sportif .texte {
  max-width: 100%;
  text-align: left;
  padding-right: 200px; /* 👈 On pousse le texte plus à gauche */
  padding-left: 20px;  /* 👈 Léger espace à gauche */
}

  .section-metier-educateur-sportif .texte::before,
  .section-metier-educateur-sportif .texte2::before {
    left: 0px; /* ✅ même alignement qu’en desktop */
    font-size: 80px; /* ✅ taille intermédiaire */
  }

  .section-metier-educateur-sportif .texte2::before {
    top: 110px;
  }

  .section-metier-educateur-sportif .texte h2 {
    font-size: 60px;
    text-align: left;
  }

  .section-metier-educateur-sportif .texte p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-metier-educateur-sportif .btn {
    display: inline-block;
  }
}
  
@media (max-width: 767px) {
  .section-metier-educateur-sportif {
    background-position: center 120px;
    background-size: cover;
    padding: 500px 20px 150px; /* ✅ gros espacement avec section du dessus */
    position: relative;
  }

  /* Overlay transparent pour estomper l'image */
  .section-metier-educateur-sportif::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* ✅ très estompé */
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-educateur-sportif .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-educateur-sportif .texte {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }

  .section-metier-educateur-sportif .texte::before {
    font-size: 60px; /* ✅ plus petit mais toujours visible */
    left: -10px;
    top: -3px;
  }

  .section-metier-educateur-sportif .texte2::before {
    font-size: 60px;
    left: -10px;
    top: 55px;
  }

  .section-metier-educateur-sportif .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-metier-educateur-sportif .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

.section-metier-educateur-sportif .btn {
  display: inline-block;
  padding: 10px;
  margin: 0 auto; /* ✅ Centre le bouton horizontalement */
  display: block; /* ✅ Nécessaire pour que le margin auto fonctionne */
  text-align: center;
}
}

/* COACH SPORTIF */


.section-metier-coach-sportif {
  background-color: #002a5a;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/metiers-coach-sportif-ipms-scaled.webp');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25%;
    padding: 200px 20px 100px;
  overflow: hidden;
  position: relative;
}

/* WRAPPER TEXTE */
.section-metier-coach-sportif .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  position: relative;
}
  
.section-metier-coach-sportif p a {
  color: white;
  font-weight: 600;
}

.section-metier-coach-sportif p a:hover {
  color: #f55757;
}

/* TEXTE */
.section-metier-coach-sportif .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

/* TITRE EN FOND (BEFORE) */
.section-metier-coach-sportif .texte::before {
  content: "Coach";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-coach-sportif .texte2::before {
  content: "sportif";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 130px;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-coach-sportif .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  color: #f55757;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-coach-sportif .texte p {
  font-size: 17px;
  color: white;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.section-metier-coach-sportif .btn {
  background-color: #f55757;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-coach-sportif .btn:hover {
  background-color: #fff;
  color: #002a5a;
  transform: translateY(-2px);
  cursor: pointer;
}

/* TABLETTE */
@media (max-width: 991px) {
  .section-metier-coach-sportif {
    background-position: left center;
    background-size: contain;
    padding: 150px 0 150px;
  }

  .section-metier-coach-sportif .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .section-metier-coach-sportif .texte {
    max-width: 100%;
    text-align: left;
    padding-left: 200px;
    padding-right: 20px;
  }

  .section-metier-coach-sportif .texte::before,
  .section-metier-coach-sportif .texte2::before {
    left: 200px;
    font-size: 80px;
  }

  .section-metier-coach-sportif .texte2::before {
    top: 110px;
  }

  .section-metier-coach-sportif .texte h2 {
    font-size: 60px;
  }

  .section-metier-coach-sportif .texte p {
    font-size: 16px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .section-metier-coach-sportif {
    background-position: center 10px;
    background-size: cover;
    padding: 100px 20px 150px;
    position: relative;
  }

  .section-metier-coach-sportif::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-coach-sportif .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-coach-sportif .texte {
    text-align: center;
    max-width: 100%;
    padding: 0;
  }

  .section-metier-coach-sportif .texte::before {
    font-size: 60px;
    left: 80px;
    top: -3px;
  }

  .section-metier-coach-sportif .texte2::before {
    font-size: 60px;
    left: 80px;
    top: 55px;
  }

  .section-metier-coach-sportif .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .section-metier-coach-sportif .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-metier-coach-sportif .btn {
    display: block;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}

/* MAITRE NAGEUR */

.section-metier-maitre-nageur {
  background-color: #f9f9f9;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/metiers-maitre-nageur-ipms-scaled.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25%;
  padding: 170px 20px 150px;
  overflow: hidden;
  position: relative;
}

/* WRAPPER TEXTE */
.section-metier-maitre-nageur .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

/* TEXTE */
.section-metier-maitre-nageur .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

  .section-metier-maitre-nageur p a {
  color: #000;
  font-weight: 600;
}

.section-metier-maitre-nageur p a:hover {
  color: #f55757;
}
  
/* TITRE EN FOND */
.section-metier-maitre-nageur .texte::before {
  content: "Maître";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-maitre-nageur .texte2::before {
  content: "nageur";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 130px;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-maitre-nageur .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  color: #f55757;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-maitre-nageur .texte p {
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.section-metier-maitre-nageur .btn {
  background-color: #f55757;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-maitre-nageur .btn:hover {
  background-color: #002a5a;
  transform: translateY(-2px);
  cursor: pointer;
}

/* TABLETTE */
@media (max-width: 991px) {
  .section-metier-maitre-nageur {
    background-position: right center;
    background-size: contain;
    padding: 150px 0 150px;
  }

  .section-metier-maitre-nageur .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .section-metier-maitre-nageur .texte {
    max-width: 100%;
    text-align: left;
    padding-right: 200px;
    padding-left: 20px;
  }

  .section-metier-maitre-nageur .texte::before,
  .section-metier-maitre-nageur .texte2::before {
    left: 0px;
    font-size: 80px;
  }

  .section-metier-maitre-nageur .texte2::before {
    top: 110px;
  }

  .section-metier-maitre-nageur .texte h2 {
    font-size: 60px;
    text-align: left;
  }

  .section-metier-maitre-nageur .texte p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-metier-maitre-nageur .btn {
    display: inline-block;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .section-metier-maitre-nageur {
    background-position: center 120px;
    background-size: cover;
    padding: 150px 20px 150px;
    position: relative;
  }

  .section-metier-maitre-nageur::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-maitre-nageur .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-maitre-nageur .texte {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }

  .section-metier-maitre-nageur .texte::before {
    font-size: 60px;
    left: -10px;
    top: -3px;
  }

  .section-metier-maitre-nageur .texte2::before {
    font-size: 60px;
    left: -10px;
    top: 55px;
  }

  .section-metier-maitre-nageur .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-metier-maitre-nageur .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-metier-maitre-nageur .btn {
    display: block;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}



/* DIETETICIEN */

.section-metier-dieteticien {
  background-color: #002a5a;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/metiers-dieteticien-ipms-scaled.webp');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25%;
  padding: 250px 20px 100px;
  overflow: hidden;
  position: relative;
}

/* WRAPPER TEXTE */
.section-metier-dieteticien .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  position: relative;
}

/* TEXTE */
.section-metier-dieteticien .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

/* TITRES EN FOND */
.section-metier-dieteticien .texte::before {
  content: "Diététicien";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}
  
  .section-metier-dieteticien p a {
  color: white;
  font-weight: 600;
  transition: color 0.3s ease;
}

.section-metier-dieteticien p a:hover {
  color: #f55757;
}


.section-metier-dieteticien .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  color: #7dceb5;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-dieteticien .texte p {
  font-size: 17px;
  color: white;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.section-metier-dieteticien .btn {
  background-color: #7dceb5;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-dieteticien .btn:hover {
  background-color: #fff;
  color: #002a5a;
  transform: translateY(-2px);
  cursor: pointer;
}

/* TABLETTE */
@media (max-width: 991px) {
  .section-metier-dieteticien {
    background-position: left center;
    background-size: contain;
    padding: 150px 0 150px;
  }

  .section-metier-dieteticien .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .section-metier-dieteticien .texte {
    max-width: 100%;
    text-align: left;
    padding-left: 200px;
    padding-right: 20px;
  }

  .section-metier-dieteticien .texte::before,
  .section-metier-dieteticien .texte2::before {
    left: 200px;
    font-size: 80px;
  }

  .section-metier-dieteticien .texte2::before {
    top: 110px;
  }

  .section-metier-dieteticien .texte h2 {
    font-size: 60px;
  }

  .section-metier-dieteticien .texte p {
    font-size: 16px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .section-metier-dieteticien {
    background-position: center 10px;
    background-size: cover;
    padding: 100px 20px 150px;
    position: relative;
  }

  .section-metier-dieteticien::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-dieteticien .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-dieteticien .texte {
    text-align: center;
    max-width: 100%;
    padding: 0;
  }

  .section-metier-dieteticien .texte::before {
    font-size: 50px;
    left: 20px;
    top: -3px;
  }

  .section-metier-dieteticien .texte2::before {
    font-size: 60px;
    left: 80px;
    top: 55px;
  }

  .section-metier-dieteticien .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .section-metier-dieteticien .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-metier-dieteticien .btn {
    display: block;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}

/* COMMERCIAL */

.section-metier-technico-commercial {
  background-color: #f9f9f9;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/metiers-technico-commercial-ipms-scaled.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25%;
  padding: 180px 20px 150px;
  overflow: hidden;
  position: relative;
}
  
  .section-metier-technico-commercial p a {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease;
}

.section-metier-technico-commercial p a:hover {
  color: #ff7a00;
}

/* WRAPPER TEXTE */
.section-metier-technico-commercial .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

/* TEXTE */
.section-metier-technico-commercial .texte {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

/* TITRES EN FOND */
.section-metier-technico-commercial .texte::before {
  content: "Technico";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-technico-commercial .texte2::before {
  content: "commercial";
  font-size: 110px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 130px;
  left: -50px;
  white-space: nowrap;
  z-index: 1;
}

.section-metier-technico-commercial .texte h2 {
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  color: #f55757;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-metier-technico-commercial .texte p {
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.section-metier-technico-commercial .btn {
  background-color: #f55757;
  color: white;
  padding: 12px 26px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-metier-technico-commercial .btn:hover {
  background-color: #002a5a;
  transform: translateY(-2px);
  cursor: pointer;
}

/* TABLETTE */
@media (max-width: 991px) {
  .section-metier-technico-commercial {
    background-position: right center;
    background-size: contain;
    padding: 150px 0 150px;
  }

  .section-metier-technico-commercial .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .section-metier-technico-commercial .texte {
    max-width: 100%;
    text-align: left;
    padding-right: 200px;
    padding-left: 20px;
  }

  .section-metier-technico-commercial .texte::before,
  .section-metier-technico-commercial .texte2::before {
    left: 0px;
    font-size: 80px;
  }

  .section-metier-technico-commercial .texte2::before {
    top: 110px;
  }

  .section-metier-technico-commercial .texte h2 {
    font-size: 60px;
    text-align: left;
  }

  .section-metier-technico-commercial .texte p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-metier-technico-commercial .btn {
    display: inline-block;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .section-metier-technico-commercial {
    background-position: center 120px;
    background-size: cover;
    padding: 100px 20px 150px;
    position: relative;
  }

  .section-metier-technico-commercial::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    pointer-events: none;
  }

  .section-metier-technico-commercial .wrapper {
    position: relative;
    z-index: 2;
  }

  .section-metier-technico-commercial .texte {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }

  .section-metier-technico-commercial .texte::before {
    font-size: 60px;
    left: -10px;
    top: -3px;
  }

  .section-metier-technico-commercial .texte2::before {
    font-size: 50px;
    left: -20px;
    top: 55px;
  }

  .section-metier-technico-commercial .texte h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-metier-technico-commercial .texte p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-metier-technico-commercial .btn {
    display: block;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}


								