/*
Theme Name: Seeusoon
Version: 1.0
Author: Tika
*/
/*
===========
  IMPORTS	 
===========
*/
/* 
    Fichier LESS dédié aux COULEURS & FONTS
*/
/*
==========
	COLORS	 
==========
*/
/*
=============
	THICKNESS	 
=============
*/
/*
================
	PLACEHOLDERS	 
================
*/
/*
=========
  FONTS	 
=========
*/
:root {
  /* Déclaration des polices */
  --degular: degular, sans-serif;
  --galix-mono: galix-mono, sans-serif;
}
/* Fichier LESS dédié aux CAROUSELS */
/* ============================== */
/* ===== CONTAINER CAROUSEL ===== */
/* ============================== */
.container-carousel {
  margin: 42px auto 54px auto;
}
.container-carousel .carousel {
  display: block;
  position: relative;
  width: 320px;
  margin: 0 auto;
  overflow-x: clip;
}
.container-carousel .carousel .carousel-inner {
  display: block;
}
.container-carousel .carousel .carousel-inner .slide {
  position: absolute;
  top: 0;
  border-radius: 20px;
  background-color: #f6bbba;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  z-index: 1;
}
.container-carousel .carousel .carousel-inner .slide .texte .bouton {
  border: none;
}
.container-carousel .carousel .carousel-inner .slide .texte .bouton:hover {
  color: #e23829;
  background-color: #f6bbba;
}
.container-carousel .carousel .carousel-inner .slide.active {
  top: -16px;
}
.container-carousel .carousel .carousel-nav .navigation {
  top: 40%;
  transform: translateY(-40%);
}
/* ============================== */
/* ========= NAVIGATION ========= */
/* ============================== */
.carousel-nav {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-nav .navigation {
  position: absolute;
  border: 0;
  color: #e23829;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.carousel-nav .navigation.prev::before,
.carousel-nav .navigation.next::before,
.carousel-nav .navigation.prev::after,
.carousel-nav .navigation.next::after {
  display: block;
  width: 25px;
  height: 25px;
  background-size: cover;
}
.carousel-nav .navigation.prev {
  left: 0;
}
.carousel-nav .navigation.prev::before {
  content: "";
  background-image: url(../img/flèche-gauche.svg);
}
.carousel-nav .navigation.next {
  right: 0;
}
.carousel-nav .navigation.next::after {
  content: "";
  background-image: url(../img/flèche-droite.svg);
}
/* ============================== */
/* ========== DOTS ============== */
/* ============================== */
.carousel-dots {
  display: flex;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 100%;
  gap: 6px;
  justify-content: center;
  transform: translateX(-50%);
}
.carousel-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bebebe;
  border-radius: 50%;
}
.carousel-dots .dot.active {
  background-color: #374196;
}
/*
==============
  ANIMATIONS	 
==============
*/
@keyframes bounce {
  0%,
  100% {
    transform: rotate(-90deg) translateX(0);
  }
  50% {
    transform: rotate(-90deg) translateX(5px);
  }
}
.fade {
  opacity: 0;
}
/*
================
  PICTOGRAMMES	 
================
*/
.picto-linkedin {
  background-image: url(../img/picto-linkedin.webp);
}
.picto-instagram {
  background-image: url(../img/picto-instagram.webp);
}
.picto-behance {
  background-image: url(../img/picto-behance.webp);
}
/*
===========
  GÉNÉRAL	 
===========
*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#main {
  background-image: url(../img/fond-page.svg);
}
.grecaptcha-badge {
  visibility: hidden;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"]:focus-visible {
  outline: none;
}
input {
  border: none;
}
input:focus-visible {
  outline: 2px solid;
  outline-offset: -2px;
}
body {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-family: sans-serif;
}
ul {
  list-style: none;
}
li {
  margin-bottom: 5px;
  font-family: sans-serif;
}
li span {
  margin-left: 5px;
}
li::before {
  content: "";
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #000000;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a,
span {
  display: inline-block;
}
p {
  margin-bottom: 10px;
  color: #374196;
  font-size: 16px;
}
em {
  font-style: italic;
}
a,
p,
strong,
em {
  font-family: var(--degular);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 21px;
  object-fit: cover;
}
.container {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/*
==========
  TITRES 
==========
*/
#titre_h1,
.titre {
  position: relative;
  margin-left: 20px;
  color: #374196;
  font-size: 20px;
  font-family: var(--degular);
  line-height: 1.2;
}
#titre_h1::before,
.titre::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 17px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-size: cover;
}
.deux-lignes {
  display: flex;
  flex-direction: column;
  line-height: 18px;
  margin-bottom: 3px;
  line-height: 1;
}
.deux-lignes::before {
  top: 0;
  transform: translateY(0);
}
.sous-titre {
  color: #374196;
  font-family: var(--galix-mono);
  line-height: 13px;
  font-size: 13px;
  font-weight: 100;
  line-height: 1;
}
.red,
.blue {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--degular);
  text-align: center;
}
.red {
  color: #e23829;
  background-color: #f6bbba;
}
.blue {
  color: #f6bbba;
  background-color: #374196;
}
.etoile-rouge {
  color: #374196;
}
.etoile-rouge:before {
  background-image: url(../img/etoile-seule-rouge.svg);
}
.etoile-bleue {
  color: #e23829;
}
.etoile-bleue:before {
  background-image: url(../img/etoile-seule-bleue.svg);
}
.bandeau-rose,
.bandeau-bleu {
  background-size: cover;
  background-repeat: no-repeat;
}
.bandeau-rose {
  background-image: url(../img/bandeau-rose.svg);
}
.bandeau-bleu {
  background-image: url(../img/bandeau-bleu.svg);
}
/*
===========
  BOUTONS	 
===========
*/
.boutons {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
}
.bouton {
  display: flex;
  width: 205px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--degular);
  text-align: center;
  border-radius: 44px;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
.bouton span {
  display: flex;
  width: 17px;
  height: 17px;
  font-size: 13px;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bouton-bleu {
  color: #f6bbba;
  background-color: #374196;
}
.bouton-red {
  color: #f6bbba;
  background-color: #e23829;
}
.bouton-red-reverse {
  color: #e23829;
  border: 2px solid #f6bbba;
}
.bouton-article {
  color: #e23829;
  border: 2px solid #374196;
}
.bouton-article:hover {
  color: #ffffff;
  background-color: #374196;
}
.fleche {
  position: relative;
  margin: 20px auto 0 auto;
  padding-right: 25px;
}
.fleche::before,
.fleche::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.fleche::before {
  background-image: url(../img/fleche-droite-rose-rouge.svg);
  opacity: 1;
}
.fleche::after {
  background-image: url(../img/fleche-droite-rouge-rose.svg);
  opacity: 0;
}
.fleche:hover {
  color: #e23829;
  background-color: #f6bbba;
}
.fleche:hover:before {
  opacity: 0;
}
.fleche:hover:after {
  opacity: 1;
}
#single .container #back_link,
#projet-single .container #back_link {
  display: flex;
  width: 85px;
  height: 28px;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  color: #e23829;
  font-size: 14px;
  font-family: var(--degular);
  text-decoration: none;
  border: 2px solid #374196;
  border-radius: 20px;
}
#single .container #back_link::before,
#projet-single .container #back_link::before {
  content: "";
  width: 18px;
  height: 13px;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/fleche-gauche-rouge.svg);
}
#single .container #back_link:hover,
#projet-single .container #back_link:hover {
  color: #ffffff;
  background-color: #374196;
}
#single .container #back_link:hover::before,
#projet-single .container #back_link:hover::before {
  background-image: url(../img/fleche-gauche-blanche.svg);
}
/*
================
  PLACEHOLDERS	 
================
*/
input,
select,
textarea {
  width: 100%;
  padding-left: 10px;
  font-family: var(--degular);
  border: 2px solid #e23829;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: #374196;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #374196;
  font-family: var(--degular);
  font-weight: 100;
  opacity: 1;
}
textarea {
  padding-top: 10px;
}
/*
===============
FORMULAIRES	 
===============
*/
input[type="radio"] {
  accent-color: #e23829;
}
.error-message {
  color: red;
}
.success-message {
  color: green;
}
/*
===========
  COOKIES	 
===========
*/
#cn-accept-cookie {
  background-color: #008300 !important;
}
#cn-refuse-cookie {
  background-color: #9c1a1a !important;
}
#cn-accept-cookie,
#cn-refuse-cookie {
  color: #ffffff !important;
}
#cookie-notice #cn-more-info {
  margin-top: 10px;
}
/*
=================
  CARD & SLIDER	 
=================
*/
#cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 40px auto 20px auto;
}
#cards .card {
  display: block;
  width: 246px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 10px 8px #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#cards .card img {
  width: 100%;
  height: 158px;
}
#cards .card .texte {
  display: flex;
  height: 190px;
  padding: 0 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  text-align: center;
}
#cards .card .texte .bouton {
  width: 125px;
  height: 29px;
  font-size: 12px;
}
/*
===============
  BREADCRUMBS	 
===============
*/
.breadcrumb {
  margin: 0;
  padding: 0;
  font-weight: 400;
  list-style: none;
}
.breadcrumb #breadcrumbs a,
.breadcrumb #breadcrumbs span,
.breadcrumb #breadcrumbs .breadcrumb_last {
  color: #374196;
  text-decoration: underline;
}
.breadcrumb #breadcrumbs .breadcrumbs-accueil {
  padding-left: 25px;
  background-size: 22px;
  background-image: url(../img/icon-home.png);
  background-position: left;
  background-repeat: no-repeat;
}
/*
========
  MENU	 
========
*/
.burger {
  display: block;
  position: absolute;
  width: 36px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: #f6bbba;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: background-color 0.1s, 0.3s;
  -webkit-transition: background-color 0.1s, 0.3s;
}
.burger:before,
.burger:after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background: #f6bbba;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.burger:before {
  margin-top: -8px;
}
.burger:after {
  margin-top: 8px;
}
.burger-open {
  background-color: initial;
}
.burger-open:before,
.burger-open:after {
  margin-top: 0;
  background-color: #ffffff;
}
.burger-open:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.burger-open:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.burger-toggle {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  right: 7%;
  transform: translate(-5%, -40%);
}
.burger-toggle-right {
  right: 25px;
}
.overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.overlay-visible {
  background-color: #000000;
  opacity: 0.4;
  visibility: visible;
}
.nav-menu {
  height: 0;
  background-color: #374196;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.nav-menu .logo-link {
  display: none;
}
.nav-menu .menu-title {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #f6bbba;
}
.nav-menu .menu-title span {
  display: block;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
}
.nav-menu #menu_principal li {
  display: block;
  position: relative;
  margin: 0;
}
.nav-menu #menu_principal li:after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #f6bbba;
}
.nav-menu #menu_principal a,
.nav-menu #menu_principal span {
  display: flex;
  height: 60px;
  margin: 0;
  padding-left: 20px;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--degular);
}
.nav-menu .devis {
  padding-bottom: 20px;
}
.nav-menu .devis .bouton-devis {
  position: relative;
  width: 185px;
  margin: 20px auto 0 auto;
  padding-right: 25px;
  color: #e23829;
  background-color: #f6bbba;
  font-weight: 700;
  font-family: var(--degular);
  transition: all 0.3s ease;
}
.nav-menu .devis .bouton-devis::before,
.nav-menu .devis .bouton-devis::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.nav-menu .devis .bouton-devis::before {
  background-image: url(../img/fleche-droite-rouge-rose.svg);
  opacity: 1;
}
.nav-menu .devis .bouton-devis::after {
  background-image: url(../img/fleche-droite-blanche-rouge.svg);
  opacity: 0;
}
.nav-menu .devis .bouton-devis:hover {
  color: #ffffff;
  background-color: #e23829;
}
.nav-menu .devis .bouton-devis:hover:before {
  opacity: 0;
}
.nav-menu .devis .bouton-devis:hover:after {
  opacity: 1;
}
/*
==========
  HEADER	 
==========
*/
#header {
  display: block;
  position: fixed;
  width: 90%;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 25px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 3;
}
.header-visible .nav-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.bandeau-top {
  display: block;
  position: fixed;
  width: 93.5%;
  height: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #374196;
  border-radius: 0 0 35px 35px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 1;
}
.bandeau-top .header-title {
  display: block;
  height: 70px;
}
.bandeau-top .header-title h1 {
  display: inline-block;
  height: 85px;
  color: #ffffff;
  font-size: 32px;
  padding: 10px;
}
.bandeau-top .header-title .lien-logo {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  top: 8px;
  left: 23px;
}
.bandeau-top .header-title .logo {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
/*
==========
  FOOTER	 
==========
*/
#footer {
  background-color: #374196;
  border-radius: 33px 33px 0 0;
}
#footer .container {
  padding-top: 35px;
}
#footer .container .content h3,
#footer .container .content a,
#footer .container .content p {
  color: #f6bbba;
  text-align: center;
}
#footer .container .content h3 {
  font-family: var(--degular);
}
#footer .container .content .gauche #logo-footer {
  display: block;
  width: 142px;
  height: 142px;
  margin: 0 auto;
}
#footer .container .content .gauche #rs {
  display: flex;
  width: 160px;
  margin: 25px auto 15px auto;
  padding-bottom: 25px;
  gap: 15px;
  justify-content: center;
  border-bottom: 2px #8e92c3 solid;
}
#footer .container .content .gauche #rs .picto {
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#footer .container .content .gauche p {
  width: 265px;
  margin: 0 auto;
}
#footer .container .content .gauche .separateur {
  width: 160px;
  margin: 20px auto 35px auto;
  border-bottom: 2px #8e92c3 solid;
}
#footer .container .content .milieu {
  text-align: center;
}
#footer .container .content .milieu .menu-menu_footer-container #menu_footer li {
  margin-bottom: 2px;
}
#footer .container .content .milieu .menu-menu_footer-container #menu_footer > li {
  font-size: 15px;
  margin-bottom: 25px;
}
#footer .container .content .milieu .menu-menu_footer-container #menu_footer > li > a {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .container .content .droite {
  margin-bottom: 22px;
}
#footer .container .content .droite .devis {
  display: flex;
  width: 255px;
  height: 105px;
  margin: 0 auto;
  color: #8e92c3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid;
  border-radius: 20px;
}
#footer .container .content .droite .devis h3 {
  text-transform: uppercase;
}
#footer .container .content .droite .devis .fleche {
  width: 160px;
  height: 28px;
  margin: 0;
  font-size: 13px;
  border-radius: 52px;
  background-color: #e23829;
}
#footer .container .content .droite .devis .fleche::before,
#footer .container .content .droite .devis .fleche::after {
  width: 18px;
  height: 18px;
}
#footer .container .content .droite .devis .fleche:hover {
  color: #e23829;
  background-color: #f6bbba;
}
#footer .container #copyrights {
  color: #f6bbba;
  font-size: 10px;
  text-align: center;
}
#footer .container #copyrights p {
  display: inline-block;
}
#footer .container #copyrights a,
#footer .container #copyrights p {
  margin-bottom: 0;
  color: #f6bbba;
  font-size: 10px;
}
#go-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 8px;
  right: 8px;
  background-size: cover;
  background-image: url(../img/flèche-gauche.svg);
  transform: rotate(90deg);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: ease-in-out opacity 0.3s;
  z-index: 2;
}
#go-top.show {
  opacity: 1;
  pointer-events: auto;
}
/*
================
  PAGE ACCUEIL	 
================
*/
#introduction {
  position: relative;
  padding-top: 70px;
  font-family: var(--degular);
}
#introduction::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -49px;
  width: 205px;
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
}
#introduction .accroche span:first-child,
#introduction .sous-titre-introduction,
#introduction .cta {
  color: #374196;
}
#introduction .accroche span:last-child,
#introduction .offres a:nth-child(2) {
  color: #e23829;
  background-color: #f6bbba;
}
#introduction #titre_h1 {
  position: relative;
  display: flex;
  width: 244px;
  margin: 15px auto 40px;
  padding: 3px 0;
  font-size: 9px;
  font-style: italic;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #c33b2e;
}
#introduction #titre_h1::before {
  content: none;
}
#introduction #titre_h1:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../img/etoile-seule-rouge.svg);
  background-size: cover;
}
#introduction .accroche {
  width: 244px;
  margin: 0 auto 20px;
  font-size: 25px;
}
#introduction .accroche span:first-child {
  position: relative;
  align-self: flex-start;
  z-index: 1;
}
#introduction .accroche span:first-child:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  top: 10px;
  left: -25px;
  margin: 0 auto;
  background-image: url(../img/double-etoiles-pleines.svg);
  background-size: cover;
}
#introduction .accroche span:first-child:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -12px;
  right: -80px;
  margin: 0 auto;
  background-image: url(../img/flocon-rouge.svg);
  background-size: cover;
}
#introduction .accroche span:last-child {
  display: flex;
  width: 167px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  border-radius: 70px;
  align-self: flex-end;
  transform: rotate(-1.8deg);
}
#introduction .sous-titre-introduction {
  width: 212px;
  margin: 0 auto 12px;
  font-size: 16px;
  line-height: 0.8;
  text-align: center;
}
#introduction .offres a {
  display: flex;
  height: 20px;
  margin: 0 auto 12px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
}
#introduction .offres a:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 0px 5px 0 -5px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#introduction .offres a:first-child,
#introduction .offres a:last-child {
  color: #f6bbba;
}
#introduction .offres a:first-child {
  width: 110px;
  background-color: #e23829;
  border: 2px solid #e23829;
}
#introduction .offres a:first-child:hover {
  color: #e23829;
  background-color: #f6bbba;
}
#introduction .offres a:nth-child(2) {
  width: 102px;
  border: 2px solid #f6bbba;
}
#introduction .offres a:nth-child(2):hover {
  border: 2px solid #e23829;
}
#introduction .offres a:last-child {
  width: 75px;
  margin-bottom: 15px;
  background-color: #374196;
  border: 2px solid #374196;
}
#introduction .offres a:last-child:hover {
  color: #374196;
  background-color: #f6bbba;
}
#introduction .cta {
  display: block;
  width: 115px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
#introduction .cta::after {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  margin: 10px auto 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
  animation: bounce 1.5s infinite;
}
#bandeau-introduction {
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 30px 0;
  color: #374196;
}
#bandeau-introduction .ligne-container {
  display: flex;
  font-size: 15px;
  overflow: hidden;
  user-select: none;
  --gap: 3px;
  gap: var(--gap);
}
#bandeau-introduction .ligne-container ul {
  display: flex;
  min-width: 100%;
  margin: -6px 0;
  flex-shrink: 0;
  list-style: none;
  gap: var(--gap);
  animation: scroll 50s linear infinite;
}
#bandeau-introduction .ligne-container ul span {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  font-family: var(--degular);
}
#bandeau-introduction .ligne-container:nth-of-type(2) ul {
  animation: scroll-reverse 50s linear infinite;
}
@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll-reverse {
  from {
    transform: translateX(calc(-100% - var(--gap)));
  }
  to {
    transform: translateX(calc(0% - var(--gap)));
  }
}
#offres {
  margin-bottom: 58px;
}
#offres .container-carousel .carousel #carousel-offres .slide {
  max-width: 250px;
  height: 220px;
}
#offres .container-carousel .carousel #carousel-offres .slide .rond {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  margin: 22px 0 13px 22px;
  background-color: white;
  border-radius: 50%;
}
#offres .container-carousel .carousel #carousel-offres .slide .rond img {
  max-width: inherit;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#offres .container-carousel .carousel #carousel-offres .slide .texte {
  padding: 0 22px;
}
#offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide {
  color: #374196;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
#offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  margin: 5px 0;
  background-color: #e23829;
}
#offres .container-carousel .carousel #carousel-offres .slide .texte p {
  margin-bottom: 8px;
  font-size: 15px;
  font-family: var(--degular);
}
#offres .container-carousel .carousel #carousel-offres .slide .texte .bouton-red {
  width: 130px;
  height: 32px;
  border-radius: 52px;
  border: 2px solid #e23829;
}
#offres .container-carousel .carousel #carousel-offres .slide .texte .bouton-red:hover {
  color: #e23829;
  background-color: #f6bbba;
}
#offres .container-carousel .carousel .nav-projets .navigation {
  top: 35%;
  transform: translateY(-35%);
}
#offres:last-of-type {
  margin-bottom: 0;
}
#bandeau-devis {
  font-family: var(--degular);
}
#bandeau-devis .container {
  display: flex;
  position: relative;
  height: 130px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}
#bandeau-devis .container::before,
#bandeau-devis .container::after {
  content: "";
  position: absolute;
  height: 24px;
  background-size: cover;
}
#bandeau-devis .container::before {
  width: 22px;
  top: 10px;
  left: 12px;
  background-image: url(../img/double-etoiles-roses.svg);
}
#bandeau-devis .container:after {
  width: 24px;
  right: 12px;
  bottom: 10px;
  background-image: url(../img/flocon-rose.svg);
}
#bandeau-devis .container .titre-devis {
  margin-bottom: 8px;
  color: #f6bbba;
  font-size: 19px;
  text-align: center;
}
#bandeau-devis .container .bouton-devis {
  width: 185px;
  height: 24px;
  margin: 0 auto;
  color: #e23829;
  font-size: 13px;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 52px;
}
#bandeau-devis .container .bouton-devis::before,
#bandeau-devis .container .bouton-devis::after {
  width: 14px;
  height: 14px;
}
#bandeau-devis .container .bouton-devis::before {
  background-image: url(../img/fleche-droite-rouge-blanche.svg);
}
#bandeau-devis .container .bouton-devis:hover {
  color: #ffffff;
  background-color: #e23829;
  border-color: #e23829;
}
#bandeau-devis .container .bouton-devis:hover::after {
  background-image: url(../img/fleche-droite-blanche-rouge.svg);
}
#quizz-bingo #quizz {
  padding: 30px 0;
  border: 4px solid #e23829;
}
#quizz-bingo #quizz .container img {
  width: 100%;
  height: 230px;
  margin: 10px auto 20px auto;
}
#quizz-bingo #quizz .container p {
  font-size: 17px;
  text-align: center;
}
#quizz-bingo #quizz .container p em {
  font-weight: 100;
}
#quizz-bingo #quizz .container .bouton {
  width: 130px;
  height: 32px;
  margin: 0 auto;
}
#quizz-bingo #quizz .container .bouton:hover {
  color: #e23829;
  background-color: #f6bbba;
}
#quizz-bingo #bingo {
  background-color: #f6bbba;
}
#quizz-bingo #bingo .container {
  padding: 25px 20px 50px 20px;
}
#quizz-bingo #bingo .container .sous-titre {
  margin-bottom: 18px;
}
#quizz-bingo #bingo .container img {
  width: 280px;
  height: 235px;
  margin: 0 auto;
  border-radius: 0;
}
#projets {
  margin-top: 30px;
}
#projets .container-carousel .carousel #carousel-projets .slide {
  max-width: 250px;
  height: 210px;
}
#projets .container-carousel .carousel #carousel-projets .slide img {
  height: 140px;
  padding: 4px 4px 20px 4px;
  border-radius: 20px;
}
#projets .container-carousel .carousel #carousel-projets .slide .texte {
  width: fit-content;
  margin: -8px 0 0 16px;
}
#projets .container-carousel .carousel #carousel-projets .slide .texte .titre-slide {
  margin-bottom: 6px;
  color: #374196;
  font-size: 15px;
  text-align: left;
}
#projets .container-carousel .carousel #carousel-projets .slide .texte .bouton-bleu {
  width: 84px;
  height: 23px;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #374196;
}
#projets .container-carousel .carousel #carousel-projets .slide .texte .bouton-bleu:hover {
  color: #374196;
  background-color: #f6bbba;
}
#carousel-offres .texte .titre-slide,
#carousel-projets .texte .titre-slide {
  font-family: var(--degular);
}
#presentation .sous-titre {
  margin-bottom: 23px;
}
#presentation #introduction-presentation {
  margin: 95px 0 20px 0;
}
#presentation #introduction-presentation .container .titre-presentation {
  display: flex;
  flex-direction: column;
}
#presentation #introduction-presentation .container .titre-presentation .red {
  width: 207px;
  height: 32px;
  margin-bottom: 5px;
}
#presentation #introduction-presentation .container .titre-presentation .red::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 46px;
  top: -40px;
  right: -40px;
  background-image: url(../img/double-etoiles-pleines.svg);
  background-size: cover;
}
#presentation #introduction-presentation .container .titre-presentation .titre {
  font-size: 18px;
}
#presentation #introduction-presentation .container .titre-presentation #typed {
  font-family: var(--degular);
}
#presentation #introduction-presentation .container #separateur-accueil {
  width: 85px;
  height: 4px;
  margin: 9px 0 12px 0;
  background-color: #e23829;
}
#presentation #introduction-presentation .container .sous-titre {
  margin-bottom: 9px;
  font-size: 15px;
}
#presentation #introduction-presentation .container p {
  position: relative;
  width: 275px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
}
#presentation #introduction-presentation .container p::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  right: 25px;
  bottom: 0px;
  background-image: url(../img/flocon-bleu.svg);
  background-size: cover;
}
#presentation #introduction-presentation .container .fleche {
  margin: 0;
}
#presentation .texte-presentation {
  padding: 25px 0 30px 0;
  background-color: #374196;
}
#presentation .texte-presentation .container .titre::before {
  top: 5px;
  transform: inherit;
}
#presentation .texte-presentation .container .etoile-rouge,
#presentation .texte-presentation .container .sous-titre {
  color: #f6bbba;
}
#presentation .texte-presentation .container .content .texte p {
  margin-bottom: 15px;
  color: #ffffff;
}
#presentation .texte-presentation .container .content .texte p:last-of-type {
  position: relative;
  margin: 20px 0 0 0;
}
#presentation .texte-presentation .container .content .texte p:last-of-type::before {
  content: "";
  position: absolute;
  border: 1px solid #e23829;
  border-radius: 15px;
  transform: translate(-12px, -9px);
  width: calc(100% + 15px);
  height: calc(100% + 20px);
}
#presentation .texte-presentation .container .content .img-presentation {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 52px auto 41px auto;
}
#presentation .texte-presentation .container .content .img-presentation::before,
#presentation .texte-presentation .container .content .img-presentation::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#presentation .texte-presentation .container .content .img-presentation::before {
  bottom: -15px;
  left: -15px;
  border: 2px solid #edbdbb;
  z-index: 2;
}
#presentation .texte-presentation .container .content .img-presentation:after {
  top: -15px;
  right: -15px;
  background-color: #e23829;
  z-index: 0;
}
#presentation .texte-presentation .container .content .img-presentation img {
  position: relative;
  height: 100%;
  z-index: 1;
}
#presentation .texte-presentation .container .content .img-presentation::before,
#presentation .texte-presentation .container .content .img-presentation::after,
#presentation .texte-presentation .container .content .img-presentation img {
  border-radius: 22px;
}
#instagram {
  background-color: #ffffff;
}
#instagram .container {
  padding: 30px 45px 50px 45px;
}
#instagram .container #sb_instagram #sbi_load a {
  border-radius: 44px;
}
/*
====================
  PAGE PRESTATIONS	 
====================
*/
#prestations {
  color: #374196;
  font-family: var(--degular);
}
#prestations #introduction-prestations .titre-image .image-content {
  display: flex;
  flex-direction: column-reverse;
}
#prestations #introduction-prestations .titre-image .image-content .image img {
  width: 100%;
  height: 163px;
  margin: 20px auto;
  border-radius: 17px;
}
#prestations #introduction-prestations .content p {
  margin-bottom: 5px;
}
#prestations #introduction-prestations .fleche {
  width: 240px;
  height: 32px;
  margin: 20px 0 0 0;
  font-size: 13px;
}
#prestations #introduction-prestations .fleche:hover {
  border: 2px solid #f6bbba;
}
#prestations #introduction-prestations .fleche::before,
#prestations #introduction-prestations .fleche::after {
  width: 16px;
  height: 16px;
}
#prestations #introduction-prestations .fleche:before {
  background-image: url(../img/fleche-droite-rose-bleue.svg);
}
#prestations #introduction-prestations .fleche::after {
  background-image: url(../img/fleche-droite-bleue-rose.svg);
}
#prestations #separateur-prestations {
  display: block;
  position: relative;
  width: 206px;
  height: 2px;
  margin: 40px auto 0 auto;
  background-color: #e23829;
}
#prestations #separateur-prestations:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 27px;
  top: -13px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/etoile-seule-rouge.svg);
}
#prestations .titre-surligne {
  display: flex;
  position: relative;
  width: 100%;
  height: 32px;
  margin: 50px auto 35px auto;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#prestations .titre-surligne .titre-background {
  position: absolute;
  width: 100%;
  height: 32px;
  z-index: 0;
}
#prestations .titre-surligne .titre-prestation {
  display: flex;
  margin: 0;
  align-items: center;
  z-index: 1;
}
#prestations #identite-visuelle .titre-background {
  background-color: #f6bbba;
}
#prestations #identite-visuelle .titre-prestation {
  color: #374196;
}
#prestations #community-management .titre-background {
  background-color: #e23829;
}
#prestations #site-web .titre-background {
  background-color: #374196;
}
#prestations #autres-supports .titre-prestation {
  color: #e23829;
}
#prestations #book-cover {
  padding-bottom: 50px;
}
#prestations #community-management .container,
#prestations #autres-supports .container {
  margin-bottom: 30px;
}
#prestations #identite-visuelle .titre-background,
#prestations #autres-supports .titre-background {
  background-color: #f6bbba;
}
#prestations #identite-visuelle .titre-background::before,
#prestations #autres-supports .titre-background::before {
  border-top: 1px solid #e23829;
}
#prestations #identite-visuelle .titre-background::after,
#prestations #autres-supports .titre-background::after {
  border-bottom: 1px solid #e23829;
}
#prestations #community-management .titre-background::before,
#prestations #site-web .titre-background::before {
  border-top: 1px solid #f6bbba;
}
#prestations #community-management .titre-background::after,
#prestations #site-web .titre-background::after {
  border-bottom: 1px solid #f6bbba;
}
#prestations #community-management .titre-prestation,
#prestations #site-web .titre-prestation {
  color: #f6bbba;
}
#prestations #identite-visuelle .titre-background,
#prestations #site-web .titre-background {
  transform: skewY(-6deg);
}
#prestations #identite-visuelle .titre-background::before,
#prestations #site-web .titre-background::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  transform: skewY(1.5deg);
}
#prestations #identite-visuelle .titre-background::after,
#prestations #site-web .titre-background::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -3px;
  transform: skewY(1deg);
}
#prestations #identite-visuelle .titre-prestation,
#prestations #site-web .titre-prestation {
  transform: rotateZ(-6deg);
}
#prestations #community-management .titre-background,
#prestations #autres-supports .titre-background {
  transform: skewY(6deg);
}
#prestations #community-management .titre-background::before,
#prestations #autres-supports .titre-background::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  transform: skewY(-0.8deg);
}
#prestations #community-management .titre-background::after,
#prestations #autres-supports .titre-background::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: skewY(-0.8deg);
}
#prestations #community-management .titre-prestation,
#prestations #autres-supports .titre-prestation {
  transform: rotateZ(6deg);
}
#prestations .container .titre-onglets {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
#prestations .container .titre-onglets .onglet-titre {
  width: 100%;
  color: #374196;
  font-size: 13px;
  border-bottom: 2px rgba(226, 56, 41, 0.5) solid;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
#prestations .container .titre-onglets .active-titre {
  font-family: var(--degular);
  font-weight: 700;
  border-bottom: 2px #e23829 solid;
  opacity: 1;
}
#prestations .container .bouton-bleu {
  width: 102px;
  height: 26px;
  font-size: 12px;
  border: 2px solid #374196;
}
#prestations .container .bouton-bleu:hover {
  color: #374196;
  background-color: #f6bbba;
}
#prestations .container .onglets {
  width: 100%;
  overflow: hidden;
}
#prestations .container .onglets img {
  width: 235px;
  height: 120px;
  border-radius: 10px;
}
#prestations .container .onglets .onglet {
  display: none;
  width: 277px;
  margin: 0 auto;
  padding: 19px;
  border: 4px solid #e23829;
  border-radius: 17px;
}
#prestations .container .onglets .onglet .content .prix {
  display: flex;
  width: fit-content;
  height: 26px;
  margin: 10px 0;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  color: #e23829;
  font-size: 13px;
  font-family: var(--degular);
  font-weight: 700;
  border: 2px solid #e23829;
  border-radius: 52px;
}
#prestations .container .onglets .onglet .content .sous-titre {
  margin-bottom: 15px;
}
#prestations .container .onglets .onglet .content .description {
  margin: 4px 0 15px 0;
  padding-left: 19px;
}
#prestations .container .onglets .onglet .content .description ul {
  font-size: 15px;
}
#prestations .container .onglets .onglet .content .description ul li {
  position: relative;
  margin: 4px;
  font-family: var(--degular);
}
#prestations .container .onglets .onglet .content .description ul li::before {
  content: "\f061";
  position: absolute;
  top: 4px;
  left: -18px;
  color: #e23829;
  font-size: 14px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
#prestations .container .onglets .active-onglet {
  display: block;
}
/*
===================
  PAGE PORTFOLIO	 
===================
*/
#portfolio .container {
  padding-bottom: 55px;
}
#portfolio .container .portfolio-titre {
  margin-bottom: 32px;
}
#portfolio .container #portfolio-filtres {
  display: flex;
  width: fit-content;
  margin: 0 auto 30px auto;
  justify-content: center;
  border-bottom: 2px solid #374196;
}
#portfolio .container #portfolio-filtres .filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 7px;
}
#portfolio .container #portfolio-filtres .filter-list li {
  margin-bottom: 12px;
}
#portfolio .container #portfolio-filtres .filter-list li::before {
  content: none;
}
#portfolio .container #portfolio-filtres .filter-list li:last-child {
  margin-bottom: 30px;
}
#portfolio .container #portfolio-filtres .filter-list li a {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 12px;
  color: #e23829;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #e23829;
  border-radius: 20px;
  text-align: center;
}
#portfolio .container #portfolio-filtres .filter-list li .active {
  color: #f6bbba;
  background-color: #374196;
  border: 2px solid #374196;
}
#portfolio .container #portfolio-liste .projet {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0 auto 32px auto;
  border-radius: 35px;
  background-color: #bebebe;
  overflow: hidden;
}
#portfolio .container #portfolio-liste .projet img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#portfolio .container #portfolio-liste .projet a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 28px 28px 20px;
  text-decoration: none;
  z-index: 2;
}
#portfolio .container #portfolio-liste .projet a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #374196;
  opacity: 0.4;
  z-index: 1;
}
#portfolio .container #portfolio-liste .projet a span,
#portfolio .container #portfolio-liste .projet a .titre {
  opacity: 1;
  z-index: 2;
}
#portfolio .container #portfolio-liste .projet a span {
  display: flex;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 20px;
}
#portfolio .container #portfolio-liste .projet a .titre {
  margin-left: 0;
  color: #ffffff;
  font-family: var(--degular);
  font-weight: 700;
}
#portfolio .container #portfolio-liste .projet a .titre::before {
  content: none;
}
#portfolio .pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-family: var(--galix-mono);
}
#portfolio .pagination .current {
  color: #374196;
  font-weight: 700;
}
/*
======================
  PAGE PROJET SINGLE	 
======================
*/
#projet-single .container {
  padding: 0 18px;
}
#projet-single .container .projet-content .projet-titre {
  margin-bottom: 15px;
}
#projet-single .container .projet-content a {
  color: #374196;
  text-decoration: underline;
}
#projet-single .container .projet-content p {
  margin-bottom: 22px;
}
#projet-single .container .projet-content a,
#projet-single .container .projet-content p {
  font-size: 15px;
}
#projet-single .container .projet-content img {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}
#projet-single .container .projet-content img:last-child {
  margin-bottom: 0;
}
#projet-single .container .projet-contact {
  display: flex;
  position: relative;
  width: 222px;
  margin: 0 auto;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#projet-single .container .projet-contact .red {
  width: 136px;
  height: 34px;
  margin-bottom: 5px;
  transform: rotate(-3deg);
}
#projet-single .container .projet-contact .blue {
  width: 175px;
  height: 32px;
}
#projet-single .container .projet-contact::before,
#projet-single .container .projet-contact::after {
  content: "";
  position: absolute;
  background-size: cover;
}
#projet-single .container .projet-contact::before {
  width: 41px;
  height: 46px;
  top: 30px;
  left: 0;
  background-image: url(../img/double-etoiles-pleines.svg);
}
#projet-single .container .projet-contact::after {
  width: 27px;
  height: 31px;
  right: 0;
  bottom: 30px;
  background-image: url(../img/etoile-seule-rouge.svg);
}
/*
=============
  PAGE BLOG
=============
*/
#blog .container {
  padding-bottom: 52px;
}
#blog .container .rechercher {
  max-width: 670px;
  margin: 25px auto 0 auto;
}
#blog .container .rechercher .wp-block-search__label {
  display: none;
}
#blog .container .rechercher :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  padding: 0 4px 0 10px;
  border-radius: 30px;
}
#blog .container .rechercher .wp-block-search__inside-wrapper {
  height: 37px;
  border: 2px solid #374196;
  border-radius: 30px;
}
#blog .container .rechercher .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  width: 48px;
  background-color: #374196;
  border: none;
  border-radius: 0px 30px 30px 0px;
}
#blog .container .rechercher .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: #f6bbba;
  transform: rotateY(180deg);
  border-radius: 30px 0px 0px 30px;
}
#blog .container .article-liste {
  margin-top: 35px;
}
#blog .container .article-liste article {
  display: flex;
  position: relative;
  width: 305px;
  height: 380px;
  margin: 0 auto 35px auto;
  flex-direction: column;
  border: 2px solid #374196;
  border-radius: 30px;
}
#blog .container .article-liste article:last-of-type {
  margin-bottom: 0;
}
#blog .container .article-liste article img {
  max-height: 175px;
}
#blog .container .article-liste article .date {
  position: absolute;
  display: flex;
  width: 92px;
  height: 32px;
  top: -1px;
  left: -1px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  color: #f6bbba;
  background-color: #374196;
  border-radius: 29px 0 0 0;
}
#blog .container .article-liste article .texte {
  padding: 21px;
}
#blog .container .article-liste article .texte .titre {
  width: 230px;
  margin: 0;
  font-size: 22px;
  color: #e23829;
  line-height: 0.9;
}
#blog .container .article-liste article .texte p {
  margin: 15px 0;
}
#blog .container .article-liste article .texte p,
#blog .container .article-liste article .texte .bouton-article {
  font-size: 14px;
}
#blog .container .article-liste article .texte .bouton-article {
  width: 110px;
  height: 30px;
}
/*
=======================
  PAGE SINGLE ARTICLE
=======================
*/
#single .container {
  padding-bottom: 28px;
  font-family: var(--degular);
}
#single .container a {
  color: #374196;
  text-decoration: underline;
}
#single .container p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}
#single .container .resume,
#single .container .texte-encadre {
  width: 322px;
  border: 2px solid #e23829;
  border-radius: 16px;
}
#single .container .titre-article .breadcrumb span,
#single .container .titre-article .breadcrumb strong {
  font-family: var(--galix-mono);
  text-decoration: none;
}
#single .container .titre-article .breadcrumb span {
  font-size: 12px;
}
#single .container .titre-article .breadcrumb #breadcrumbs > span span:nth-last-of-type(2) a {
  text-decoration: underline;
}
#single .container .titre-article #titre_h1 {
  margin-left: 0;
  font-size: 30px;
  line-height: 25px;
}
#single .container .titre-article #titre_h1::before {
  content: none;
}
#single .container .titre-article .etiquettes {
  display: flex;
  margin: 12px 0 50px 0;
  gap: 12px;
}
#single .container .titre-article .etiquettes span {
  width: fit-content;
  padding: 5px 14px;
  color: #374196;
  font-size: 9px;
  font-family: var(--galix-mono);
  border: 2px solid #e23829;
  border-radius: 20px;
}
#single .container .single-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#single .container .single-content .a-lire-aussi {
  display: none;
}
#single .container .single-content .content .titre:first-of-type,
#single .container .single-content .content img {
  margin: 22px auto;
}
#single .container .single-content .content h2,
#single .container .single-content .content h3 {
  color: #e23829;
  line-height: 20px;
}
#single .container .single-content .content h2 {
  margin: 22px 0 15px 0;
  font-size: 26px;
}
#single .container .single-content .content h3 {
  margin-bottom: 8px;
  font-size: 22px;
}
#single .container .single-content .content .texte-encadre {
  margin: 12px auto 15px auto;
  padding: 18px 20px;
}
#single .container .single-content .resume {
  padding: 18px;
  line-height: 20px;
}
#single .container .single-content .resume h3 {
  display: flex;
  width: 110px;
  height: 26px;
  margin-bottom: 8px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  color: #f6bbba;
  background-color: #e23829;
  border-radius: 17px;
}
#single .container .single-content .resume h3::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: 11px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/loupe-resume.svg);
}
#single .container .single-content .resume p {
  margin-bottom: 0;
  font-style: italic;
}
#single .container .post-navigation {
  display: flex;
  height: 67px;
  margin-top: 15px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #e23829;
  border-radius: 58px;
}
#single .container .post-navigation a {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #e23829;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #374196;
  border-radius: 20px;
  text-decoration: none;
}
#single .container .post-navigation .prev-post {
  width: 85px;
}
#single .container .post-navigation .prev-post::before {
  margin-right: 5px;
}
#single .container .post-navigation .next-post {
  width: 120px;
}
#single .container .post-navigation .next-post:after {
  margin-left: 5px;
  transform: rotate(180deg);
}
#single .container .post-navigation .prev-post::before,
#single .container .post-navigation .next-post::after {
  content: "";
  width: 14px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/fleche-gauche-rouge.svg);
}
/*
============
  PAGE FAQ 
============
*/
#faq .container {
  padding-bottom: 50px;
}
#faq .container #introduction-faq {
  margin-bottom: 35px;
}
#faq .container .questions .question {
  position: relative;
  padding-top: 12px;
  border-top: 2px solid #374196;
}
#faq .container .questions .question:last-child {
  border-bottom: 2px solid #374196;
}
#faq .container .questions .question .titre-question,
#faq .container .questions .question a,
#faq .container .questions .question p {
  font-family: var(--degular);
}
#faq .container .questions .question .titre-question {
  max-width: 205px;
  margin-bottom: 15px;
  color: #e23829;
  line-height: 21px;
  font-size: 21px;
}
#faq .container .questions .question a {
  color: #374196;
  text-decoration: underline;
}
#faq .container .questions .question p {
  display: none;
  margin-bottom: 20px;
  font-size: 18px;
}
#faq .container .questions .question p.active-p {
  display: block;
}
#faq .container .questions .question p:last-of-type {
  margin-bottom: 0;
}
#faq .container .questions .question .plus {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 0;
  cursor: pointer;
}
#faq .container .questions .question .plus span {
  display: block;
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #e23829;
  transform: translateY(100%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#faq .container .questions .question .plus span:first-child {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#faq .container .questions .question .plus span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
#faq .container .questions .question .plus.active span:last-child {
  transform: translateX(-50%) rotate(-180deg);
}
/*
========================
  PAGE CONTACT & DEVIS
========================
*/
#contact #titre_h1,
#devis #titre_h1 {
  width: 205px;
  margin-bottom: 5px;
  line-height: 16px;
}
#contact #titre_h1::before,
#devis #titre_h1::before {
  top: 0;
  transform: translateY(0%);
}
#contact .container span,
#devis .container span {
  display: block;
}
#contact .container form,
#devis .container form {
  width: 100%;
  padding: 32px 0;
}
#contact .container form label,
#devis .container form label {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 700;
}
#contact .container form input[type="text"],
#devis .container form input[type="text"],
#contact .container form input[type="email"],
#devis .container form input[type="email"],
#contact .container form input[type="date"],
#devis .container form input[type="date"],
#contact .container form textarea,
#devis .container form textarea,
#contact .container form select,
#devis .container form select {
  font-size: 16px;
}
#contact .container form input[type="text"],
#devis .container form input[type="text"],
#contact .container form input[type="email"],
#devis .container form input[type="email"],
#contact .container form input[type="date"],
#devis .container form input[type="date"],
#contact .container form select,
#devis .container form select {
  height: 33px;
  border-radius: 10px;
}
#contact .container form textarea,
#devis .container form textarea {
  margin-bottom: 8px;
  border-radius: 14px;
}
#contact .container form p,
#devis .container form p {
  margin-bottom: 20px;
}
#contact .container form p:nth-of-type(9),
#devis .container form p:nth-of-type(9) {
  margin-bottom: 0;
}
#contact .container form a,
#devis .container form a {
  color: #374196;
  text-decoration: underline;
}
#contact .container form .explications,
#devis .container form .explications {
  margin-bottom: 20px;
  font-style: italic;
}
#contact .container form [data-name="your-topic"] select,
#devis .container form [data-name="your-topic"] select {
  cursor: pointer;
}
#contact .container form [data-name="your-deadline"],
#devis .container form [data-name="your-deadline"] {
  display: inline-block;
  width: 105px;
  margin-right: 20px;
}
#contact .container form [data-name="your-deadline"] input[type="date"],
#devis .container form [data-name="your-deadline"] input[type="date"] {
  padding-left: 5px;
}
#contact .container form [data-name="no-pref"],
#devis .container form [data-name="no-pref"] {
  display: inline-block;
  width: 60%;
}
#contact .container form .wpcf7-list-item,
#devis .container form .wpcf7-list-item {
  display: flex;
  width: fit-content;
  margin: 15px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  line-height: 0;
}
#contact .container form .wpcf7-list-item input[type="checkbox"],
#devis .container form .wpcf7-list-item input[type="checkbox"],
#contact .container form .wpcf7-list-item input[type="radio"],
#devis .container form .wpcf7-list-item input[type="radio"] {
  width: auto;
  cursor: pointer;
  accent-color: #e23829;
}
#contact .container form .wpcf7-list-item label,
#devis .container form .wpcf7-list-item label {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  gap: 8px;
}
#contact .container form .wpcf7-acceptance span,
#devis .container form .wpcf7-acceptance span {
  line-height: 1;
}
#contact .container form .wpcf7-not-valid-tip,
#devis .container form .wpcf7-not-valid-tip {
  margin: 2px 0 0 10px;
}
#contact .container form p:has(> input.has-spinner),
#devis .container form p:has(> input.has-spinner) {
  display: flex;
}
#contact .container form .bouton-red,
#devis .container form .bouton-red {
  width: 95px;
  height: 25px;
  padding: 0;
}
/*
===============================================
  PAGE MENTIONS LÉGALES & POLITIQUE DE COOKIES
===============================================
*/
#mentions .container {
  padding-bottom: 35px;
}
#mentions .container .titre {
  margin: 35px 0 15px 20px;
  font-size: 20px;
}
#mentions .container .titre:first-of-type {
  margin-top: 0;
}
#mentions .container a {
  font-family: var(--degular);
}
#mentions .container p {
  margin-bottom: 0;
}
#mentions .container p strong {
  display: block;
  margin: 15px 0 10px 0;
  color: #e23829;
  font-size: 20px;
}
#mentions .container h2 {
  display: block;
  margin: 15px 0 10px 0;
  color: #e23829;
  font-size: 20px;
}
#mentions .container a,
#mentions .container ul {
  color: #374196;
}
#mentions .container ul {
  margin: 10px 0 10px 14px;
  font-size: 15px;
}
#mentions .container ul li {
  position: relative;
  margin: 4px;
  font-family: var(--degular);
}
#mentions .container ul li::marker {
  content: none;
}
#mentions .container ul li::before {
  content: "\f061";
  position: absolute;
  top: 4px;
  left: -18px;
  color: #e23829;
  font-size: 14px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
/*
==========================================
  PAGE 404 & PAGE VALIDATION FORMULAIRES
==========================================
*/
#erreur-404 .container,
#validation .container {
  position: relative;
  padding-bottom: 95px;
}
#erreur-404 .container:after,
#validation .container:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 50px;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  background-image: url(../img/double-etoiles-pleines.svg);
  background-size: cover;
}
#erreur-404 .container img,
#validation .container img {
  width: 258px;
  height: 258px;
  margin: 50px auto 25px auto;
  object-position: bottom;
}
#erreur-404 .container .texte,
#validation .container .texte {
  text-align: center;
}
#erreur-404 .container .texte .pictogramme,
#validation .container .texte .pictogramme {
  display: flex;
  position: absolute;
  width: 122px;
  height: 28px;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  align-items: center;
  color: #f6bbba;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--degular);
  background-color: #e23829;
  border-radius: 17px;
}
#erreur-404 .container .texte .pictogramme::before,
#validation .container .texte .pictogramme::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 4px;
  background-color: #f6bbba;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
#erreur-404 .container .texte #titre_h1,
#validation .container .texte #titre_h1 {
  margin: 10px 0 15px 0;
  font-size: 29px;
  line-height: 20px;
}
#erreur-404 .container .texte #titre_h1::before,
#validation .container .texte #titre_h1::before {
  content: none;
}
#erreur-404 .container .texte #titre_h1 > span:first-child,
#validation .container .texte #titre_h1 > span:first-child {
  z-index: 1;
}
#erreur-404 .container .texte #titre_h1 > span:nth-child(2),
#validation .container .texte #titre_h1 > span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
#erreur-404 .container .texte #titre_h1 span .surligne,
#validation .container .texte #titre_h1 span .surligne {
  margin: -6px 0 0 5px;
  padding: 8px;
  color: #f6bbba;
  background-color: #e23829;
  transform: rotateZ(-5deg);
  z-index: 0;
}
#erreur-404 .container .texte p,
#validation .container .texte p {
  width: 270px;
  margin: 0 auto;
  font-size: 12px;
  font-family: galix-mono;
}
#erreur-404 .container .texte p a,
#validation .container .texte p a {
  color: #374196;
  font-weight: 700;
  text-decoration: underline;
}
/*
============
  PAGE 404
============
*/
#erreur-404 .container .texte .pictogramme::before {
  background-image: url(../img/warning.svg);
}
/*
================================
  PAGE VALIDATION FORMULAIRES
===============================
*/
#validation .container .texte .pictogramme::before {
  background-image: url(../img/validation.svg);
}
#validation .container .texte #titre_h1 {
  line-height: 31px;
}
#validation .container .texte .bouton-red-reverse {
  width: 185px;
  height: 28px;
  margin: 15px auto 0 auto;
  font-weight: 700;
}
/******************/
/**** TABLETTE ****/
/******************/
@media screen and (min-width: 768px) {
  /*
============
  GÉNÉRAL	 
============
*/
  .container {
    padding: 0 70px;
  }
  #titre_h1,
  .titre {
    margin-left: 27px;
    font-size: 30px;
  }
  #titre_h1::before,
  .titre::before {
    width: 23px;
    height: 27px;
    left: -27px;
  }
  .sous-titre {
    font-size: 20px;
  }
  .container-carousel .carousel {
    width: 730px;
  }
  .container-carousel .carousel .carousel-nav .navigation {
    top: 50%;
    transform: translateY(-50%);
  }
  .container-carousel .carousel .carousel-nav .prev:before {
    width: 30px;
    height: 30px;
  }
  .container-carousel .carousel .carousel-nav .next::after {
    width: 30px;
    height: 30px;
  }
  .container-carousel .carousel .carousel-nav .carousel-dots {
    bottom: -38px;
  }
  .container-carousel .carousel .carousel-nav .carousel-dots .dot {
    width: 13px;
    height: 13px;
  }
  /*
========
  MENU	 
========
*/
  .nav-menu #menu_principal li::after {
    width: 95%;
  }
  /*
==========
  FOOTER	 
==========
*/
  #footer .container .content .gauche p {
    width: 490px;
  }
  #footer .container .content .milieu #menu_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    margin: 0 auto 30px auto;
  }
  #footer .container .content .milieu #menu_footer > li {
    text-align: left;
  }
  #footer .container .content .milieu #menu_footer > li:first-child {
    width: 77%;
  }
  #footer .container .content .milieu #menu_footer > li:nth-child(2) {
    width: 45%;
  }
  #footer .container .content .droite .devis {
    width: 393px;
    height: 203px;
    padding: 22px 38px 28px 28px;
    align-items: start;
  }
  #footer .container .content .droite .devis h3 {
    font-size: 20px;
  }
  #footer .container .content .droite .devis p {
    font-size: 18px;
    font-style: italic;
    text-align: left;
  }
  #footer .container .content .droite .devis .fleche {
    width: 200px;
    height: 36px;
    margin: 0;
    font-size: 17px;
  }
  #footer .container .content .droite .devis .fleche::before,
  #footer .container .content .droite .devis .fleche::after {
    width: 22px;
    height: 22px;
  }
  /*
================
  PAGE ACCUEIL	 
================
*/
  #introduction {
    padding-top: 115px;
  }
  #introduction::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/fond-rouge-accueil.webp);
  }
  #introduction:before {
    top: -65px;
    left: -95px;
  }
  #introduction #titre_h1 {
    width: 417px;
    height: 27px;
    margin: 34px auto 80px;
    font-size: 16px;
  }
  #introduction #titre_h1:after {
    width: 18px;
    height: 21px;
    top: 50px;
  }
  #introduction .accroche {
    width: 525px;
    font-size: 54px;
    margin-bottom: 38px;
  }
  #introduction .accroche span:first-child::before {
    width: 50px;
    height: 55px;
    left: -55px;
    top: 20px;
  }
  #introduction .accroche span:first-child::after {
    width: 35px;
    height: 35px;
    top: -80px;
    right: -260px;
  }
  #introduction .accroche span:last-child {
    width: 366px;
    height: 90px;
    margin-top: -18px;
  }
  #introduction .sous-titre-introduction {
    width: 100%;
    font-size: 28px;
    margin-bottom: 25px;
  }
  #introduction .offres {
    display: flex;
    width: 460px;
    margin: 0 auto;
  }
  #introduction .offres a {
    height: 28px;
    font-size: 16px;
  }
  #introduction .offres a::before {
    width: 18px;
    height: 18px;
  }
  #introduction .offres a:first-child {
    width: 153px;
  }
  #introduction .offres a:nth-child(2) {
    width: 141px;
  }
  #introduction .offres a:last-child {
    width: 105px;
  }
  #introduction .cta {
    width: 136px;
    font-size: 16px;
    margin: 32px auto 45px auto;
  }
  #introduction .cta:after {
    width: 40px;
    height: 32px;
    margin: 18px auto 0 auto;
  }
  #bandeau-introduction {
    height: 135px;
    margin-bottom: 35px;
  }
  #bandeau-introduction .ligne-container {
    margin: 5px 0;
  }
  #bandeau-introduction .ligne-container ul span {
    font-size: 19px;
  }
  #offres .container-carousel {
    margin: 40px auto 80px auto;
  }
  #offres .container-carousel .carousel #carousel-offres .slide {
    max-width: 244px;
    height: 246px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .rond {
    width: 60px;
    height: 60px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .rond img {
    width: 55px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide {
    font-size: 18px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide:after {
    width: 70px;
    margin: 8px 0 10px 0;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte p {
    margin-bottom: 12px;
    font-size: 16px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .bouton-red {
    width: 135px;
    height: 28px;
    font-size: 15px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide.active {
    top: 0;
  }
  #bandeau-devis .container {
    height: 170px;
  }
  #bandeau-devis .container::before {
    width: 50px;
    height: 55px;
    top: 20px;
    left: 70px;
  }
  #bandeau-devis .container::after {
    width: 35px;
    height: 35px;
    right: 105px;
    bottom: 40px;
  }
  #bandeau-devis .container .titre-devis {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
  }
  #bandeau-devis .container .bouton-devis {
    width: 200px;
    height: 28px;
    font-size: 14px;
  }
  #bandeau-devis .container .bouton-devis::before,
  #bandeau-devis .container .bouton-devis::after {
    width: 20px;
    height: 20px;
  }
  #quizz-bingo #bingo .container {
    width: fit-content;
    padding: 20px 0 53px 0;
  }
  #quizz-bingo #bingo .container img {
    width: 345px;
    height: 290px;
    margin: 0;
  }
  #quizz-bingo #quizz .container img {
    width: 435px;
    height: 191px;
    margin: 20px auto;
  }
  #quizz-bingo #quizz .container p {
    width: 485px;
    margin: 0 auto 22px auto;
    font-size: 22px;
    text-align: center;
  }
  #quizz-bingo #quizz .container .bouton {
    width: 125px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
  }
  #projets .container .deux-lignes {
    flex-direction: row;
  }
  #projets .container .deux-lignes span:first-child {
    margin-right: 12px;
  }
  #projets .container-carousel {
    width: 100%;
    margin: 65px auto 0 auto;
  }
  #projets .container-carousel .carousel {
    width: 100%;
  }
  #projets .container-carousel .carousel #carousel-projets {
    position: relative;
    width: 130%;
    left: -15%;
  }
  #projets .container-carousel .carousel #carousel-projets .slide {
    max-width: 352px;
    height: 265px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide img {
    height: 190px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte {
    margin-left: 27px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte .titre-slide {
    margin-bottom: 11px;
    font-size: 18px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte .bouton-bleu {
    width: 115px;
    height: 30px;
    font-size: 14px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide.active {
    top: 0;
  }
  #projets .container-carousel .carousel .carousel-nav .prev {
    left: 50px;
  }
  #projets .container-carousel .carousel .carousel-nav .next {
    right: 50px;
  }
  #projets .container-carousel .carousel .carousel-nav .carousel-dots {
    bottom: -45px;
  }
  #presentation {
    margin-top: 100px;
  }
  #presentation #introduction-presentation .container {
    display: flex;
    flex-direction: row;
  }
  #presentation #introduction-presentation .container .presentation {
    width: 640px;
    padding: 0;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .red {
    width: 330px;
    height: 56px;
    font-size: 39px;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .red::before {
    content: none;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .titre {
    font-size: 36px;
  }
  #presentation #introduction-presentation .container .presentation #separateur-accueil {
    width: 216px;
    margin: 20px 0 25px 0;
  }
  #presentation #introduction-presentation .container .presentation .sous-titre,
  #presentation #introduction-presentation .container .presentation .bouton {
    font-size: 20px;
  }
  #presentation #introduction-presentation .container .presentation p {
    width: 540px;
    font-size: 23px;
  }
  #presentation #introduction-presentation .container .presentation p:after {
    width: 55px;
    height: 55px;
    bottom: 60px;
    right: -10px;
  }
  #presentation #introduction-presentation .container .presentation .fleche {
    width: 240px;
    height: 42px;
    padding-right: 35px;
    font-size: 19px;
    margin: 20px 0 0 0;
  }
  #presentation #introduction-presentation .container .presentation .fleche::before,
  #presentation #introduction-presentation .container .presentation .fleche:after {
    width: 25px;
    height: 25px;
  }
  #presentation #introduction-presentation .container #photos-presentation {
    display: none;
  }
  #presentation .texte-presentation {
    position: relative;
    padding: 50px 0 65px 0;
  }
  #presentation .texte-presentation .container .content .texte {
    width: 586px;
  }
  #presentation .texte-presentation .container .content .texte p {
    margin-bottom: 25px;
    font-size: 18px;
  }
  #presentation .texte-presentation .container .content .img-presentation {
    width: 325px;
    height: 314px;
    margin: 80px auto 0 auto;
  }
  /*
====================
  PAGE PRESTATIONS	 
====================
*/
  #prestations .titre-surligne .titre-prestation {
    font-size: 40px;
    text-transform: none;
  }
  #prestations #introduction-prestations .container {
    width: 80%;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .image img {
    height: 260px;
  }
  #prestations #introduction-prestations .fleche {
    height: 38px;
  }
  #prestations #separateur-prestations {
    width: 328px;
    height: 3.5px;
  }
  #prestations #identite-visuelle .titre-surligne,
  #prestations #community-management .titre-surligne,
  #prestations #community-management .container #kit-instagram .titre-surligne,
  #prestations #site-web .titre-surligne,
  #prestations #autres-supports .titre-surligne,
  #prestations #book-cover .titre-surligne {
    height: 85px;
    align-items: center;
  }
  #prestations #identite-visuelle .titre-surligne .titre-background,
  #prestations #community-management .titre-surligne .titre-background,
  #prestations #community-management .container #kit-instagram .titre-surligne .titre-background,
  #prestations #site-web .titre-surligne .titre-background,
  #prestations #autres-supports .titre-surligne .titre-background,
  #prestations #book-cover .titre-surligne .titre-background {
    height: 64px;
  }
  #prestations #identite-visuelle .titre-surligne .titre-background::before,
  #prestations #community-management .titre-surligne .titre-background::before,
  #prestations #community-management .container #kit-instagram .titre-surligne .titre-background::before,
  #prestations #site-web .titre-surligne .titre-background::before,
  #prestations #autres-supports .titre-surligne .titre-background::before,
  #prestations #book-cover .titre-surligne .titre-background::before {
    border-top-width: 3px;
  }
  #prestations #identite-visuelle .titre-surligne .titre-background::after,
  #prestations #community-management .titre-surligne .titre-background::after,
  #prestations #community-management .container #kit-instagram .titre-surligne .titre-background::after,
  #prestations #site-web .titre-surligne .titre-background::after,
  #prestations #autres-supports .titre-surligne .titre-background::after,
  #prestations #book-cover .titre-surligne .titre-background::after {
    border-bottom-width: 3px;
  }
  #prestations .container {
    position: relative;
    width: 440px;
    padding: 0;
  }
  #prestations .container .titre-onglets {
    position: relative;
  }
  #prestations .container .titre-onglets .onglet-titre {
    font-size: 19px;
    border-bottom-width: 4px;
  }
  #prestations .container .onglets img {
    width: 100%;
    height: 140px;
  }
  #prestations .container .onglets .onglet {
    width: 100%;
    padding: 25px 45px;
    border-radius: 33px;
  }
  #prestations .container .onglets .onglet .content .prix {
    font-size: 17px;
  }
  #prestations .container .onglets .onglet .content .titre {
    font-size: 26px;
  }
  #prestations .container .onglets .onglet .content .sous-titre {
    font-size: 20px;
  }
  #prestations .container .onglets .onglet .content .description ul {
    font-size: 18px;
  }
  #prestations .container .bouton-bleu {
    width: 186px;
    height: 40px;
    font-size: 20px;
  }
  #prestations #autres-supports {
    padding-bottom: 70px;
  }
  /*
===================
  PAGE PORTFOLIO	 
===================
*/
  #portfolio .container {
    max-width: 720px;
    padding: 0;
  }
  #portfolio .container .portfolio-titre {
    width: 600px;
    margin: 0 auto;
  }
  #portfolio .container #portfolio-filtres {
    width: 410px;
    margin-top: 50px;
  }
  #portfolio .container #portfolio-filtres .filter-list {
    align-items: center;
    padding-bottom: 22px;
    gap: 0 30px;
  }
  #portfolio .container #portfolio-filtres .filter-list li a {
    font-size: 15px;
  }
  #portfolio .container #portfolio-filtres .filter-list li:last-child {
    margin-bottom: 0;
  }
  #portfolio .container #portfolio-liste {
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0 100px 0;
    justify-content: center;
    gap: 42px;
  }
  #portfolio .container #portfolio-liste .projet {
    width: 272px;
    height: 272px;
    margin: 0;
  }
  #portfolio .container #portfolio-liste .projet img {
    transition: transform 0.5s ease;
  }
  #portfolio .container #portfolio-liste .projet a::before {
    opacity: 0;
    background-color: transparent;
    transition: background-color 0.3s ease, opacity 0.3s ease;
  }
  #portfolio .container #portfolio-liste .projet a span,
  #portfolio .container #portfolio-liste .projet a .titre {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #portfolio .container #portfolio-liste .projet a:hover::before {
    background-color: #374196;
    opacity: 0.4;
  }
  #portfolio .container #portfolio-liste .projet a:hover span,
  #portfolio .container #portfolio-liste .projet a:hover .titre {
    opacity: 1;
    transform: translateY(0);
  }
  #portfolio .container #portfolio-liste .projet a:hover img {
    transform: scale(1.05);
  }
  /*
=======================
  PAGE PROJET SINGLE	 
======================
*/
  #projet-single .container {
    width: 587px;
    padding: 0;
  }
  /*
=============
  PAGE BLOG	 
=============
*/
  #blog .container {
    width: 585px;
    padding: 0;
  }
  #blog .container .rechercher {
    margin: 50px auto;
  }
  #blog .container .rechercher :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    font-size: 18px;
    padding: 0 4px 0 15px;
  }
  #blog .container .rechercher .wp-block-search__inside-wrapper {
    height: 55px;
  }
  #blog .container .rechercher .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    width: 70px;
  }
  #blog .container .rechercher .wp-block-search__inside-wrapper .wp-block-search__button svg {
    width: 40px;
    height: 40px;
  }
  #blog .container .article-liste {
    display: flex;
    margin-top: 0;
    padding-bottom: 100px;
    flex-wrap: wrap;
    gap: 30px;
  }
  #blog .container .article-liste article {
    width: 277px;
    height: 392px;
    margin: 0;
  }
  #blog .container .article-liste article .date {
    width: 102px;
    height: 37px;
    font-size: 15px;
  }
  #blog .container .article-liste article .texte .titre {
    width: 100%;
    font-size: 24px;
  }
  #blog .container .article-liste article .texte p {
    font-size: 15px;
  }
  /*
=======================
  PAGE SINGLE	ARTICLE 
=======================
*/
  #single .container .single-content .resume {
    width: 100%;
  }
  #single .container .single-content .content img {
    width: 100%;
    height: 272px;
  }
  #single .container .texte-encadre {
    width: 100%;
  }
  /*
============
  PAGE FAQ
============
*/
  #faq .container .questions .question .titre-question {
    max-width: 68%;
  }
  #faq .container .questions .question p {
    max-width: 92%;
  }
  /*
========================
  PAGE CONTACT & DEVIS
========================
*/
  #contact #titre_h1,
  #devis #titre_h1 {
    width: 100%;
    margin-bottom: 8px;
    line-height: 0.8;
  }
  #contact .container form label,
  #devis .container form label {
    margin-left: 10px;
  }
  #contact .container form [data-name="your-reason"] .wpcf7-form-control,
  #devis .container form [data-name="your-reason"] .wpcf7-form-control,
  #contact .container form [data-name="your-identity"] .wpcf7-form-control,
  #devis .container form [data-name="your-identity"] .wpcf7-form-control,
  #contact .container form [data-name="your-inspirations"] .wpcf7-form-control,
  #devis .container form [data-name="your-inspirations"] .wpcf7-form-control,
  #contact .container form [data-name="date-picker"] .wpcf7-form-control,
  #devis .container form [data-name="date-picker"] .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .container form [data-name="your-reason"] .wpcf7-list-item,
  #devis .container form [data-name="your-reason"] .wpcf7-list-item,
  #contact .container form [data-name="your-identity"] .wpcf7-list-item,
  #devis .container form [data-name="your-identity"] .wpcf7-list-item,
  #contact .container form [data-name="your-inspirations"] .wpcf7-list-item,
  #devis .container form [data-name="your-inspirations"] .wpcf7-list-item,
  #contact .container form [data-name="date-picker"] .wpcf7-list-item,
  #devis .container form [data-name="date-picker"] .wpcf7-list-item {
    width: 32%;
  }
  #cookie-notice #cn-more-info {
    margin-top: 0;
  }
  #cards {
    margin: 0;
    padding: 0;
    flex-direction: row;
  }
  #cards .card .texte .titre {
    text-align: center;
  }
}
/******************/
/***** LAPTOP *****/
/******************/
/******************/
/**** COMPUTER ****/
/******************/
/************************/
/**** LARGE SCREENS ****/
/**********************/
@media screen and (min-width: 1440px) {
  /*
============
  GÉNÉRAL	 
============
*/
  .container {
    padding: 0 140px;
  }
  #titre_h1,
  .titre {
    margin-left: 36px;
    font-size: 40px;
  }
  #titre_h1::before,
  .titre::before {
    width: 31px;
    height: 36px;
    left: -36px;
  }
  .sous-titre {
    font-size: 25px;
  }
  .container-carousel .carousel {
    width: 1400px;
  }
  .container-carousel .carousel .carousel-nav .prev:before {
    width: 50px;
    height: 50px;
  }
  .container-carousel .carousel .carousel-nav .next::after {
    width: 50px;
    height: 50px;
  }
  .container-carousel .carousel .carousel-nav .carousel-dots {
    bottom: -35px;
  }
  /*
================
  PLACEHOLDERS	 
================
*/
  input,
  select,
  textarea {
    padding-left: 15px;
  }
  /*
==========
  HEADER	 
==========
*/
  #header {
    width: 1376px;
    top: 0;
    border-radius: 0 0 35px 35px;
  }
  /*
==========
  FOOTER	 
==========
*/
  #footer .container {
    padding: 52px 0 20px 0;
  }
  #footer .container .content {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-evenly;
  }
  #footer .container .content .gauche p {
    font-size: 20px;
  }
  #footer .container .content .gauche .separateur {
    display: none;
  }
  #footer .container .content .milieu {
    display: flex;
    height: 405px;
    padding: 0 75px;
    align-items: center;
    border-inline: 2px solid #f6bbba;
    text-align: left;
  }
  #footer .container .content .milieu .menu-menu_footer-container #menu_footer {
    display: block;
    width: 100%;
    margin: 0;
  }
  #footer .container .content .milieu .menu-menu_footer-container #menu_footer > li {
    width: 100%;
    font-size: 20px;
  }
  #footer .container .content .milieu .menu-menu_footer-container #menu_footer > li:first:child a {
    font-weight: #000000;
  }
  #footer .container .content .droite .devis {
    width: 318px;
    height: 250px;
    padding: 36px 27px;
    align-items: start;
  }
  #footer .container .content .droite .devis p {
    font-size: 20px;
  }
  #footer .container .content .milieu a,
  #footer .container .content .droite .devis a,
  #footer .container .content .milieu p,
  #footer .container .content .droite .devis p {
    text-align: left;
  }
  #footer .container #copyrights {
    text-align: center;
  }
  #footer .container #copyrights a,
  #footer .container #copyrights p {
    font-size: 15px;
  }
  /*
========
  MENU	 
========
*/
  .bandeau-top {
    display: none;
  }
  .nav-menu {
    display: flex;
    height: 115px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .logo-link {
    display: block;
    width: 74px;
    height: 74px;
  }
  .nav-menu #menu_principal {
    display: flex;
    width: 688px;
    margin: 0 140px 0 92px;
    justify-content: space-between;
  }
  .nav-menu #menu_principal a,
  .nav-menu #menu_principal span {
    padding-left: 0;
    font-size: 18px;
  }
  .nav-menu #menu_principal li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .nav-menu #menu_principal li::after {
    content: none;
  }
  .nav-menu #menu_principal li a {
    position: relative;
    height: fit-content;
  }
  .nav-menu #menu_principal li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e23829;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease-out;
  }
  .nav-menu #menu_principal li a:hover:after {
    transform: scaleX(1);
  }
  .nav-menu .devis .bouton-devis {
    width: 210px;
    height: 40px;
    font-size: 18px;
  }
  /*
================
  PAGE ACCUEIL	 
================
*/
  #introduction {
    padding-top: 115px;
  }
  #introduction::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/fond-rouge-accueil.webp);
  }
  #introduction:before {
    top: -65px;
    left: -95px;
  }
  #introduction #titre_h1 {
    width: 623px;
    height: 40px;
    margin: 107px auto 80px;
    font-size: 22px;
  }
  #introduction #titre_h1:after {
    width: 26px;
    height: 30px;
    top: 50px;
  }
  #introduction .accroche {
    width: 931px;
    font-size: 100px;
    margin-bottom: 38px;
  }
  #introduction .accroche span:first-child::before {
    width: 90px;
    height: 102px;
    left: -90px;
  }
  #introduction .accroche span:first-child::after {
    width: 84px;
    height: 84px;
    top: -120px;
    right: -400px;
  }
  #introduction .accroche span:last-child {
    width: 656px;
    height: 160px;
    margin-top: 10px;
  }
  #introduction .sous-titre-introduction {
    width: 100%;
    font-size: 43px;
    margin-bottom: 25px;
  }
  #introduction .offres {
    width: 680px;
  }
  #introduction .offres a {
    height: 40px;
    font-size: 25px;
  }
  #introduction .offres a::before {
    width: 26px;
    height: 26px;
  }
  #introduction .offres a:first-child {
    width: 228px;
  }
  #introduction .offres a:nth-child(2) {
    width: 210px;
  }
  #introduction .offres a:last-child {
    width: 155px;
  }
  #bandeau-introduction {
    height: 230px;
    margin-bottom: 75px;
  }
  #bandeau-introduction .ligne-container {
    margin: 0;
  }
  #bandeau-introduction .ligne-container ul span {
    font-size: 44px;
  }
  #offres .container-carousel {
    margin: 70px auto 90px auto;
  }
  #offres .container-carousel .carousel #carousel-offres .slide {
    max-width: 326px;
    height: 329px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte {
    padding: 0 31px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide {
    font-size: 30px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .titre-slide:after {
    width: 70px;
    margin: 25px 0 15px 0;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte p {
    margin-bottom: 21px;
    font-size: 22px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide .texte .bouton-red {
    width: 180px;
    height: 38px;
    font-size: 21px;
  }
  #offres .container-carousel .carousel #carousel-offres .slide.active {
    top: -16px;
  }
  #bandeau-devis .container {
    height: 270px;
  }
  #bandeau-devis .container::before {
    width: 90px;
    height: 102px;
    top: 35px;
    left: 140px;
  }
  #bandeau-devis .container::after {
    width: 75px;
    height: 75px;
    right: 150px;
    bottom: 40px;
  }
  #bandeau-devis .container .titre-devis {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1.2;
  }
  #bandeau-devis .container .bouton-devis {
    width: 347px;
    height: 52px;
    font-size: 25px;
  }
  #bandeau-devis .container .bouton-devis::before,
  #bandeau-devis .container .bouton-devis::after {
    width: 25px;
    height: 25px;
  }
  #quizz-bingo {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 75px 0;
  }
  #quizz-bingo #quizz,
  #quizz-bingo #bingo {
    width: 50%;
  }
  #quizz-bingo #bingo .container {
    width: fit-content;
    padding: 50px 98px 98px 105px;
  }
  #quizz-bingo #bingo .container .sous-titre {
    font-size: 20px;
    margin-bottom: 52px;
  }
  #quizz-bingo #bingo .container img {
    width: 448px;
    height: 378px;
    margin: 0;
  }
  #quizz-bingo #quizz .container {
    padding: 0 180px 0 55px;
  }
  #quizz-bingo #quizz .container img {
    width: 485px;
    height: 263px;
    margin: 23px 0 32px 0;
  }
  #quizz-bingo #quizz .container p {
    width: 485px;
    margin: 0 0 22px 0;
    font-size: 22px;
    text-align: left;
  }
  #quizz-bingo #quizz .container .bouton {
    width: 203px;
    height: 50px;
    margin: 0;
    font-size: 22px;
  }
  #projets .container .deux-lignes {
    flex-direction: row;
  }
  #projets .container .deux-lignes span:first-child {
    margin-right: 12px;
  }
  #projets .container-carousel {
    margin: 65px auto 0 auto;
  }
  #projets .container-carousel .carousel {
    width: 100%;
  }
  #projets .container-carousel .carousel #carousel-projets {
    position: relative;
    width: 130%;
    left: -15%;
  }
  #projets .container-carousel .carousel #carousel-projets .slide {
    max-width: 433px;
    height: 300px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide img {
    height: 200px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte {
    margin-left: 27px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte .titre-slide {
    margin-bottom: 11px;
    font-size: 26px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide .texte .bouton-bleu {
    width: 140px;
    height: 40px;
    font-size: 18px;
  }
  #projets .container-carousel .carousel #carousel-projets .slide.active {
    top: 0;
  }
  #projets .container-carousel .carousel .carousel-nav .prev {
    left: 50px;
  }
  #projets .container-carousel .carousel .carousel-nav .next {
    right: 50px;
  }
  #projets .container-carousel .carousel .carousel-nav .carousel-dots {
    bottom: -45px;
  }
  #presentation #introduction-presentation {
    margin: 0 0 185px 0;
  }
  #presentation #introduction-presentation .container {
    display: flex;
    flex-direction: row;
  }
  #presentation #introduction-presentation .container .presentation {
    width: 640px;
    padding: 0;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .red {
    width: 410px;
    height: 70px;
    font-size: 48px;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .red::before {
    content: none;
  }
  #presentation #introduction-presentation .container .presentation .titre-presentation .titre {
    font-size: 42px;
  }
  #presentation #introduction-presentation .container .presentation #separateur-accueil {
    width: 216px;
    margin: 20px 0 25px 0;
  }
  #presentation #introduction-presentation .container .presentation .sous-titre,
  #presentation #introduction-presentation .container .presentation .bouton {
    font-size: 25px;
  }
  #presentation #introduction-presentation .container .presentation p {
    width: 540px;
    font-size: 23px;
  }
  #presentation #introduction-presentation .container .presentation p:after {
    width: 75px;
    height: 75px;
    bottom: -100px;
  }
  #presentation #introduction-presentation .container .presentation .fleche {
    width: 300px;
    height: 54px;
    padding-right: 45px;
    font-size: 25px;
  }
  #presentation #introduction-presentation .container .presentation .fleche::before,
  #presentation #introduction-presentation .container .presentation .fleche::after {
    width: 30px;
    height: 30px;
  }
  #presentation #introduction-presentation .container #photos-presentation {
    display: block;
    position: relative;
    width: 540px;
  }
  #presentation #introduction-presentation .container #photos-presentation img {
    position: absolute;
    width: 261px;
    height: 453px;
    border-radius: 44px;
    z-index: 0;
  }
  #presentation #introduction-presentation .container #photos-presentation img:first-child {
    top: 230px;
    left: -55px;
  }
  #presentation #introduction-presentation .container #photos-presentation img:last-child {
    top: 12px;
    right: 50px;
  }
  #presentation .texte-presentation {
    position: relative;
    padding: 50px 0 65px 0;
  }
  #presentation .texte-presentation .container .content {
    display: flex;
    align-items: center;
  }
  #presentation .texte-presentation .container .content .texte p {
    font-size: 23px;
  }
  #presentation .texte-presentation .container .content .img-presentation {
    width: 341px;
    height: 329px;
  }
  #instagram .container {
    padding: 50px 45px;
  }
  #instagram .container #sb_instagram {
    padding-bottom: 0 !important;
  }
  /*
====================
  PAGE PRESTATIONS	 
====================
*/
  #prestations .titre-surligne .titre-prestation {
    font-size: 50px;
    text-transform: uppercase;
  }
  #prestations #introduction-prestations .container {
    width: 980px;
  }
  #prestations #introduction-prestations .container .contenu {
    position: relative;
  }
  #prestations #introduction-prestations .container .contenu::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 95px;
    top: -10px;
    left: -175px;
    background-image: url(../img/double-etoiles-pleines.svg);
    background-size: cover;
  }
  #prestations #introduction-prestations .container .contenu::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    right: -205px;
    bottom: 75px;
    background-image: url(../img/flocon-rouge.svg);
    background-size: cover;
  }
  #prestations #introduction-prestations .container .contenu .titre-image {
    display: flex;
    position: relative;
    align-items: end;
    flex-direction: column;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .titre-prestation {
    position: absolute;
    width: 50%;
    top: 35px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .titre-prestation #titre_h1 {
    margin-left: 0;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .titre-prestation #titre_h1::before {
    left: -60px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 42px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .image {
    padding-right: 42px;
    border-right: 3px solid #e23829;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .image img {
    width: 401px;
    height: 562px;
    margin: 0;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .content {
    width: 50%;
    margin-top: 85px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .content .fleche {
    width: 400px;
    height: 52px;
    margin-top: 25px;
    font-size: 22px;
  }
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .content .fleche::before,
  #prestations #introduction-prestations .container .contenu .titre-image .image-content .content .fleche::after {
    width: 25px;
    height: 25px;
  }
  #prestations #separateur-prestations {
    display: none;
  }
  #prestations #identite-visuelle .titre-surligne,
  #prestations #community-management .titre-surligne,
  #prestations #community-management .container #kit-instagram .titre-surligne,
  #prestations #site-web .titre-surligne,
  #prestations #autres-supports .titre-surligne,
  #prestations #book-cover .titre-surligne {
    margin: 175px auto 105px auto;
  }
  #prestations #identite-visuelle .titre-surligne .titre-background,
  #prestations #community-management .titre-surligne .titre-background,
  #prestations #community-management .container #kit-instagram .titre-surligne .titre-background,
  #prestations #site-web .titre-surligne .titre-background,
  #prestations #autres-supports .titre-surligne .titre-background,
  #prestations #book-cover .titre-surligne .titre-background {
    height: 96px;
  }
  #prestations .container {
    position: relative;
    width: 980px;
    padding: 0;
  }
  #prestations .container .titre-onglets {
    position: relative;
  }
  #prestations .container .titre-onglets .onglet-titre {
    font-size: 25px;
    border-bottom-width: 4px;
  }
  #prestations .container .onglets img {
    width: 280px;
    height: 495px;
  }
  #prestations .container .onglets .onglet {
    width: 100%;
    padding: 25px 45px;
    border-radius: 33px;
  }
  #prestations .container .onglets .onglet .content {
    display: flex;
    width: 445px;
    padding-left: 42px;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid #e23829;
  }
  #prestations .container .onglets .onglet .content .prix {
    font-size: 17px;
  }
  #prestations .container .onglets .onglet .content .titre {
    margin-left: 0;
  }
  #prestations .container .onglets .onglet .content .titre::before {
    width: 38px;
    height: 44px;
    left: -62px;
  }
  #prestations .container .onglets .onglet .content .sous-titre {
    font-size: 20px;
  }
  #prestations .container .onglets .onglet .content .description ul {
    font-size: 18px;
  }
  #prestations .container .onglets .active-onglet {
    display: flex;
    gap: 55px;
  }
  #prestations #identite-visuelle .titre-surligne {
    margin-top: 105px;
  }
  #prestations #identite-visuelle .container:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: -175px;
    bottom: -55px;
    background-image: url(../img/flocon-rouge.svg);
    background-size: cover;
    opacity: 0.4;
  }
  #prestations #identite-visuelle .container .titre-onglets:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 95px;
    top: -20px;
    right: -205px;
    background-image: url(../img/double-etoiles-pleines.svg);
    background-size: cover;
  }
  #prestations #community-management .titre-onglets:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 95px;
    left: -175px;
    bottom: -95px;
    background-image: url(../img/double-etoiles-pleines.svg);
    background-size: cover;
  }
  #prestations #site-web .titre-onglets:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 95px;
    top: 10px;
    right: -205px;
    background-image: url(../img/double-etoiles-pleines.svg);
    background-size: cover;
  }
  #prestations #autres-supports {
    padding-bottom: 70px;
  }
  #prestations #autres-supports .container:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    right: -205px;
    bottom: 20px;
    background-image: url(../img/flocon-rouge.svg);
    background-size: cover;
    opacity: 0.4;
  }
  /*
===================
  PAGE PORTFOLIO	 
===================
*/
  #portfolio .container {
    max-width: 1220px;
    padding: 0;
  }
  #portfolio .container .portfolio-titre {
    width: fit-content;
    margin: 0;
  }
  #portfolio .container #portfolio-filtres {
    width: fit-content;
  }
  #portfolio .container #portfolio-filtres .filter-list {
    padding: 0 100px 22px 100px;
  }
  #portfolio .container #portfolio-filtres .filter-list li {
    margin-bottom: 0;
  }
  #portfolio .container #portfolio-liste {
    justify-content: flex-start;
    gap: 32px;
  }
  #portfolio .container #portfolio-liste .projet {
    width: 385px;
    height: 385px;
  }
  /*
=======================
  PAGE PROJET SINGLE	 
======================
*/
  #projet-single .container {
    width: 1077px;
  }
  #projet-single .container .projet-content a,
  #projet-single .container .projet-content p {
    font-size: 18px;
  }
  #projet-single .container .projet-content img {
    height: auto;
    margin-bottom: 52px;
  }
  /*
=============
  PAGE BLOG	 
=============
*/
  #blog .container {
    width: 1074px;
  }
  #blog .container .rechercher {
    margin: 118px auto;
  }
  #blog .container .article-liste article {
    width: 338px;
  }
  /*
=======================
  PAGE SINGLE ARTICLE	 
=======================
*/
  #single .container {
    width: 1376px;
    padding: 0 0 55px 0;
  }
  #single .container .titre-article {
    height: fit-content;
    margin-bottom: 40px;
    padding: 38px 0 0 88px;
    border: 2px solid #e23829;
    border-radius: 52px;
  }
  #single .container .titre-article #titre_h1 {
    width: 940px;
    margin-bottom: 25px;
    font-size: 90px;
    line-height: 0.8;
  }
  #single .container .titre-article .etiquettes span {
    font-size: 11px;
  }
  #single .container .single-content {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
  #single .container .single-content .a-lire-aussi {
    display: block;
    width: 286px;
    height: 387px;
    padding: 42px 37px;
    background-color: #374196;
    border-radius: 34px;
  }
  #single .container .single-content .a-lire-aussi h3,
  #single .container .single-content .a-lire-aussi a {
    font-family: var(--degular);
  }
  #single .container .single-content .a-lire-aussi h3 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: #374196;
    background-color: #f6bbba;
    border-radius: 17px;
  }
  #single .container .single-content .a-lire-aussi h3::before {
    content: "";
    margin-right: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/loupe-recherche.svg);
  }
  #single .container .single-content .a-lire-aussi ul li {
    margin-bottom: 0;
  }
  #single .container .single-content .a-lire-aussi ul li a {
    color: #ffffff;
    padding: 6px 0;
    font-size: 18px;
    text-decoration: none;
    border-top: 2px solid #f6bbba;
  }
  #single .container .single-content .a-lire-aussi ul li a:hover {
    color: #f6bbba;
  }
  #single .container .single-content .content {
    width: 645px;
    margin: 0 auto;
  }
  #single .container .single-content .content .texte-encadre {
    margin: 25px auto;
  }
  #single .container .single-content .resume {
    width: 321px;
    height: fit-content;
  }
  #single .container .single-content .a-lire-aussi,
  #single .container .single-content .resume {
    position: sticky;
    top: 150px;
  }
  #single .container .single-content .a-lire-aussi h3,
  #single .container .single-content .resume h3 {
    width: 145px;
    height: 34px;
    font-size: 21px;
  }
  #single .container .single-content .a-lire-aussi h3::before,
  #single .container .single-content .resume h3::before {
    width: 26px;
    height: 26px;
  }
  #single .container .post-navigation {
    height: 116px;
    padding: 0 90px;
  }
  #single .container .post-navigation .prev-post,
  #single .container .post-navigation .next-post {
    font-size: 18px;
  }
  #single .container .post-navigation .prev-post {
    width: 110px;
  }
  #single .container .post-navigation .next-post {
    width: 158px;
  }
  /*
============
  PAGE FAQ
============
*/
  #faq .container {
    padding-bottom: 80px;
  }
  #faq .container #introduction-faq {
    margin-bottom: 60px;
  }
  #faq .container .questions .question {
    padding-top: 28px;
    border-top-width: 4px;
  }
  #faq .container .questions .question .titre-question {
    max-width: 80%;
    margin-bottom: 28px;
    font-size: 30px;
  }
  #faq .container .questions .question p {
    width: 80%;
    font-size: 20px;
  }
  #faq .container .questions .question .plus {
    width: 28px;
    height: 28px;
  }
  #faq .container .questions .question .plus span {
    width: 28px;
    height: 4px;
  }
  #faq .container .questions .question:last-child {
    border-bottom-width: 4px;
  }
  /*
========================
  PAGE CONTACT & DEVIS
========================
*/
  #contact .container form,
  #devis .container form {
    width: 970px;
    margin: 0 auto;
    padding-top: 42px;
  }
  #contact .container form input[type="text"],
  #devis .container form input[type="text"],
  #contact .container form input[type="email"],
  #devis .container form input[type="email"],
  #contact .container form input[type="date"],
  #devis .container form input[type="date"],
  #contact .container form select,
  #devis .container form select {
    height: 63px;
  }
  #contact .container form textarea,
  #devis .container form textarea {
    height: 245px;
    resize: none;
  }
  #contact .container form input[type="text"],
  #devis .container form input[type="text"],
  #contact .container form input[type="email"],
  #devis .container form input[type="email"],
  #contact .container form input[type="date"],
  #devis .container form input[type="date"],
  #contact .container form textarea,
  #devis .container form textarea,
  #contact .container form select,
  #devis .container form select {
    font-size: 18px;
  }
  #contact .container form label,
  #devis .container form label {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #contact .container form .prenom-entreprise,
  #devis .container form .prenom-entreprise {
    display: flex;
    gap: 26px;
  }
  #contact .container form .prenom-entreprise p:first-child,
  #devis .container form .prenom-entreprise p:first-child {
    width: 431px;
  }
  #contact .container form .prenom-entreprise p:last-child,
  #devis .container form .prenom-entreprise p:last-child {
    width: 512px;
  }
  #contact .container form [data-name="your-identity"] .wpcf7-form-control .wpcf7-list-item,
  #devis .container form [data-name="your-identity"] .wpcf7-form-control .wpcf7-list-item,
  #contact .container form [data-name="your-inspirations"] .wpcf7-form-control .wpcf7-list-item,
  #devis .container form [data-name="your-inspirations"] .wpcf7-form-control .wpcf7-list-item {
    width: 20%;
  }
  #contact .container form [data-name="your-deadline"],
  #devis .container form [data-name="your-deadline"] {
    width: 155px;
  }
  #contact .container form [data-name="your-deadline"] input[type="date"],
  #devis .container form [data-name="your-deadline"] input[type="date"] {
    padding-left: 15px;
  }
  #contact .container form [data-name="rgpd-consentement"] input[type="checkbox"],
  #devis .container form [data-name="rgpd-consentement"] input[type="checkbox"] {
    width: 20px;
  }
  #contact .container form .wpcf7-list-item-label,
  #devis .container form .wpcf7-list-item-label {
    font-size: 18px;
  }
  #contact .container form .explications,
  #devis .container form .explications {
    margin-left: 10px;
  }
  #contact .container form .bouton-red,
  #devis .container form .bouton-red {
    width: 120px;
    height: 36px;
    font-size: 17px;
  }
  /*
=========================
  PAGE MENTIONS LÉGALES
=========================
*/
  #mentions .container {
    padding-bottom: 55px;
  }
  #mentions .container .titre {
    font-size: 40px;
  }
  /*
====================================
  PAGE 404 & VALIDATION FORMULAIRE
====================================
*/
  #erreur-404 .container,
  #validation .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #erreur-404 .container img,
  #validation .container img {
    width: 318px;
    height: 451px;
    margin: 50px;
  }
  #erreur-404 .container .texte,
  #validation .container .texte {
    text-align: left;
  }
  #erreur-404 .container .texte .pictogramme,
  #validation .container .texte .pictogramme {
    position: inherit;
    margin: 0;
  }
  #erreur-404 .container .texte #titre_h1,
  #validation .container .texte #titre_h1 {
    margin: 20px 0 35px 0;
    font-size: 60px;
    line-height: 0.8;
  }
  #erreur-404 .container .texte #titre_h1 > span:nth-child(2),
  #validation .container .texte #titre_h1 > span:nth-child(2) {
    justify-content: left;
  }
  #erreur-404 .container .texte p,
  #validation .container .texte p {
    display: inline;
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  #erreur-404 .container:after,
  #validation .container:after {
    width: 70px;
    height: 80px;
    margin: 0;
    left: inherit;
  }
  #erreur-404 .container::after {
    top: 130px;
    right: 180px;
  }
  #validation .container .texte #titre_h1 {
    width: 75%;
  }
  #validation .container .texte .bouton-red-reverse {
    margin: 30px 0 0 0;
  }
  #validation .container:after {
    top: 260px;
    right: 315px;
  }
}
/************************/
/**** EXTRA LARGE SCREENS ****/
/**********************/
@media screen and (min-width: 1920px) {
  #header {
    width: 1726px;
  }
}
