@charset "utf-8";
/* CSS Document */

/*

Theme Name: GroupMobilisation
Theme URI: 
Description: Programmation par Mathieu Poirier.
Version: 1.0
Author: Mathieu Poirier
Author URI: mailto:jean.mathieu.poirier@gmail.com
 

*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* Reset safari formulaires */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

div{
	box-sizing: border-box;
}

img{
	display:block;
    height:auto;
}

h6{
	font-size:0.8em;
}

sup{
	font-size:0.6em;
	vertical-align: super;
}

em{
	font-style:italic;
}

u{
	text-decoration:underline;
}


/* CAPTION WORDPRESS*/

.alignleft{float:left;margin-right:1em}
.alignright{float:right;margin-left:1em}
.aligncenter{display:block;margin:0 auto;text-align:center}

.align_r{
	text-align:right;
}

.align_m{
	text-align:center;
}

.align_l{
	text-align:center;	
}

.wp-caption {
    text-align: center;
	padding: 0.2em;
	color:#A2A4A6;
	font-weight:300;
}


/* CSS RÉPÉTITIF */

.grecaptcha-badge {
    visibility: hidden !important;
}

.click{
	cursor:pointer;
}

.clear{
	clear: both;
    height: 0;
    overflow: hidden;
}


.desktop{
	display:block;
}

.mobile{
	display:none;
}

.bullet li, li.bullet{
	list-style-type:square;
}

.no-bullet li, li.no-bullet{
	list-style-type:none!important;
}

.inline li{
    display:inline-block;
    padding-right:1em;
}

.inline li:last-child{
    padding-right:0;
}

.float-right{
    float:right;
}

.float-left{
    float:left;
}

.centered{
    text-align:center;
}

.smaller{
    opacity:0.7;
    font-size:0.8em;
}

.majuscules{
    text-transform: uppercase;
}

.gras{
    font-weight:500;
}

.centered_absolute_in_container{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:absolute;
}

a:link, 
a:visited,
a:hover{
	text-decoration:none;
	color:inherit;
}

li.search-item {
    list-style-type: none !important;
    border-bottom: solid 1px #c7c7c7;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align:left;
}

.search-excerpt {
    font-size:1em;
}

li.search-item p, li.search-item ul, li.search-item ol, li.search-item h3, li.search-item h4, li.search-item h5{
    font-size:1em;
    padding-bottom:0.7em;
    line-height:1.1;
}

li.search-item h5{
    padding-bottom:0;

}

h5.search-item-title {
    font-size: 1.3em !important;
    margin-bottom:1em;
}



/******************ESSENTIELS******/


/*Pour Elementor pour que les images restent dans leur container */

.e-grid .alignnone, .e-grid .caption, .e-grid .alignleft{
    width:auto!important;
    margin-right:0!important;
}

.elementor-element {
    margin-bottom: 1em !important;
}

.elementor hr {
    background-color: inherit;
    margin: inherit;
}

    .recherche_mobile{
        display:none;
    }

body{
    position:relative;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#212121;
    overflow-x: hidden;
}

.inside_fw{
    width:100%;
    max-width:1900px;
    margin:0 auto;
    padding:0 2em;
}

.inside{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    padding:0 2em;
}

.w_inside{
    width:100%;
    padding: 0 2em;
}

.section{
    margin:3em 0;
}

.section_padding_left{
    padding-left:1em;
}

.colonne_p{
    width:64%;
    float:left;
}

.colonne_s{
    width:30%;
    float:right;
}

.colonne_p .titre_wrap{
    margin-bottom:2em;    
}

article {
    margin: 4em 0 7em;
    min-height: 50vh;
    overflow:hidden;
}

.inverted img, img.inverted{
    filter:invert(1);
}

/*aside{
    float:left;
    width:30%;
    padding-right:3em;
}

aside li{
    padding-right:2em!important;
}*/

main.main_with_aside{
    float:right;
    width:70%;
}

.sous_menu {
    padding-top: 0!important;
    padding-bottom: 2em!important;
}

.sous_menu:first-child {
    border-right: solid 1px #d3d3d3;
}

.sous_menu li {
    list-style-type: none!important;
    padding-left: 0!important;
    margin-left: 0!important;
    text-transform: uppercase;
    font-size:1.4em!important;
    padding-bottom: 0.5em!important;
}

.sous_menu li a:hover{
    color:#6dd4d1!important;
}

.video {
    position: relative;
    padding-bottom: 56.25%!important;
    height: 0;
    overflow: hidden!important;
    background-color: #6A6A6A;
    margin:0 0 2em 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



/******************\ESSENTIELS******/

/****************TEXTE******/


h2 {
    font-size: 1.5em;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    padding-right: 1em;
    border-bottom: solid 2px #F86635;
    width: fit-content;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    color: #f7080b;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
}

.titre_wrap h2{
    margin-bottom:0.2em;
}

.ladate {
    font-size: 0.8em;
    font-weight: 300;
}

.auteurs {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.1;
    font-weight: 300;
}

.actualite .auteurs{
    margin-top:0.2em;
}

h3{
    font-size:1.3em;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    padding-bottom:1em;
    line-height:1.3em;
    text-transform:uppercase;
    font-weight:600;
}

h3.titre-sous-categorie {
    font-size: 1.1em;
    text-transform: none;
    color: #9b9b9b;
}

h4 {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    font-weight: 600;
    line-height:1.3em;
    text-transform:uppercase;
}

h4.titre-annee{
    font-size:1em;
}

h5 {
    font-size: 1.2em;
    padding-top: 0.5em;
    font-weight: 600;
    line-height:1.1em;
}

h6 {
    font-size: 0.8em;
    line-height: 1.2;
    padding-bottom: 1em;
}

p{
    font-size:1.2em;
    padding-bottom:1em;
    line-height:1.3em;
    font-weight:300;
}

.texte ul, .texte ol, .texte ol{
    padding-top:0.2em;
    padding-bottom:1em;
    line-height:1.3em;
}

.texte ul li, .texte ol li, .texte ol li {
    padding-bottom: 0.2em;
    line-height: 1.2em;
    display: list-item;
    padding-left: 0.5em;
    margin-left: 2.5em;
    font-weight: 300;
}

.texte li, .texte ol li ul li {
    list-style-type:square;
}

.texte ol li, .texte ul li ol li   {
    list-style-type: decimal;
}


.texte ol li ul, .texte ul li ol {
    margin-top:0.2em;
}

.texte .quiz ol li{
    padding-bottom:1em;
    line-height:1.2em;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0))!important;
    margin: 1.5em 0!important;
    width:100%;
    clear:both;
    display:block;
}

h3, .texte > *:first-child{
    padding-top:0.7em;
}

.texte > *:last-child{
    padding-bottom:0;
    margin-bottom:0;
}

.texte a:link, .texte a:visited, .texte a:hover {
    color: #1891ff;
    font-weight: 300;
}

bold, strong{
    font-weight:600;
}

.description-categorie{
    font-size:0.8em;
}



.bouton_general {
    padding: 1em 1.5em !important;
    background-color: #f7080b;
    color: #FFF !important;
    text-transform: uppercase;
    margin-top: 1em;
    margin-right:1em;
    outline: 0;
    border: none;
    cursor: pointer;
}

.enrouge{
    color:#f7080b;
}

.categorie_petit {
    color: inherit;
    font-size: 0.7em;
    font-weight: 300;
}

.bouton_general a {
    color: inherit !important;
}


.bouton_general:hover{
    opacity:0.9;
}

ul:has(.endosseurs) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:2em 0;
}

li .endosseurs {
    color: #000000 !important;
    padding: 2em;
    display: block;
    font-weight: 400 !important;
    text-transform: uppercase;
}

/* Bloc endosseur */
li:has(.endosseurs) {
    list-style: none;
    background-color: #dbcbbc;
    color: #000000;
    margin: 0 0 1em 0 !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0.5em;
    border: solid 1px #e2e2e2;
    padding: 0 !important;
    width: 48%;
    text-align: center;

    /* CENTRAGE */
    display: flex!important;
    justify-content: center;
    align-items: center;
}

li:has(.endosseurs):hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}



.premier_article {
    margin-bottom: 2em;
    border-bottom: solid 1px #b0b0b0;
    padding-bottom: 2em;
    padding-top: 0 !important;
}

ul.liste-articles-suivants{
    padding:0;
}

.liste-articles-suivants li {
    list-style: none;
    background-color: #dbcbbc;
    color: #000000;
    margin: 0 0 1em 0 !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    border-radius: 0.5em;
    border: solid 1px #e2e2e2;
    padding: 0 !important;
}


.liste-articles-suivants li a {
    padding: 1em 2em !important;
    color: inherit !important;
    display: block;
}

.liste-articles-suivants li h5 {
    font-weight: 600;
    font-size: 1.1em;
    padding-bottom: 0.3em;
    padding-top: 0;
    color: #313131;
}

.liste-articles-suivants li .ladate{
    padding-bottom:0;    
}



/*.liste-articles-suivants li a:hover {
    opacity:0.7!important;
}
*/


.article-suivant:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}



.duc_wrap {
    margin: 0 0 2em;
    padding: 0;
    background: #f5f7fa;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e4ea;
}

/* Bandeau titre */
.duc_wrap .duc {
    padding: 2.5em 1em;
    position: relative;
    background: #111827;
    color: #ffffff;
}

.duc_wrap .duc h2 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 0;
}

.duc_wrap .duc_sous_titre {
    margin: 1em 0 0;
    font-size: 1em;
    font-weight: 400;
    opacity: 0.8;
}

/* Conteneur des items */
.duc_wrap .duc_items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 700px) {
    .duc_wrap .duc_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Chaque item */
.duc_wrap .item {
    padding: 1.25em 1.75em;
    position: relative;
    border-top: 1px solid #e3e7ef;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: #f5f7fa;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.duc_wrap .item > p:only-child {
    padding:0!important;
    line-height:1;
}

.duc_wrap .item p{
    text-align:left;        
}

.duc_wrap .item:nth-child(odd) {
    border-right: 1px solid #e3e7ef;
}

@media (max-width: 699px) {
    .duc_wrap .item:nth-child(odd) {
        border-right: none;
    }
}

/* Petit accent à gauche */
.duc_wrap .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    bottom: 1rem;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: transparent;
    transition: background-color 0.2s ease;
}

/* Liens */
.duc_wrap .item a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.98rem;
    text-decoration: none;
    color: #111827;
    font-weight: 500;
    position: relative;
}

/*.duc_wrap .item a::after {
    content: "↗";
    font-size: 0.8rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}*/

.duc_wrap .item a[target="new"]::after {
    opacity: 0.7;
}

/* Hover item */
.duc_wrap .item:hover {
    background-color: #e7e9ea;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.duc_wrap .item:hover::before {
    background: #f7080b;
}

/* Hover sur les liens */
.duc_wrap .item a:hover {
    color: #053067;
}

.duc_wrap .item a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Espacement entre les deux liens dans le même item */
.duc_wrap .item br + a {
    margin-top: 0.35rem;
}

/* Si un seul item → full width */
.duc_wrap .duc_items:only-child,
.duc_wrap .duc_items > .item:only-child {
    grid-column: 1 / -1;
}

/* Nombre impair → dernier item → full width */
.duc_wrap .duc_items > .item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

/* Responsive petits écrans */
@media (max-width: 480px) {
    .duc_wrap .duc {
        padding: 2rem 1.25rem;
    }

    .duc_wrap .duc h2 {
        font-size: 1.4rem;
    }

    .duc_wrap .item {
        padding: 1rem 1.25rem;
    }
}

/****************\TEXTE******/

/******************HEADER*FOOTER******/



.header, .footer{
    background-color:#000002;
    padding:2em 0;
    color:#FFF;
    position:relative;
    width:100%;
}

.header {
    background-image: url('/wp/wp-content/uploads/2025/12/IMG_3665.png');
    background-image: url('/wp/wp-content/uploads/2025/12/IMG_3665_3.png');
    background-size: cover;        /* l’image couvre tout */
    background-position: center;   /* centrée */
    background-repeat: no-repeat;  /* pas de répétition */
    background-attachment: scroll; /* (optionnel) comportement normal */
    height:20em;
    position:relative;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    font-size: 0.8em;
    padding:0!important;
}

.header .inside_fw{
    height:100%;
}

.header_wrap{
    position:relative;
    top:50%;
    transform:translateY(-50%)
}

.logo{
    width:100%;
    max-width:17.2em;
}


.slogan {
    width: 30%;
    text-align: left;
    font-size: 0.7em;
    margin-top: 1.5em;
    margin-left: 10em;
}

.balance{
    text-wrap: balance;
}

.slogan h2 {
    color: #FFF;
    border: none;
    padding-right: 0;
    font-weight: 300;
    text-transform: none;
    font-family: inherit;
    line-height: 1em;
    font-size: 1.2em;
    text-wrap: balance;
    line-height: 1.2;
    margin-bottom:0;
}

.enchiffre {
    padding: 1em 2em!important;
    font-size: 1.3em;
    color: #000000;
    background-color: #f5f7fa;
    margin-bottom: 3em;
    border-radius: 1em;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e4ea;
    border-top: solid 1em #000000;
    border-bottom: solid 1em #000000;
}

.enchiffre p {
    line-height: 1.1;
    text-align: center !important;
    font-weight:400;
}

.enchiffre hr {
    margin: 1em 0 !important;
    height: 1px;
}

.avec_eclat {
    font-size: 1em;
    color: #f7080b;
    font-weight: 600;
}


.footer {
    border-top: solid 1.8em #bfcad4;
    text-align: center;
    font-size: 0.8em;
}

.nav_footer{
    background-color:#6DD4D1;
    color:#000000;
    padding:2em 0;
}




#topcontrol {
    display:none;
    z-index: 10000;
    position: fixed;
    bottom: 3.5em;
    right: 2em;
    opacity: 1;
    cursor: pointer;
    padding: 1em 1.2em;
    background-color: #4848488c;
    color: #FFF;
}

/****************\HEADER*FOOTER******/



.texte p, .texte ul{
    font-size:1em;
    padding-bottom:1em;
    text-align: justify;;
}

.texte img{
    max-width:100%;
    height:auto;
    padding-bottom:1em;
}

.texte .size-pleine_largeur{
    width:100%;
}

.texte .size-largeur_300px{
    width:300px;
    max-width:33%;
}

.menu-item-search .menu-search-form {
    margin: 0;
    padding:0;
}

.menu-search-wrapper {
    position: relative;
    display: inline-block;
    margin: 0.3em 1em;
}

.menu-item-search .menu-search-field {
    padding: 0.35em 0.75em;
    padding-left: 2em; /* espace pour la loupe */
    font-size: 0.7em;
    border-radius: 0.75em;
    border: 1px solid #ccc;
    outline: none;
}

/* Loupe centrée par rapport à l'input */
.menu-search-wrapper::before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    left: 0.75em;       /* ajuste au besoin */
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
    color: #666;
    pointer-events: none;
}



/****************MENU******/

.menu_principal {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    background-color: #bfcad4;
    font-size: 0.9em;
    text-transform: uppercase;
    border-radius: 0 0 3em 3em;
}

.menu_principal ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.menu_principal ul li {
    list-style: none;
    display: flex;
    align-items: stretch;
    position:relative;
}

.menu_principal .menu > li {
    border-left: 1px solid #FFF;    
}

/*.menu_principal .menu > li:first-child {
    border-left: 1px solid #FFF;    
}*/

.menu_principal .menu > li:hover {
    background-color: #d6d6d6;
}

.menu_principal .menu > li:last-child:hover {
    background-color: inherit;
}

.menu_principal ul li a,
.menu_principal ul li form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0.5em 1em;
    text-decoration: none;
    color: inherit;
    text-align: center;
}


.nav_footer .menu_principal ul li:hover {
    color:#FFF;    
}

.menu_principal ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding-inline-start: 0;
    width: max-content;
    background-color: #e9e9e9;
    z-index: 99999;
    min-width: 300px;

    box-shadow:
        5px 40px 70px rgba(0,0,0,0.45);
}

.menu_principal ul li:hover ul {
    display: block;
}

.menu_principal ul li ul li {
    display: flex;
    font-size: 0.6em;
    padding: 0.5em 1em;
    margin: 0;
    color: #000000;
    position: relative;
    border-bottom: solid 1px #FFF;
    text-align: left;
}

.menu_principal ul li ul li a:hover, .menu_principal ul li ul li:hover {
    text-align: left;;
    text-decoration: none;
}

/****************\MENU******/

/****************ACTUALITE**********/

.wrap_actualites{
    margin-top:1em;
}

.actualites{
    font-size:0; /*Pour enlever le pixel de trop en inline-block*/
}

.actualite {
    width: 31.33333333%;
    margin-bottom:2em;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.actualite:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
}

.actualite .image {
    position: relative;
    border: solid 1px #ededed;
}

.actualite .image img{
    padding-bottom:0;
}

/*.actualite .image .vrai_image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.actualite:hover .vrai_image img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);    
}*/

.actualite:hover .vrai_image img{
    opacity:0.8;   
}

.actualite .image .centered_absolute_in_container{
    width:50%;
}

.actualite .image .image_de_fond{
    opacity:1;
}

.actualite:hover .image img.image_de_fond{
    opacity:0.8;    
}

.actualite:hover .image .centered_absolute_in_container{
    opacity:0.8;
}

.actualite h3 {
    padding-top: 0.1em!important;
    padding-bottom: 0!important;
    line-height: 1.2;
    font-size:1.3em;
}

.actualite .meta{
    font-size:0.9em;
    opacity:0.7;
    line-height:1.1;
    padding-top:0.3em;
}

.actualite .type {
    font-size: 0.9em;
    opacity: 1;
    line-height: 1.1;
    margin-top: 0.8em;
    padding: 0.3em 0.5em;
    background-color: #ff693d;
    color: #FFF;
    width: fit-content;
}

.actualite a, .actualite:visited, .actualite:hover {
    color: inherit!important;
}

.single-actualite .sous_menu li {
    font-size:1.2em!important;
}

.single-actualite .smaller {
    text-transform:none;
}

/*.single-actualite aside h3:first-child {
    padding-top:0!important;
}

.single-actualite aside h3 {
    font-size: 2em;
    opacity: 0.7;
    padding-right: 1.6em;
}

.single-actualite aside{
    text-align:right;
    width:40%;
}

.single-actualite main.main_with_aside{
    width:60%;
}

.single-actualite .bouton_general, .single-actualite aside .image {
    margin-right: 3em;
}

.single-actualite aside li {
    padding-right: 2.7em!important;
}

.single-actualite .main_with_aside h2{
    margin-bottom:1.5em;    
}

.single-actualite .main_with_aside .bouton_general{
    padding-top:0.5em!important;
    padding-bottom:0.5em!important;
}*/



/****************\ACTUALITE**********/



.administrateurs{
    margin-top:3em;   
}

.administrateur {
    margin-bottom: 2em;
    padding: 2em;
    border: solid 1px #f1f1f1;
    background-color: #f7f7f7;
    overflow:hidden;
}

.administrateur .photo {    
    max-width: 250px;
    float: left;
    width: 50%;
    padding-bottom: 0.5em;
    padding-right: 1em;
}

.texte .administrateur .photo img {  
    padding-bottom:0;
}

/*.administrateur:nth-child(odd) .photo{
    float:right;
    padding-right: 0;
    padding-left:1em;
}*/

.administrateur .photo .meta {
    font-size: 0.8em;
    opacity: 1;
    font-weight: 300;
    padding: 0.2em 0.8em;
}

.administrateur h3 {
    padding-top: 0!important;
    /*font-size: 2em;*/
    padding-bottom: 0.1em;
    line-height: 1;
}

.administrateur h4 {
    padding-top: 0;
    padding-bottom: 1em;
    font-weight: 400;
    opacity: 0.6;
    letter-spacing: 0.03em;
}

.administrateur blockquote {
    font-style: italic;
    background-color: #f86635;
    padding: 2em 2em 2em 2em;
    color: #FFF;
}

.administrateur blockquote p {
    padding-bottom: 0;
    line-height: 1.1;
}

/*.administrateur blockquote p {
    padding-bottom: 0;
    border-left: solid 4px #b1b1b1;
    padding-left: 0.5em;
}

.administrateur:nth-child(even) blockquote p {
    padding-bottom: 0;
    border-left: none;
    border-right: solid 4px #b1b1b1;
    padding-left: 0;
    padding-right: 0.5em;
}*/


/* Style du [1] dans le texte */
.gmob-citation {
    position: relative;
    cursor: pointer;
}

.gmob-citation-link {
    text-decoration: none;
}

a:link.gmob-citation-number {
    font-size: 1em;
    font-weight:600;
}

.gmob-citation-wrapper {
    position: relative;
    vertical-align: super;
    font-size: 0.7em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.gmob-citation-tooltip {
    display: none;
    position: absolute;
    left: 0;
    top: 1.2em;
    max-width: 500px;
    background: #fafafa;
    color: #000000;
    padding: 2em;
    border-radius: 0.5em;
    font-size: 1.2rem;
    z-index: 9999;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
    width: 500px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    line-height: 1.2;
}

.gmob-citation-wrapper:hover .gmob-citation-tooltip {
    display: block;
}



/* Liste des citations en bas */
.gmob-citations-list {
    margin-top: 2em;
    padding-left: 1.5em;
    font-size: 0.95em;
}

.gmob-citations-list li {
    padding-bottom: 0.6em !important;
    margin-left: 0 !important;
}

.gmob-citations-list > li::marker {
    font-weight: bold;
}


/****************\ADMINISTRATEUR**********/

input, select, textarea {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    line-height: normal;
}

input[type=radio], input[type=checkbox] {
    width:auto;
}

input[type=submit] {
    font-size:0.8em;
    padding: 1em 1.5em !important;
    background-color: #f7080b;
    color: #FFF !important;
    text-transform: uppercase;
    margin-top: 1em;
    outline: 0;
    border: none;
    cursor: pointer;
    border-radius:0.5em;
}

input[type=submit]:hover{
    opacity:0.9;
}

.form-label{
    padding-bottom:1em;
}

label {
    margin-bottom: 0.8em;
    font-weight: 600;
}

.sib_signup_form {
    font-size: 0.8em;
    max-width: 355px;
}

/* Premier p */
.sib_signup_form .sib_loader + p, .sib_signup_box_inside_1 > p:last-of-type, .sib_signup_form > p:last-of-type {
    display:none;
}

/*.sib_signup_form p:has(> input[type="submit"]) {
    padding-bottom:0;    
}*/




/* Conteneur général du formulaire CF7 */
.wpcf7 {
    max-width: 700px;
    width: 100%;
    padding: 2em 2em 1em 2em !important;
    border-radius: 1em;
    background-color: #d8d8d8;
}

.texte .wpcf7 p{
    padding-bottom:0;
}

/* Paragraphes du formulaire */
.wpcf7 .wpcf7-form p {
    margin: 0 0 1.2em;
}

/* Label au-dessus du champ */
.wpcf7 .wpcf7-form label {
    display: block;
    font-weight: 400;
    font-size: 0.95em;
    margin-bottom: 0.25em;
}

/* Champs texte, email, textarea */
.wpcf7 .wpcf7-form-control.wpcf7-text, .wpcf7 .wpcf7-form-control.wpcf7-email, .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em 0.7em;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 0.95em;
    line-height: 1.4;
    margin-top: 0.5em;
}

/* Textarea un peu plus haut */
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
    min-height: 180px;
    resize: vertical;
}

/* Focus */
.wpcf7 .wpcf7-form-control.wpcf7-text:focus,
.wpcf7 .wpcf7-form-control.wpcf7-email:focus,
.wpcf7 .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-color: #555555;
}

/* Bouton submit */
.wpcf7 .wpcf7-submit {
    display: inline-block;
    padding: 0.5em 1.4em;
    border: none;
    border-radius: 0;
    background-color: #333333;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

/* Hover bouton */
.wpcf7 .wpcf7-submit:hover {
    background-color: #000000;
}

/* Message global de CF7 */
.wpcf7 .wpcf7-response-output {
    margin-top: 1em;
    padding: 0.6em 0.8em;
    border-radius: 0;
    font-size: 0.9em;
}

/* Messages d’erreur sous les champs */
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 0.25em;
    color: #b91c1c;
}

blockquote {
    margin: 2em 0 3em;
    padding: 1.5em 1em;
    border-left: 4px solid #ddd;
    background: #f9f9f9;
    font-style: italic;
    color: #333;
}

/* Pour éviter les marges bizarres à l’intérieur */
blockquote p {
    margin: 0;
}

blockquote > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Optionnel : petite mention de la source alignée à droite */
blockquote cite {
    display: block;
    margin-top: 0.5em;
    font-style: normal;
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

.page-id-31 .principales_consequences {
    padding: 1em 2em;
    background-color: #f2f2f2;
    border-radius: 0.5em;
}

.page-id-31 .principales_consequences .e-flex {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    margin-bottom:0!important;
}

.page-id-31 .principales_consequences .e-flex .elementor-widget-text-editor{
    margin-bottom:0!important;    
}

.page-id-31 .principales_consequences .e-flex 
    .elementor-widget-text-editor .elementor-widget-container > *:last-child {
    padding-bottom: 0 !important;
    margin-bottom:0!important;
}

.page-id-31 .principales_consequences .e-flex 
    .elementor-widget-text-editor .elementor-widget-container > *:first-child {
    padding-top: 0 !important;
}

.elementor-widget-container 
  > :is(p, ul, ol, h1, h2, h3, h4, h5, h6):first-child {
    padding-top: 0 !important;
}
    

.page-id-31 .principales_consequences .e-flex:nth-child(even) {
    padding-left: 6em;
}

/* Le .e-flex pair devient le repère pour la flèche */
.page-id-31 .principales_consequences .e-flex:nth-of-type(2n) {
    position: relative; /* nécessaire pour ::before */
}

/* La flèche ↠ placée à GAUCHE et centrée verticalement */
.page-id-31 .principales_consequences .e-flex:nth-of-type(2n)::before {
    content: "➜";
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 1;
    color: #f7080b;
    pointer-events: none;
    height: fit-content;
}



@media only screen and (max-width: 1400px) {

body {
    font-size: 20px;
}
    
}


@media only screen and (max-width: 1300px) {

body {
    font-size: 18px;
} 
    
.inside {
    padding: 0 1em;
}
    
.inside_fw {
    padding: 0 1em;
}
    
.colonne_s {
    width: 35%;
}
    
.colonne_p {
    width: 63%;
    float: left;
}
  

}

@media only screen and (max-width: 1200px) {

body {
    font-size: 17px;
} 
    

  

}

@media only screen and (max-width: 1100px) {

.actualite {
    width: 48.5%;
}
    
.actualite:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
}
    
    .actualite:nth-child(even){
        margin-left:3%;
    }
  
.menu_principal {
    font-size: 0.85em;
    border-radius: 0;
    letter-spacing: -0.05em;
}
    
    .menu_principal .inside_fw {
        padding: 0 0;
    }
    
.menu_principal ul li a, .menu_principal ul li form {
    padding: 0.5em 0.5em;
}
    
.menu-search-wrapper {
    margin: 0.3em 0.5em;
}

}

@media only screen and (max-width: 1000px) {


    .colonne_p, .colonne_s{
        width:100%;
        float:none;
    }
    
    .colonne_s{
        margin-top:3em;
    }
    
    .duc_wrap_wrapped{
        margin-bottom:4em;
    }
  

}


@media only screen and (max-width: 800px) {
    
    .menu_principal {
        display:none;
        padding-top:1em;
    }
 
.menu_principal ul {
    display: block;
    padding-left:0.5em;
    width:100%;
    font-size:1.1em;
}  
    
.menu_principal ul li {
    list-style: none;
    display: block;
    align-items: unset;
    line-height: 1.2;
}
    
.menu_principal .menu-item-search .menu-search-form {
    display: none;
}
    
.menu_principal .menu > li {
    border-left: none;
    padding-bottom:0.7em;
    overflow:hidden;
    font-weight:600;
}
    
.menu_principal .menu > li:hover {
    background-color: inherit;
}
    
.menu_principal ul li a, .menu_principal ul li form {
    display: block;
    align-items: unset;
    height: auto;
    padding: 0;
    text-decoration: none;
    color: inherit;
    text-align: left;
}
    
.menu_principal ul li ul {
    display: block;
    position:relative;
    left: unset;
    top: unset;
    width: 100%;
    background-color: inherit;
    z-index: 99999;
    min-width: auto;
    box-shadow: none;
}
    
.menu_principal ul li ul li {
    font-size: inherit;
    padding: inherit;
    border: none;
    text-align: left;
    padding-left:1em;
    text-transform:none;
    line-height:1;
    padding-bottom:0.3em;
    font-weight:300;
}
    
    .recherche_mobile{
        display:block!important;
        padding:0 0.5em;
    }
    
    .recherche_mobile .menu-item{
        width:100%;
        font-size:1.5em;
        margin:1em 0 0;
    }
    
    .menu-search-wrapper {
        margin: 0;
        width: 100%;
        display:block;
    }
    
    .menu-item-search .menu-search-field {
        width: 100%;
    }
    
.menu-icon {
    font-size:0.8em;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 1.8em;
    height: 1.2em;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    cursor: pointer;
    z-index: 9999999999;
}

/* Les trois barres */
.menu-icon span {
    display: block;
    height: 0.18em;          /* épaisseur des lignes */
    background-color: #FFFFFF;
    border-radius: 0.18em;
    transition: 0.3s ease;
}

/* ANIMATION état "open" */
.menu-icon.open span:nth-child(1) {
    transform: translateY(0.5em) rotate(45deg);
}

.menu-icon.open span:nth-child(2) {
    opacity: 0;
}

.menu-icon.open span:nth-child(3) {
    transform: translateY(-0.5em) rotate(-45deg);
}
    
.texte p, .texte ul {
    text-align: left;
}
    
.texte ul li, .texte ol li, .texte ol li {
    margin-left: 1.5em;
    padding-left:0;
}
    
    article {
        margin: 2em 0 7em;
    }
    
.header {
    background-image: none;
    height: 10em;
    position:relative;
}
    
.header_wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}
    
.logo {
    max-width: 12.2em;
}

.slogan{
    display:none;
}

    
}



@media only screen and (max-width: 700px) {
    
.inside {
    padding: 0 0.5em;
}
    
.inside_fw {
    padding: 0 0.5em;
}
    

.enchiffre {
    padding: 1em 0.5em !important;
    font-size:1.1em;
}


}




