/* ref couleur
#000000 bleu
#c91e2d pêche
#c91e2d bleu clair
*/


/* ref fonts
font-family: 'Kanit', sans-serif;
font-family: 'League Spartan', sans-serif;
*/
:root {
  --cold-1: #40BEB9;
  --cold-2: #53C363;
  --mid:    #A4C44A;
  --hot-1:  #E96936;
  --hot-2:  #EA203B;
  --burn: #5a187a;

  --menu-text: #222;
  --menu-bg: #ffffff;
  --menu-shadow: rgba(0,0,0,0.08);
}



html {
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Google Sans Flex', sans-serif;
    font-style: normal;
    font-size: 1em;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
}
p{    line-height: 1.6em;}
::selection {
    background: #000000;
    color: #FFF;
}
/* p {font-size:0.9em;} */
a {
    white-space: normal;
    text-decoration: none;
    transition: 0.3s ease;
font-weight: 700;
}
strong {font-weight: 500;}

blockquote::before {
  content: "";
  display: block;
  max-width: 360px;
  width: 60%;
  height: 6px;
  background-color: rgba(233, 105, 54, 1);
    background: linear-gradient(-45deg, #F0CE54 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 80%);
  background-size: 400% 400%;
	animation: gradient 5s ease infinite;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 3px;
}
blockquote::after {
  content: "";
  display: block;
  max-width: 360px;
  width: 60%;
  height: 6px;
  background-color: rgba(233, 105, 54, 1);
    background: linear-gradient(-45deg, #F0CE54 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 80%);
  background-size: 400% 400%;
	animation: gradient 5s ease infinite;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 3px;
}
blockquote {color: #555;
  font-style: italic;
  position: relative;
  padding: 20px 0;
line-height: 1.6em;}

.image-wrapper {display: block;}


.section_inside a {
    color:inherit;
}
.pres a {
    color: #000;
}
.pres a:hover {
    text-decoration:underline;
}
.top_page {
    width: 95%;
padding: 20px 2.5% 20px 2.5%;
}
.theme_53C363 .top_page {color:#fff;
background-color: #53C363;
    background: linear-gradient(-45deg, #53C363 0%, #A4C44A 50%, #abdf59 100%);
background-size: 400% 400%;
	animation: gradient 5s ease infinite;}


.theme_40BEB9 .top_page {color:#fff;
background-color: #40BEB9;
    background: linear-gradient(-45deg, #359e9b 0%, #40BEB9 50%, #66ddd3 100%);
background-size: 400% 400%;
	animation: gradient 5s ease infinite;}

.theme_EA203B .top_page {color:#fff;
background-color: #c91e2d;
  background: linear-gradient(-45deg, #F0CE54 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 80%);
  background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}

.theme_53C363 h3 {

    font-size: 1.15em;}
.theme_40BEB9 h3 {

    font-size: 1.15em;}
.theme_EA203B h3 {

    font-size: 1.15em;}

    .theme_53C363 .pres h1 {color:#53C363;
}
    .theme_40BEB9 .pres h1 {color:#40BEB9;
}
    .theme_EA203B .pres h1 {color:#c91e2d;
 }

/* .theme_53C363 .section_inside a:hover{
    color: #c91e2d;
  }
  .theme_40BEB9 .section_inside a:hover{
    color: #c91e2d;
  }
  .theme_EA203B .section_inside a:hover{
    color: #000000;
  } */

 .section_inside a:hover{
    color: #000000;
  }
  .section_inside h1 a:hover{
    color:inherit;
  }


h1 { font-family: "Anton", sans-serif;
  font-weight: 400;
    font-style: normal;
    text-align:left;
  color: rgb(234, 32, 59);
}
h2 {
    font-weight: 700;
    font-style: normal;
    text-align:left;}
h3,h4,h5,h6 {
    font-weight: 700;
    font-style: normal;}


.gradient-text {
    font-weight: 700;
    font-style: normal;
    text-align:left;
  display: block;
  background: rgb(234, 32, 59);
    background: linear-gradient(90deg, rgba(233, 105, 54, 1) 20%, rgba(234, 32, 59, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.gradient-text-cold {
    font-weight: 700;
    font-style: normal;
    text-align:left;
  display: block;
  background: #40BEB9;
  background: linear-gradient(90deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
/* gradient cold background: linear-gradient(90deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%); */

.top_page h2{font-size: 1.3em;}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
    border: 0;
}

.menu {
  position: fixed;
  top: 0;
  z-index: 999;

  display: flex;
  align-items: center;
  gap: 150px;

  background: var(--menu-bg);
  padding: 14px 30px;
  box-shadow: 0 4px 12px var(--menu-shadow);
  width:100%;
  height: 58px;
}


.menu .logo_img_stuck {
  display: none;
}
.menu > ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}

/* tube vertical */
/* .menu > ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 6px;
  height: 140%;

  background: linear-gradient(
    to bottom,
    var(--cold-1),
    var(--cold-2),
    var(--mid),
    var(--hot-1),
    var(--hot-2)
  );

  border-radius: 10px;
} */
.menu a.parent {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: var(--menu-text);
  padding: 6px 4px;
  transition: color .25s ease, transform .25s ease;
  font-family: "Anton", sans-serif;
  font-size: 18px;
}

/* effet flottant */
.menu a.parent:hover {
  transform: translateY(-3px);
}
.menu > ul > li:nth-child(1) > a { color: var(--burn); }
.menu > ul > li:nth-child(2) > a { color: var(--hot-2); }
.menu > ul > li:nth-child(3) > a { color: var(--hot-1); }
.menu > ul > li:nth-child(4) > a { color: var(--mid); }
.menu > ul > li:nth-child(5) > a { color: var(--cold-2); }
.menu > ul > li:nth-child(6) > a { color: var(--cold-1); }
.menu > ul > li:nth-child(7) > a { color: var(--burn); }
.menu > ul > li:nth-child(8) > a { color: var(--hot-2); }
.menu > ul > li:nth-child(9) > a { color: var(--hot-1); }
.menu > ul > li:nth-child(10) > a { color: var(--mid); }
.menu > ul > li:nth-child(11) > a { color: var(--cold-2); }
.menu > ul > li:nth-child(12) > a { color: var(--cold-1); }


.menu a.active::before {
  content: "°";
  margin-left: 4px;
  font-weight: 700;
}

.menu li {
  position: relative;
}

/* caché par défaut */
.menu ul.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}

/* affiché au hover */
.menu li:hover > ul.hidden {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.menu ul.hidden {
  position: absolute;
  top: 100%;
  left: 0;

  background: #fff;
  padding: 20px 24px;
  min-width: 260px;

  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.menu ul.hidden h2 {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.menu ul.hidden h2 a {
  color: #333;
  text-decoration: none;
}

.menu ul.hidden h2 a:hover {
  color: var(--hot-1);
}
.menu .level_3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.menu .level_3 a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.menu .level_3 a:hover {
  color: var(--hot-2);
}


.menu_mobile {
  position: fixed;
  inset: 0;
  z-index: 2000;

  background: var(--menu-bg);
  padding: 80px 30px 40px;

  overflow-y: auto;
  display:none;
}

.menu_mobile ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

/* tube */
.menu_mobile ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 6px;
  height: 100%;

  background: linear-gradient(
    to bottom,
    var(--burn),
    var(--hot-2),
    var(--hot-1),
    var(--mid),
    var(--cold-2),
    var(--cold-1)
  );

  border-radius: 10px;
}
.menu_mobile > ul > li {
  margin-bottom: 28px;
}

.menu_mobile a.parent {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: var(--menu-text);
}

.menu_mobile > ul > li:nth-child(1) > a { color: var(--burn); }
.menu_mobile > ul > li:nth-child(2) > a { color: var(--hot-2); }
.menu_mobile > ul > li:nth-child(3) > a { color: var(--hot-1); }
.menu_mobile > ul > li:nth-child(4) > a { color: var(--mid); }
.menu_mobile > ul > li:nth-child(5) > a { color: var(--cold-2); }
.menu_mobile > ul > li:nth-child(6) > a { color: var(--cold-1); }
.menu_mobile > ul > li:nth-child(7) > a { color: var(--burn); }
.menu_mobile > ul > li:nth-child(8) > a { color: var(--hot-2); }
.menu_mobile > ul > li:nth-child(9) > a { color: var(--hot-1); }
.menu_mobile > ul > li:nth-child(10) > a { color: var(--mid); }
.menu_mobile > ul > li:nth-child(11) > a { color: var(--cold-2); }
.menu_mobile > ul > li:nth-child(12) > a { color: var(--cold-1); }




.menu_mobile a.active {
  position: relative;
}

.menu_mobile a.active::after {
  content: "°";
  margin-left: 6px;
  font-weight: 800;
}
.menu_mobile ul.hidden {
  display: block;
  margin-top: 12px;
  padding-left: 10px;
}
.menu_mobile ul.hidden h2 {
  margin: 14px 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.menu_mobile ul.hidden h2 a {
  color: #444;
  text-decoration: none;
}
.menu_mobile .level_3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 16px;
}

.menu_mobile .level_3 a {
  font-size: 15px;
  color: #777;
  text-decoration: none;
}

.menu_mobile .level_3 a:hover {
  color: var(--hot-2);
}
.menu_mobile > ul > li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.menu_mobile a {
  transition: transform .2s ease;
}

.menu_mobile a:active {
  transform: scale(0.97);
}
/* menu mobile */
.menu_mobile_button {
    font-size: 1.5em;
    position: fixed;
    top: 2px;
    right: 2px;
    z-index: 2001;
    padding: 8px 10px 5px 10px;
    color: #FFf;
/*     border: 2px solid #fff; */
    background: #c91e2d;
    cursor:pointer;
    border-radius:3px;
    display:none;
}

@media (max-width: 900px) {
  .menu {
    display: none;
  }
    /* menu mobile */
.menu_mobile_button {
    display:block;
}
}

.logo_img,
.logo_img_mobile {
/*     box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    background-color: #fff; */
}
.hautmenu {
    text-align: right;
    display: inline-block;
    width: 80%;
    position: relative;
    margin: 0 auto;
    vertical-align: top;
    font-size: 0.8em;
}
.logo_img_mobile,
.logo_img_stuck,
.logo_img_stuck_mobile {
    top: 0;
    display: none;
    text-align: left;
}
.logo {
    text-align: left;
    width: 15%;
    vertical-align: bottom;
}
.logo_img {
    text-align: left;
    position: absolute;
    top: 0;
width: 150px;
  z-index: 5000;
  left: 2%;
}
.logo_img_stuck {
    z-index: 6000;
    position: fixed;
    width: 79px;
    left: 20px;
}
.logo_img_mobile {
    position: absolute;
    width: 250px;
    z-index: 5000;
    left: 30px;
}
.logo_img_stuck_mobile {
    z-index: 6000;
    position: fixed;
    width: 110px;
    left: 20px;
}
.bouton,
.search-container,
.telmail {
    text-align: right;
    display: inline-block;
}
.overlay_hero,
.wrapper1 {
    top: 0;
    left: 0;
    height: 100%;
}
.bouton,
.telmail {
    margin: 0 0 5px;
}
.telmail a {
    padding: 11px 8px 6px;
}
.bouton a {
    padding: 11px 8px 8px;
}
.diapo h1,
.menu ul div h2 a,
.menu_mobile ul div h2 a {
    font-weight: 600;
    font-family: "League Spartan", sans-serif;
}
.search-container {
    vertical-align: top;
    margin: 0;
}
.form input[type="text"],
.search-container input[type="text"] {
    padding: 5px;
    margin: 0 0 5px;
    border-top: none;
    border-bottom: 1px solid #59d099;
    border-left: 1px solid #59d099;
    border-right: none;
    border-radius: 0 0 0 10px;
    background: #fff;
    transition: 0.3s;
}
.form input[type="text"] {
    border: 1px solid #59d099;
    border-radius: 10px;
}
.search-container input[type="text"] {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.form button,
.search-container button {
    float: right;
    padding: 6px 10px 5px;
    margin: 0 0 5px;
    background: #59d099;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 0 10px;
    transition: 0.3s;
}
.form button {
    border-radius: 10px;
}
.passed,
.search-container button {
    background-color: #000;
}
.form button:hover,
.search-container button:hover {
    background: #fad347;
}
.circle2,
.diapo,
.section_news {
    background-repeat: no-repeat;
}

.btn_membres {
    position:fixed;bottom:0px; right:0;
    z-index: 3501;
  }
  .btn_membres a {background: #c91e2d;
background: linear-gradient(90deg, rgba(240, 206, 84, 1) 17%, rgba(233, 105, 54, 1) 78%, rgba(234, 32, 59, 1) 100%);
    color: #fff;
    font-size: 0.85em;
    font-weight: 400;
    padding: 8px;}

.panel{padding: 0 0 0px 0;
overflow:hidden;}

.panel1 {
    margin: 125px auto 0 auto;
    padding:0;
}

.panel4 {background-color: #000;
    color:#c91e2d;
    padding-bottom:1%;
}
.panel6 {padding: 30px 0;}
.colorbg {background: #c91e2d;
 background: linear-gradient(90deg, rgba(64, 190, 185, 1), rgba(87, 199, 133, 1), rgba(240, 206, 84, 1), rgba(233, 105, 54, 1), rgba(234, 32, 59, 1));
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	background-size: 600% 100%;
	animation: gradient 15s ease infinite;
color: #fff;
    overflow: hidden;
}

.diapo {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-attachment: fixed;
/*     height: 400px; */
    position: relative;
    height:100%;
/*     background-size: 100%; */
background-size: cover;
}
.overlay {background-color:rgba(0,0,0,0.5);
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
border-radius: 2rem 0 0 2rem;}

.diapo .text {
    position: absolute;
/*     top: 2%;
    left: 0; */
    padding: 2.5% 0 2% 2.5%;
    text-align: left;
    z-index: 1000;
}
.absolute_text {position: absolute;
    top: 2%;
    }

.panel4 .text {
    padding:1% 3% 0 3%;
    text-align: left;
    width: 94%;
}

.diapo h1,.diapo h2,.diapo h3 {
    color: #fff;
    width: 100%;
}
.diapo h1 {
    font-size: 2.4em;
}
.diapo h2 {
    font-size: 1.5em;
}
.diapo h3, .panel4 .text h3 {
    font-size: 1em;
}
.bouton_diapo_wbg, .bouton_diapo_warm, .bouton_diapo_cold {text-align:center;}
.bouton_diapo a, .bouton_diapo .btn, .bouton_diapo_wbg a {
    color:#fff;
    position: relative;
}

.diapo .text .bouton_diapo a, .bouton_diapo .btn
{
    color:#000;
    background-color:#fff;
/*
border: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff; */
}
.diapo .text .bouton_diapo .icon {
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    margin-left: 5px;
    }
.diapo .text .bouton_diapo a:hover .icon {margin-left:20px;}

.bouton_orange {
    border-radius:3px;
    padding:8px;
    color: #fff !important;
    border:1px solid var(--hot-1);
    background-color:var(--hot-1);
        -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
}
.bouton_orange:hover {
    color: #fff !important;
    border:1px solid #c91e2d;
    background-color:#c91e2d;
}
.bouton_rouge {
    border-radius:3px;
    padding:8px;
    color: #fff !important;
    border:1px solid #c91e2d;
    background-color:#c91e2d;
        -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
}
.bouton_rouge:hover {
    color: #fff !important;
    border:1px solid var(--burn);
    background-color:var(--burn);
}
a:has(.bouton_rouge):hover,a:has(.bouton_orange):hover {
  text-decoration: none;
}
.bouton_diapo a, .bouton_diapo .btn, .bouton_diapo_wbg a, .bouton_diapo_b a, .bouton_diapo_warm a, .bouton_diapo_warm button, .bouton_diapo_cold a {
    padding: 8px 8px 7px 8px;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.1em;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    cursor: pointer;
white-space: nowrap;
border:1px solid #fff;
border-radius: 3px;
}
.bouton_diapo_wbg a {
    color: #c91e2d !important;
    border:1px solid #fff;
    background-color:#fff;
    margin: 20px;
}
.bouton_diapo_wbg a:hover {
    color: #fff !important;
    border:1px solid #c91e2d;
    background-color:#c91e2d;
}
.bouton_diapo_b a {
    color: #c91e2d;
    border:1px solid #c91e2d;
}
.bouton_diapo_warm a, .bouton_diapo_warm button {
    color: #fff;
    border:1px solid #c91e2d;
    background-color:#c91e2d;
    margin: 20px;
}
.bouton_diapo_warm a:hover, .bouton_diapo_warm button:hover {
    color: #c91e2d;
    border:1px solid #c91e2d;
    background-color:#Fff;
}
.bouton_diapo_cold a {
    color: #fff;
    border:1px solid #40BEB9;
    background-color:#40BEB9;
    margin: 20px;
}
.bouton_diapo_cold a:hover {
    color: #40BEB9;
    border:1px solid #40BEB9;
    background-color:#Fff;
}
.bouton_diapo a:hover, .bouton_diapo .btn:hover {
    color: #fff;
}
.bouton_diapo .icon, .bouton_diapo_wbg .icon, .bouton_diapo_b .icon, .bouton_diapo_warm .icon,.bouton_diapo_cold .icon, .lire a .icon {margin-left: 3px;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.bouton_diapo a:hover .icon, .bouton_diapo .btn:hover .icon, .bouton_diapo_wbg a:hover .icon, .bouton_diapo_b a:hover .icon, .bouton_diapo_warm a:hover .icon,.bouton_diapo_cold a:hover .icon, .lire a:hover .icon {margin-left: 10px;}

.footer .bouton_diapo a {
    padding: 10px 16px 7px 16px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    cursor: pointer;
white-space: nowrap;
border:2px solid #fff;
}

.footer .bouton_diapo .icon-left {margin-right: 10px;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.footer .bouton_diapo:hover .icon-left {margin-right: 20px;}

.circle_container1 {display:inline-block;
width:calc(20% - 20px);
margin:0 10px;}
.circle {
display: flex; /* Flexbox pour le centrage */
    align-items: center; /* Centrage vertical */
    justify-content: center; /* Centrage horizontal */

    color: #fff;
    border-radius: 50%; /* forme bien circulaire */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2em;

    width: 8vw; /* plus prévisible que % */
    height: 8vw; /* pour un vrai cercle */

    margin: 0 auto;
    transition: 0.5s ease;
}
.circle:hover {
        transition: 0.5s ease;
    background: linear-gradient(117deg, rgba(240, 206, 84, 1) 0%, #c91e2d 70%);
}
.circle a {
    color: #fff;
}

.circle_legend {
    display: inline-block;
    vertical-align: top;
margin: 0 auto 35px auto;
}
.circle_legend a {
    color: #000;
}
.circle_legend a:hover {
    color: #c91e2d;
}

.section {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;
    overflow: hidden;
}

.pres_img {
    display: inline-block;
    width: 20%;
    margin: 0 2.5%;
    text-align: center;
}
.pres {
    width: 100%;
    /*     max-width:1000px; */
    margin: 40px auto 60px auto;
/*     background-image: url(pattern-break.png);
background-repeat: no-repeat;
background-position: center bottom; */
text-align: justify;
overflow: hidden;
}

.section .pres {
    max-width: 1050px;
}
.pres h1,
.section2 h1,
.section3 h1,
.section4 h1,
.section5 h1,
.section_inside h1,
.contenu h1,
.panel4 .text h1 {
    font-size: 2em;
    margin: 20px auto 20px auto;
}

.section_inside h1 a,
.pres h1 a,
.section2 h1 a,
.section3 h1 a,
.section4 h1 a,
.section5 h1 a {
    text-decoration:none;
}
.section_inside h2 a,
.pres h2 a,
.section2 h2 a,
.section3 h2 a,
.section4 h2 a,
.section5 h2 a {
    color: #000000;
    text-decoration:none;
}
.section_inside h1.titre_article,
.pres h1.titre_article {font-size: 1.7em;
    margin: 30px auto;}

.pdf_side{display:inline-block;width:38%; vertical-align:middle;margin:100px 0 0 70px;}
.pdf_full {display:block; width:90%; margin:20px auto 0 auto;}
.video-responsive {position: relative;
  width:90%; margin:20px auto 0 auto;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.iframe_pdf {width:100%; height:600px;}
.adobe-dc-view_full {width:100%; height:850px;}
.adobe-dc-view_half {width:100%; height:450px;}

/* .section_inside li a,
.pres li a,
.section2 li a,
.section3 li a,
.section4 li a {
    color: #000;
    text-decoration:none;
} */
.section2 h1, .section2 h2 {
    margin: 50px auto;
    text-align: left;}
.section2 h2 {
margin: 20px auto 50px auto;
}

.li_rub a, .li_sous_rub a {
    color: #000;
    text-decoration:none;}
.li_rub {font-size: 1.3em;
    margin: 15px 0;
}

.underline_ragged, .underline_ragged_cold{
    padding-bottom: 19px;
    position: relative;
    display: inline-block;
}
.underline_ragged_w {color:#fff;}
.underline_ragged::before {
 content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 8px;
  width: 70px;
  background: linear-gradient(90deg, rgba(240, 206, 84, 1) 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 100%);
  z-index: 900;
      transition: all 0.2s ease-in-out;
  transition-duration: 0.2s;
transition-duration: 0.5s;
}


.underline_ragged_cold::before {
 content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 8px;
  width: 70px;
background: linear-gradient(90deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%);
 z-index: 900;
      transition: all 0.2s ease-in-out;
  transition-duration: 0.2s;
transition-duration: 0.5s;
}


.panel6 .underline_ragged, .section5 .underline_ragged {
    padding-bottom: 19px;
    position: relative;
}

.panel6 .underline_ragged::before, .section4 .underline_ragged::before
/* , .la_une .underline_ragged::before */
{
    content: "";
    position: absolute;
    z-index: 900;
    bottom: 0px;
    left: 0px;
    height: 8px;
    margin: 0 0px;
    width: 70px;
background: #c91e2d;
background: linear-gradient(90deg, rgba(240, 206, 84, 1) 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 100%);
    transition: all 0.2s ease-in-out;
  transition-duration: 0.2s;
transition-duration: 0.5s;
}
.section5 .underline_ragged::before, .actus_liste .underline_ragged::before{
    content: "";
    position: absolute;
    z-index: 900;
    bottom: 0px;
    left: 0px;
    height: 8px;
    margin: 0 0px;
    width: 70px;
    background-color: #c91e2d;
    transition: all 0.2s ease-in-out;
  transition-duration: 0.2s;
transition-duration: 0.5s;
}
h1:hover .underline_ragged::before
{
    content: "";
    position: absolute;
    z-index: 900;
    bottom: 0px;
    left: 0px;
background: #c91e2d;
background: linear-gradient(90deg, rgba(240, 206, 84, 1) 0%, rgba(233, 105, 54, 1) 50%, rgba(234, 32, 59, 1) 100%);
    margin: 0 0px;
    width: 110px;
}
h1:hover .underline_ragged_cold::before
{
    content: "";
    position: absolute;
    z-index: 900;
    bottom: 0px;
    left: 0px;
background: #40BEB9;
background: linear-gradient(90deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%);
    margin: 0 0px;
    width: 110px;
}


.pres .underline_ragged3 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.underline_ragged_w {color:#fff;}
.theme_40BEB9 .pres h1.titre_article .underline_ragged::before
{
    background-color: #40BEB9;
}
.theme_EA203B .pres h1.titre_article .underline_ragged::before
{
    background-color: #c91e2d;
}
.theme_53C363 .pres h1.titre_article .underline_ragged::before
{
    background-color: #53C363;
}

/* config des boutons dans les articles */
.theme_40BEB9 .pres .btn
{
    color:#fff;
    background-color: #40BEB9;
    border:1px solid #fff;
    padding: 5px;
}
.theme_EA203B .pres .btn
{
    color:#fff;
    background-color: #c91e2d;
    border:1px solid #fff;
    padding: 5px;
}
.theme_53C363 .pres .btn
{
    color:#fff;
    background-color: #53C363;
    border:1px solid #fff;
    padding: 5px;
}

.theme_40BEB9 .pres .btn:hover
{
    background-color: #fff;
    color:#40BEB9;
    border:1px solid #40BEB9;
}
.theme_EA203B .pres .btn:hover
{
    background-color: #fff;
    color: #c91e2d;
    border:1px solid #c91e2d;
}
.theme_53C363 .pres .btn:hover
{
    background-color: #fff;
    color: #53C363;
    border:1px solid #53C363;
}
/* fin config des boutons dans les articles */

.filters-carousel {
  position: relative;
}
/* zone fade */
.filters-carousel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255,255,255,0.95), transparent);
  transition: opacity 0.3s;
}

.filters-carousel.end::after {
  opacity: 0;
}
.filters-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  cursor: default;
}

.filters-wrapper:active {

}

.filters-wrapper::-webkit-scrollbar {
  display: none;
}

.filter-title {font-size:0.8em;}

.filters {
  display: flex;
  gap: 10px;
  width: max-content;
  padding-right: 60px; /* laisse respirer la flèche */
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.filter-label {
  font-weight: bold;
  opacity: 0.6;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .filters {
    flex-wrap: nowrap;
  }
}

.filters-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-arrow {
position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 3;
  border: 1px solid #aaa;
  color: #c91e2d;
}
/* .scroll-arrow {
  animation: arrowHint 1.8s ease-in-out infinite;
}

@keyframes arrowHint {
  0%   { opacity: 0.4; transform: translateY(-50%) translateX(0); }
  50%  { opacity: 1;   transform: translateY(-50%) translateX(6px); }
  100% { opacity: 0.4; transform: translateY(-50%) translateX(0); }
} */

.scroll-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}



.filter-btn {
  margin: 5px 0;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.filter-btn:hover{color:#c41b31;}

.filter-btn.active {
  background: #c91e2d;
  color: white;
  position: relative;
}

.filter-btn.active::after {
  content: '×';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: white;
  color: #c91e2d;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #c91e2d;
}
.filter-count {font-size:0.75em; opacity:0.6;}


.section h2,
.section2 h2,
.section3 h2,
.section4 h2,
.panel4 .text h2 {
        font-size: 1.3em;
    }
.section_inside h2 {font-size: 1.1em;}

.section h3 {
        font-size: 1.1em;
    }

.section_inside h1.deco {
    padding: 40px 0 0px 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
}


.section_inside ul {font-size:1em;
    text-align: left;}
.section_inside ul li ul {}


.img_rubrique {
/*     background-color: #fff; */
    padding: 0px 0 0 10px;
/*     width: 40%; */
    float: right;
/*     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    margin-bottom: 15px;
    max-width: 40%;
}

/* .img_rubrique_small
    {background-color:#fff;
        padding:10px;
        width:100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);} */

.section2 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
    overflow: hidden;
/*     background-image: url(pattern.png), url(pattern.png);
    background-position: 0px 0, 49px 49px; */
}
.acti {
    display: inline-block;
    width: 23%;
    margin: 0.5% 2% 0 2%;
    padding: 55px 15px 55px 5px;
 /*    background-color: #fff;
    border-radius: 25px; */
    text-align: center;
    position: relative;
    background-image: url(fond-acti-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 390px;
    min-height: 470px;
    vertical-align: top;
}
.acti1 {
    background-image: url(fond-acti-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.acti2 {
    background-image: url(fond-acti-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.acti3 {
    background-image: url(fond-acti-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.acti_light {
    padding: 15px 1% 15px 1%;
    /* border-radius:25px; */
    text-align: center;
    position: relative;
}

.acti_img {
    width: 50%;
    max-width: 160px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}

.acti_img img {
    transition: 0.5s ease;
}

.acti_img:hover img {
    transform: scale(1.1);
}

.acti h2 {
    font-size: 1.3em;
    font-style: normal;
    margin: 20px 0 5px 0;
    text-align:center;
}

.acti a {
    text-decoration: none;
    color: inherit;
}

.acti a:hover {
    color: #c91e2d;
}

.acti .bouton_diapo {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    width: 100%;
}
.acti .bouton_diapo a{
    color:#fff;
    border-radius: 15px;
background-color: #ccc;
padding: 5px 16px 8px 16px;
border: 0;
    }
    .acti1 .bouton_diapo a{background: linear-gradient(117deg, #c91e2d 0%, #c91e2d 90%);}
    .acti2 .bouton_diapo a{background: linear-gradient(117deg, #c91e2d 0%, #000000 40%);}
    .acti3 .bouton_diapo a{background: linear-gradient(117deg, #000000 0%, #c91e2d 40%);}


.section3 {
    text-align:center;
    width: 90%;
    margin: 0 auto;
    padding: 50px 5% 50px 5%;
    overflow: hidden;
    background: linear-gradient(52deg, #000000 70%, #c91e2d 100%);
    color:#fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.inside {
    margin: 0 auto;
    max-width: 1200px;
}

.section3 h1 {
color:#fff;
}

.section3 .pres_img {
    vertical-align: top;
    width: 35%;
    margin: 0 0 0 10%;
}
.section3 .pres_img img{
    border-radius: 100%;
}
.section3 .pres {
    display: inline-block;
    vertical-align: top;
    max-width: 1000px;
    text-align:left;
}
.section3 a {

}

.section4 {
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 0;
    overflow: hidden;
 /*    background-color: #000000; */
}
.section4 .acti {
    text-align: center;
    width: 40%;
    margin: 1% auto;
    color: #000;
    border-radius: 0;
    transition: 0.5s ease;
}
.section5 {
    width: 90%;
    margin: 0;
    padding: 0px 5% 40px 5%;
    overflow: hidden;
}
.section5 .acti {
    text-align: center;
    width: 40%;
    margin: 1% auto;
    color: #000;
    border-radius: 0;
    transition: 0.5s ease;
}
.section6 {
    width: 90%;
    margin: 0;
    padding: 0px 5% 40px 5%;
    overflow: hidden;
    background-color: #c91e2d;
}
.la_une {
    /*     background-color:#FAD347; */
    /* background-color:#000; */
    width: 48%;
    margin: 0;
    padding: 20px 1% 0px 1%;
    vertical-align: top;
/* background: radial-gradient(circle at 100% 10%, #ffdb95 10%, #ffe5b3 30%, #fff7e8 60%); */
}
.la_une_text {
    text-align: right;
    color: #999;
}
.la_une_text h2 {
    font-size: 1.4em;
    margin: 0;
    font-style: normal;
}
.la_une_text h3 {
    margin: 0;
    font-size: 0.9em;
}

.nice_date, .theme_EA203B .nice_date {
background: #c91e2d;
background-size: 600% 600%;
	animation: gradient 5s ease infinite;
padding: 10px;
color: #fff;
text-decoration: none;
}

.theme_53C363 .nice_date {
 min-height: 40px;
background-color: #53C363;
    background: linear-gradient(-45deg, #53C363 0%, #A4C44A 50%, #abdf59 100%);
background-size: 600% 600%;
	animation: gradient 5s ease infinite;
    padding: 10px;
color: #fff;
text-decoration: none;
}
.theme_40BEB9 .nice_date {
 min-height: 40px;
background: linear-gradient(0deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%);
background-size: 400% 400%;
	animation: gradient 5s ease infinite;
padding: 10px;
color: #fff;
text-decoration: none;
}
.nice_date_cold {
 min-height: 40px;
background: linear-gradient(0deg,#40BEB9 0%,#53C363 50%, #A4C44A 100%);
background-size: 400% 400%;
	animation: gradient 5s ease infinite;
padding: 10px;
color: #fff;
text-decoration: none;
}
.nice_date a, .nice_date_cold a {color: #fff;
 font-family: "Anton", sans-serif;
  font-weight: 400;}
.nice_date a:hover,
.nice_date_cold a:hover
{color:#fff;}

.text3  {
    /*     background-color:#FAD347; */
    /* background-color:#000; */
    width: 48%;
    margin: 0;
    padding: 0px 1% 0px 1%;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.actus_liste_text3 {
    width: 55%;
    margin: 0;
    padding: 0px 3.5% 70px 3.5%;
}

.date_pub {
    font-size: 0.8em;
}

.section4 .cadre_img {
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
}

.section4 .cadre_img img {
    transition: 0.5s ease;
}
.section4 .cadre_img img:hover {
    transform: scale(1.1);
}
.section4 .acti:hover {
    transform: scale(1.1);
}

.actus_liste {
    width: 38%;
    margin: 0;
    padding: 20px 0 20px 1%;
    vertical-align: top;
    background-image: url(fond_grid_smaller.png);
    background-color:#fff;
    background-position: bottom left;
}
.last_actus {
    border-top: 1px dashed #c91e2d;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 750px;
    width: 94%;
    transition: 0.5s ease;
}
.last_actus_cold
{
    padding:10px 0;
    border-top: 1px dashed #40BEB9;
    margin: 0 auto;
    max-width: 750px;
    width: 94%;
    transition: 0.5s ease;
}
/* .last_actus:hover {
    background-color: #f1f1f1;
} */
.grid, .pagination{ animation: fadeIn;
    -webkit-animation: fadeIn;
    -moz-animation: fadeIn;
    -o-animation: fadeIn;
    -ms-animation: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-iteration-count:1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.grid {display: grid;
grid-gap: 10px 50px;
grid-template-columns: repeat(auto-fill, minmax(350px,1fr));
grid-auto-rows: 5px;}

.grid2 {
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
}
.grid .content {min-height:250px;
    padding-bottom: 45px;
    position: relative;}

.actu_img {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding-top:3px;
}

.section5 .actu_img {
    width: 12%;
}

.actu_titles {
    display: inline-block;
    width: 60%;
    padding: 10px 2.5%;
    vertical-align: top;
    position:relative;
}

.lire a {
    background-color: #c91e2d;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
border-radius: 3px 0 0 0;
}
.lire a:hover, .last_actus_1 .lire a:hover {
    color: #fff;
}
.last_actus_cold .lire a {
    background-color: #40BEB9;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    border-radius: 3px;
}


.last_actus .lire a:hover {
    background-color: transparent;
    color: #c91e2d;
    border:1px solid #c91e2d;
}
.last_actus_cold .lire a:hover,.lire_cold a:hover {
    background-color: transparent;
    color: #40BEB9;
    border:1px solid #40BEB9;
}
.actu_titles h2 {font-size:1em;}

.actu_titles h2 a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
    font-style: normal;
}
.actu_titles h3 a{font-size: 0.7em;}

.last_actus h3 a, .last_actus_cold h3 a {
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;}

 .actu_titles h2 a:hover {
    color: #000000;
}

.actu_titles h3 a {
    color: #000;
    font-size: 0.9em;
}
 .actu_titles h3 a:hover {
    color: #000000;
}

.last_actus .actu_titles h2 a:hover, .last_actus .actu_titles h3 a:hover {
    color: #c91e2d;
}
.last_actus_cold .actu_titles h2 a:hover, .last_actus_cold .actu_titles h3 a:hover {
    color: #40BEB9;
}

.colonne {display:inline-block;
    width:44%;
    margin:0 3% 20px 3%;
    vertical-align: top;}

    .colonne_3 {display:inline-block;
        width:27.33%;
        margin:0 3% 20px 3%;
        vertical-align: top;}

        .colonne_3 .last_actus_1 {  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);}

#articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  #articles-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #articles-container {
    grid-template-columns: 1fr;
  }
}
#articles-container div.content { margin: 0 1rem 1rem 0; display: inline-block; width: 100%; }


/* Style optionnel pour les blocs article */

#articles-container .item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
  position: relative; /* important pour ton .lire */
  display: block; /* plus inline-block */
  width: auto; /* on laisse Grid gérer */
  margin: 0; /* Grid gère l'espacement */
}

#articles-container .item:hover {
box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
  transform: translateX(1px) translateY(1px);
}

.last_actus_1 { background-color:#fff; padding: 0 0 20px 0; margin:0 0 20px 0;
        vertical-align: top; position: relative; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
.last_actus_1 .actu_img { width: 100%; text-align: center; vertical-align: middle; padding-top:0px; }
.last_actus_1 .actu_titles { width: 90%; padding: 0 5% 10px 5%; vertical-align: top; }
.last_actus_1 .actu_titles h3, .desc {margin: 0; /* font-size: 1.1em; */ line-height:1.2em; }

.last_actus_1 {
  display: flex;
  flex-direction: column;
}

.last_actus_1 .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.last_actus_1 .lire {
position: absolute;
  bottom: 5px;
  right: 0;
}

.last_actus_1 h3 a { font-weight: 400; font-style: normal; font-size: 0.8em; }

.last_actus_1 .actu_img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.help-thermometer {
  padding: 2rem;
background: radial-gradient(circle at 20% 50%, #82dfdb 0%, #e1fffd 15%, #fefefe 90%);
  font-family: sans-serif;
}


.timeline {
  /* déjà présent */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 6rem 1rem; /* <- augmente un peu le padding vertical */

  /* nouveau : garantit assez de place en hauteur */
  min-height: 250px; /* ajuste si nécessaire */
}

.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right,
    #40BEB9,
    #53C363,
    #A4C44A,
    #E96936,
    #c91e2d);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  border-radius: 4px;
  z-index: 0;
}
.timeline.animate::before {
  animation: fillLine 2s ease-out forwards;
}
.box .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  color: white;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 auto 0.5rem;
}

@keyframes fillLine {
  to {
    transform: translateY(-50%) scaleX(1);
  }
}

.step {
  position: relative;
  width: 20%;
  text-align: center;
  z-index: 1;
}

.step a {
  text-decoration: none;
  color: inherit;
}

.dot {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color);
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--color);
  position: relative;
  z-index: 2;
}

.box {
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s;
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.box:hover {
  transform: translateY(-4px);
}

.label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
}

.desc {
    font-size:0.95em;
font-weight:300;
}

.step.top .box {
  position: absolute;
  bottom: 100%;
  margin-bottom:5px;
}

.step.bottom .box {
  position: absolute;
  top: 100%;
    margin-top:5px;
}

/* Responsive : stack en vertical si écran étroit */
@media (max-width: 600px) {
  .timeline {
    flex-direction: column;
    padding: 2rem 0;

  }

  .timeline::before {
    width: 6px;
    height: 100%;
    left: 50%;
    top: 0;
    background: linear-gradient(
      to bottom,
      rgba(64, 190, 185, 1),
      rgba(83, 195, 99, 1),
      rgba(164, 196, 74, 1),
      rgba(233, 105, 54, 1),
      rgba(234, 32, 59, 1)
    );
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
  }

    .timeline.animate::before {
    animation: fillLineV 2s ease-out forwards;
  }

  @keyframes fillLineV {
    to {
      transform: translateX(-50%) scaleY(1);
    }
  }

  .step {
    width: auto;
    margin: 2rem 0;
  }

  .step.top .box,
  .step.bottom .box {
    position: relative;
    margin: 1rem auto 0;
  }
 .box {
    width: 90%;
    max-width: none;
  }
  .dot {
    margin: 0 auto;
  }
}
.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.documentation .docs-down {
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    background-color: #fad347;
    color: #fff;
    padding: 10px 15px;
    font-size: 1em;
    -webkit-transition: .7s cubic-bezier(.3, 1, 0, 1);
    transition: .7s cubic-bezier(.3, 1, 0, 1);
    cursor: pointer;
    width: calc(100% - 20px);
    font-weight: 800;
    background-repeat: repeat;
    background-size: auto
}

.documentation .docs-down:hover {
    background-color: #E96936
}
.titre_docs {padding:5px;}

.documentation {
    margin: 10px 0;
    padding: 0;
    text-align: left
}

.docs {
    padding: 5px 20px;
    text-align: left
}

.module-une-edito {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2rem 0;
  align-items: stretch;
  position: relative;
  overflow: visible;
}

/* À la une */
.une {
  flex: 1 1 calc(55% - 6rem);
  min-width: 300px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 2rem 0 0 2rem; /* coins arrondis asymétriques */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
    color: white;
  padding: 0 2rem 2rem 2rem;
   left: 3rem;
}
.une .text {position: absolute;
  text-align: left;
  z-index: 1000;
width: calc(100% - 6rem);
}
  .une h1{color: #fff;
  background: none;
    background-clip: border-box;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;}

.une h2 a {
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.une h2 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #ff6a00, #c91e2d, transparent);
  transition: left 0.4s ease-in-out;
  z-index: 1;
}

.une h2 a:hover::before {
  left: 100%;
}

.une h2 a span {
  position: relative;
  z-index: 2;
}
/* Édito */
.edito {
  flex: 1 1 calc(40% - 6rem);
  min-width: 280px;
  background-color: #c91e2d;
background: linear-gradient(90deg, rgba(240, 206, 84, 1), rgba(233, 105, 54, 1), rgba(234, 32, 59, 1));
    background-size: auto;
  background-size: 600% 100%;
  animation: gradient 15s ease infinite;
  color: white;
  padding: 2rem;
  border-radius: 0 2rem 2rem 0; /* coins opposés à la une */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
  top: 2rem; /* effet de superposition */
  left: -3rem; /* chevauche un peu la une */
  z-index: 2;
}
.edito h1{color: #fff;
  background: none;
    background-clip: border-box;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;}
/* Responsive mobile */
@media (max-width: 768px) {
  .module-une-edito {
    flex-direction: column;
    gap: 1.5rem;
  }

  .edito {
    top: -45px;
    left: 0;
    border-radius: 1rem;
    margin:0 auto;
    width: 9%;
  }

  .une {
    padding-bottom: 45px;
    left: 0rem;
    border-radius: 0;
  }
  .une .text {
  width: calc(100% - 3rem);
}
.overlay{  border-radius: 0;}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.pagination .bouton_diapo a{background-color:#c91e2d;
border:0;
color:#fff;}
.pagination .bouton_diapo a:hover {background-color:#000000;
    border:0;
    color:#fff;}

.footer {
background: #c91e2d;
 background: linear-gradient(90deg, rgba(64, 190, 185, 1), rgba(87, 199, 133, 1), rgba(240, 206, 84, 1), rgba(233, 105, 54, 1), rgba(234, 32, 59, 1));
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	background-size: 600% 100%;
	animation: gradient 15s ease infinite;
color: #fff;
    margin: 0 auto;
    padding: 0px 5%;
    overflow: hidden;
}
.footer h2 {font-family: "Anton", sans-serif;
  font-weight: 400;}

.footer .div {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}
.footer .div1 {
    width: calc(33% - 40px);
        padding: 0 40px 0 0;
}
.footer .div2 {
    width: calc(33% - 40px);
    padding: 0 20px;
}
.footer .div3 {
    width: calc(33% - 40px);
    padding: 0 0 0 40px;
}
.footer h2 {
    font-size: 1.7em;
}
.footer a {
    color: #fff;
}

.icone_bout a:hover {
    color: #c91e2d;
}

.icone_bout {
    border-bottom: 1px dashed #fff;
    text-align: left;
    padding: 10px 0 0 0;
}

.icon_res a{color:#fff;}
.icon_res a:hover {color:#c91e2d;}

.mentions {
    width: 90%;
    background-color: #c41b31;
    padding: 25px 5%;
    color: #fff;
    text-align: left;
    font-size: 0.9em;
}
.mentions a {
    color: #fff;
}

.form-style-6 {
    max-width: 750px;
    margin: 10px auto 10px 0;
    padding: 0px;
    text-align: left;
}
.form-style-6 h1 {
    border-radius: 8px;
    padding: 5px 0px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 0 0 16px 0;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    color: #000000;
    font-size: 0.9em;
    font-weight: 300;
}

.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="tel"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    -webkit-box-shadow: inset 0px 0px 12px 1px #c91e2d;
    box-shadow: inset 0px 0px 12px 1px #c91e2d;
    padding: 15px 10px;
    border: 1px solid #c91e2d;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"],
.form-style-6 button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 12px 7px 12px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    cursor: pointer;
white-space: nowrap;
border:1px solid #fff;
background-color:transparent;

font-weight: 700;
}

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover,
.form-style-6 button:hover{
    cursor: pointer;
}
.form-style-6 button .icon {margin-left:10px;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.form-style-6 button:hover .icon {margin-left:20px;}

input::placeholder, textarea::placeholder{color:#ccc;}
.arrow {
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    border: 2px solid #fff;
/*     border-left: 1px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff; */
    color:#fff;
    padding: 7px 10px 8px 10px;
    cursor: pointer;
    margin: 0;
    border-radius: 20px;
}

.arrow:hover {
    padding: 5px 10px 25px 10px;
    text-decoration: none;
}

.right {float:right; font-size:0.8em;}
.errors {color:red;}


/*     INTÉRIEUR DES PAGES */

.ariane {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
}
.ariane a {
    color: #fff;
}
.ariane a:hover {
    text-decoration: underline;
}

.section_pages {
    margin: 87px 0 0 0;
    width: 100%;
    overflow:hidden;
    background-color: whitesmoke;
}

.section_inside {
    width: 94%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0px 3% 0px 3%;
/*     min-height: 305px; */
}

.hero-image {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 0 0 3%;
}
.hero-image-mobile {
    display: none;
}
.hero-image h2, .hero-image h3, .hero-image p{padding:0 10px;}

.left-hero-image {
    display: inline-block;
  width: 40%;
  padding: 0 3% 0 0;
}
.text_module50 {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 0;}

.acti h2, .acti h3, .acti p{padding: 17px 5px 0 0px;
color:#000000;
}
.acti h3 {padding: 7px 0 0 0;
    margin: 0;
    font-size: 1em;}

.acti p {
padding: 10px 0;
margin: 0;
}

.acti .div{
 position:absolute;
 top: 32%;
left:0;
padding: 0 15px 0 5px;
width: 92%;}

.hero-image .acti {
    width: 100%;
    text-align: center;
    margin: 1% auto;
    color: #000;
    border-radius: 0;
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.hero-image .cadre_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
}

.hero-image .acti_light:hover {
    transform: none;
}
.hero-image .cadre_img img {
    transition: 0.5s ease;
}
.hero-image .cadre_img img:hover {
    transform: none;
}

.contenu55 {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.contenu {
/*     display: inline-block;
    vertical-align: top; */
/*     line-height: 1.2em; */
max-width: 1300px;
margin: 0 auto;
width: 100%;
}
.contenu p{}
.menu_rub p{margin-top:0;}




#remonter{position:fixed; bottom: 38px;
    right: 8px; margin:0; z-index:1010; display:none;}

    .footer_inside{
        margin: 40px auto;
        width: 95%;}

.logo_news{width: 250px;}
.etiquette {position: absolute;
    top: -107px;
    right: 0;
    padding: 5px 5px 0 0;
    background-color: #fff;
    border-radius: 3px 3px 0 0;}


   .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c91e2d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c91e2d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.archives {
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

.archives h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.archive-year {
    margin-bottom: 10px;
}

.year-toggle {
    border:none;
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
    text-align: left;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    background-color: #fad347;
  color: #fff;
  padding: 5px;
  margin: 3px;
  -webkit-transition: .7s cubic-bezier(.3, 1, 0, 1);
  transition: .7s cubic-bezier(.3, 1, 0, 1);
  cursor: pointer;
}

.year-toggle:hover {
    background: #E96936;
}

.year-toggle .count {
    float: right;
    font-weight: bold;
    color: #c91e2d;
}

.months {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    display: none; /* caché par défaut */
  -webkit-transition: .7s cubic-bezier(.3, 1, 0, 1);
  transition: .7s cubic-bezier(.3, 1, 0, 1);
}

.months li {
    margin: 5px 0;
}

.months li a {
    text-decoration: none;
    color: #333;
    font-size: 0.95em;
    transition: color 0.2s;
}

.months li a:hover {
    color: #c91e2d;
}
.year-toggle::after {
    content: "▸";
    position: absolute;
    right: 15px;
    transition: transform 0.2s;
}

.year-toggle.active::after {
    transform: rotate(90deg);
}
 .year-toggle.active{background: #E96936;}

      #module_spe_img1, #module_spe_img2 {width:500px;}

@media screen and (max-width: 1850px) {
    .diapo h1 {
        font-size: 2.7em;
    }
}

@media screen and (max-width: 1750px) {
    .diapo h1 {
        font-size: 2.6em;
    }
}

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


    .section4 .acti {
        width: 45%;
    }

    .diapo h1 {
        font-size: 2.45em;
    }
}
@media screen and (max-width: 1500px) {

    .diapo h1 {
        font-size: 2.2em;
    }

}
@media screen and (max-width: 1400px) {
    .acti {
        width: 25%;
    }


    .lire a {
        padding: 5px;
    }
    .actu_titles {
        padding: 10px 1%;
    }
    .actu_titles{width:57%;}

    .section4 .acti {
        width: 55%;
        font-size: 0.8em;
    }

    .section_pages {background-position: right top;}

    .diapo h1 {
        font-size: 2em;
    }

    .text3 {background-size:100%;
        vertical-align:top;
    background-position:center 10%;}

}

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


    .diapo h1 {
        font-size: 1.7em;
    }
    .diapo h2{
        font-size: 1.1em;
    }
    .pres h1, .section2 h1, .section3 h1, .section4 h1, .section5 h1, .section_inside h1, .contenu h1,
    .panel4 .text h1
    {
        font-size: 1.7em;
    }
    .section h2, .section2 h2, .section3 h2, .section4 h2,
    .panel4 .text h2,
    .section_inside h2
    {
        font-size: 1.1em;
    }




   /*  .panel{padding:20px 0;} */

    .panel3, .panel4 {
        padding-bottom:0;
    }


    .section5 .actu_img {
        width: 12%;
      }

      .pdf_side {display:block; width:90%; max-width: 750px; margin:40px auto 0 auto;}
      .adobe-dc-view_full {width:100%; height:750px;}
}

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

    .footer .bouton_diapo a {
        padding: 8px 16px 5px 16px;
        font-size: 1em;
    }

    .section4 .acti {
        width: 65%;
    }

    .events .text_big {font-size:1em;}

    .section_inside li {
/*         list-style: none; */
        padding-left: 0px;
    }

    .acti {
        width: 25%;
    }
    .diapo h1, .footer h2
     {
        font-size: 1.6em;
    }
    .diapo h2 {
        font-size: 1em;
    }

    .section h2, .section2 h2, .section3 h2, .section4 h2,
    .panel4 .text h2,
    .section_inside h2
    {
        font-size: 1em;
    }
    .actu_titles{width:50%;}

}

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





      #module_spe_img1, #module_spe_img2 {width:300px;}


      .actu_titles h2{font-size: 0.9em;}


}

/* mobile break */
@media screen and (max-width: 1024px) {

    .hero-image {
        display: none;
    }
    .hero-image-mobile {
        display: block;
    }

.text_module50 {
  display: block;
  width: 100%;
  padding: 0 0 0 0;}
    .left-hero-image {
    display: block;
  width: 100%;
  padding: 0;
}
    .right-hero-image {
    display: block;
  width: 100%;
  padding: 0;
}

    .colonne_3 {display:inline-block;
        width:94%;
        margin:0 3% 20px 3%;
        vertical-align: top;}

    /* other elements */
    .pres {
        width: 95%;
        padding: 0 2.5%;
    }
    .pres p {font-size:0.9em;}

    .circle {
  width: 10vw;
  height: 10vw;
    }

    .circle_legend {
        font-size: 0.9em;
        line-height: 1em;
    }

    .acti {
        width: 26%;
        margin: 0.5% 1.5% 0 1.5%;
        font-size:0.9em;
        padding: 35px 15px 55px 5px;
        min-height: 400px;
    }
    .acti .div {top: 20%;}

    .acti a {
        text-decoration: none;
        color: inherit;
        font-size: 1.1em;
    }
    .section4 .acti {
        width: 70%;
    }

    .diapo h1 {
        font-size: 1.4em;
    }
    .diapo h2 {
        font-size: 0.9em;
    }


    .last_actus, .last_actus_cold {display: inline-block;
        width: 46%;
        margin: 0 1%;
    }


    .actu_titles {
        width: 65%;
        padding: 10px 5px;
    }

    .actu_img {
        width: 30%;
    }

    .section3 .pres_img {
        vertical-align: top;
        width: 38%;
        margin: 0 0 0 5%;
    }


    .section3 {background-size: 50px;}

    .side_form {
        top: 10%;
    }

    .events_wrap{width:27%;}
    .side_form_button{
        right: -135px;
        padding:5px 15px 8px 15px;
        font-size: 1.2em;
    }

    .date2 .date_j {font-size: 3em;
    }
 /*    .date2 .date_m {font-size: 0.8em;} */

    .date2 {
float: right;
margin: 0;
position: absolute;
right: 0px;
padding: 5px 2px 15px 2px;
font-size: 0.8em;
}
    .inscription{max-width:300px;
        font-size: 0.8em;}

    .events_article, .services_article {width: 84%;
        margin: 0 20px 0 30px;
        padding: 0 2px;}

        .tableau-article {
            font-size: 0.8em;
        }

/*         .ariane {
            display: none;
        }
 */

.footer .div1,
.footer .div2,
.footer .div3 {
    width: calc(50% - 42px);
        padding: 0 20px;
}

.panel{padding:0px 0;}

.section2{padding:20px 0 0 0;}

.help-thermometer {
  padding: 2rem;
}
.top_page {padding: 40px 2.5% 10px 2.5%;}

.la_une,
.actus_liste,
.actus_liste_text3,
.text3
 {
    display: block;
    width: 98%;
}
.bouton_diapo_wbg, .bouton_diapo_warm, .bouton_diapo_cold {text-align:center;}
.logo_news{width: 150px;}
.etiquette {top: -47px;}



/* .diapo{background-position: 100% 120px;
    background-size: 50%;
} */

.grid {width: 85%;
    margin: 0 auto;}


}

@media screen and (max-width: 900px) {
        .section_pages {margin: 0px 0 0 0;
        background-size: 50px;}
    .last_actus, .last_actus_cold{width: 95%;}
    .panel1 {
margin-top:0;}
}

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

    .acti {
        width: 50%;
        margin: 20px auto;
        max-width:90%;
        border-radius: 0 0 15px 0;
    }
    .acti .div {top: 32%;}

    .text3{height:400px;
    padding:0;}

    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.6em;
    }

    .actus_liste_text3 {width:95%;
        padding: 0 4% 20px 1%;}

    .section4 .acti {
        width: 70%;
    }

    .section5 .actu_img {
        width: 15%;
      }
    .actu_titles {
        width: 55%;
        padding: 10px 5px;
        vertical-align: top;
    }

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }

    .footer {
        font-size: 1em;
    }



    .footer .bouton_diapo a {
        padding: 8px 16px 5px 16px;
        font-size: 1em;
    }

    .mentions {
        padding: 10px 5% 33px 5%;
    }

    .contenu55 {width:90%;}

    .hero-image .acti {margin:25px auto;}

    .footer_inside{max-width: 1000px; margin: 0px auto;}
    #remonter {opacity:0;}

        .circle {font-size:1.5em;}
        .circle_container1 {width:20%;}
}

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


    .section_inside {
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .pres {margin: 10px auto 0 auto;}

    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.4em;
    }
    .section_inside h1.titre_article, .pres h1.titre_article{margin: 50px auto 0 auto;}

    /* other elements */
    .diapo h1 {
        font-size: 1.45em;
    }


    .pres {
        width: 94%;
        padding: 0 4% 0 2%;
    }

    .acti {
        width: 75%;
        margin: 20px auto;
        min-height: 400px;
    }

    .acti_img {
        width: 40%;
    }

    .section4 .acti {
        width: 70%;
    }



    .actu_titles {
        width: 60%;
        padding: 10px 5px;
    }

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        vertical-align: top;
        width: 85%;
        margin: 0 0 0 10%;
    }


.footer .div1,
.footer .div2,
.footer .div3 {
    width: calc(100% - 40px);
        padding: 0 20px;
}

    .mentions {
        padding: 10px 5% 33px 5%;
    }




    .ariane {font-size: 0.8em;}

    .events_wrap{width:42%;}

    .side_form_button {
        right: -118px;
        padding: 5px 15px 5px 15px;
        font-size: 1em;
    }
    .side_form {font-size: 0.8em;}

    .tableau-article {
      font-size: 0.7em;
    }

    .text3 {
        height: 240px;
        background-size:cover;
        background-position: top center;
    }

    .diapo .text {bottom:6%;}
    .diapo .text .bouton_diapo .icon {left: 10px;}



        .colonne{
            display: block;
            width: 85%;
            margin: 0 auto 20px auto;}

    .pdf_full {display:block; width:100%; max-width: 750px; margin:40px auto 0 auto;}
    .adobe-dc-view_full {width:100%; height:550px;}
    .adobe-dc-view_half {width:100%; height:450px;}
    .iframe_pdf {width:100%; height:550px;}

      .circle {
    width: 15vw;
    height: 15vw;
  }
}

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


    .diapo h1 {
        font-size: 1em;
      }
      .diapo h2 {
        font-size: 0.8em;
      }


    .section {padding: 0px 0 40px 0;}
    .pres {width:94%;
        padding: 0 4% 0 2%;}





    .acti h2 {
        margin: 10px auto 0 auto;
    }

    .events_wrap{width:65%;}


    .acti .div {top:30%;}


    .text3 {
        background-size:cover;
        height: 240px;
    }

    .grid {
        grid-template-columns: repeat(auto-fill, minmax(240px,1fr));
        }

        .adobe-dc-view_full {width:100%; height:450px;}
        .adobe-dc-view_half {width:100%; height:450px;}
        .iframe_pdf {width:100%; height:450px;}
}
@media screen and (max-width: 499px) {

    .profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
}
@media screen and (max-width: 400px) {
    .acti .div {top:28%;}
}
