@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html h1,
html h2,
html h3,
html h4,
html h5,
html p,
html a,
html li,
html ul,
html div,
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a,
body li,
body ul,
body div {
  font-family: "Lato", sans-serif;
}
html h1,
html h2,
html h3,
html h4,
html h5,
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 700;
}
html p,
html a,
html li,
html ul,
html div,
body p,
body a,
body li,
body ul,
body div {
  font-weight: 300;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
body header#main-header {
  position: relative;
  z-index: 2;
  background-color: #262f58;
}
body header#main-header #header-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
body header#main-header #header-wrapper #logo {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
body header#main-header #header-wrapper #logo img {
  max-width: 120px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
body header#main-header #header-wrapper #logo img#reduced-logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(100%);
}
body header#main-header #header-wrapper #menu-wrapper .menu-menu-principal-container {
  flex-grow: 1;
  padding-right: 2rem;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li {
  padding: 0;
  margin-bottom: 0;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li:before {
  width: 0;
  height: 0;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li a {
  position: relative;
  color: #fcfcfc;
  padding-bottom: 0.5rem;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fcfcfc;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li a:hover:before,
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li a:focus:before {
  width: 100%;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.current-menu-item > a,
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.current-menu-parent > a {
  color: #2991d6;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.current-menu-item > a:before,
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.current-menu-parent > a:before {
  width: 100%;
  background-color: #2991d6;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.current-menu-parent:after {
  border-right: 1px solid #2991d6 !important;
  border-bottom: 1px solid #2991d6 !important;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children {
  position: relative;
  margin-right: 1rem;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -1rem;
  display: block;
  top: 0.6rem;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  padding: 1rem;
  background-color: #fcfcfc;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  width: 250px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(0,50%);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1), opacity 0.5s cubic-bezier(0.77,0.2,0.05,1);
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu li {
  margin-bottom: 1rem;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu li a {
  color: #000;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu li a:hover,
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu li a:focus {
  color: #262f58;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children:hover .sub-menu,
body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal li.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
body header#main-header #header-wrapper #menu-wrapper .menu-button {
  position: relative;
  padding: 0.7rem 1rem;
  background-color: #fcfcfc;
  color: #b0b0b0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
body header#main-header #header-wrapper #menu-wrapper .menu-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
body header#main-header #header-wrapper #menu-wrapper .menu-button span {
  position: relative;
  z-index: 1;
}
body header#main-header #header-wrapper #menu-wrapper .menu-button:hover:before,
body header#main-header #header-wrapper #menu-wrapper .menu-button:focus:before {
  width: 100%;
}
body header#main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body header#main-header.sticky #header-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body header#main-header.sticky #header-wrapper #logo img#main-logo {
  transform: translateY(-100%);
}
body header#main-header.sticky #header-wrapper #logo img#reduced-logo {
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body header #header-wrapper #menu-wrapper #menu-menu-principal li a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) {
  body header #header-wrapper #menu-wrapper #menuToggle {
    display: none;
  }
  body header #header-wrapper #menu-wrapper #menuToggle input {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  body header#main-header #header-wrapper #menu-wrapper {
    justify-content: flex-end !important;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle {
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 1rem;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle a {
    text-decoration: none;
    color: #fcfcfc;
    transition: color 0.3s ease;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle a:hover {
    color: #fcfcfc;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-7px,-14px);
    background: #fcfcfc;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-5px,13px);
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2,0.2);
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle input:checked ~ ul {
    transform: none;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 7px;
    position: relative;
    background: #fcfcfc;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1), background 0.5s cubic-bezier(0.77,0.2,0.05,1), opacity 0.55s ease;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle span:last-child {
    margin: 0;
  }
  body header#main-header #header-wrapper #menu-wrapper #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  body header#main-header #header-wrapper #menu-wrapper .menu-menu-principal-container {
    position: absolute;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #262f58;
    z-index: -1;
    opacity: 0 !important;
    pointer-events: none;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    transform: translate(0,0) !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal > li {
    text-align: center;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal > li > a {
    display: inline-block;
    color: #fcfcfc;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal > li.menu-item-has-children:after {
    top: 1.5rem;
    right: 1rem;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal > li.menu-item-has-children .sub-menu {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    min-height: 0;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    width: 250px;
    transform: translate(0,0);
    max-height: 0;
    padding: 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal > li.menu-item-has-children .sub-menu.active {
    max-height: 100%;
    padding: 1rem;
  }
  body header#main-header #header-wrapper #menu-wrapper #menu-menu-principal.active {
    pointer-events: auto;
    opacity: 1 !important;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  body header#main-header #header-wrapper #menu-wrapper .menu-button {
    display: none;
  }
  body header#main-header #header-wrapper #menu-wrapper .menu-item-button {
    font-size: 2rem;
    color: #ececec;
  }
}
h1 {
  color: #333;
}
h1 span {
  color: #000;
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
.content-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contact-infos-container {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.bg-bleu {
  color: #fcfcfc;
  background-color: #262f58;
}
.bg-gris {
  background-color: #ececec;
}
#default-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#default-page h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#default-page h2,
#default-page h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#default-page #texte-confidentialite a,
#default-page a {
  color: #2991d6;
}
#contact-infos > img {
  margin: auto;
  display: block;
  max-width: 60%;
  transform: translateY(0.5rem);
}
#contact-infos #contact-infos-wrapper {
  padding: 2rem;
  background-color: #262f58;
  color: #fcfcfc;
}
#contact-infos #contact-infos-wrapper p {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#contact-infos #contact-infos-wrapper p:before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #b0b0b0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#contact-infos #contact-infos-wrapper .icon-block {
  color: #fcfcfc;
}
#contact-infos #contact-infos-wrapper .icon-block a {
  color: #fcfcfc;
}
.bloc-img-contenu {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-img-contenu.bg-bleu {
  color: #fcfcfc;
  background-color: #262f58;
}
.bloc-img-contenu.bg-gris {
  background-color: #ececec;
}
.bloc-img-contenu h2 {
  margin-bottom: 2rem;
}
.bloc-citation {
  background-color: #262f58;
  color: #fcfcfc;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
  font-style: italic;
}
.bloc-citation .row:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-citation-gris.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}
.bloc-citation p {
  margin-bottom: 0;
}
.bloc-citation h1.citation {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  color: #fcfcfc;
}
.bloc-citation .button {
  position: relative;
  margin-left: 1.5rem;
  border: 2px solid #ececec;
  padding: 0.5rem 1rem;
  color: #ececec;
}
.bloc-citation .button span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-citation .button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #ececec;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-citation .button:hover:before,
.bloc-citation .button:focus:before {
  width: 100%;
}
.bloc-citation .button:hover span,
.bloc-citation .button:focus span {
  color: #262f58;
}
.bloc-citation.up .citation {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  color: #fcfcfc;
}
.bloc-citation.up p {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.bloc-citation.bg-gris {
  background-color: #ececec;
  color: #262f58;
}
.bloc-citation.bg-gris .row:before {
  background-image: url("../img/icon-citation-bleu.png");
}
.bloc-img-citation .bloc-img {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bloc-img-citation .bloc-img.stucked {
  padding-bottom: 0;
}
.bloc-img-citation .bloc-img img {
  max-height: 500px;
}
.bloc-img-citation .bloc-contenu {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bloc-img-citation .bloc-contenu h1 {
  color: #262f58;
}
.bloc-img-citation .bloc-contenu h1.bloc-contenu-titre {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.bloc-img-citation .bloc-contenu h1.bloc-contenu-citation {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.bloc-img-citation .bloc-contenu h1.bloc-contenu-citation:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-citation-bleu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.bloc-img-citation .bloc-contenu h1 + .bloc-contenu-descriptif {
  margin-top: 2rem;
}
.bloc-img-citation .bloc-contenu .bloc-contenu-descriptif {
  font-style: italic;
}
.bloc-img-download {
  background-color: #ececec;
}
.bloc-img-download .bloc-img {
  padding-top: 4rem;
}
.bloc-img-download .bloc-contenu {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bloc-img-download .bloc-contenu a {
  display: block;
  color: #262f58;
  font-size: 1.2rem;
  text-transform: uppercase;
  max-width: 75%;
  text-align: center;
  font-size: 1.7rem;
  margin: auto;
  line-height: 1.2;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-img-download .bloc-contenu a i {
  display: block;
  margin-top: 1.5rem;
  font-size: 2rem;
  transition: "transform" ".3s" ease-in-out !important;
  -webkit-transition: "transform" ".3s" ease-in-out !important;
  -moz-transition: "transform" ".3s" ease-in-out !important;
  -o-transition: "transform" ".3s" ease-in-out !important;
}
.bloc-img-download .bloc-contenu a:hover,
.bloc-img-download .bloc-contenu a:focus {
  color: #2991d6;
}
.bloc-img-download .bloc-contenu a:hover i,
.bloc-img-download .bloc-contenu a:focus i {
  animation: moveUpDown 1s linear infinite;
}
.bloc-text-two-columns {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ececec;
}
.bloc-text-two-columns .bloc-contenu-gauche .bloc-text-title,
.bloc-text-two-columns .bloc-contenu-droit .bloc-text-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.bloc-text-two-columns .bloc-contenu-gauche .bloc-text-desc,
.bloc-text-two-columns .bloc-contenu-droit .bloc-text-desc {
  text-align: justify;
  color: #262f58;
}
.bloc-comptoirs {
  background-color: #ececec;
}
.bloc-comptoirs .comptoir {
  padding: 1.5rem 1rem 2rem;
  border: 1px solid #b0b0b0;
  height: 100%;
}
.bloc-comptoirs .comptoir h4 {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bloc-comptoirs .comptoir h4:before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #b0b0b0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bloc-simple-carousel {
  position: relative;
}
.bloc-simple-carousel .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.bloc-simple-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 5px solid #262f58;
  background-color: #fcfcfc;
  margin-right: 0.25rem;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  display: inline-block;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-simple-carousel .owl-dots .owl-dot.active span {
  border-color: #fcfcfc;
  background-color: #262f58;
}
.bloc-simple-carousel .owl-dots .owl-dot:last-of-type span {
  margin-right: 0;
}
.bloc-box-horizontaux {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bloc-box-horizontaux .box {
  height: 100%;
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}
.bloc-box-horizontaux .box .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ececec;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-box-horizontaux .box .box-overlay h4 {
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: 400;
}
.bloc-box-horizontaux .box .box-content {
  height: 100%;
  background-color: #262f58;
  color: #fcfcfc;
  padding: 2rem;
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-box-horizontaux .box .plus {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 26px;
  height: 26px;
  opacity: 0.3;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-box-horizontaux .box .plus:before,
.bloc-box-horizontaux .box .plus:after {
  position: absolute;
  left: 15px;
  content: "";
  height: 27px;
  width: 2px;
  background-color: #262f58;
}
.bloc-box-horizontaux .box .plus:after {
  transform: rotate(90deg);
}
.bloc-box-horizontaux .box:hover .box-overlay,
.bloc-box-horizontaux .box:focus .box-overlay {
  transform: scale(1.2);
  opacity: 0;
}
.bloc-box-horizontaux .box:hover .box-content,
.bloc-box-horizontaux .box:focus .box-content {
  transform: scale(1);
  opacity: 1;
}
.bloc-box-horizontaux .box:hover .plus,
.bloc-box-horizontaux .box:focus .plus {
  transform: rotate(360deg);
  opacity: 1;
}
.bloc-box-horizontaux .box.simple-box .box-overlay {
  position: relative;
  background-color: #ececec;
}
.bloc-box-horizontaux .box.simple-box:hover .box-overlay,
.bloc-box-horizontaux .box.simple-box:focus .box-overlay {
  transform: scale(1);
  opacity: 1;
}
.bloc-liens-verticaux .box-link {
  margin-bottom: 1rem;
}
.bloc-liens-verticaux .box-link > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #262f58;
  background-color: #b0b0b0;
  width: 5.5rem;
  min-height: 5.5rem;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-liens-verticaux .box-link > span {
  background-color: #ececec;
  padding: 1rem 1.5rem;
  flex-grow: 1;
  text-transform: uppercase;
  color: #262f58;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.bloc-liens-verticaux .box-link:last-child {
  margin-bottom: 0;
}
.bloc-liens-verticaux .box-link:hover > i,
.bloc-liens-verticaux .box-link:focus > i {
  background-color: #171c34;
  color: #fcfcfc;
}
.bloc-liens-verticaux .box-link:hover > span,
.bloc-liens-verticaux .box-link:focus > span {
  background-color: #262f58;
  color: #fcfcfc;
}
.bloc-contenu-defilant {
  background-color: #262f58;
  color: #fcfcfc;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
}
.bloc-contenu-defilant.bg-gris {
  background-color: #ececec;
  color: #262f58;
}
.bloc-full-carousel .item {
  position: relative;
}
.bloc-full-carousel .item .message {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 1;
}
.bloc-full-carousel .item .message > .container {
  position: relative;
  padding: 0.5rem 20rem 0.5rem 0;
}
.bloc-full-carousel .item .message > .container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2.6rem;
  z-index: 5;
  transform: translateY(3rem);
  opacity: 0;
  width: 300px;
  height: 350px;
  background-image: url(../img/cgfp-bonhomme.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .bloc-full-carousel .item .message > .container:before {
    height: 260px;
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bloc-full-carousel .item .message > .container:before {
    height: 215px;
    width: 220px;
  }
}
.bloc-full-carousel .item .message p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  color: #262f58;
}
.bloc-full-carousel.active .item .message > .container:before {
  transform: translateY(0);
  opacity: 1;
}
main > h2 {
  text-transform: uppercase;
  background-color: #ececec;
  color: #262f58;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
}
main .icon-block {
  position: relative;
  padding-left: 1.5rem;
  color: #000;
}
main .icon-block a {
  color: #000;
}
main .icon-block:not(:first-child) {
  margin-top: 1rem;
}
main .icon-block i {
  position: absolute;
  top: 0.3rem;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .bloc-comptoirs .comptoir {
    margin-bottom: 1rem;
  }
  .bloc-comptoirs .row > div {
    margin-bottom: 2rem;
  }
  .bloc-liens-verticaux .box-link {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  .contact-infos-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact-infos-container #contact-infos {
    margin-bottom: 2rem;
  }
  .contact-infos-container #contact-infos > img {
    max-width: 40%;
  }
  .bloc-citation {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-citation .button {
    margin-left: 0;
    margin-top: 1rem;
  }
  .bloc-citation .citation {
    text-align: center;
  }
  .bloc-citation.up .citation {
    font-size: 1.5rem;
  }
  .bloc-img-citation .bloc-contenu h1.bloc-contenu-titre {
    font-size: 1.75rem;
  }
  .bloc-full-carousel .item {
    position: relative;
    height: 15rem;
  }
  .bloc-full-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
    min-height: 100%;
  }
  .bloc-full-carousel .item .message > .container {
    padding: 0.5rem 14rem 0.5rem 0;
  }
  .bloc-full-carousel .item .message > .container p {
    font-size: 1.5rem;
  }
  .bloc-contenu-defilant {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-simple-carousel {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bloc-text-two-columns .bloc-contenu-gauche .bloc-text-desc img,
  .bloc-text-two-columns .bloc-contenu-droit .bloc-text-desc img {
    display: block;
    margin: auto;
  }
  .bloc-comptoirs .comptoir {
    margin-bottom: 1rem;
  }
  .bloc-comptoirs .row > div {
    margin-bottom: 2rem;
  }
  .bloc-comptoirs .row > div:last-of-type {
    margin-bottom: 0rem;
  }
  .bloc-img-citation .row .bloc-img,
  .bloc-img-download .row .bloc-img {
    padding-top: 1rem;
  }
  .bloc-img-citation .row .bloc-contenu,
  .bloc-img-download .row .bloc-contenu {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .bloc-img-citation .row .bloc-contenu a,
  .bloc-img-download .row .bloc-contenu a {
    max-width: 100%;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5,
  .bloc-img-download .row .bloc-contenu .mb-5 {
    margin-bottom: 1rem !important;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5 img,
  .bloc-img-download .row .bloc-contenu .mb-5 img {
    margin-bottom: 0rem;
    max-width: 60%;
  }
  .bloc-img-citation .row .bloc-contenu h1 + .bloc-contenu-descriptif,
  .bloc-img-download .row .bloc-contenu h1 + .bloc-contenu-descriptif {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .bloc-liens-verticaux {
    display: flex;
    justify-content: center;
  }
  .bloc-liens-verticaux .box-link {
    flex-wrap: wrap;
    width: 30%;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bloc-liens-verticaux .box-link > i {
    width: 100%;
    min-height: auto;
    height: 4rem;
  }
  .bloc-liens-verticaux .box-link span {
    font-size: 1rem;
    text-align: center;
    justify-content: center;
  }
  .bloc-liens-verticaux .box-link:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .bloc-box-horizontaux {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .bloc-box-horizontaux .row > div {
    margin-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box .plus {
    right: 12px;
    bottom: 12px;
  }
  .bloc-box-horizontaux .row > div .box .plus:before,
  .bloc-box-horizontaux .row > div .box .plus:after {
    height: 20px;
  }
  .bloc-box-horizontaux .row > div .box .box-overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box .box-overlay h4 {
    font-size: 1.2rem;
  }
  .bloc-box-horizontaux .row > div .box.simple-box .box-overlay img {
    max-width: 80%;
  }
  .bloc-box-horizontaux .row > div .box.desc-box {
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-overlay {
    width: 30%;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-content {
    width: 70%;
    opacity: 1;
    transform: scale(1);
    height: 100%;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  .contact-infos-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact-infos-container #contact-infos {
    margin-bottom: 2rem;
  }
  .contact-infos-container #contact-infos > img {
    max-width: 40%;
  }
  .bloc-citation {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-citation .row:before {
    width: 100%;
  }
  .bloc-citation .button {
    margin-left: 0;
    margin-top: 1rem;
  }
  .bloc-citation .citation {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .bloc-citation.up .citation {
    font-size: 1.5rem;
  }
  .bloc-img-citation .bloc-contenu h1.bloc-contenu-titre {
    font-size: 1.75rem;
  }
  .bloc-img-contenu {
    text-align: center;
  }
  .bloc-img-contenu .bloc-img img {
    max-width: 65%;
    margin-bottom: 1rem;
  }
  .bloc-full-carousel .item {
    position: relative;
    height: 15rem;
  }
  .bloc-full-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
    min-height: 100%;
  }
  .bloc-full-carousel .item .message > .container {
    padding: 1.5rem;
  }
  .bloc-full-carousel .item .message > .container p {
    font-size: 1.5rem;
  }
  .bloc-full-carousel .item .message > .container:before {
    display: none;
  }
  .bloc-box-horizontaux .row > div {
    margin-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box .box-overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-overlay {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-content {
    opacity: 1;
    transform: scale(1);
    height: auto;
  }
  .bloc-box-horizontaux .row > div:last-of-type {
    margin-bottom: 0rem;
  }
  .bloc-contenu-defilant {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-simple-carousel {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bloc-text-two-columns .bloc-contenu-gauche .bloc-text-desc img,
  .bloc-text-two-columns .bloc-contenu-droit .bloc-text-desc img {
    display: block;
    margin: auto;
  }
  .bloc-text-two-columns .bloc-contenu-droit {
    margin-top: 1rem;
  }
  .bloc-comptoirs .comptoir {
    margin-bottom: 1rem;
  }
  .bloc-comptoirs .row > div {
    margin-bottom: 2rem;
  }
  .bloc-comptoirs .row > div:last-of-type {
    margin-bottom: 0rem;
  }
  .bloc-img-citation .row .bloc-img,
  .bloc-img-download .row .bloc-img {
    order: 2;
    padding-top: 1rem;
  }
  .bloc-img-citation .row .bloc-contenu,
  .bloc-img-download .row .bloc-contenu {
    order: 1;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .bloc-img-citation .row .bloc-contenu a,
  .bloc-img-download .row .bloc-contenu a {
    max-width: 100%;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5,
  .bloc-img-download .row .bloc-contenu .mb-5 {
    margin-bottom: 1rem !important;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5 img,
  .bloc-img-download .row .bloc-contenu .mb-5 img {
    margin-bottom: 1rem;
    max-width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  .contact-infos-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact-infos-container #contact-infos {
    margin-bottom: 2rem;
  }
  .contact-infos-container #contact-infos > img {
    max-width: 60%;
  }
  .bloc-citation {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-citation .row:before {
    width: 100%;
  }
  .bloc-citation .button {
    margin-left: 0;
    margin-top: 1rem;
  }
  .bloc-citation .citation {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .bloc-citation.up .citation {
    font-size: 1.5rem;
  }
  .bloc-img-citation .bloc-contenu h1.bloc-contenu-titre {
    font-size: 1.75rem;
  }
  .bloc-img-contenu {
    text-align: center;
  }
  .bloc-img-contenu .bloc-img img {
    max-width: 65%;
    margin-bottom: 1rem;
  }
  .bloc-full-carousel .item {
    position: relative;
    height: 15rem;
  }
  .bloc-full-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
    min-height: 100%;
  }
  .bloc-full-carousel .item .message > .container {
    padding: 1.5rem;
  }
  .bloc-full-carousel .item .message > .container p {
    font-size: 1.5rem;
  }
  .bloc-full-carousel .item .message > .container:before {
    display: none;
  }
  .bloc-box-horizontaux .row > div {
    margin-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box .box-overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-overlay {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .bloc-box-horizontaux .row > div .box.desc-box .box-content {
    opacity: 1;
    transform: scale(1);
    height: auto;
  }
  .bloc-box-horizontaux .row > div:last-of-type {
    margin-bottom: 0rem;
  }
  .bloc-contenu-defilant {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bloc-simple-carousel {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bloc-text-two-columns .bloc-contenu-droit {
    margin-top: 1rem;
  }
  .bloc-comptoirs .comptoir {
    margin-bottom: 1rem;
  }
  .bloc-comptoirs .row > div {
    margin-bottom: 2rem;
  }
  .bloc-comptoirs .row > div:last-of-type {
    margin-bottom: 0rem;
  }
  .bloc-img-citation .row .bloc-img,
  .bloc-img-download .row .bloc-img {
    order: 2;
    padding-top: 1rem;
  }
  .bloc-img-citation .row .bloc-contenu,
  .bloc-img-download .row .bloc-contenu {
    order: 1;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .bloc-img-citation .row .bloc-contenu a,
  .bloc-img-download .row .bloc-contenu a {
    max-width: 100%;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5,
  .bloc-img-download .row .bloc-contenu .mb-5 {
    margin-bottom: 1rem !important;
  }
  .bloc-img-citation .row .bloc-contenu .mb-5 img,
  .bloc-img-download .row .bloc-contenu .mb-5 img {
    margin-bottom: 1rem;
    max-width: 75%;
  }
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
}
@-moz-keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
}
@-webkit-keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
}
footer {
  background-color: #262f58;
  color: #fcfcfc;
}
footer > .container {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer a {
  color: #b0b0b0;
}
footer a:hover,
footer a:focus {
  color: #b0b0b0;
}
footer figure img {
  margin-bottom: 1rem;
}
footer #footer-facebook .facebook-icon {
  color: #262f58;
  position: relative;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 0 2px 2px 0;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.08);
}
footer #footer-facebook .facebook-icon span {
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
footer #footer-facebook .facebook-icon span.t {
  position: relative;
}
footer #footer-facebook .facebook-icon span.b {
  position: absolute;
  top: 100%;
  background-color: #3a589b;
  color: #fcfcfc;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
footer #footer-facebook .facebook-icon:hover span,
footer #footer-facebook .facebook-icon:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
footer #footer-mascotte {
  position: absolute;
  top: -75px;
  right: 0;
}
footer #footer-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
@media screen and (max-width: 992px) {
  footer #footer-facebook {
    margin-top: 1rem;
    display: flex;
    align-items: center;
  }
  footer #footer-facebook p {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  footer #footer-mascotte {
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  footer #footer-facebook {
    justify-content: center;
  }
  footer #footer-infos-wrapper > figure {
    padding-right: 8rem;
  }
  footer #footer-infos-wrapper .footer-infos,
  footer #footer-infos-wrapper .footer-coords {
    text-align: center;
  }
  footer #footer-mascotte {
    top: -28px;
    width: 111px;
    right: 20px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  footer #footer-infos-wrapper > figure {
    padding-right: 0rem;
  }
  footer #footer-mascotte {
    display: none;
  }
}
