/* OUI Build Template - Main CSS */

/* Hide seomaster reading time globally */
.reading-time {
  display: none !important;
}

/* Basic reset and typography */
* {
  box-sizing: border-box;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Fonts personnalisées avec fallback */
@font-face {
  font-family: "Meutas Bold";
  src:
    local("Meutas Bold"),
    url("../fonts/Meutas-Bold.otf") format("opentype"),
    url("../fonts/Meutas-Bold.otf") format("opentype"),
    url("../fonts/Meutas-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Meutas Medium";
  src:
    local("Meutas Medium"),
    url("../fonts/Meutas-Medium.otf") format("opentype"),
    url("../fonts/Meutas-Medium.otf") format("opentype"),
    url("../fonts/Meutas-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gothiks";
  src: local("Gothiks Book"), local("Gothiks-Book");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gothiks";
  src: local("Gothiks SuperLight"), local("Gothiks-SuperLight");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gothiks";
  src: local("Gothiks Bold"), local("Gothiks-Bold");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "New Atten";
  src: local("New Atten Book"), local("New-Atten-Book");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "New Atten";
  src: local("New Atten Medium"), local("New-Atten-Medium");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "New Atten";
  src: local("New Atten Bold"), local("New-Atten-Bold");
  font-weight: 700;
  font-style: normal;
}

.font-meutas-bold {
  font-family: "Meutas Bold";
}
.footer-section {
  max-width: 100vw;
}

/* Container and layout */
.wrapper-static {
  margin: 0;
  padding: 0;
}

.wrapper-fluid {
  width: 100%;
  padding: 0 15px;
}

/* Header */

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  text-decoration: none;
  color: inherit;
}

.logo {
  max-height: 50px;
  width: auto;
}

/* Grid layout */
.site-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.has-sidebar-left.has-sidebar-right .site-grid {
  grid-template-columns: 250px 1fr 250px;
}

.has-sidebar-left:not(.has-sidebar-right) .site-grid {
  grid-template-columns: 250px 1fr;
}

.has-sidebar-right:not(.has-sidebar-left) .site-grid {
  grid-template-columns: 1fr 250px;
}

/* Component area */
.container-component {
  min-height: 400px;
}

/* Sidebars */
.container-sidebar-left,
.container-sidebar-right {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
}

/* Footer */
.footer {
  background: #343a40;
  color: #fff;
  padding: 2rem 0;
  margin-top: 3rem;
}

/* Sticky header */
.position-sticky {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* Back to top */
.back-to-top-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.8;
  transition: none;
}

.back-to-top-link:hover {
  opacity: 1;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .site-grid,
  .has-sidebar-left.has-sidebar-right .site-grid,
  .has-sidebar-left:not(.has-sidebar-right) .site-grid,
  .has-sidebar-right:not(.has-sidebar-left) .site-grid {
    grid-template-columns: 1fr;
  }

  .container-header {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Module styles */
.card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 1rem 0;
}

.breadcrumb-item {
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 0.5rem;
  color: #6c757d;
}

/* Messages */
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeaa7;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

@font-face {
  font-family: "PolicePrincipale2";
  src: url("/images/fonts-oacom/Meutas-Black.otf") format("opentype");
}
@font-face {
  font-family: "PolicePrincipale";
  src: url("/images/fonts-oacom/Meutas-Black.otf") format("opentype");
}
h2,
#grostitre {
  font-family: "PolicePrincipale";
}

/* OA.css */

/* Fonts */

#column-wrap-id-1542642185516,
#column-wrap-id-1542642185519,
#column-wrap-id-1712841833463 {
  padding: 0 !important;
}
.ariane {
  max-width: 1024px;
  width: 80%;
  padding: 2rem;
  padding-bottom: 5rem;
  margin: auto;
}
.breadcrumb {
  background-color: transparent !important;
}
.ariane li a {
  color: #000;
}

.process_titre h4.sppb-addon-title {
  font-size: 1.5rem !important;
  line-height: 6rem;
}
.process h2.sppb-addon-title {
  font-size: 1.8rem;
  color: #fff;
}
/* Preloader */

.sp-pre-loader {
  background-color: #d4cfc1 !important;
}

/* Headers */

/* Header lighter */
header.lighter .poi-point ul li a {
  color: #fff;
}
header.lighter .poi-point svg {
  fill: #fff;
}
header.lighter .line {
  fill: none;
  stroke: white !important;
}
header.lighter #actions-buttons,
header.lighter #actions-buttons a {
  color: #fff !important;
}
header.lighter .couleurlogo {
  fill: #fff;
}

/* Header darker */
header.darker .poi-point ul li a {
  color: #fff;
}
header.darker .poi-point svg {
  fill: #fff;
}
header.darker .line {
  fill: none;
  stroke: white !important;
}
header.darker #actions-buttons,
header.darker #actions-buttons a {
  color: #fff !important;
}
header.darker .couleurlogo {
  fill: #fff;
}

/* Générique */
#sp-header.header-with-modal-menu a,
#actions-buttons,
#actions-buttons a {
  color: #000;
}
#sp-header {
  background: transparent !important;
}

.icons {
  position: fixed;
  bottom: 20vh;
  z-index: 100;
}

.oa-item-image {
  width: 55%;
  margin: auto;
  transform: scale(0.98);
  transition: none;
}
.oa-item:hover .oa-item-image {
  width: 55%;
  margin: auto;
  transform: scale(1);
  transition: none;
}
#modal-menu-toggler {
  border: 0px !important;
}
.oa-item a,
.oa-item a:hover {
  text-decoration: none !important;
}

/* Footer */
.sp-copyright {
  font-size: 0.6rem;
}
.sp-copyright a {
  color: #fff;
}
#sp-footer {
  background: #000;
}
#sp-footer a,
#sp-footer i,
#sp-footer h3 {
  color: #fff;
}
#sidebar-menu li a {
  font-family: "PolicePrincipale";
  text-transform: none;
  font-weight: 10 !important;
}

.big-icon i {
  font-size: 1.2rem;
  color: #000;
  line-height: 80px;
  margin: 0 15px;
  transition: none;
  transform: scale(1);
}
.big-icon i:hover {
  font-size: 1.2rem;
  color: #000;
  line-height: 80px;
  margin: 0 15px;
  transition: none;
  transform: scale(1.05);
}

.view-results {
  background-color: #fff !important;
  background-image: url("/images/oa-projets-parcourir.webp");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h3 {
  font-family: PolicePrincipale !important;
  text-transform: uppercase !important;
}
.sppb-article-info-wrap h3 {
  text-align: center;
}
.sppb-article-info-wrap h3 a {
  font-size: 1rem !important;
  color: #000 !important;
}

.description_hover a {
  font-size: 1rem !important;
  color: #000 !important;
}
.policepricipale,
.policepricipale * {
  font-family: "PolicePrincipale";
  text-transform: uppercase;
}
.policepricipale .sppb-addon-title,
*.policepricipale {
  font-family: "PolicePrincipale" !important;
  text-transform: uppercase !important;
}
.policepricipale h3.sppb-addon-title {
  font-family: "PolicePrincipale" !important;
  text-transform: uppercase !important;
}
h1.policeprincipale {
  font-family: "PolicePrincipale" !important;
  text-transform: uppercase !important;
  font-size: 8rem;
  line-height: 6rem;
}

h2.policeprincipale {
  font-family: "PolicePrincipale" !important;
  text-transform: uppercase !important;
  font-size: 3rem;
  line-height: 4rem;
}

a.ligne span.grille-block-infos-header {
  font-family: "PolicePrincipale";
}

#actions-buttons {
  list-style-type: none;
}
#actions-buttons li {
  display: inline-block;
  padding: 3rem 1rem;
}

body.ltr.offcanvs-position-right .filters-menu {
  right: -300px;
  top: 0;
}
body.ltr.offcanvs-position-right.filters-active .filters-menu {
  right: 0;
  top: 0;
}

.minih1 {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.filters-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 60px;
  overflow: inherit;
  -webkit-transition: none;
  transition: none;
  z-index: 10000;
  background-color: #000;
  color: #fff;
  padding: 2rem;
}
.filters-menu a,
.filters-menu h4 button {
  color: #fff !important;
}


.grille {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.grille02 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.grille03 {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.grille04 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.grille04 .spot01 {
  height: 80vh;
  left: 20%;
  top: 0%;
  width: 20%;
  position: absolute;
  overflow: hidden;
  background: red;
  opacity: 0;
}
.grille04 .spot02 {
  height: 80vh;
  left: 45%;
  top: 0%;
  width: 20%;
  position: absolute;
  overflow: hidden;
  background: red;
  opacity: 0;
}
.grille04 .spot03 {
  height: 80vh;
  left: 70%;
  top: 0%;
  width: 20%;
  position: absolute;
  overflow: hidden;
  background: red;
  opacity: 0;
}

#zoom {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#zoom img {
  max-width: auto;
  display: inline-block;
  height: 100%;
}
.frame {
  width: 30%;
  height: 30vh;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
}

.frame01 {
  left: 0;
  top: 0;
  background-image: url("https://oa.bzh/images/susciter/oa01.jpg");
  background-size: cover;
}
.frame04 {
  left: 0;
  top: 35vh;
  background-image: url("https://oa.bzh/images/susciter/oa02.jpg");
  background-size: cover;
}
.frame07 {
  left: 0;
  bottom: 0;
  background-image: url("https://oa.bzh/images/susciter/oa04.jpg");
  background-size: cover;
}

.frame02 {
  left: 35%;
  top: 0;
  background-image: url("https://oa.bzh/images/susciter/oa05.jpg");
  background-size: cover;
}
.frame05 {
  left: 35%;
  top: 35vh;
}
.frame08 {
  left: 35%;
  bottom: 0;
  background-image: url("https://oa.bzh/images/capter/oa01.jpg");
  background-size: cover;
}

.frame03 {
  right: 0;
  top: 0;
  background-image: url("https://oa.bzh/images/capter/oa02.jpg");
  background-size: cover;
}
.frame06 {
  right: 0%;
  top: 35vh;
  background-image: url("https://oa.bzh/images/toucher/oa02.jpg");
  background-size: cover;
}
.frame09 {
  right: 0;
  bottom: 0;
  background-image: url("https://oa.bzh/images/toucher/oa01.jpg");
  background-size: cover;
}

.grille02 {
  height: 100vh;
  position: relative;
}
#frame01 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 5%;
  bottom: 5%;
  background-image: url("https://oa.bzh/images/susciter/oa03.jpg");
  background-size: cover;
}
#frame02 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 5%;
  bottom: 5%;
  border: 12px solid #000;
}
#frame03 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 5%;
  bottom: 5%;
  background-image: url("https://oa.bzh/images/susciter/oa03.jpg");
}

.grille03 .truc {
  position: absolute;
  top: 50vh;
  height: 0;
  left: 0;
  right: 0;
  transition: none;
  background-image: url("https://oa.bzh/images/susciter/oa03.jpg");
  background-size: cover;
  background-position: center center;
}
body {
  background-color: var(--bs-body-bg);
}
#positionY {
  position: relative;
  top: 10px;
  left: 10px;
  font-size: 3rem;
}

#oaplay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cover-bt {
  opacity: 0;
  transition: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  z-index: -1000;
}

span.btn:hover .cover-bt {
  opacity: 1;
  transition: none;
  background: rgba(0, 0, 0, 1);
  z-index: 1000;
}

#big-icons a.my-4 {
  color: #000 !important;
  margin-left: 2rem !important;
}

.classic-hover {
  position: relative;
  border: 12px solid #fff;
  margin: 1rem;
}
.classic-hover * {
  color: #fff;
}
.classic-hover .classic_hover {
  opacity: 0;
}
.classic-hover .classic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: none;
  z-index: 1;
}
.classic-hover:hover .classic_hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: none;
  z-index: 2;
  opacity: 1;
}
.classic-hover .classic_hover ul {
  margin: 0 10%;
}
.classic-hover:hover .classic {
  opacity: 0;
}

.item-page .page-header {
  max-width: 60%;
  margin: auto;
}
.fs9 {
  font-size: 9rem;
}
.fs8 {
  font-size: 8rem;
}
.fs2 {
  font-size: 2rem;
}
.lh6 {
  line-height: 6rem;
}

.punchline {
  font-family: PolicePrincipale;
  text-transform: uppercase;
}
.enjeux {
  line-height: 4.5rem;
  padding: 0;
  margin: 0;
}
h2.enjeux {
  font-size: 9rem;
}
h3.enjeux {
  font-size: 4rem;
}

#missions {
  height: 500px;
  position: relative;
}
#missions #process {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#missions:hover #en2s {
  opacity: 0;
}
#missions:hover #process {
  opacity: 1;
}

#missions {
  background: #eb6263;
}
#DeuxSec {
  position: relative;
}
#DeuxSec #intention {
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#DeuxSec #process {
  position: relative;
  opacity: 0;
}
#DeuxSec:hover #intention {
  opacity: 0;
}
#DeuxSec:hover #process {
  opacity: 1;
}

*[current_slide="01"] .carte {
  opacity: 0;
  display: none;
}
*[current_slide="01"] *[slide="01"] {
  opacity: 1;
  display: block;
}

#enjeux .carte h3 {
  font-size: 9rem;
  line-height: 8rem;
  color: #b4c7bb;
}
#enjeux {
  background: #6b8789;
}

*[current_theme="01"] .theme {
  opacity: 0;
}
*[current_theme="01"] *[theme="01"] {
  opacity: 1;
}
#themes {
  background-color: #fff;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#themes .theme {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#casconcrets {
  background: #3a4449;
  overflow: hidden;
  position: relative;
  padding: 5rem 0;
}
#casconcrets ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#casconcrets ul li {
  padding: 0;
  margin: 0;
}
#casconcrets > * {
  color: #fff !important;
}
#themes ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#themes ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

#themes ul li {
  opacity: 0;
  transition: none;
}
#themes ul li.active {
  opacity: 100;
  transition: none;
}

#cas {
  z-index: 2;
}
.row {
  --bs-gutter-x: 0 !important;
}

.h3,
h3 {
  font-size: 1.5rem;
}
.contexte .layout-stylea {
  width: 60%;
  margin: auto;
}

.contexte .layout-stylea .acfarticle-item {
  position: relative;
}
.contexte .layout-stylea .acfarticle-item a {
  position: absolute;
  top: 30%;
  display: inline-block;
  background-color: #000;
  color: #fff;
  display: inline-block;
  left: 20%;
  right: 20%;
  font-size: 1rem;
  font-family: PolicePrincipale;
}

.grostitres h2,
.grostitres h2 a {
  font-size: 7rem;
  line-height: 5rem;
}
.grostitres h3,
.grostitres h3 a {
  font-size: 5rem;
  line-height: 4rem;
  color: var(--couleur-principale) !important;
}

body .sppb-btn.sppb-btn-default,
body .sppb-btn.sppb-btn-primary,
body .sppb-btn.btn-primary,
body .btn.sppb-btn-default,
body .btn.sppb-btn-primary,
body .btn.btn-primary {
  color: #fff;
  background-color: var(--couleur-principale-bouton) !important;
  border-color: var(--couleur-principale-bouton) !important;
}

/* Can Edit */
.icons .float-end {
  position: fixed;
  left: 0;
  background-color: #6f9553;
}
.icons .float-end * {
  color: #fff;
}
.icons .float-end a {
  position: relative;
}
.label-bt {
  position: absolute;
  display: none;
  color: #000;
  width: 100px;
}
.icons .float-end a:hover .label-bt {
  position: absolute;
  display: block;
  color: #000;
  width: 200px;
  font-size: 1rem;
  left: 5rem;
  top: -1rem;
}
.icon-edit,
.fa-cog {
  font-size: 3rem;
  padding: 0.6rem;
}

/* Page d'accueil */

#sp-header {
  background: transparent !important;
}
video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.text {
  display: inline-block;
}
#developpement:hover .text {
  font-size: 3rem;
  transform: scale(1.05);
  transition: none;
}
.w33 {
  width: 25%;
  margin: 2%;
  padding: 2%;
  display: block;
  float: left;
}
#souvenir ul {
  text-align: left;
  font-size: 1rem;
}

#missions {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 1;
  z-index: 3;
}
#enjeux {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 1;
  z-index: 3;
}
#oaplay {
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #d4cfc1;
}
#casconcrets {
  position: fixed !important;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#ligne2s .col:hover {
  width: 50%;
  flex: 0 0 auto;
}

.fs2 {
  line-height: 2rem;
  display: block;
}

.slide {
  opacity: 0;
  z-index: -3;
  display: none !important;
}
*[diapo="1"] .slide[slide="1"] {
  opacity: 1;
  z-index: 1;
  display: flex !important;
}
*[diapo="2"] .slide[slide="2"] {
  opacity: 1;
  z-index: 1;
  display: flex !important;
}
*[diapo="3"] .slide[slide="3"] {
  opacity: 1;
  z-index: 1;
  display: flex !important;
}

/* Page de login */

.poi-point:hover ul {
  display: block;
  height: auto;
  transition: none;
  padding: 1.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.poi-point {
  position: relative;
}
.poi-point .poi-point_title {
  position: absolute;
  width: 20rem;
  line-height: 3rem;
  opacity: 0;
}
.poi-point:hover .poi-point_title {
  opacity: 1;
}

.poi-point_title span {
  word-break: keep-all;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
}
.poi-point ul {
  display: none;
  height: 0;
  transition: none;
  list-style-type: none;
}
.poi-point ul li a {
  color: #000;
}

.premier_block {
  padding: 3rem 2rem;
}
.process,
#process {
  background-color: #d4cfc1;
  padding: 0;
  margin: 0;
  padding: 3rem 0;
}

/* Com Content - Category - View Enjeux */

/* Com Content - Category - View Expertise */

/* Com Content - Category - View Portfolio */

/* Com Content - Article - View Portfolio */

.layout-portfolio #sp-main-body {
  padding: 0 !important;
}
.layout-portfolio .poi-point {
  position: relative;
}
.layout-portfolio .poi-point .poi-point_title {
  position: absolute;
  width: 20rem;
  line-height: 3rem;
  opacity: 0;
}
.layout-portfolio .poi-point:hover .poi-point_title {
  opacity: 1;
}

.layout-portfolio .poi-point_title span {
  word-break: keep-all;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
}
.layout-portfolio .poi-point ul {
  display: none;
  height: 0;
  transition: none;
  list-style-type: none;
}

/* Com Content - Article - View Page */

.layout-page #sp-main-body {
  padding: 0 !important;
}
.layout-page #portfolio-item {
  padding-top: 0;
}
.layout-page h1 {
  text-align: center;
  display: block;
}
.layout-page .article-info {
  justify-content: center;
}

/* Com Content - Article - View Website */

/* Com Content - Article - View Enjeux */

.layout-enjeux #portfolio-item {
  padding-top: 15rem;
}
.layout-enjeux h1 {
  text-align: center;
  display: block;
}
.layout-enjeux .article-info {
  justify-content: center;
}
.layout-enjeux #sp-main-body {
  max-width: 1280px;
  margin: auto;
}

.layout-perspectives #portfolio-item {
  padding-top: 15rem;
}
.layout-perspectives h1 {
  display: block;
}
.layout-perspectives .article-info {
  justify-content: center;
}
.layout-perspectives #sp-main-body {
  max-width: 1280px;
  margin: auto;
}

/* Com Content - Article - View Thematique */

.layout-thematique #portfolio-item {
  padding-top: 0;
}
.layout-thematique h1 {
  text-align: center;
  display: block;
}
.layout-thematique .article-info {
  justify-content: center;
}
.layout-thematique #video {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
}
.layout-thematique #video-wrapper {
  height: 100vh;
  transition: none;
  overflow: hidden;
}
.layout-thematique #video-wrapper.down {
  height: 25vh;
  transition: none;
}
.layout-thematique #video-wrapper.down svg {
  display: none;
}
.layout-thematique #front-title {
  z-index: 2;
  color: #fff;
}
h2.policeprincipale {
  font-size: 10rem;
  line-height: 8rem;
}
.layout-thematique #front-title h4 {
  line-height: 0;
}

/* COm Content - Article - View video */

.layout-video #oa-logo svg {
  fill: #fff;
}
.layout-video #sp-main-body {
  padding: 0 !important;
}
.layout-video #sp-header {
  background: transparent !important;
}
.layout-video .body-wrapper {
  height: 2000vh;
}
.layout-video #video {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
}

/* COm Content - Article - View default */

.contexte {
  max-width: 1024px;
  width: 80%;
  margin: 2rem auto;
}

.layout-blog #sp-main-body {
  padding-top: 15rem;
}
.layout-blog *[itemprop="articleBody"] {
  padding: 0 !important;
}

.layout-experience .contexte {
  max-width: 1024px;
  width: 80%;
  padding: 2rem;
  margin: auto;
}
.ariane {
  max-width: 1024px;
  width: 80%;
  padding: 2rem;
  padding-bottom: 5rem;
  margin: auto;
}
.layout-experience .breadcrumb {
  background: transparent !important;
}
.layout-experience .ariane li a {
  color: #000;
}
.layout-experience #sp-main-body {
  padding: 15rem 0;
}
.layout-experience *[itemprop="articleBody"] {
  padding: 0 !important;
}

/* Anciennement dans les paramètres du template */

*[itemprop="articleBody"] {
  max-width: 1024px;
  width: 80%;
  background-color: #fff;
  margin: auto;
}

.article-header {
  text-align: center;
}

.article-full-image img {
  width: 12%;
  display: block !important;
  margin: auto;
}
.article-info {
  justify-content: center;
}

#modal-menu.has-bg {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--template-sidebar-bg) !important;
}

/* Points d'intérêts */

.sppb-youtube-video-bg {
  height: 100vh !important;
}

/* SideBar */

#bloc-global {
  position: relative;
  min-height: 50vh;
  margin: 20vh auto;
  max-width: 1280px;
}
#sidebar-menu {
  width: 40%;
  border-right: 3px solid #D4CFC1 ;
  height: 100%;
}
#sidebar-menu *,
#sidebar-menu *:hover,
#bloc-global *,
#bloc-global *:hover {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  color: inherit !important;
  background-color: transparent !important;
  font-weight: normal !important;
}
#sidebar-menu li {
  display: block;
  clear: both;
  width: 100%;
}
#sidebar-menu li a {
  transition: none;
  color: var(--template-sidebar-a-color) !important;
}
/* #sidebar-menu li:hover a removed */
#sidebar-menu li ul li a {
  color: #bebf9f !important;
  font-weight: normal;
}
/* #sidebar-menu li:hover ul li a removed */
/* #sidebar-menu li:hover ul li:hover a removed */

#sidebar-menu li ul li {
  color: #e6e5e0 !important;
  font-weight: normal;
  transform: none;
  transition: none;
  opacity: 1;
}
/* #sidebar-menu li:hover ul li:first-child removed */
/* #sidebar-menu li:hover ul li:nth-child(2) removed */
/* #sidebar-menu li:hover ul li:nth-child(3) removed */
/* #sidebar-menu li:hover ul li:nth-child(4) removed */
/* #sidebar-menu li:hover ul li:nth-child(5) removed */
/* #sidebar-menu li:hover ul li:nth-child(6) removed */
/* #sidebar-menu li:hover ul li:nth-child(7) removed */
/* #sidebar-menu li:hover ul li:nth-child(8) removed */
/* #sidebar-menu li:hover ul li:nth-child(9) removed */

/* #sidebar-menu li:hover ul li removed */

#sidebar-menu li.deeper ul {
  opacity: 1;
  z-index: 0;
}
#sidebar-menu li.deeper:first-child ul {
  opacity: 1;
  z-index: 0;
}
/* #sidebar-menu li.deeper:first-child:hover ul removed */
/* #sidebar-menu li.deeper:hover ul removed */

#sidebar-menu li.deeper ul.layer_actif {
  position: absolute;
  left: 42%;
  top: 0;
  bottom: 0;
  right: 22%;
  z-index: 2;
  opacity: 1;
  background-color: var(--template-sidebar-bg) !important;
}
#sidebar-menu li ul.layer_actif li {
  color: #e6e5e0 !important;
  font-weight: normal;
  transform: none;
  transition: none;
  opacity: 0;
}

#sidebar-menu li.deeper ul {
  position: absolute;
  left: 42%;
  top: 0;
  bottom: 0;
  right: 22%;
}
#sidebar-menu li.deeper ul li {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 2rem;
}
#sidebar-menu li.deeper ul li a {
  text-transform: none;
}
#sidebar-menu {
  font-size: 3rem;
  color: #000;
}
#social {
  top: 25vh;
  right: 20%;
  width: 25%;
  position: absolute;
  color: #000;
  text-align: right;
}
.agence_telephone {
  font-family: "PolicePrincipale";
  font-size: 4rem;
  color: #fff;
}

/* Specifique */

#column-wrap-id-1542642185516,
#column-wrap-id-1542642185519,
#column-wrap-id-1712841833463 {
  padding: 0 !important;
}

#sidebar-menu ul li:first-child {
}
.articles-text a h3 {
  font-family: "PolicePrincipale2" !important;
  text-transform: unset !important;
  font-size: clamp(1rem, 2vw + 0.5rem, 5rem) !important;
  line-height: 3.5rem !important;
}
#menu_title {
  font-family: "PolicePrincipale2" !important;
}
* {
  font-family: "new-atten", sans-serif;
  font-weight: 400;
}

.btn-oaplay {
  text-align: left;
  line-height: 2rem;
  font-family: "gothiks";
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-darked {
  background-color: rgba(0, 0, 0, 0.2);
}
.expertises {
  font-family: "gothiks";
}
#grostitre {
  font-family: "PolicePrincipale2";
}

:root {
  --couleur-principale-bouton: #000;
  --couleur-principale: #000;
  --bs-body-bg: #d4cfc1;
  --template-sidebar-bg: #ffc635;
  --template-sidebar-a-color: #e6e5e1;
  --template-sidebar-a-hover-color: #ffffff;
}
a {
  color: #000;
  text-decoration: none !important;
  text-decoration: underline;
}
#modal-menu.has-bg {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #ffc635 !important;
}
#contact-infos {
  color: #fff;
}
#contact-infos svg {
  max-width: 35px;
  fill: #fff;
}
#column-wrap-id-1542642185516,
#column-wrap-id-1542642185519,
#column-wrap-id-1712841833463 {
  padding: 0 !important;
}
#tarteaucitronManager {
  display: none !important;
}
.djacc-popup .djacc__openbtn--default {
  background: #ffc635 !important;
  border-radius: 50%;
}
#bloc-global {
  width: 80%;
}

span.sp-copyright {
  text-align: center;
  font-size: 11px;
  width: 100%;
  display: block;
}
#footer-agence,
#footer-enjeux {
  min-width: 220px;
  max-width: 220px;
}
#footer-logo {
  min-width: 200px;
  max-width: 200px;
  margin-right: 100px;
}
.smscreens {
  display: none;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 60px;
  right: auto !important;
  left: 3rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(100, 100, 100, 0.4);
  border-radius: 100%;
  z-index: 1000;
  transition: none;
}

@media screen and (max-width: 1400px) {
  #footer-logo {
    margin-right: 0px;
  }
  #footer-legal {
    display: none;
  }
  .smscreens {
    display: block !important;
    font-size: 8px;
    margin: 2rem 0;
  }
  .smscreens a {
    color: #ccc;
  }
  #sp-footer .container {
    max-width: 96%;
  }

  #footer-oa ul li a {
    font-size: 0.9rem;
  }
  #footer-oa ul li {
    padding-right: 1rem;
  }
  ul li {
    padding-right: 1rem;
  }
  #footer-oa h3 {
    font-size: 1.3rem;
  }
  #sidebar-menu {
    font-size: 2rem;
    color: #000;
  }

  #sidebar-menu ul a {
    font-size: 1.5rem !important;
    color: #000;
  }
  .agence_telephone {
    font-family: "PolicePrincipale";
    font-size: 2.5rem;
    color: #fff;
  }
}

@media screen and (max-width: 1000px) {
  #footer-oa #footer-manquer {
    display: none !important;
  }
  #footer-agence {
    min-width: 200px;
  }
  #footer-legal {
    min-width: 200px;
  }
}

#premier_element_redac,
#deuxieme_element_redac,
#troisieme_element_redac,
#quatrieme_element_redac,
#cinquieme_element_redac {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

/* For desktop -> à ajuster */

.header {
  height: 10vh;
  padding: 1rem 0;
  position: fixed !important;
  z-index: 10005;
  pointer-events: none;
}
.header a,
.header button,
.header nav,
.header input,
.header [role="button"] {
  pointer-events: auto;
}

#oui-wishlist-button {
  z-index: 9999;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  position: fixed;
  top: 2rem;
  right: unset !important;
  left: 12vw !important;
}

#logoa {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 10vw;
  top: 2vh;
  z-index: 10005;
}
#logoa svg {
  width: 4rem;
  height: 4rem;
}
