@charset "UTF-8";
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibrib.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* MAX BOX : 
max-width: 1195px;
padding : 25px;
margin-left : auto;
margin-right : auto;
*/
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}
html body {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  html body .up, html body .down {
    opacity: 0;
    position: relative;
    top: 50px;
    transition: opacity 0.5s ease, top 0.5s ease;
  }
  html body .up {
    opacity: 1;
    top: 0;
  }
  html body .upFromTop, html body .downFromTop {
    opacity: 0;
    position: relative;
    top: 150px;
    transition: opacity 1s ease, top 1s ease;
  }
  html body .upFromTop {
    opacity: 1;
    top: 0;
  }
  html body .upFromLeft, html body .downFromLeft {
    opacity: 0;
    position: relative;
    left: -50px;
    transition: left 1s ease, opacity 1s ease;
  }
  html body .upFromLeft {
    opacity: 1;
    left: 0;
  }
  html body .upFromRight, html body .downFromRight {
    opacity: 0;
    position: relative;
    right: -50px;
    transition: right 1s ease, opacity 1s ease;
  }
  html body .upFromRight {
    opacity: 1;
    right: 0;
  }
  html body .upFromBot, html body .downFromBot {
    opacity: 0;
    position: relative;
    bottom: 50px;
    transition: opacity 1s ease, bottom 1s ease;
  }
  html body .upFromBot {
    opacity: 1;
    bottom: 0;
  }
}
html body a {
  text-decoration: none;
}
html body .contentParaph ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
html body .contentParaph ul li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #095561;
  margin-bottom: 0px;
  position: relative;
  padding-left: 14px;
}
html body .contentParaph ul li:before {
  content: "•";
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
html body .fullDouble.dark .contentParaph ul li {
  color: #fff;
}
html body.debugBoxes #containLogosTop {
  border: 1px solid purple;
}
html body.debugBoxes header nav, html body.debugBoxes #contactBt {
  border: 1px solid purple;
}
html body.debugBoxes header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk {
  border: 1px solid purple;
}
html body.debugBoxes header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .reminder {
  border: 1px solid purple;
}
html body.debugBoxes header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal {
  border: 1px solid purple;
}
html body.debugBoxes header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal .levelTwoItem {
  border: 1px solid purple;
}
html body.debugBoxes header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .push {
  border: 1px solid purple;
}
html body.locked {
  overflow-y: hidden;
}
@media screen and (min-width: 1024px) {
  html body.locked {
    overflow-y: auto;
  }
}
html body a {
  text-decoration: none;
}
html body p, html body h1, html body h2, html body h3, html body ul, html body li {
  margin: 0;
  padding: 0;
}
html body input {
  font-family: "Calibri";
}
html body ul, html body li {
  list-style: none;
}
html body .groupCta {
  display: block;
  text-align: center;
}
html body .groupCta.left {
  text-align: left;
}
html body .groupCta.left a {
  margin-left: 0;
}
html body .groupCta a {
  display: inline-block;
  margin: 0 25px;
  background-color: #062A42;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: bold;
}
html body .groupCta a:hover {
  background-color: #00ADD3;
}
html body .groupCta a.grey {
  color: #062A42;
  background-color: #E5E9EB;
}
html body .groupCta a.grey:hover {
  color: #E5E9EB;
  background-color: #062A42;
}
html body .groupCta a.white {
  color: #062A42;
  background-color: #fff;
}
html body .groupCta a.white:hover {
  color: #fff;
  background-color: #062A42;
}
html body .groupCta a.blue {
  color: #fff;
  background-color: #00ADD3;
}
html body .groupCta a.blue:hover {
  background-color: #062A42;
}
html body .groupCta a.corail {
  color: #fff;
  background-color: #FF6A56;
}
html body .groupCta a.corail:hover {
  background-color: #00ADD3;
}
html body .ss-content.slimSelected {
  z-index: 99999;
}
html body .groupSubmit {
  display: block;
  text-align: center;
}
html body .groupSubmit.left {
  text-align: left;
}
html body .groupSubmit.left input[type=submit] {
  margin-left: 0;
}
html body .groupSubmit.right {
  text-align: right;
}
html body .groupSubmit.right input[type=submit] {
  margin-right: 0;
}
html body .groupSubmit.rightAndLeft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body .groupSubmit.rightAndLeft a {
  text-indent: -999px;
  margin-left: 0;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/retourButton.svg");
  padding-left: 39px;
  padding-right: 39px;
}
html body .groupSubmit.rightAndLeft a:hover {
  background-image: url("../img/icon/retourButtonBlanc.svg");
}
@media screen and (min-width: 768px) {
  html body .groupSubmit.rightAndLeft a {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  html body .groupSubmit.rightAndLeft a:hover {
    background-image: none;
  }
}
html body .groupSubmit.rightAndLeft input[type=submit] {
  -webkit-appearance: none;
  margin-right: 0;
}
html body .groupSubmit.rightAndLeft input[type=submit].desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .groupSubmit.rightAndLeft input[type=submit].desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html body .groupSubmit.rightAndLeft input[type=submit].mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html body .groupSubmit.rightAndLeft a {
    margin-left: 0;
    margin-bottom: 0;
    text-indent: 0px;
  }
}
html body .groupSubmit input[type=submit], html body .groupSubmit a {
  display: inline-block;
  margin: 0 25px;
  background-color: #062A42;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}
html body .groupSubmit input[type=submit]:hover, html body .groupSubmit a:hover {
  background-color: #00ADD3;
}
html body .groupSubmit input[type=submit].grey, html body .groupSubmit a.grey {
  color: #062A42;
  background-color: #E5E9EB;
}
html body .groupSubmit input[type=submit].grey:hover, html body .groupSubmit a.grey:hover {
  color: #E5E9EB;
  background-color: #062A42;
}
html body .groupSubmit input[type=submit].white, html body .groupSubmit a.white {
  color: #062A42;
  background-color: #fff;
}
html body .groupSubmit input[type=submit].white:hover, html body .groupSubmit a.white:hover {
  color: #fff;
  background-color: #062A42;
}
html body .genSeoBotPage {
  margin-bottom: 70px;
}
html body .genSeoBotPage .limitContainer {
  padding: 0 5.33%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1195px;
}
@media screen and (min-width: 1024px) {
  html body .genSeoBotPage .limitContainer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
html body .genSeoBotPage h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #00ADD3;
  color: #062A42;
  margin-bottom: 10px;
}
html body .genSeoBotPage p {
  font-size: 16px;
  line-height: 20px;
  color: #062A42;
  text-align: center;
  text-align: left;
  margin-bottom: 22px;
}
@media screen and (min-width: 1024px) {
  html body .genSeoBotPage p {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .genSeoBotPage p a {
  color: #062A42;
  text-decoration: underline;
  transition: color 0.2s;
}
html body .genSeoBotPage p a:hover {
  color: #00ADD3;
}
html body .genSeoBotPage p a {
  color: #00ADD3;
  text-decoration: underline;
  transition: 0.2s color;
}
html body .genSeoBotPage p a:hover {
  color: #FF6A56;
}
html body .genSeoBotPage ul {
  margin-bottom: 20px;
}
html body .genSeoBotPage ul li {
  padding-left: 17px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #062A42;
}
@media screen and (min-width: 1024px) {
  html body .genSeoBotPage ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .genSeoBotPage ul li:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #00ADD3;
  border-radius: 2px;
  left: 0;
  top: 8px;
}
html body .genSeoBotPage ul li a {
  text-decoration: underline;
  color: #00ADD3;
  transition: 0.2s color;
}
html body .genSeoBotPage ul li a:hover {
  color: #FF6A56;
}
html body .fakeHeader {
  height: 105px;
}
html body .fakeHeader.hp {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  html body .fakeHeader {
    height: 161px;
  }
}
html body .headerLimiter {
  position: fixed;
  height: 105px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  transition: 0.25s background-color ease, 0.4s top, 0.25s box-shadow;
}
html body .headerLimiter.notHome {
  background-color: #fff;
  box-shadow: 0px 5px 27px -20px rgba(0, 0, 0, 0.4);
}
html body .headerLimiter.notHome .containHeaderInside #containLogosTop #whiteMainLogo {
  display: none;
}
html body .headerLimiter.notHome .containHeaderInside #containLogosTop #DarkmainLogo {
  display: block;
}
html body .headerLimiter.notHome .containHeaderInside #rightMobIcons .burgerGroup .burger span {
  background-color: #095561;
}
html body .headerLimiter.notHome header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a {
  color: #095561;
}
html body .headerLimiter.notHome header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a:hover {
  color: #87BD2B;
}
@media screen and (min-width: 1024px) {
  html body .headerLimiter {
    height: 161px;
    top: -161px;
  }
}
html body .headerLimiter.visible {
  top: 0;
}
html body .headerLimiter.white {
  background-color: #fff;
  top: -161px;
  box-shadow: 0px 5px 27px -20px rgba(0, 0, 0, 0.4);
}
html body .headerLimiter.white.visible {
  top: 0;
}
html body .headerLimiter.white .containHeaderInside #containLogosTop #whiteMainLogo {
  display: none;
}
html body .headerLimiter.white .containHeaderInside #containLogosTop #DarkmainLogo {
  display: block;
}
html body .headerLimiter.white .containHeaderInside #rightMobIcons .burgerGroup .burger span {
  background-color: #095561;
}
html body .headerLimiter.white .topMenuDesktop {
  background-color: #F5F9FB;
}
html body .headerLimiter.white header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a {
  color: #095561;
}
html body .headerLimiter.white header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a:hover {
  color: #87BD2B;
}
html body .headerLimiter .topMenuDesktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  html body .headerLimiter .topMenuDesktop {
    display: block;
    background-color: rgba(245, 249, 251, 0.8);
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li {
    padding-left: 33px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li:nth-child(1) {
    background-image: url("../img/ticons/anemosDark.svg");
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li:nth-child(1):hover {
    background-image: url("../img/ticons/anemosB.svg");
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li:nth-child(2) {
    background-image: url("../img/ticons/boutiqueDark.svg");
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li:nth-child(2):hover {
    background-image: url("../img/ticons/boutiqueB.svg");
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #095561;
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop ul li a:hover {
    color: #393939;
  }
  html body .headerLimiter .topMenuDesktop .limiterTopMenuDesktop select {
    height: 26px;
  }
}
html body header {
  padding: 15px 5.55% 15px 5.55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  html body header {
    padding: 20px 25px 0 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    height: 101px;
  }
}
html body header .containHeaderInside {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  html body header .containHeaderInside {
    height: 100%;
  }
}
html body header .containHeaderInside #containLogosTop {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  html body header .containHeaderInside #containLogosTop {
    margin-bottom: 26px;
  }
}
html body header .containHeaderInside #containLogosTop #whiteMainLogo {
  display: block;
}
html body header .containHeaderInside #containLogosTop #DarkmainLogo {
  display: none;
}
html body header #mainLogoLink {
  width: 94px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  html body header #mainLogoLink {
    width: 120px;
  }
}
html body header #mainLogo {
  width: 94px;
  display: block;
}
@media screen and (min-width: 1024px) {
  html body header #mainLogo {
    width: 120px;
    padding-bottom: 25px;
  }
}
html body header #contactBt {
  display: none;
}
@media screen and (min-width: 1024px) {
  html body header #contactBt {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding: 12px 32px 12px 32px;
    background-color: #87BD2B;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s;
    margin-bottom: 33px;
    overflow-x: hidden;
    text-indent: -9999px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/ticons/bulleContact.svg");
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  html body header #contactBt {
    padding: 12px 20px 12px 65px;
    background-position: 20px center;
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) {
  html body header #contactBt:hover {
    background-color: #095561;
  }
}
html body header nav {
  position: absolute;
  display: none;
  top: 105px;
  height: calc(100vh - 105px);
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  html body header nav {
    top: inherit;
    position: static;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: hidden;
    width: auto;
    height: 100%;
    display: block;
    background-color: transparent;
  }
}
html body header nav.open {
  display: block;
}
html body header nav .topMenuMobile {
  background-color: #F5F9FB;
  padding: 20px 5.55% 30px 5.55%;
}
html body header nav .topMenuMobile ul li {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 30px;
  background-size: 23px auto;
  background-position: left top;
  background-repeat: no-repeat;
}
html body header nav .topMenuMobile ul li a {
  font-size: 16px;
  line-height: 23px;
  color: #095561;
  font-weight: 500;
  transition: 0.2s color;
}
html body header nav .topMenuMobile ul li a:hover {
  color: #87BD2B;
}
html body header nav .topMenuMobile ul li:nth-child(1) {
  background-image: url("../img/ticons/recrutement.svg");
}
html body header nav .topMenuMobile ul li:nth-child(2) {
  background-image: url("../img/ticons/anemos.svg");
}
html body header nav .topMenuMobile ul li:nth-child(3) {
  background-image: url("../img/ticons/boutique.svg");
}
@media screen and (min-width: 1024px) {
  html body header nav .topMenuMobile {
    display: none;
  }
}
html body header nav ul#mainUl {
  border-top: 2px solid #095561;
  margin-left: 5.55%;
  margin-right: 5.55%;
  border-bottom: 1px solid #DED9D4;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne {
    height: 100%;
    padding-right: 40px;
  }
  html body header nav ul#mainUl li.levelOne:last-child {
    padding-right: 0;
  }
  html body header nav ul#mainUl li.levelOne .levelOneTitle {
    height: 100%;
  }
  html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine {
    height: 100%;
  }
  html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #fff;
  }
  html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a span {
    margin-right: 4px;
    margin-top: 4px;
  }
  html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine a:hover {
    color: #87BD2B;
  }
  html body header nav ul#mainUl li.levelOne:hover .levelOneTitle .groupLine a {
    color: #87BD2B !important;
  }
  html body header nav ul#mainUl li.levelOne:hover .levelOneTitle {
    border-bottom-color: #87BD2B;
  }
  html body header nav ul#mainUl li.levelOne:hover .levelOneTitle a {
    color: #00ADD3;
  }
  html body header nav ul#mainUl li.levelOne:hover .level2List {
    display: block;
    position: fixed;
    top: 161px;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
html body header nav ul#mainUl li.levelOne:first-child .levelOneTitle .groupLine {
  border-top-color: transparent;
}
html body header nav ul#mainUl li.levelOne.open + .levelOne .levelOneTitle .groupLine {
  border-top-color: transparent;
}
html body header nav ul#mainUl li.levelOne.open .level2List {
  display: block;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne.open .level2List {
    display: none;
  }
}
html body header nav ul#mainUl li.levelOne .level2List {
  display: none;
  padding: 0 34px;
  background-color: #F2F4F5;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List {
    position: fixed;
    top: 161px;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity 0.25s ease;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupFakeBackDesk {
    background-color: rgba(6, 42, 66, 0.2);
    height: calc(100vh - 161px);
    padding: 0;
    position: fixed;
    top: 161px;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk {
    background-color: #F5F9FB;
    position: relative;
    z-index: 2;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk {
    padding: 55px 25px 23px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .reminder {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    padding-right: 0;
    box-sizing: border-box;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal {
    width: calc((100% - 120px) / 4 * 2 + 40px);
    margin-right: 40px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal .levelTwoItem {
    width: calc((100% - 40px) / 2);
    padding-right: 0;
    box-sizing: border-box;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal .levelTwoItem:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal .levelTwoItem a {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #095561;
    padding: 0;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .level2ListReal .levelTwoItem a:hover {
    color: #87BD2B;
  }
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .push {
    width: calc((100% - 120px) / 4);
    margin-right: 0;
    padding-right: 0;
    position: relative;
    box-sizing: border-box;
    transition: 0.5s opacity;
    opacity: 1;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .push:hover {
    opacity: 0.95;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .push a {
    border-radius: 2px;
    z-index: 2;
    position: relative;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .limiterGroupListDesk .push a:hover {
    color: #fff;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .levelTwoItem {
    padding-left: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder a {
    width: auto;
    display: inline-block;
    color: #00ADD3;
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.525' height='14.049' viewBox='0 0 8.525 14.049'%3E%3Cpath id='Trac%C3%A9_570' data-name='Trac%C3%A9 570' d='M319 651.2l4.9 4.9L319 661' transform='translate(-316.879 -649.075)' fill='none' stroke='%2300add3' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder a {
    color: #095561;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder a:hover {
    color: #87BD2B;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  html body header nav ul#mainUl li.levelOne .level2List .groupBackDesk .groupListDesk .reminder a {
    font-size: 34px;
    line-height: 40px;
  }
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.reminder a, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.reminder a {
  font-weight: 700;
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push {
  display: inline-block;
  margin-bottom: 34px;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
    border: none;
  }
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push a, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push a {
  padding: 24px 50px;
  border: 1px solid #095561;
  text-align: center;
  background-size: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push a, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push a {
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push a, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push a {
    font-size: 28px;
    line-height: 30px;
  }
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem.push a:hover, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup.push a:hover {
  border-color: #87BD2B;
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem a, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup a {
  color: #095561;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding: 12px 0;
  display: block;
  flex-grow: 1;
  transition: color 0.2s;
}
html body header nav ul#mainUl li.levelOne .level2List .levelTwoItem a:hover, html body header nav ul#mainUl li.levelOne .level2List .titleRightGroup a:hover {
  color: #87BD2B;
}
html body header nav ul#mainUl li.levelOne .level2List .rightGroup .rightGroupItems {
  padding: 0 15px;
  padding-bottom: 10px;
}
html body header nav ul#mainUl li.levelOne .level2List .rightGroup .rightGroupItems .levelTwoItem a {
  padding-left: 46px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}
html body header nav ul#mainUl li.levelOne .level2List .rightGroup .rightGroupItems .levelTwoItem {
  padding-left: 0;
}
html body header nav ul#mainUl li.levelOne .levelOneTitle {
  padding-left: 14px;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle {
    padding-left: 0;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle.open {
  background-color: #F2F4F5;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle.open {
    background-color: #fff;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle.open .groupLine {
  border-top-color: transparent;
}
html body header nav ul#mainUl li.levelOne .levelOneTitle.open .groupLine a {
  color: #87BD2B;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle.open .groupLine a {
    color: #062A42;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle.open .groupLine .goLower {
  transform: rotate(90deg);
}
html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine {
  display: flex;
  border-top: 1px solid #8294A0;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle .groupLine {
    border: none;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle a {
  color: #095561;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding: 24px 0;
  display: block;
  flex-grow: 1;
}
html body header nav ul#mainUl li.levelOne .levelOneTitle a span {
  font-size: 12px;
  line-height: 14px;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle a {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 1124px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle a {
    font-size: 18px;
    line-height: 22px;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle .goLower {
  padding: 29px 21px;
  width: 8px;
  height: 15px;
  cursor: pointer;
  transition: 0.5s transform ease;
}
@media screen and (min-width: 1024px) {
  html body header nav ul#mainUl li.levelOne .levelOneTitle .goLower {
    display: none;
  }
}
html body header nav ul#mainUl li.levelOne .levelOneTitle .goLower svg {
  width: 100%;
  display: block;
}
html body header nav #contactBtMobile {
  margin: 0 5.55% 20px 5.55%;
  display: block;
}
@media screen and (min-width: 1024px) {
  html body header nav #contactBtMobile {
    display: none;
  }
}
html body header nav #contactBtMobile a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding: 12px 50px 12px 96px;
  background-color: #87BD2B;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 51px center;
  background-image: url("../img/ticons/bulleContact.svg");
}
html body header #rightMobIcons {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  html body header #rightMobIcons {
    margin-bottom: 25px;
  }
}
html body header #rightMobIcons #headConnect, html body header #rightMobIcons #headAccount {
  color: #062A42;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  padding-top: 30px;
  background-size: 18px auto;
  background-position: center 6px;
  background-image: url("../img/icon/peap.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  html body header #rightMobIcons #headConnect, html body header #rightMobIcons #headAccount {
    font-size: 12px;
    line-height: 13px;
  }
}
html body header #rightMobIcons .burgerGroup {
  cursor: pointer;
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  html body header #rightMobIcons .burgerGroup {
    display: none;
  }
}
html body header #rightMobIcons .burgerGroup.open .burger {
  transform: rotate(45deg);
  transition: 0.3s ease 0.3s;
}
html body header #rightMobIcons .burgerGroup.open .burger span:nth-child(1) {
  top: 10px;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0.6s;
}
html body header #rightMobIcons .burgerGroup.open .burger span:nth-child(2) {
  opacity: 0;
  margin-left: 0;
  width: 50px;
  transition: margin 0.3s ease, width 0.3s ease, opacity 0.3s ease 0.3s;
}
html body header #rightMobIcons .burgerGroup.open .burger span:nth-child(3) {
  width: 50px;
  transform: rotate(90deg);
  margin-left: 0;
  bottom: 10px;
  transition: margin 0.3s ease, width 0.3s ease, bottom 0.3s ease 0.3s, transform 0.3s ease 0.4s;
}
html body header #rightMobIcons .burgerGroup .burger {
  height: 24px;
  transition: 0.3s;
  width: 50px;
}
html body header #rightMobIcons .burgerGroup .burger span {
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 6px;
  display: block;
  opacity: 1;
  position: relative;
}
html body header #rightMobIcons .burgerGroup .burger span:nth-child(1) {
  top: 0;
  transition: transform 0.3s ease-out 0.3s, top 0.3s ease 0.3s;
}
html body header #rightMobIcons .burgerGroup .burger span:nth-child(2) {
  margin-left: 20px;
  width: 30px;
  transition: margin 0.3s ease, width 0.3s ease, opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, width 0.3s ease 0.3s, margin 0.3s ease 0.3s;
}
html body header #rightMobIcons .burgerGroup .burger span:nth-child(3) {
  margin-left: 37px;
  width: 13px;
  bottom: 0;
  transition: margin 0.3s ease 0.3s, width 0.3s ease 0.3s, bottom 0.3s ease 0.3s, transform 0.3s ease-out;
}
html body header #rightMobIcons .burgerGroup .burger span:last-child {
  margin-bottom: 0;
}
html body .genericProjetsEnAvant {
  text-align: center;
}
html body .genericProjetsEnAvant h2 {
  color: #FF6A56;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body .genericProjetsEnAvant h2 {
    margin-bottom: 40px;
  }
}
html body .genericProjetsEnAvant .listeProjets {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 20px;
}
html body .genericProjetsEnAvant .listeProjets .projet {
  margin-right: 20px;
  width: 210px;
  min-width: 210px;
  margin-right: 15px;
  box-sizing: border-box;
  border: 1px solid #E5E9EB;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-right: 15px;
}
html body .genericProjetsEnAvant .listeProjets .projet:hover {
  border-color: #00ADD3;
}
html body .genericProjetsEnAvant .listeProjets .projet:hover .contentMav .plusSign {
  color: #fff;
  background-color: #00ADD3;
  border-color: #00ADD3;
}
html body .genericProjetsEnAvant .listeProjets .projet:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  html body .genericProjetsEnAvant .listeProjets .projet {
    width: 33.3333333333%;
    min-width: 0;
  }
}
html body .genericProjetsEnAvant .listeProjets .projet img {
  display: block;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav {
  padding: 10px 10px 15px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .title {
  color: #062A42;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  html body .genericProjetsEnAvant .listeProjets .projet .contentMav .title {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav p {
  display: block;
  color: #8294A0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  html body .genericProjetsEnAvant .listeProjets .projet .contentMav p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .doneJaugeGroup {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #00ADD3;
  text-align: center;
  font-weight: 700;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .jaugeGroup {
  margin-bottom: 14px;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .jaugeGroup .nombresJauge {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
  color: #00ADD3;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .jaugeGroup .jaugeFond {
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background-color: #E5E9EB;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .jaugeGroup .jaugeFond .jaugeRemplissage {
  height: 100%;
  background-color: #00ADD3;
  border-radius: 6px;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .daysLeftGroup {
  padding-left: 27px;
  background-image: url("../img/icon/calculette.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  font-size: 16px;
  line-height: 19px;
  color: #062A42;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .collecteDoneGroup {
  font-size: 16px;
  line-height: 19px;
  color: #062A42;
  text-align: center;
  word-break: break-all;
  padding: 0 20px;
}
html body .genericProjetsEnAvant .listeProjets .projet .contentMav .plusSign {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #fff;
  font-size: 24px;
  line-height: 25px;
  color: #9BAAB3;
  font-weight: bold;
  width: 27px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #E5E9EB;
  border-left: 1px solid #E5E9EB;
  border-radius: 8px 0 8px 0;
  display: block;
  text-align: center;
}
html body .genericProjetsEnAvant .listeProjets .projet:last-child {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  html body .genericProjetsEnAvant .listeProjets .projet {
    width: 210px;
    min-width: 210px;
  }
}
@media screen and (min-width: 1024px) {
  html body .genericProjetsEnAvant .listeProjets .projet {
    width: calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
  }
  html body .genericProjetsEnAvant .listeProjets .projet:last-child {
    margin-right: 0px;
  }
}
html body .genericActusEnAvant {
  margin-bottom: 70px;
}
html body .genericActusEnAvant h2 {
  color: #FF6A56;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
}
html body .genericActusEnAvant .simpleBar .remonteesActus {
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}
html body .genericActusEnAvant .simpleBar .remonteesActus .simplebar-content {
  display: flex;
}
html body .mavStructure {
  max-width: 889px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 2px solid #F2F4F5;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  html body .mavStructure {
    display: flex;
  }
}
html body .mavStructure .logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .logo {
    width: 222px;
    min-width: 222px;
    display: flex;
    align-items: center;
    justify-items: center;
  }
}
html body .mavStructure .logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .logo img {
    width: 80%;
  }
}
html body .mavStructure .right {
  background-color: #F2F4F5;
  padding: 20px 20px 40px 20px;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .right {
    flex-grow: 1;
    padding: 20px;
  }
}
html body .mavStructure .right .title {
  color: #00ADD3;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .right .title {
    text-align: left;
  }
}
html body .mavStructure .right .sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .right .sociaux {
    justify-content: flex-start;
  }
}
html body .mavStructure .right .sociaux a {
  margin: 0 10px 25px 10px;
}
@media screen and (min-width: 768px) {
  html body .mavStructure .right .sociaux a {
    margin: 0 40px 20px 0;
  }
}
html body .mavStructure .right .sociaux a:hover img {
  filter: invert(49%) sepia(54%) saturate(1774%) hue-rotate(154deg) brightness(94%) contrast(101%);
}
@media screen and (min-width: 768px) {
  html body .mavStructure .right .groupCta {
    text-align: left;
  }
  html body .mavStructure .right .groupCta a {
    margin-left: 0;
  }
}
html body footer .footerGroup {
  padding: 37px 5.55% 30px 5.55%;
  background-color: #F5F9FB;
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup {
    padding: 84px 25px 80px 25px;
  }
}
html body footer .footerGroup .containFooterGroup {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup {
    display: flex;
  }
}
html body footer .footerGroup .containFooterGroup .left {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup .left {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  html body footer .footerGroup .containFooterGroup .left {
    width: calc((100% - 80px) / 3);
    margin-bottom: 0;
  }
}
html body footer .footerGroup .containFooterGroup .left .title {
  color: #095561;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup .left .title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
html body footer .footerGroup .containFooterGroup .left .reseaux {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-bottom: 30px;
}
html body footer .footerGroup .containFooterGroup .left .reseaux a svg path {
  transition: 0.25s fill;
}
html body footer .footerGroup .containFooterGroup .left .reseaux a:hover svg path {
  fill: #095561;
}
html body footer .footerGroup .containFooterGroup .left .groupCTA {
  text-align: center;
  margin-bottom: 32px;
}
html body footer .footerGroup .containFooterGroup .left .groupCTA .subCta {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.25s background-color;
}
html body footer .footerGroup .containFooterGroup .left .groupCTA .subCta:hover {
  background-color: #fff;
}
html body footer .footerGroup .containFooterGroup .left .groupCTA .subCta a {
  display: inline-block;
  color: #095561;
  background-color: #fff;
  padding: 20px 70px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
}
html body footer .footerGroup .containFooterGroup .left .legalNews {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #393939;
}
html body footer .footerGroup .containFooterGroup .left .legalNews a {
  text-decoration: underline;
  color: #393939;
  transition: 0.2s color;
}
html body footer .footerGroup .containFooterGroup .left .legalNews a:hover {
  color: #87BD2B;
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup .right {
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  html body footer .footerGroup .containFooterGroup .right {
    width: calc((100% - 80px) / 3 * 2 + 40px);
    margin-bottom: 0;
  }
}
html body footer .footerGroup .containFooterGroup .right ul {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  html body footer .footerGroup .containFooterGroup .right ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup .right ul {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  html body footer .footerGroup .containFooterGroup .right ul {
    display: flex;
    flex-wrap: wrap;
  }
}
html body footer .footerGroup .containFooterGroup .right ul li {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  html body footer .footerGroup .containFooterGroup .right ul li {
    width: calc((100% - 40px) / 2);
  }
  html body footer .footerGroup .containFooterGroup .right ul li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  html body footer .footerGroup .containFooterGroup .right ul li {
    display: block;
    width: 100%;
  }
  html body footer .footerGroup .containFooterGroup .right ul li:nth-child(odd) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  html body footer .footerGroup .containFooterGroup .right ul li {
    width: calc((100% - 40px) / 2);
  }
  html body footer .footerGroup .containFooterGroup .right ul li:nth-child(odd) {
    margin-right: 40px;
  }
}
html body footer .footerGroup .containFooterGroup .right ul li a {
  color: #095561;
  font-size: 18px;
  line-height: 25px;
  transition: 0.2s color;
}
html body footer .footerGroup .containFooterGroup .right ul li a:hover {
  color: #87BD2B;
}
html body footer .legalFooter {
  padding: 58px 5.55% 40px 5.55%;
  border-bottom: 4px solid #F5F9FB;
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) {
  html body footer .legalFooter {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  html body footer .legalFooter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
html body footer .legalFooter ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  html body footer .legalFooter ul li {
    margin-bottom: 0;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #062A42;
  }
}
html body footer .legalFooter ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  html body footer .legalFooter ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
html body footer .legalFooter ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #095561;
  display: block;
  text-align: center;
  transition: color 0.2s;
}
html body footer .legalFooter ul li a:hover {
  color: #87BD2B;
}
html body footer .logoFooter {
  padding: 0 5.55%;
  margin-bottom: 40px;
}
html body footer .logoFooter img {
  display: block;
  width: 190px;
  margin: 0 auto;
}
html body footer .copyFooter {
  padding: 0 5.55%;
  margin-bottom: 40px;
  color: #095561;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
html body .goTopSite {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background-color: #9EC5D2;
  border-radius: 5px 0 0 0;
  padding: 25px 30px;
  background-image: url("../img/ticons/goUp.svg");
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  html body .goTopSite {
    width: auto;
    height: auto;
    padding: 28px 56px 24px 81px;
    background-position: 47px center;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
  }
}
html body .goTopSite span {
  display: none;
}
@media screen and (min-width: 1024px) {
  html body .goTopSite {
    right: 25px;
  }
  html body .goTopSite span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
html body #topInside {
  background-color: #F5F9FB;
  background-image: url("../img/ticons/masqueVaguesAriane.svg");
  background-size: cover;
  margin-bottom: 50px;
}
html body #topInside .ariane {
  padding: 20px 5.55% 36px 5.55%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane {
    max-width: 1248px;
    padding: 30px 25px 20px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body #topInside .ariane a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #80A7AE;
  transition: 0.2s color;
  display: none;
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane a {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
}
html body #topInside .ariane a.preCurrent {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane a.preCurrent {
    margin-left: 23px !important;
  }
  html body #topInside .ariane a.preCurrent:first-child {
    margin-left: 0 !important;
  }
}
html body #topInside .ariane a.preCurrent:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane a.preCurrent:before {
    display: block;
  }
}
html body #topInside .ariane a.preCurrent:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-image: url("../img/ticons/nextAriane.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: left center;
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane a.preCurrent:after {
    display: none;
  }
}
html body #topInside .ariane a.preCurrent:first-child {
  background-image: none;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  html body #topInside .ariane a.preCurrent {
    padding-right: 0;
    padding-left: 0;
  }
}
html body #topInside .ariane a:hover {
  color: #095561;
}
html body #topInside .ariane a.active {
  color: #095561;
}
html body #topInside .ariane a:not(:first-child) {
  margin-left: 23px;
  position: relative;
  overflow: visible;
}
html body #topInside .ariane a:not(:first-child):before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background-image: url("../img/ticons/nextAriane.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: left center;
  content: "";
}
html body #topInside h1.title {
  color: #095561;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0px 5.55% 70px 5.55%;
}
@media screen and (min-width: 1024px) {
  html body #topInside h1.title {
    max-width: 1248px;
    padding: 0px 25px 70px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .ariane {
  padding: 20px 5.33%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  html body .ariane {
    max-width: 1195px;
    padding: 20px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .ariane a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #062A42;
  text-transform: uppercase;
  transition: 0.2s color;
  display: none;
}
@media screen and (min-width: 1024px) {
  html body .ariane a {
    display: block;
  }
}
html body .ariane a.preCurrent {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
  html body .ariane a.preCurrent {
    margin-left: 23px !important;
  }
  html body .ariane a.preCurrent:first-child {
    margin-left: 0 !important;
  }
}
html body .ariane a.preCurrent:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  html body .ariane a.preCurrent:before {
    display: block;
  }
}
html body .ariane a.preCurrent:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-image: url("../img/icon/nextAriane.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: left center;
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  html body .ariane a.preCurrent:after {
    display: none;
  }
}
html body .ariane a.preCurrent:first-child {
  background-image: none;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  html body .ariane a.preCurrent {
    padding-right: 0;
    padding-left: 0;
  }
}
html body .ariane a:hover {
  color: #00ADD3;
}
html body .ariane a.active {
  color: #00ADD3;
}
html body .ariane a:not(:first-child) {
  margin-left: 23px;
  position: relative;
  overflow: visible;
}
html body .ariane a:not(:first-child):before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background-image: url("../img/icon/nextAriane.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: left center;
  content: "";
}
html body .contentLimiter980 {
  padding: 0px 5.33%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  html body .contentLimiter980 {
    max-width: 980px;
    padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .ss-content .ss-list .ss-option.ss-disabled {
  background-color: #fff;
  color: #8294A0;
  font-style: italic;
}
html body .generiqueConfirmationHead {
  background-color: #00ADD3;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body .generiqueConfirmationHead {
    margin-bottom: 40px;
  }
}
html body .generiqueConfirmationHead img {
  display: block;
  margin: 0 auto;
  width: 275px;
  max-width: 100%;
}
html body .assoHead {
  background-color: #00ADD3;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 6px 6px 20px 6px;
}
@media screen and (min-width: 768px) {
  html body .assoHead {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: flex-start;
  }
}
html body .assoHead .logoAsso {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  html body .assoHead .logoAsso {
    margin-bottom: 0;
    max-width: 272px;
  }
}
html body .assoHead .logoAsso img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html body .assoHead .logoAsso img {
    width: 80%;
  }
}
html body .assoHead .nomAsso {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  html body .assoHead .nomAsso {
    text-align: left;
    flex-grow: 1;
  }
}
html body .assoDescription {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body .assoDescription {
    display: flex;
    align-items: flex-start;
    justify-items: center;
  }
}
html body .assoDescription .left {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body .assoDescription .left {
    font-size: 18px;
    line-height: 24px;
  }
}
html body .assoDescription .left > *:last-child {
  margin-bottom: 0;
}
html body .assoDescription .left p {
  margin-bottom: 20px;
  display: block;
}
html body .assoDescription .left p a {
  color: #00ADD3;
  text-decoration: underline;
  transition: 0.2s color;
}
html body .assoDescription .left p a.mailto {
  font-weight: 700;
}
html body .assoDescription .left p a:hover {
  color: #FF6A56;
}
html body .assoDescription .left > a, html body .assoDescription .left > p > a {
  color: #00ADD3;
  text-decoration: underline;
  transition: 0.2s color;
}
html body .assoDescription .left > a:hover, html body .assoDescription .left > p > a:hover {
  color: #FF6A56;
}
html body .assoDescription .left ul {
  margin-bottom: 20px;
}
html body .assoDescription .left ul li {
  padding-left: 17px;
  position: relative;
}
html body .assoDescription .left ul li:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #00ADD3;
  border-radius: 2px;
  left: 0;
  top: 8px;
}
html body .assoDescription .left ul li a {
  text-decoration: underline;
  color: #00ADD3;
  transition: 0.2s color;
}
html body .assoDescription .left ul li a:hover {
  color: #FF6A56;
}
@media screen and (min-width: 1024px) {
  html body .assoDescription .left {
    flex-grow: 1;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
html body .assoDescription .right {
  background-color: #F2F4F5;
  padding: 35px 35px 25px 35px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  html body .assoDescription .right {
    box-sizing: border-box;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    padding: 35px 20px 15px 20px;
  }
}
html body .assoDescription .right .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  html body .assoDescription .right .socials {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
html body .assoDescription .right .socials a {
  margin: 0 10px 10px 10px;
}
html body .assoDescription .right .socials a:hover {
  filter: invert(49%) sepia(54%) saturate(1774%) hue-rotate(154deg) brightness(94%) contrast(101%);
}
@media screen and (min-width: 1024px) {
  html body .assoDescription .right .socials a {
    margin: 0 20px 20px 20px;
  }
}
html body .projetEnAvantAsso {
  padding: 40px 5.33%;
  background-color: #FAFBFB;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso {
    padding: 40px 25px;
  }
}
html body .projetEnAvantAsso .limit {
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
}
html body .projetEnAvantAsso .limit h2 {
  color: #FF6A56;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
html body .projetEnAvantAsso .limit h2.titProjet {
  color: #00ADD3;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit h2 {
    text-align: left;
  }
}
html body .projetEnAvantAsso .limit .mavThemaProjet {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .mavThemaProjet {
    text-align: left;
  }
}
html body .projetEnAvantAsso .limit .mavThemaProjet .themaProjet {
  display: inline-block;
  background-color: #F2F4F5;
  padding: 10px 12px 10px 40px;
  color: #FF6A56;
  font-size: 17px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 19px auto;
  border-radius: 8px;
  transition: 0.2s color, 0.2s background-color;
}
html body .projetEnAvantAsso .limit .mavThemaProjet .themaProjet:hover {
  background-color: #E5E9EB;
  color: #062A42;
}
html body .projetEnAvantAsso .limit .groupCta {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .groupCta {
    text-align: left;
  }
  html body .projetEnAvantAsso .limit .groupCta a {
    margin-left: 0;
  }
}
html body .projetEnAvantAsso .limit .headProjet {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet {
    display: flex;
  }
  html body .projetEnAvantAsso .limit .headProjet.orphelin {
    padding-bottom: 73px;
  }
}
html body .projetEnAvantAsso .limit .headProjet .left {
  position: relative;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .left {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
html body .projetEnAvantAsso .limit .headProjet .left img {
  display: block;
  width: 100%;
}
html body .projetEnAvantAsso .limit .headProjet .left iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
html body .projetEnAvantAsso .limit .headProjet .right {
  background-color: #F2F4F5;
  padding: 20px 15px 30px 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  html body .projetEnAvantAsso .limit .headProjet .right {
    display: flex;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .first {
  padding-bottom: 20px;
  border-bottom: 1px solid #8294A0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  html body .projetEnAvantAsso .limit .headProjet .right .first {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 1px solid #8294A0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .first .pour {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
html body .projetEnAvantAsso .limit .headProjet .right .first .pour span {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 2px 10px;
  background-color: #062A42;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
}
html body .projetEnAvantAsso .limit .headProjet .right .first span {
  display: block;
  color: #062A42;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second {
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second {
    padding: 0 20px;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale {
    margin-bottom: 45px;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .pourcentage {
  display: flex;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
  margin-right: 10px;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .pourcentage .number {
  background-color: #00ADD3;
  padding: 10px 8px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  min-width: 42px;
  display: flex;
  justify-content: center;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .pourcentage .number span {
  font-size: 15px;
  line-height: 24px;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .pourcentage .addon {
  background-size: auto 100%;
  background-image: url("../img/icon/addonPercent.svg");
  background-position: right center;
  width: 6px;
  height: 11px;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .jaugeGroup .nombresJauge {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
  color: #062A42;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .jaugeGroup .jaugeFond {
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background-color: #062A42;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .jaugeSpeciale .jaugeGroup .jaugeFond .jaugeRemplissage {
  height: 100%;
  background-color: #00ADD3;
  border-radius: 6px;
}
html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .temps, html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .dons {
  font-size: 20px;
  line-height: 24px;
  padding-top: 39px;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #062A42;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .temps, html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .dons {
    background-position: left center;
    padding-top: 0;
    padding-left: 50px;
    min-height: 37px;
    text-align: left;
    width: auto;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .temps {
  background-size: 36px auto;
  background-image: url("../img/icon/calculette.svg");
  margin-right: 25px;
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .temps {
    margin-right: 0;
    margin-bottom: 45px;
    padding-top: 10px;
  }
}
html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .dons {
  margin-left: 25px;
  background-size: 40px auto;
  background-image: url("../img/icon/coeurDonsFin.svg");
}
@media screen and (min-width: 1024px) {
  html body .projetEnAvantAsso .limit .headProjet .right .second .tempsDons .dons {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
}
html body .projetsPasses h2 {
  font-size: 30px;
  line-height: 37px;
  color: #062A42;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  html body .projetsPasses h2 {
    text-align: left;
  }
}
html body .projetsPasses .listeProjetsPasses {
  margin-bottom: 70px;
}
html body .projetsPasses .listeProjetsPasses .projetPasse {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #E5E9EB;
}
html body .projetsPasses .listeProjetsPasses .projetPasse:last-child {
  margin-bottom: 0;
}
html body .projetsPasses .listeProjetsPasses .projetPasse .mavThemaProjet {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  html body .projetsPasses .listeProjetsPasses .projetPasse .mavThemaProjet {
    text-align: left;
  }
}
html body .projetsPasses .listeProjetsPasses .projetPasse .mavThemaProjet .themaProjet {
  display: inline-block;
  background-color: #F2F4F5;
  padding: 10px 12px 10px 40px;
  color: #FF6A56;
  font-size: 17px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 19px auto;
  border-radius: 8px;
  transition: 0.2s color, 0.2s background-color;
}
html body .projetsPasses .listeProjetsPasses .projetPasse .mavThemaProjet .themaProjet:hover {
  background-color: #E5E9EB;
  color: #062A42;
}
html body .projetsPasses .listeProjetsPasses .projetPasse h3 {
  margin: 0;
  font-size: 30px;
  line-height: 37px;
  color: #00ADD3;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body .projetsPasses .listeProjetsPasses .projetPasse h3 {
    text-align: left;
  }
}
html body .projetsPasses .listeProjetsPasses .projetPasse .explicatif {
  font-weight: 700;
  color: #062A42;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  html body .projetsPasses .listeProjetsPasses .projetPasse .explicatif {
    text-align: left;
  }
}
html body .projetsPasses .listeProjetsPasses .projetPasse .explicatif span {
  font-weight: 400;
}
html body .projetsPasses .listeProjetsPasses .projetPasse .groupCta {
  text-align: left;
}
html body .projetsPasses .listeProjetsPasses .projetPasse .groupCta a {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  html body .projetsPasses .listeProjetsPasses .projetPasse .groupCta {
    text-align: left;
  }
  html body .projetsPasses .listeProjetsPasses .projetPasse .groupCta a {
    margin-left: 0;
  }
}
html body .confirmGenContent p {
  font-size: 16px;
  line-height: 20px;
  color: #062A42;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  html body .confirmGenContent p {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .confirmGenContent p a {
  color: #062A42;
  text-decoration: underline;
  transition: color 0.2s;
}
html body .confirmGenContent p a:hover {
  color: #00ADD3;
}
html body .confirmGenContent .groupCta {
  margin-bottom: 40px;
}
html body .contentLimit1196 {
  padding: 0px 5.33%;
}
@media screen and (min-width: 1024px) {
  html body .contentLimit1196 {
    max-width: 1196px;
    padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .popLogBot {
  display: none;
}
html body #toutLeContenuEdito .wp-block-tttowt-duo-image-edito-decale:first-child {
  margin-top: 150px;
}/*# sourceMappingURL=style.css.map */