@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/***************************************************

Variables de couleur

****************************************************/
/***************************************************

Variables d'espacement

****************************************************/
/***************************************************

Variables de style globales

****************************************************/
/***************************************************

Variables de typographies

****************************************************/
/* Laisser les valeurs en px, les tailles sont calculée en rem par la suite */
/* Ratio des titres en mobile */
/* Line-height global */
/* Line-height des titres */
/***************************************************

Variables des boutons

****************************************************/
/***************************************************

Marges

****************************************************/
/***************************************************

Breakpoints

****************************************************/
/***************************************************

Conteneur

****************************************************/
/***************************************************

Media queries

****************************************************/
@media (min-width: 782px) {
  /* line 212, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 217, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 781px) {
  /* line 223, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  /* line 229, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100%;
    flex-grow: 0;
  }

  /* line 234, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 240, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  /* line 245, ../../FLWEB/sass/_mixins.scss */
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-18 19:39:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-tr
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-tr {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@keyframes scale-up-tr {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
/* line 366, ../../FLWEB/sass/_mixins.scss */
.scale-up-tr {
  -webkit-animation: scale-up-tr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-tr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-18 20:17:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 411, ../../FLWEB/sass/_mixins.scss */
.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right-revert {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slide-right-revert {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes btn-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    color: transparent;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: transparent;
  }
}
@-webkit-keyframes btn-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    color: transparent;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: transparent;
  }
}
@keyframes btn-right-r {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    color: transparent;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: transparent;
  }
}
@-webkit-keyframes btn-right-r {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    color: transparent;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: transparent;
  }
}
@keyframes opacity {
  0% {
    z-index: -10;
  }
  100% {
    z-index: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes defilement-rtl {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes defilement-rtl {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes aurore {
  0% {
    background-position: 0 0;
  }
  50% {
    transform: translateY(110px);
  }
  100% {
    background-position: -1500px 0;
  }
}
@-webkit-keyframes aurore {
  0% {
    background-position: 0 0;
  }
  50% {
    transform: translateY(110px);
  }
  100% {
    background-position: -1500px 0;
  }
}
@keyframes disapearance {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes logo {
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* line 1, ../sass/_header.scss */
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #010a14 0%, #9933ff 100%);
}
@media only screen and (min-width: 75rem) {
  /* line 1, ../sass/_header.scss */
  header.header {
    position: absolute;
  }
}
/* line 12, ../sass/_header.scss */
header.header .select-container .list-select {
  position: absolute;
}
@media only screen and (min-width: 75rem) {
  /* line 11, ../sass/_header.scss */
  header.header .select-container {
    order: 1;
  }
}
/* line 21, ../sass/_header.scss */
header.header a {
  display: inline-block;
}

/* line 27, ../sass/_header.scss */
nav#main-nav a.btn {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 10px auto;
  width: 80%;
  display: block;
}
@media only screen and (min-width: 75rem) {
  /* line 27, ../sass/_header.scss */
  nav#main-nav a.btn {
    margin: 0;
    width: auto;
    display: inline-block;
  }
}
/* line 46, ../sass/_header.scss */
nav#main-nav ul li.menu-item a {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 75rem) {
  /* line 46, ../sass/_header.scss */
  nav#main-nav ul li.menu-item a {
    padding: 3px;
    text-decoration: none;
    display: inline;
    -webkit-transition: color 0.6s ease;
    -moz-transition: color 0.6s ease;
    -ms-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
    display: inline;
  }
  /* line 61, ../sass/_header.scss */
  nav#main-nav ul li.menu-item a:hover, nav#main-nav ul li.menu-item a:focus {
    color: var(--ui-color-primary);
  }
}
@media only screen and (min-width: 75rem) {
  /* line 42, ../sass/_header.scss */
  nav#main-nav ul li.menu-item {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 42, ../sass/_header.scss */
  nav#main-nav ul li.menu-item {
    padding: 10px 20px;
  }
}

/* line 85, ../sass/_header.scss */
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
/* line 93, ../sass/_header.scss */
.logo span {
  display: block;
  color: var(--ui-color-secondary);
  font-size: 10px;
  font-size: 0.625rem;
  color: black;
}
/* line 100, ../sass/_header.scss */
.logo img {
  width: 80px;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 75rem) {
  /* line 100, ../sass/_header.scss */
  .logo img {
    width: 200px;
    margin-top: 10px;
  }
}

/* line 113, ../sass/_header.scss */
#close-menu {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  border: none;
}

/* line 127, ../sass/_header.scss */
#menu-toggle {
  border: none;
  background: transparent;
  position: relative;
  width: 30px;
  height: 22px;
  z-index: 9999;
}
@media only screen and (min-width: 75rem) {
  /* line 127, ../sass/_header.scss */
  #menu-toggle {
    display: none;
  }
}
/* line 139, ../sass/_header.scss */
#menu-toggle:focus, #menu-toggle:hover {
  outline: none;
}
/* line 142, ../sass/_header.scss */
#menu-toggle:focus span, #menu-toggle:hover span {
  background: var(--ui-color-tertiary);
}
/* line 147, ../sass/_header.scss */
#menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  transform-origin: 100% 100%;
  transition: 300ms ease;
  background: white;
  -webkit-animation: 0.5s ease-out 0s 1 normal both running scale-right;
  animation: 0.5s ease-out 0s 1 normal both running scale-right;
}
/* line 160, ../sass/_header.scss */
#menu-toggle span:first-of-type {
  width: 60%;
}
/* line 164, ../sass/_header.scss */
#menu-toggle span:nth-of-type(2) {
  top: 9px;
  animation-delay: 0.2s;
}
/* line 169, ../sass/_header.scss */
#menu-toggle span:nth-of-type(3) {
  top: 18px;
  width: 60%;
  left: 40%;
  animation-delay: 0.4s;
}
/* line 179, ../sass/_header.scss */
#menu-toggle:hover span, #menu-toggle:focus span {
  transition: 300ms ease;
  background: var(--ui-color-secondary);
}
/* line 183, ../sass/_header.scss */
#menu-toggle:hover span:first-of-type, #menu-toggle:focus span:first-of-type {
  width: 100%;
}
/* line 188, ../sass/_header.scss */
#menu-toggle:hover span:last-of-type, #menu-toggle:focus span:last-of-type {
  left: 0;
}
/* line 195, ../sass/_header.scss */
#menu-toggle.active {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 199, ../sass/_header.scss */
#menu-toggle.active span {
  animation: none;
  transform-origin: 0 0;
  width: 100%;
  left: 0;
}
/* line 206, ../sass/_header.scss */
#menu-toggle.active span:first-of-type {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 2px;
}
/* line 212, ../sass/_header.scss */
#menu-toggle.active span:nth-of-type(2) {
  display: none;
}
/* line 216, ../sass/_header.scss */
#menu-toggle.active span:last-of-type {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

/* line 1, ../sass/_footer.scss */
footer.footer {
  padding-top: 40px;
}
@media only screen and (min-width: 75rem) {
  /* line 1, ../sass/_footer.scss */
  footer.footer {
    padding-top: 80px;
  }
}
/* line 8, ../sass/_footer.scss */
footer.footer .widget_nav_menu {
  margin-right: 10px;
  color: white;
}
/* line 12, ../sass/_footer.scss */
footer.footer .widget_nav_menu li {
  margin-bottom: 7px;
  display: block;
}
/* line 18, ../sass/_footer.scss */
footer.footer .widget_nav_menu li:not(.adresse) a {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  text-decoration: none;
  display: inline;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, currentColor));
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transform-origin: 100% 100%;
  -webkit-transition: background-size 0.5s ease-in-out 0.2s;
  transition: background-size 0.5s ease-in-out 0.2s;
}
/* line 39, ../sass/_footer.scss */
footer.footer .widget_nav_menu li:not(.adresse) a:hover, footer.footer .widget_nav_menu li:not(.adresse) a:focus {
  color: var(--ui-color-secondary);
  background-size: 100% 1px;
  transition: 300ms ease;
}
/* line 52, ../sass/_footer.scss */
footer.footer .widget_nav_menu li.adresse a span {
  color: white;
  font-weight: 900;
  text-decoration: none;
  display: inline;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, currentColor));
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transform-origin: 100% 100%;
  -webkit-transition: background-size 0.5s ease-in-out 0.2s;
  transition: background-size 0.5s ease-in-out 0.2s;
}
/* line 75, ../sass/_footer.scss */
footer.footer .widget_nav_menu li.adresse a:hover span, footer.footer .widget_nav_menu li.adresse a:focus span {
  color: var(--ui-color-secondary);
  background-size: 100% 1px;
  transition: 300ms ease;
}
/* line 88, ../sass/_footer.scss */
footer.footer .widget_nav_menu #menu-menu-secondaire li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 2.5rem;
}
/* line 93, ../sass/_footer.scss */
footer.footer .widget_nav_menu #menu-menu-secondaire li img {
  display: block;
  width: 2rem;
  height: 2rem;
  flex-basis: 2rem;
  margin-right: 10px;
  position: absolute;
  top: -7px;
  left: 0;
}
/* line 109, ../sass/_footer.scss */
footer.footer .widget_nav_menu #menu-menu-secondaire a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1;
  background-position: 0 100%;
}
/* line 119, ../sass/_footer.scss */
footer.footer .copyright {
  color: white;
}
/* line 123, ../sass/_footer.scss */
footer.footer p {
  margin: 0;
}
/* line 127, ../sass/_footer.scss */
footer.footer .logo {
  padding-bottom: 0;
}
/* line 130, ../sass/_footer.scss */
footer.footer .logo img {
  width: 180px;
}
@media only screen and (min-width: 75rem) {
  /* line 130, ../sass/_footer.scss */
  footer.footer .logo img {
    width: 285px;
  }
}
/* line 138, ../sass/_footer.scss */
footer.footer .logo a {
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 147, ../sass/_footer.scss */
footer.footer .flex {
  align-items: flex-start;
}
/* line 150, ../sass/_footer.scss */
footer.footer .flex > div {
  margin-bottom: 60px;
}
@media only screen and (min-width: 75rem) {
  /* line 150, ../sass/_footer.scss */
  footer.footer .flex > div {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 147, ../sass/_footer.scss */
  footer.footer .flex {
    justify-content: space-between;
    align-items: flex-start;
  }
  /* line 162, ../sass/_footer.scss */
  footer.footer .flex > div {
    flex-basis: 26%;
  }
  /* line 166, ../sass/_footer.scss */
  footer.footer .flex > div:nth-of-type(2), footer.footer .flex > div:nth-of-type(3) {
    padding-top: 162px;
  }
}

/* line 178, ../sass/_footer.scss */
.lines footer.footer .widget_nav_menu #menu-menu-secondaire li img {
  left: -2.5rem;
}

/* line 184, ../sass/_footer.scss */
#mb-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
/* line 194, ../sass/_footer.scss */
#mb-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 202, ../sass/_footer.scss */
#mb-linear {
  position: fixed;
  top: 57px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
/* line 210, ../sass/_footer.scss */
#mb-linear span {
  position: absolute;
}
/* line 214, ../sass/_footer.scss */
#mb-linear span:first-of-type {
  width: 0;
  height: 1px;
  background: white;
  left: 0;
  top: 0;
}
/* line 222, ../sass/_footer.scss */
#mb-linear span:last-of-type {
  height: 0;
  width: 1px;
  background: white;
  left: 0;
  bottom: 0;
}
/* line 230, ../sass/_footer.scss */
#mb-linear span:nth-of-type(2) {
  height: 0;
  width: 1px;
  background: white;
  right: 0;
  top: 0;
}
/* line 238, ../sass/_footer.scss */
#mb-linear span:nth-of-type(3) {
  width: 0;
  height: 1px;
  background: white;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 75rem) {
  /* line 202, ../sass/_footer.scss */
  #mb-linear {
    top: 80px;
  }
}

/* line 1, ../sass/blocks/_home-top.scss */
#home-top {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
}
/* line 7, ../sass/blocks/_home-top.scss */
#home-top.no-sticky {
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width: 75rem) {
  /* line 1, ../sass/blocks/_home-top.scss */
  #home-top {
    padding: 80px;
  }
  /* line 15, ../sass/blocks/_home-top.scss */
  #home-top .text-container h1 {
    width: 70%;
  }
}

/* line 22, ../sass/blocks/_home-top.scss */
.otgs-development-site-front-end {
  display: none;
}

/* line 26, ../sass/blocks/_home-top.scss */
.page-template-template-home {
  position: relative;
}

/* line 1, ../sass/blocks/_page-top.scss */
.page-top.bloc {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: sticky;
  top: 0;
  padding-top: 77px;
}
/* line 12, ../sass/blocks/_page-top.scss */
.page-top.bloc .logo-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  animation: 1s ease 4s 1 normal both running disapearance;
}
@media only screen and (min-width: 75rem) {
  /* line 1, ../sass/blocks/_page-top.scss */
  .page-top.bloc {
    padding: 80px;
  }
}

/* line 1, ../sass/blocks/_expertises.scss */
.expertises.bloc {
  position: relative;
  margin: auto;
  padding: 20px;
}
@media only screen and (min-width: 75rem) {
  /* line 1, ../sass/blocks/_expertises.scss */
  .expertises.bloc {
    width: 780px;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 1, ../sass/blocks/_expertises.scss */
  .expertises.bloc {
    width: 1024px;
  }
}
/* line 15, ../sass/blocks/_expertises.scss */
.expertises.bloc * {
  color: white;
}
/* line 19, ../sass/blocks/_expertises.scss */
.expertises.bloc .titre {
  font-weight: 700;
}
/* line 23, ../sass/blocks/_expertises.scss */
.expertises.bloc .expertise-texte {
  margin-bottom: 20px;
}
@media only screen and (min-width: 75rem) {
  /* line 23, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise-texte {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    top: 350px;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 23, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise-texte {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    top: 400px;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 48, ../sass/blocks/_expertises.scss */
.expertises.bloc .expertise {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 75rem) {
  /* line 50, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:before {
    content: " ";
    display: block;
    position: absolute;
    left: -200px;
    width: 150px;
    height: 150px;
    top: -50px;
    background-color: transparent;
  }
  /* line 62, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(4):before {
    left: auto;
    right: -200px;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 69, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:before {
    content: " ";
    display: block;
    position: absolute;
    left: -300px;
    width: 250px;
    height: 250px;
    top: -100px;
  }
  /* line 80, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(4):before {
    left: auto;
    right: -300px;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 87, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(1) {
    top: 13%;
    left: 67%;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 94, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(2) {
    top: 48%;
    left: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 101, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(3) {
    bottom: 13%;
    left: 67%;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 108, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise:nth-of-type(4) {
    top: 48%;
    left: -15%;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 48, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise {
    position: absolute;
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 122, ../sass/blocks/_expertises.scss */
.expertises.bloc .expertise:hover {
  color: var(--ui-color-tertiary);
}
/* line 124, ../sass/blocks/_expertises.scss */
.expertises.bloc .expertise:hover + .expertise-texte {
  display: block;
}
/* line 130, ../sass/blocks/_expertises.scss */
.expertises.bloc .expertise-img {
  display: none;
  margin: auto;
}
@media only screen and (min-width: 75rem) {
  /* line 130, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise-img {
    width: 780px;
    display: block;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 130, ../sass/blocks/_expertises.scss */
  .expertises.bloc .expertise-img {
    width: 1024px;
  }
}

/* line 1, ../sass/blocks/_chiffres.scss */
.chiffres.bloc {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
/* line 8, ../sass/blocks/_chiffres.scss */
.chiffres.bloc .rond {
  display: none;
}
@media only screen and (min-width: 75rem) {
  /* line 16, ../sass/blocks/_chiffres.scss */
  .chiffres.bloc .rond {
    display: block;
  }
  /* line 20, ../sass/blocks/_chiffres.scss */
  .chiffres.bloc .elem {
    margin-bottom: 40px;
    flex-basis: 16.6%;
    width: 16.6%;
  }
}
/* line 27, ../sass/blocks/_chiffres.scss */
.chiffres.bloc .elem {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (min-width: 22rem) {
  /* line 27, ../sass/blocks/_chiffres.scss */
  .chiffres.bloc .elem {
    flex-basis: 45%;
    width: 45%;
  }
}
@media only screen and (min-width: 43rem) {
  /* line 27, ../sass/blocks/_chiffres.scss */
  .chiffres.bloc .elem {
    padding: 20px;
    flex-basis: auto;
    width: auto;
  }
}
/* line 44, ../sass/blocks/_chiffres.scss */
.chiffres.bloc .elem .titre {
  display: block;
  color: var(--ui-color-primary);
  font-size: 21px;
  font-size: 1.3125rem;
  color: white;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 1, ../sass/blocks/_testimonial.scss */
.testimonial.bloc {
  padding-bottom: 40px;
}
/* line 3, ../sass/blocks/_testimonial.scss */
.testimonial.bloc .slick-arrow {
  bottom: 0;
}
/* line 7, ../sass/blocks/_testimonial.scss */
.testimonial.bloc .temoignage-slide {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 12, ../sass/blocks/_testimonial.scss */
.testimonial.bloc .temoignage {
  max-width: 1024px;
  margin: auto;
}
/* line 17, ../sass/blocks/_testimonial.scss */
.testimonial.bloc .text {
  color: white;
  margin-bottom: 20px;
}
/* line 22, ../sass/blocks/_testimonial.scss */
.testimonial.bloc .nom {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ui-color-primary);
  color: white;
  margin-bottom: 20px;
  display: block;
}

/* line 1, ../sass/blocks/_slick.scss */
.slick-slider {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
/* line 6, ../sass/blocks/_slick.scss */
.slick-slider .slick-arrow {
  position: absolute;
  right: 20px;
  bottom: -35px;
  border: none;
  background: transparent;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin-right: 7px;
  cursor: pointer;
  transition: 100ms ease;
  background: url("../img/arrow_right.svg");
  background-size: 100% auto;
  font-size: 0;
  color: transparent;
  z-index: 3;
}
@media only screen and (min-width: 75rem) {
  /* line 6, ../sass/blocks/_slick.scss */
  .slick-slider .slick-arrow {
    bottom: 50%;
  }
}
/* line 30, ../sass/blocks/_slick.scss */
.slick-slider .slick-arrow:hover {
  background: url("../img/arrow_right_hover.svg");
}
/* line 35, ../sass/blocks/_slick.scss */
.slick-slider .slick-arrow.slick-prev {
  background: url("../img/arrow_left.svg");
  left: 20px;
  right: auto;
}
/* line 40, ../sass/blocks/_slick.scss */
.slick-slider .slick-arrow.slick-prev:hover {
  background: url("../img/arrow_left_hover.svg");
}

/* line 49, ../sass/blocks/_slick.scss */
.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 60, ../sass/blocks/_slick.scss */
.slick-initialized .slick-slide {
  float: none;
  height: auto;
}

/* line 65, ../sass/blocks/_slick.scss */
.slick-initialized .slick-track {
  display: flex;
}

/* line 69, ../sass/blocks/_slick.scss */
.slider-container {
  position: relative;
}

/* line 73, ../sass/blocks/_slick.scss */
.pagingInfo {
  display: flex;
  position: absolute;
  left: 7.5rem;
  bottom: 1rem;
}
/* line 79, ../sass/blocks/_slick.scss */
.pagingInfo .total-slides {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
/* line 84, ../sass/blocks/_slick.scss */
.pagingInfo .total-slides:before {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--ui-color-primary);
  margin-right: 5px;
}

/* line 95, ../sass/blocks/_slick.scss */
.slick-dots,
.content .slick-dots {
  padding: 0;
  display: flex;
}
/* line 100, ../sass/blocks/_slick.scss */
.slick-dots li,
.content .slick-dots li {
  margin-right: 5px;
}
/* line 103, ../sass/blocks/_slick.scss */
.slick-dots li button,
.content .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
/* line 114, ../sass/blocks/_slick.scss */
.slick-dots li button:before,
.content .slick-dots li button:before {
  background: var(--ui-color-primary);
  width: 0.5rem;
  height: 0.5rem;
  content: ' ';
  display: block;
  border-radius: 50%;
}
/* line 126, ../sass/blocks/_slick.scss */
.slick-dots li:before,
.content .slick-dots li:before {
  content: none;
}

/* line 131, ../sass/blocks/_slick.scss */
.slide {
  position: relative;
}

/* line 19, ../sass/screen.scss */
html {
  line-height: 1;
  background-color: white;
}

/* line 24, ../sass/screen.scss */
body {
  color: black;
  font-weight: 300;
  line-height: 1;
}

/* titres */
/* line 32, ../sass/screen.scss */
h1 {
  font-family: "futura-pt", proxima-nova, sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
/* line 40, ../sass/screen.scss */
h1 em,
h1 i {
  color: var(--ui-color-secondary);
}
@media only screen and (min-width: 43rem) {
  /* line 32, ../sass/screen.scss */
  h1 {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 32, ../sass/screen.scss */
  h1 {
    font-size: 92px;
    font-size: 5.75rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 32, ../sass/screen.scss */
  h1 {
    font-size: 122px;
    font-size: 7.625rem;
  }
}

/* line 60, ../sass/screen.scss */
h2 {
  font-family: "futura-pt", proxima-nova, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  font-weight: 900;
}
@media only screen and (min-width: 43rem) {
  /* line 60, ../sass/screen.scss */
  h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 60, ../sass/screen.scss */
  h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
/* line 76, ../sass/screen.scss */
h2.has-text-align-center {
  padding: 0;
}
/* line 79, ../sass/screen.scss */
h2.has-text-align-center:before {
  position: static;
  margin: auto;
}

/* line 89, ../sass/screen.scss */
h3 {
  font-family: "futura-pt", proxima-nova, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
/* line 94, ../sass/screen.scss */
h3.has-small-font-size {
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 75rem) {
  /* line 89, ../sass/screen.scss */
  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/* line 104, ../sass/screen.scss */
h4 {
  font-family: "futura-pt", proxima-nova, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
}

/* line 110, ../sass/screen.scss */
p {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 114, ../sass/screen.scss */
a {
  text-decoration: none;
}

/* Page template home */
@media only screen and (min-width: 110rem) {
  /* line 120, ../sass/screen.scss */
  .smaller {
    padding: 0 80px;
  }
}

/* line 126, ../sass/screen.scss */
#content {
  position: relative;
  z-index: 8;
}

/* line 133, ../sass/screen.scss */
.page-template-template-home {
  position: relative;
}
/* line 134, ../sass/screen.scss */
.page-template-template-home #reponse {
  margin-bottom: 0;
}
@media only screen and (min-width: 75rem) {
  /* line 138, ../sass/screen.scss */
  .page-template-template-home .wp-block-columns {
    margin-bottom: 0;
  }
}
/* line 145, ../sass/screen.scss */
.page-template-template-home .wp-block-group:last-of-type {
  margin-bottom: 0;
}
/* line 154, ../sass/screen.scss */
.page-template-template-home p {
  margin-bottom: 40px;
}

/* line 164, ../sass/screen.scss */
body .categories {
  margin-bottom: 10px;
}
@media only screen and (min-width: 75rem) {
  /* line 164, ../sass/screen.scss */
  body .categories {
    margin-bottom: 20px;
  }
}
/* line 171, ../sass/screen.scss */
body .categories a {
  font-weight: 300;
  color: var(--ui-color-primary);
  text-decoration: none;
  display: inline;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, currentColor));
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transform-origin: 0 100%;
  -webkit-transition: background-size 0.5s ease-in-out 0.2s;
  transition: background-size 0.5s ease-in-out 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 192, ../sass/screen.scss */
body .categories a:hover, body .categories a:focus {
  color: var(--ui-color-tertiary);
  background-size: 100% 1px;
  transition: 300ms ease;
}

/* line 202, ../sass/screen.scss */
.grid {
  position: relative;
}
/* line 206, ../sass/screen.scss */
.grid > div {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}
/* line 212, ../sass/screen.scss */
.grid > div .social-link {
  margin-top: 7px;
  display: inline-block;
}
/* line 216, ../sass/screen.scss */
.grid > div .social-link img {
  width: 20px;
  height: 20px;
}
/* line 222, ../sass/screen.scss */
.grid > div.type-post {
  width: 100%;
}
/* line 226, ../sass/screen.scss */
.grid > div .meta {
  margin-bottom: 20px;
}
/* line 229, ../sass/screen.scss */
.grid > div .meta span {
  color: var(--ui-color-primary);
}
/* line 235, ../sass/screen.scss */
.grid > div.type-references .img-container {
  min-height: 250px;
  position: relative;
  padding: 20px;
}
/* line 240, ../sass/screen.scss */
.grid > div.type-references .img-container img {
  border-radius: none;
  position: static;
  object-fit: contain;
}
@media only screen and (min-width: 75rem) {
  /* line 234, ../sass/screen.scss */
  .grid > div.type-references {
    width: 48%;
    margin-right: 4%;
  }
  /* line 251, ../sass/screen.scss */
  .grid > div.type-references:nth-of-type(even) {
    margin-right: 0;
  }
}
/* line 258, ../sass/screen.scss */
.grid > div article {
  height: 100%;
  padding: 0;
  background: #f4f9fc;
  border-radius: 15px;
  position: relative;
  transition: 300ms ease;
  width: 100%;
}
/* line 267, ../sass/screen.scss */
.grid > div article:hover {
  background: white;
}
/* line 271, ../sass/screen.scss */
.grid > div article .text {
  padding: 20px;
}
/* line 276, ../sass/screen.scss */
.grid > div article .text-container {
  transition: 300ms ease;
  text-decoration: none;
  color: var(--ui-color-secondary);
  height: 100%;
}
/* line 282, ../sass/screen.scss */
.grid > div article .text-container a {
  color: #1c1c1c;
  display: block;
  height: 100%;
}
/* line 290, ../sass/screen.scss */
.grid > div article .text-container a:hover h2, .grid > div article .text-container a:focus h2 {
  color: var(--ui-color-secondary);
}
/* line 296, ../sass/screen.scss */
.grid > div article .text-container p {
  margin-bottom: 10px;
}
/* line 301, ../sass/screen.scss */
.grid > div article .text-container:hover h3 {
  color: var(--ui-color-secondary);
  transition: 300ms ease;
}
/* line 309, ../sass/screen.scss */
.grid > div article .img-container {
  min-height: 250px;
  position: relative;
}
/* line 313, ../sass/screen.scss */
.grid > div article .img-container img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media only screen and (min-width: 43rem) {
  /* line 258, ../sass/screen.scss */
  .grid > div article {
    display: flex;
  }
  /* line 325, ../sass/screen.scss */
  .grid > div article .img-container {
    flex-basis: 35%;
    position: relative;
    overflow: hidden;
  }
  /* line 331, ../sass/screen.scss */
  .grid > div article .img-container img {
    border-bottom-left-radius: 15px;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
  }
  /* line 343, ../sass/screen.scss */
  .grid > div article .text {
    padding: 40px;
    flex-basis: 65%;
    flex-grow: 1;
  }
}
/* line 355, ../sass/screen.scss */
.grid > div h2 {
  margin-bottom: 10px;
}
/* line 361, ../sass/screen.scss */
.grid > div .date {
  color: var(--ui-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 366, ../sass/screen.scss */
.grid > div .title {
  color: var(--ui-color-secondary);
}
/* line 369, ../sass/screen.scss */
.grid > div .title:hover, .grid > div .title:focus {
  color: var(--ui-color-primary);
}
/* line 373, ../sass/screen.scss */
.grid > div .title:hover *, .grid > div .title:focus * {
  color: var(--ui-color-primary);
}
/* line 378, ../sass/screen.scss */
.grid > div .title h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 391, ../sass/screen.scss */
figure.wp-block-gallery.has-nested-images {
  flex-wrap: nowrap;
  gap: 20px;
}
@media only screen and (min-width: 75rem) {
  /* line 391, ../sass/screen.scss */
  figure.wp-block-gallery.has-nested-images {
    gap: 40px;
  }
}

/* line 400, ../sass/screen.scss */
.wp-block-gallery {
  margin-bottom: 40px;
}
@media only screen and (min-width: 75rem) {
  /* line 400, ../sass/screen.scss */
  .wp-block-gallery {
    margin-bottom: 80px;
  }
  /* line 406, ../sass/screen.scss */
  .wp-block-gallery img {
    border-radius: 0;
  }
}

/*

single

*/
/* line 417, ../sass/screen.scss */
.headings-cont {
  background-color: #f4f9fc;
  margin-bottom: 40px;
}

/* line 421, ../sass/screen.scss */
.headings {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}
/* line 428, ../sass/screen.scss */
.headings p {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 75rem) {
  /* line 428, ../sass/screen.scss */
  .headings p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 421, ../sass/screen.scss */
  .headings {
    padding: 80px;
  }
}

/* line 443, ../sass/screen.scss */
.page-template-default {
  position: relative;
}

/* line 449, ../sass/screen.scss */
.trigger {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100vh;
}

/* line 459, ../sass/screen.scss */
.single article,
.archive article {
  position: relative;
  z-index: 2;
}
/* line 464, ../sass/screen.scss */
.single .testimonial,
.archive .testimonial {
  margin-bottom: 40px;
}
@media only screen and (min-width: 75rem) {
  /* line 464, ../sass/screen.scss */
  .single .testimonial,
  .archive .testimonial {
    margin-bottom: 80px;
  }
}
/* line 474, ../sass/screen.scss */
.single .author,
.single .date,
.single .prestation,
.archive .author,
.archive .date,
.archive .prestation {
  color: var(--ui-color-tertiary);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
/* line 482, ../sass/screen.scss */
.single #breadcrumbs,
.archive #breadcrumbs {
  margin-bottom: 40px;
}
/* line 486, ../sass/screen.scss */
.single .title-container,
.archive .title-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
/* line 491, ../sass/screen.scss */
.single .title-container > span,
.archive .title-container > span {
  display: none;
}
@media only screen and (min-width: 43rem) {
  /* line 491, ../sass/screen.scss */
  .single .title-container > span,
  .archive .title-container > span {
    display: block;
  }
}
/* line 499, ../sass/screen.scss */
.single .title-container h1,
.archive .title-container h1 {
  margin-bottom: 0;
}
/* line 506, ../sass/screen.scss */
.single.single-references, .single.post-type-archive-references,
.archive.single-references,
.archive.post-type-archive-references {
  position: relative;
}
/* line 509, ../sass/screen.scss */
.single.single-references .headings, .single.post-type-archive-references .headings,
.archive.single-references .headings,
.archive.post-type-archive-references .headings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
/* line 518, ../sass/screen.scss */
.single.single-references .single-container, .single.post-type-archive-references .single-container,
.archive.single-references .single-container,
.archive.post-type-archive-references .single-container {
  opacity: 0;
}
/* line 525, ../sass/screen.scss */
.single.single-references .content .text-container, .single.post-type-archive-references .content .text-container,
.archive.single-references .content .text-container,
.archive.post-type-archive-references .content .text-container {
  margin-bottom: 10px;
  background-color: white;
  padding: 20px;
  border-radius: 7.5px;
  color: var(--ui-color-primary);
}
/* line 532, ../sass/screen.scss */
.single.single-references .content .text-container h1,
.single.single-references .content .text-container h2,
.single.single-references .content .text-container h3, .single.post-type-archive-references .content .text-container h1,
.single.post-type-archive-references .content .text-container h2,
.single.post-type-archive-references .content .text-container h3,
.archive.single-references .content .text-container h1,
.archive.single-references .content .text-container h2,
.archive.single-references .content .text-container h3,
.archive.post-type-archive-references .content .text-container h1,
.archive.post-type-archive-references .content .text-container h2,
.archive.post-type-archive-references .content .text-container h3 {
  color: var(--ui-color-primary);
}
/* line 540, ../sass/screen.scss */
.single.single-references .content .img-container div, .single.post-type-archive-references .content .img-container div,
.archive.single-references .content .img-container div,
.archive.post-type-archive-references .content .img-container div {
  margin-bottom: 10px;
}
/* line 544, ../sass/screen.scss */
.single.single-references .content .img-container img,
.single.single-references .content .img-container video, .single.post-type-archive-references .content .img-container img,
.single.post-type-archive-references .content .img-container video,
.archive.single-references .content .img-container img,
.archive.single-references .content .img-container video,
.archive.post-type-archive-references .content .img-container img,
.archive.post-type-archive-references .content .img-container video {
  display: block;
  border-radius: 7.5px;
  width: 100%;
  height: auto;
}
/* line 554, ../sass/screen.scss */
.single.single-references .single-container, .single.post-type-archive-references .single-container,
.archive.single-references .single-container,
.archive.post-type-archive-references .single-container {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 75rem) {
  /* line 564, ../sass/screen.scss */
  .single.single-references .single-container, .single.post-type-archive-references .single-container,
  .archive.single-references .single-container,
  .archive.post-type-archive-references .single-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-top: 80px;
  }
  /* line 570, ../sass/screen.scss */
  .single.single-references .single-container aside, .single.post-type-archive-references .single-container aside,
  .archive.single-references .single-container aside,
  .archive.post-type-archive-references .single-container aside {
    flex-basis: 20%;
    width: 20%;
    position: sticky;
    top: 20px;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
  /* line 580, ../sass/screen.scss */
  .single.single-references .single-container .content, .single.post-type-archive-references .single-container .content,
  .archive.single-references .single-container .content,
  .archive.post-type-archive-references .single-container .content {
    flex-basis: 80%;
    width: 80%;
    padding-top: 53px;
  }
  /* line 585, ../sass/screen.scss */
  .single.single-references .single-container .content .text-container, .single.post-type-archive-references .single-container .content .text-container,
  .archive.single-references .single-container .content .text-container,
  .archive.post-type-archive-references .single-container .content .text-container {
    padding: 40px;
  }
}

@media only screen and (min-width: 75rem) {
  /* line 601, ../sass/screen.scss */
  .scrolled.single.single-references .single-container {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 75rem) {
  /* line 608, ../sass/screen.scss */
  aside {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    border: none;
    padding: 40px 20px 80px;
    overflow: auto;
  }
  /* line 623, ../sass/screen.scss */
  aside.active {
    display: block;
  }
}
@media only screen and (min-width: 75rem) {
  /* line 608, ../sass/screen.scss */
  aside {
    display: block;
  }
}
/* line 632, ../sass/screen.scss */
aside h3 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
}
/* line 638, ../sass/screen.scss */
aside a {
  background-color: #dbdbdb;
  padding: 20px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  gap: 20px;
  color: #1c1c1c;
}
/* line 648, ../sass/screen.scss */
aside a:hover, aside a:focus {
  background: white;
}
/* line 653, ../sass/screen.scss */
aside a:hover .text-container strong, aside a:focus .text-container strong {
  color: var(--ui-color-primary);
}
/* line 659, ../sass/screen.scss */
aside a:hover .img-container img, aside a:focus .img-container img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 300ms ease;
}
/* line 666, ../sass/screen.scss */
aside a.active {
  background: white;
}
/* line 670, ../sass/screen.scss */
aside a .img-container {
  flex-basis: 25%;
  width: 25%;
  overflow: hidden;
}
/* line 675, ../sass/screen.scss */
aside a .img-container img {
  width: 100%;
  height: auto;
  transition: 300ms ease;
}
/* line 682, ../sass/screen.scss */
aside a .text-container {
  flex-basis: 75%;
  width: 75%;
}
/* line 686, ../sass/screen.scss */
aside a .text-container strong {
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 694, ../sass/screen.scss */
.chapo {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

/* line 701, ../sass/screen.scss */
.content .wp-block-columns {
  gap: 40px;
}
@media only screen and (min-width: 75rem) {
  /* line 701, ../sass/screen.scss */
  .content .wp-block-columns {
    gap: 80px;
  }
}
/* line 709, ../sass/screen.scss */
.content video {
  width: 100%;
}
/* line 714, ../sass/screen.scss */
.content .tags .tag-container {
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: 10px;
  min-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 43rem) {
  /* line 714, ../sass/screen.scss */
  .content .tags .tag-container {
    margin-right: 40px;
    width: auto;
  }
}
/* line 727, ../sass/screen.scss */
.content .tags .tag-container:hover .tag {
  background: var(--ui-color-secondary);
  color: var(--ui-color-primary);
}
/* line 731, ../sass/screen.scss */
.content .tags .tag-container:hover .tag.hover {
  display: block;
}
/* line 737, ../sass/screen.scss */
.content .tags .tag {
  min-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 43rem) {
  /* line 737, ../sass/screen.scss */
  .content .tags .tag {
    width: auto;
  }
}
/* line 745, ../sass/screen.scss */
.content .tags .tag.hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 757, ../sass/screen.scss */
.content > .wp-block-group .wp-block-cover {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media only screen and (min-width: 75rem) {
  /* line 756, ../sass/screen.scss */
  .content > .wp-block-group {
    padding: 80px;
  }
  /* line 767, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-cover {
    width: calc(100% + 80px);
    height: calc(100% + 40px);
    position: relative;
  }
  /* line 773, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-column:first-of-type .wp-block-cover {
    left: -80px;
  }
  /* line 777, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-column:last-of-type .wp-block-cover {
    left: auto;
  }
}
@media only screen and (min-width: 110rem) {
  /* line 756, ../sass/screen.scss */
  .content > .wp-block-group {
    padding: 80px 160px;
  }
  /* line 786, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-cover {
    width: calc(100% + 160px);
    height: calc(100% + 40px);
    position: relative;
    left: -160px;
  }
  /* line 793, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-column:first-of-type .wp-block-cover {
    left: -160px;
  }
  /* line 797, ../sass/screen.scss */
  .content > .wp-block-group .wp-block-column:last-of-type .wp-block-cover {
    left: auto;
    right: 0;
  }
}
/* line 805, ../sass/screen.scss */
.content .wp-block-cover {
  margin-bottom: 0;
}
@media only screen and (min-width: 75rem) {
  /* line 805, ../sass/screen.scss */
  .content .wp-block-cover {
    padding: 80px;
  }
}
/* line 817, ../sass/screen.scss */
.content .wp-block-columns .wp-block-image.size-large.is-resized {
  max-width: 100%;
}
/* line 821, ../sass/screen.scss */
.content .wp-block-columns .wp-block-image.size-large img {
  width: 100%;
  height: auto;
  max-width: none;
}
/* line 831, ../sass/screen.scss */
.content .slider-container {
  background-color: var(--ui-color-tertiary);
  text-align: center;
}
/* line 834, ../sass/screen.scss */
.content .slider-container .text-container {
  padding: 0 80px;
}
/* line 837, ../sass/screen.scss */
.content .slider-container a {
  padding: 20px;
  color: white;
}
/* line 840, ../sass/screen.scss */
.content .slider-container a h3 {
  color: white;
  margin: 0;
}
/* line 845, ../sass/screen.scss */
.content .slider-container a:hover {
  color: var(--ui-color-primary);
}
/* line 847, ../sass/screen.scss */
.content .slider-container a:hover h3 {
  color: var(--ui-color-primary);
}
/* line 852, ../sass/screen.scss */
.content .slider-container .slick-arrow {
  bottom: 50%;
  margin-bottom: -23px;
  filter: brightness(0) invert(1);
}

/* line 861, ../sass/screen.scss */
.kantan {
  display: flex;
  padding: 0;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
}
@media only screen and (min-width: 75rem) {
  /* line 861, ../sass/screen.scss */
  .kantan {
    gap: 80px;
  }
}
/* line 870, ../sass/screen.scss */
.kantan li {
  font-weight: 700;
  list-style: none;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 874, ../sass/screen.scss */
.kantan li:before {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--ui-color-tertiary);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: -40px;
  top: 10px;
}

/* line 888, ../sass/screen.scss */
.alter-list {
  display: flex;
  padding: 0;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
}
/* line 896, ../sass/screen.scss */
.alter-list.purple li {
  border-top: 3px solid var(--ui-color-primary);
  border-right: 3px solid var(--ui-color-primary);
}
/* line 900, ../sass/screen.scss */
.alter-list.purple li:before {
  content: url("../img/purple.svg");
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6.66667px;
}
/* line 916, ../sass/screen.scss */
.alter-list.green li {
  border-top: 3px solid var(--ui-color-tertiary);
  border-right: 3px solid var(--ui-color-tertiary);
}
/* line 919, ../sass/screen.scss */
.alter-list.green li:before {
  content: url("../img/green.svg");
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6.66667px;
}
/* line 934, ../sass/screen.scss */
.alter-list li {
  font-weight: 700;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px;
  position: relative;
  padding-top: 60px;
}

/* line 948, ../sass/screen.scss */
iframe {
  margin-bottom: 40px;
}

/* line 954, ../sass/screen.scss */
.wp-block-image figure {
  position: relative;
}
/* line 957, ../sass/screen.scss */
.wp-block-image figure .rond {
  position: absolute;
}
/* line 960, ../sass/screen.scss */
.wp-block-image figure .rond.bleu {
  top: 0;
}
/* line 964, ../sass/screen.scss */
.wp-block-image figure .rond.orange {
  bottom: 40px;
  left: 40px;
}

/* line 977, ../sass/screen.scss */
.wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image figure .rond.bleu {
  right: 0;
}
/* line 982, ../sass/screen.scss */
.wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image figure .rond.orange {
  width: 60px;
  height: 30px;
  border-radius: 0;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
@media only screen and (min-width: 43rem) {
  /* line 982, ../sass/screen.scss */
  .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-image figure .rond.orange {
    width: 120px;
    height: 60px;
  }
}
/* line 1005, ../sass/screen.scss */
.wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image figure .rond.bleu {
  top: 0;
  border-radius: 0;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
}
/* line 1012, ../sass/screen.scss */
.wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image figure .rond.orange {
  left: auto;
  right: 40px;
  width: 60px;
  height: 30px;
  border-radius: 0;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
@media only screen and (min-width: 43rem) {
  /* line 1012, ../sass/screen.scss */
  .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image figure .rond.orange {
    width: 120px;
    height: 60px;
  }
}

/* line 1030, ../sass/screen.scss */
.wp-block-group {
  margin-bottom: 0;
}

/* line 1034, ../sass/screen.scss */
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ui-color-secondary);
}
/* line 1038, ../sass/screen.scss */
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
  color: var(--ui-color-primary);
}
/* line 1043, ../sass/screen.scss */
.wp-block-latest-posts__list li {
  padding: 20px;
  border: 1px solid var(--ui-color-secondary);
}

/* line 1051, ../sass/screen.scss */
.box-shadow:before, .box-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10%;
  width: 50%;
  top: 80%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 35px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
/* line 1069, ../sass/screen.scss */
.box-shadow:after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10%;
  left: auto;
}
