@charset "UTF-8";
/*--------------------------------------------------------------
Theme Name: Les Globules
Author: Didier Flachard
Description: Template à base de Bootstrap 5 et d'ACF, optimisé pour un score optimal sur google page speed.
Version: 4.1.2
Tags: Bootstrap 5.3.3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 01 - Variables / Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 02 - Global
--------------------------------------------------------------*/
p strong {
  font-weight: 600;
}
/* Elements */
html {
  box-sizing: border-box;
}
/* LINKS */
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
/* LISTS */
ul {
  list-style: none;
}
li {
  margin-bottom: 8px;
}
ol {
  list-style: decimal;
}
li > ol, li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* BUTTONS */
.variable-button {
  display: inline-block;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
  margin-top: 8px;
  width: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
/* IMAGES */
img {
  height: auto;
  max-width: 100%;
}
/* MODULES A DEBORDS */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  height: 100%;
  top: 0;
}
.absolute .col, .absolute .row {
  height: 100%;
}
.absolute .col {
  padding: 0;
}
.absolute .bloc-txt {
  position: relative;
  z-index: 999;
}
.right-half {
  padding-left: 15px;
}
.flex-box {
  display: flex;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# 03 - Navigation
--------------------------------------------------------------*/
.l-info {
  background-color: #212121;
  padding: 8px 0 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
}
.l-info a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
/*--------------------------------------------------------------
# 04 - Pages
--------------------------------------------------------------*/
.p-internes .bloc-txt {
  z-index: 100;
}
.p-internes .entete {
  background-repeat: no-repeat;
}
.p-internes .texte-slider-left, .p-internes .texte-slider-right {
  padding-right: 0;
  padding-left: 0;
}
.p-internes .texte-slider .carousel, .p-internes .texte-slider .carousel-inner, .p-internes .texte-slider .carousel-item, .p-internes .texte-slider .carousel-row {
  width: 100%;
  height: 100%;
}
.p-internes .texte-slider-left, .p-internes .texte-slider-right {
  padding-right: 0;
  padding-left: 0;
}
.p-internes .carousel-control-next-icon, .p-internes .carousel-control-prev-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border: none;
  background-image: none;
  transform: translateY(25%);
  z-index: 200;
}
.p-internes .carousel-control-next-icon:after {
  font-weight: 700;
  content: "›";
  font-size: 35px;
}
.p-internes .carousel-control-prev-icon:after {
  font-weight: 700;
  content: "‹";
  font-size: 35px;
}
.p-internes .gallery {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.p-internes .gallery li {
  list-style: none;
  margin-bottom: 20px;
}
.p-internes .gallery li:before {
  display: none !important;
}
.p-internes .picto-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.p-internes .picto-container img {
  max-width: 250px;
  max-height: 250px;
}
.p-internes .picto-container .picto-col {
  text-align: center;
}
.p-internes .picto-container .picto-col .pictos-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.p-internes .picto-container .picto-col .pictos-desc {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}
.p-internes .dropdowns .accordion-body {
  display: flex;
  flex-wrap: wrap;
}
/* ----------------------------------------- NOM DE LA PAGE ------------------------- */
/*--------------------------------------------------------------
# 05 - Animations
--------------------------------------------------------------*/
/*  POUR INTEGRER UNE ANIMATION EX :
  <div data-inviewport="scale-in">Texte</div>
*/
[data-inviewport="scale-in-title"] {
  transition: 1s;
  transform: scale(0.1);
}
[data-inviewport="scale-in-title"].is-inViewport {
  transform: scale(1);
}
[data-inviewport="pop-up"].is-inViewport {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
[data-inviewport="rotate"].is-inViewport img {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}
/*--------------------------------------------------------------
# 06 - Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  /* -------------------------------------------------------- 1500px ---------------------*/
}
@media only screen and (max-width: 1450px) {
  /* -------------------------------------------------------- 1450px ---------------------*/
}
@media only screen and (max-width: 1400px) {
  /* -------------------------------------------------------- 1400px B5-BP ---------------*/
}
@media only screen and (max-width: 1300px) {
  /* -------------------------------------------------------- 1300px ---------------------*/
}
@media only screen and (max-width: 1200px) {
  /* -------------------------------------------------------- 1200px B5-BP ---------------*/
}
@media only screen and (max-width: 1120px) {
  /* -------------------------------------------------------- 1120px ---------------------*/
}
@media only screen and (max-width: 1100px) {
  /* -------------------------------------------------------- 1100px ---------------------*/
}
@media only screen and (max-width: 1000px) {
  /* -------------------------------------------------------- 1000px ---------------------*/
}
@media only screen and (max-width: 992px) {
  /* -------------------------------------------------------- 992px B5-BP ----------------*/
}
@media only screen and (max-width: 900px) {
  /* -------------------------------------------------------- 900px ----------------------*/
}
@media only screen and (max-width: 800px) {
  /* -------------------------------------------------------- 800px ----------------------*/
}
@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------- 768px B5-BP ----------------*/
}
@media only screen and (max-width: 700px) {
  /* -------------------------------------------------------- 700px ----------------------*/
}
@media only screen and (max-width: 600px) {
  /* -------------------------------------------------------- 600px ----------------------*/
}
@media only screen and (max-width: 576px) {
  /* -------------------------------------------------------- 576px B5-BP ----------------*/
}
@media only screen and (max-width: 500px) {
  /* -------------------------------------------------------- 500px ----------------------*/
}
@media only screen and (max-width: 450px) {
  /* -------------------------------------------------------- 450px ----------------------*/
}
