@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wdth,wght@62.5,300&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #333;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("images/arrows/carret.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: none;
  transform: rotate(0);
  transform-origin: center center;
  transition: all 0.5s;
  margin-left: 5px;
}

a:hover .caret {
  background-image: url("images/arrows/carret_alt.svg");
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  backdrop-filter: blur(10px);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 2rem 1rem 1.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.dropdown-menu > li > a::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #e30613;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.5rem;
}
.dropdown-menu > li > a:hover::before, .dropdown-menu > li > a.active::before {
  width: 2rem;
}
.dropdown-menu > li:last-child > a {
  border: none;
}

.lang_ar .dropdown-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 1.5rem 1rem 1.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}

.lang_ar .dropdown-menu > li > a::before {
  left: auto;
  right: 0;
}

.lang_ar .dropdown-menu > li > a:hover {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 2.5rem 1rem 0.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #e30613;
  text-decoration: none;
  outline: 0;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .damenu .mega .dropdown-menu {
    position: fixed;
    top: 190px;
    width: 100vw;
    min-height: 30vw;
    padding-left: 30vw !important;
  }
  .damenu .mega .dropdown-menu::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 2.5vw;
    width: 25vw;
    height: 25vw;
    border: none;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .damenu .mega1 .dropdown-menu::before {
    background-image: url(http://basesite.test/wp-content/uploads/2022/10/image_test1.jpg);
  }
  .damenu .mega2 .dropdown-menu::before {
    background-image: url(http://basesite.test/wp-content/uploads/2022/10/image_test2.jpg);
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  float: right;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 0;
  background-color: transparent;
  border: none;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("images/arrows/menu.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 50px 100px;
  transition: all 0.25s;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle.collapsed {
  background-position: center top;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    float: none !important;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  list-style: none;
}
.navbar-nav > li > a {
  padding: 10px 1rem;
  line-height: 25px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  padding: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-nav > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #e30613 transparent;
  top: -15px;
  left: 15px;
  display: none;
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}

html,
body {
  background: #eee;
  font-family: "Dosis", sans-serif;
  color: #333;
  font-size: calc(18px + 0.25vw);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  padding: 4rem 0 0 0;
}

body.accueil {
  padding: 0;
}

body * {
  z-index: 1;
}

section {
  position: relative;
}

.wp-block-columns {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.widget-container img {
  border: 0;
}

a {
  color: #e30613;
}

strong {
  color: #666;
  font-weight: bold;
}

.cleaner {
  clear: both;
  float: none;
}

.aligncenter {
  display: block;
  margin: auto;
}

.entry-content {
  margin-top: 20px;
}

ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

li {
  position: relative;
  margin: 0;
  padding: 0;
}

.wp-block-column figure {
  margin: 0;
}

ul.wp-block-list,
.maincontainer ul {
  margin-left: 1rem;
  font-size: 1.2rem;
  list-style: none;
}
ul.wp-block-list li,
.maincontainer ul li {
  padding-left: 2.5rem;
  background: url("images/arrows/li.svg");
  background-repeat: no-repeat;
  background-position: left -5px;
  background-size: 50px;
}

.lang_ar ul.wp-block-list,
.lang_ar .maincontainer ul {
  margin-right: 1rem;
  list-style: none;
}
.lang_ar ul.wp-block-list li,
.lang_ar .maincontainer ul li {
  padding-right: 2.5rem;
  background: url("images/arrows/li_ar.svg");
  background-repeat: no-repeat;
  background-position: right -5px;
  background-size: 50px;
}

.longpage p {
  margin-left: 1rem;
}

ul.toc {
  margin: 1rem 0;
  position: fixed;
  top: 150px;
  right: 1rem;
  z-index: 9;
}
ul.toc li {
  background: none;
  padding: 0;
  line-height: 1.25;
  background: none !important;
}
ul.toc a {
  text-decoration: none;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin: 0 1px 2px 1px;
  background: #e30613;
  display: block;
  color: #fff;
}
ul.toc a.ttlh2 {
  text-transform: uppercase;
}
ul.toc a.ttlh3 {
  padding-left: 2rem;
}
ul.toc a.ttlh4 {
  padding-left: 4rem;
}

.lang_ar ul.toc {
  left: 1rem;
  right: auto;
}

.panel-body ul {
  padding: 0 0 0 1em;
}

.navbar ul {
  padding: 0;
}

.navbar-nav {
  display: flex;
}

.listebas li {
  font-size: 0.9em;
}

.entry-content li {
  list-style: none;
}

.entry-content li:before {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  font-size: 0.75em;
  margin-right: 10px;
  transform: rotate(-90deg);
}

.img {
  height: 200px;
}

.imgmarge {
  float: left;
  margin-left: -20vw;
  width: 18vw;
}

.blocfond {
  background: #e1e1e1;
  padding: 1rem;
}

.blocfond img {
  margin: 0;
}

@media screen and (max-width: 615px) {
  .navbar ul {
    border-top: 1px solid #333;
  }

  .imgmarge {
    float: none;
    margin-left: 0;
    width: 50vw;
  }
}
.wp-block-columns .wp-block-column.lemain {
  flex-basis: 75%;
}

.wp-block-columns .wp-block-column.lacolonne {
  flex-basis: 25%;
}

.lacolonne .widget-container {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
}

.widget_categories li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_meta li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

.art_number {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}

.widget_categories li a,
.widget_archive li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_meta li a {
  font-weight: lighter;
  display: block;
  padding: 5px 10px;
  border-radius: 0;
  background: #666;
  color: #333;
  text-decoration: none;
  line-height: 1.25;
  border-left: 5px solid #000;
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover {
  background: #000;
  color: #333;
  border-left: 5px solid #666;
}

body:not(.home) .maincontainer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .chapeau,
.temoignagep {
    padding: 1em;
  }

  ul.toc {
    margin: 1rem 0;
    position: fixed;
    top: 80px;
    left: 1rem;
    z-index: 9;
  }

  ul.toc li {
    display: inline-block;
  }
}
@media screen and (max-width: 615px) {
  .wp-block-lazyblock-chapeau,
.wp-block-lazyblock-temoignage {
    margin-left: 0;
  }
}
img .alignright {
  float: right;
  margin: 0 0 0 20px;
}

img .alignleft {
  float: left;
  margin: 0 20px 0 0;
}

img .aligncenter {
  display: block;
  margin: 20px auto;
}

hr {
  border-color: #b1050f;
}

@media screen and (max-width: 992px) {
  .lemain,
.lacolonne {
    border: 0;
  }

  .navbar-nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(14px + 0.5vw);
    padding-top: 0;
  }

  .chapeau img {
    display: none;
    background: none !important;
  }
}
body .wp-block-column {
  position: relative;
}
body .wp-block-columns {
  gap: 1.5rem;
}

.wp-block-columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns {
  align-items: normal !important;
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
  line-height: 1;
  color: #000;
  padding-bottom: 1rem;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  position: relative;
}

h1 {
  font-size: calc(3rem + 0.8vw);
  font-weight: 400;
  margin-bottom: 2rem;
  width: fit-content;
}
h1::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  background: #8bbdd6;
  left: 0;
  bottom: 0;
}

.lang_ar h1::after {
  left: auto;
  right: 0;
}

h2 {
  font-size: calc(2rem + 0.8vw);
  margin-top: 3rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}

h2.nomargin {
  margin-top: 0;
}

.wp-block-column h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: calc(1rem + 0.8vw);
  margin-top: 3rem;
}

h4 {
  font-size: calc(1rem + 0.8vw);
}

h5 {
  font-size: calc(1rem + 0.8vw);
}

h6 {
  font-size: calc(1rem + 0.8vw);
}

.home h1 {
  display: none;
}

h2 a,
h2 a:hover {
  color: #000;
}

blockquote {
  margin: 3rem 0 3rem 20%;
  padding: 1rem 2rem;
  border-top: 5px solid #8bbdd6;
  border-bottom: 5px solid #8bbdd6;
}
blockquote p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8bbdd6;
  text-align: right;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}

.wp-block-pullquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  padding: 0 2rem;
}

.chapeau {
  background: #98040d;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  border: 1px solid #98040d;
  margin-bottom: 2rem;
}
.chapeau p {
  margin: 0;
  line-height: 1;
}

.chapeautxt {
  font-size: 1.5em;
  color: #fa555e;
  line-height: 1.4;
  padding: 2rem;
}

.chapeauimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.chapeauimg_gauche {
  left: 0;
}

.chapeauimg_droite {
  right: 0;
}

p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.notes p {
  font-size: 16px;
}

mark {
  display: inline;
  background-color: transparent !important;
  background-size: 200% 50%;
  background-image: linear-gradient(to right, #ff0 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 100% 0;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

mark.active {
  animation-name: highlight;
}

@keyframes highlight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
#back-to-top {
  display: block;
  width: 100px;
  height: 100px;
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background-image: url("images/arrows/a_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  cursor: pointer;
  z-index: 9;
}

.bandeau {
  margin: 5rem 0 2rem 0;
  background: #fc868d;
  color: #333;
  line-height: 1.4;
}
.bandeau .grid {
  display: grid;
  align-items: start;
}
.bandeau .text {
  grid-area: texte;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bandeau .image {
  grid-area: image;
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: -3rem;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.bandeau img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bandeau.bandeau-left .grid {
  grid-template-areas: "image texte";
  grid-template-columns: 2fr 3fr;
}
.bandeau.bandeau-left .text {
  padding: 3rem 0 3rem 2rem;
}
.bandeau.bandeau-right .grid {
  grid-template-areas: "texte image";
  grid-template-columns: 3fr 2fr;
}
.bandeau.bandeau-right .text {
  padding: 3rem 2rem 3rem 0;
}

@media screen and (max-width: 767px) {
  .bandeau.bandeau-left .grid, .bandeau.bandeau-right .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "texte";
  }
  .bandeau .text {
    padding: 1rem 2rem 3rem 2rem;
  }
}
.w75 {
  width: 75%;
}

.languageselector {
  top: 0;
  right: 50px;
  height: 50px;
  width: 100%;
  text-align: right;
  z-index: 99999999;
}
.languageselector .fr,
.languageselector .en,
.languageselector .ar {
  display: inline-block;
  margin: 10px 0 0 30px;
  width: 45px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.languageselector .fr {
  background-image: url("images/fr_flag.svg");
}
.languageselector .en {
  background-image: url("images/en_flag.svg");
}
.languageselector .ar {
  background-image: url("images/ar_flag.svg");
}

.header_alert p {
  text-align: center;
  background: #e30613;
  height: 50px;
  margin-right: 55px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  text-transform: uppercase;
}

.center-position {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  /* transform: translate(-50%, -50%); */
  /* border-radius: 100%; */
}

.search-button {
  width: 50px;
  height: 50px;
  background-color: #e30613;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.search-button::before {
  content: "";
  position: absolute;
  top: 22.5%;
  right: 23.5%;
  width: 0;
  height: 3px;
  margin-top: -1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  transform-origin: right top;
}

.search-button::after {
  content: "";
  position: absolute;
  bottom: 22.5%;
  right: 23.5%;
  width: 30%;
  height: 3px;
  margin-top: -2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.search-icon {
  position: absolute;
  display: block;
  top: 20%;
  left: 20%;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}

.search-button.active::before,
.search-button.active::after {
  width: 75%;
}

.search-button.active .search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

.search-button::before,
.search-button::after,
.search-button .search-icon {
  transition: all 0.3s ease-in-out;
}

.search-button.active,
.search-button:hover {
  background-color: none;
}

.panneaux-slider {
  display: flex;
  min-width: 80vw;
  position: relative;
}
.panneaux-slider .panel-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  position: relative;
  height: 50vh;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.5;
  padding: 0 1rem;
  transition: all 500ms ease-in-out;
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, .1); */
  box-shadow: none;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
}
.panneaux-slider .panel-slider:hover {
  opacity: 1;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.panneaux-slider .panel-slider.active {
  padding: 8rem 2rem 0 2rem;
  cursor: default;
  flex: 5;
  opacity: 1;
  /* padding: 1rem; */
  background-position: center 30%;
  background-size: 25%;
  /* box-shadow: 0 0 0 rgba(0, 0, 0, .2); */
  box-shadow: none;
  z-index: 2;
}
.panneaux-slider .panel-slider h2 {
  position: absolute;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all 25 0ms;
  text-align: center;
  top: 0%;
}
.panneaux-slider .panel-slider.active h2 {
  transition-delay: 400ms;
}
.panneaux-slider .panel-slider p {
  position: relative;
  opacity: 0;
  line-height: 1.2;
  padding: 0.5rem 0;
  margin: 4rem 0 0 0;
}
.panneaux-slider .panel-slider.active p {
  opacity: 1;
  bottom: 0;
  transition: all 350ms;
  transition-delay: 500ms;
}
.panneaux-slider .panel-slider a {
  margin-top: 1rem;
  display: none;
}
.panneaux-slider .panel-slider.active a {
  display: block;
}

/*  Background images  */
@media screen and (min-width: 1100px) {
  .panel-slider h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .panneaux-slider .panel-slider.active {
    background-size: 20%;
  }

  .panneaux-slider {
    flex-direction: column;
  }
  .panneaux-slider .panel-slider {
    background-size: 20%;
    min-height: 20vh;
  }
}
.div-100 a,
p.plus a,
a.plus {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 2rem 1rem 1.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
}
.div-100 a::before,
p.plus a::before,
a.plus::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #e30613;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.div-100 a:hover, .div-100 a.active,
p.plus a:hover,
p.plus a.active,
a.plus:hover,
a.plus.active {
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.5rem;
}
.div-100 a:hover::before, .div-100 a.active::before,
p.plus a:hover::before,
p.plus a.active::before,
a.plus:hover::before,
a.plus.active::before {
  width: 2rem;
}

a.plus_btn {
  display: block;
  background: #e30613;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 2px;
  transition: all 0.5s;
}
a.plus_btn:hover {
  background: #4e0207;
  transition: all 3s;
}

.lang_ar a.plus::before,
.lang_ar p.plus a::before {
  right: 0;
}

.lang_ar a.plus:hover,
.lang_ar p.plus a:hover {
  padding: 1rem 2.5rem 1rem 1rem;
}

footer {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  color: #000;
  background-image: url("images/frilab_stamp.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 80%;
  position: relative;
  padding-top: 150px;
  margin-top: 8rem;
}
footer .footer2 {
  display: flex;
  flex-direction: row;
}
footer .collect {
  position: absolute;
  padding: 1rem 1rem 1rem 100px;
  top: -100px;
  right: 30px;
  background-color: #999;
  background-image: url("images/collect.svg");
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-radius: 3px;
  color: #fff;
  width: 40vw;
}
footer .collect p {
  padding: 0;
}
footer .collect .wpcf7-spinner {
  display: none;
}
footer .collect .form_collect {
  position: relative;
}
footer .collect .wpcf7-form-control-wrap {
  display: block;
}
footer .collect input {
  background: #fff;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  display: block;
  border: none;
}
footer .collect input[type=submit] {
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #e30613;
  background-image: url("images/collect_submit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin: 0;
  text-indent: -999rem;
}
footer .collect .wpcf7-not-valid-tip {
  width: 25vw;
  background: #000;
  color: #fff;
}
footer .collect .wpcf7-response-output {
  width: 25vw;
  margin: 0;
  padding: 0;
  display: none;
}
footer .wp-block-columns .footer1 {
  flex-basis: 50% !important;
}
footer .wp-block-columns .footer2 {
  flex-basis: 50% !important;
}
footer .col-coordonnees {
  flex-basis: 50% !important;
}
footer .col-coordonnees p {
  font-size: 1.5rem;
  line-height: 1;
}
footer .col-resosoc {
  flex-basis: 25% !important;
}
footer .col-resosoc img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
footer .col-resosoc figure {
  display: inline-block;
}
footer .col-menu {
  flex-basis: 50% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col-menu ul,
footer .col-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
footer .col-menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 2rem 1rem 1.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
footer .col-menu li a::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #e30613;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
footer .col-menu li a:hover, footer .col-menu li a.active {
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.5rem;
}
footer .col-menu li a:hover::before, footer .col-menu li a.active::before {
  width: 2rem;
}
footer .col-menu li a:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
footer h3 {
  color: #333;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
footer h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 35px;
  position: absolute;
  left: -80px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
footer .coord_suisse,
footer .coord_france {
  margin-left: 80px;
  margin-bottom: 2rem;
}
footer .coord_suisse h3::before {
  background-image: url("images/sw_flag.svg");
}
footer .coord_france h3::before {
  background-image: url(images/fr_flag.svg);
}
footer .ender {
  margin-top: 2rem;
  position: relative;
}
footer .ender::before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 25%;
  background: #ccc;
}
footer .ender .container {
  background: none;
}
footer .ender p {
  width: 50%;
  margin: auto;
  font-size: 1em;
  text-align: center;
  padding: 0.5rem 0;
}

body:not(.frilab-france) .coord_france {
  display: none;
}

body.frilab-france .coord_france {
  display: block;
}

body.frilab-france .coord_suisse {
  display: none;
}

@media screen and (max-width: 992px) {
  .lang_ar footer .collect,
footer .collect {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 120px;
    font-size: 1rem;
  }

  .lang_ar footer .collect,
footer .collect {
    left: 1rem;
    width: calc(100vw - 2rem);
  }
}
.lang_ar footer h3::before {
  right: -80px;
  left: auto;
}
.lang_ar footer .col-menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 1.5rem 1rem 2rem;
  transition: padding 0.5s;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lang_ar footer .col-menu li a::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #e30613;
  position: absolute;
  right: 0;
  top: 50%;
  transition: width 0.25s;
}
.lang_ar footer .col-menu li a:hover {
  padding: 1rem 2.5rem 1rem 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lang_ar footer .col-menu li a:hover::before {
  width: 2rem;
}
.lang_ar footer input[type=submit] {
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  background: #e30613;
  background-image: url("images/collect_submit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin: 0;
  text-indent: -999rem;
}
.lang_ar footer .collect {
  position: absolute;
  padding: 1rem 100px 1rem 1rem;
  top: -100px;
  right: 30px;
  background-color: #999;
  background-image: url(images/collect.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: right 10px;
  border-radius: 3px;
  color: #fff;
  width: 40vw;
}
.lang_ar footer .collect p {
  text-align: right;
}

.dagrid {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.col-grid {
  padding: 1rem;
}
.col-grid h2 {
  margin-top: 0;
}

.back-section {
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex_container {
  display: flex;
  padding: 2rem 0 !important;
  height: 100% !important;
}

.align_left {
  justify-content: flex-start;
}

.align_center {
  justify-content: center;
}

.align_right {
  justify-content: flex-end;
}

.align_top {
  align-items: flex-start;
}

.align_middle {
  align-items: center;
}

.align_bottom {
  align-items: flex-end;
}

.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2Navigationbar {
  text-align: center;
}
.nano_section .nGY2 .nGY2GThumbnailLabel {
  background-color: rgba(250, 85, 94, 0.8);
}
.nano_section .nGY2 .nGY2GThumbnailAlbumTitle,
.nano_section .nGY2 .nGY2GThumbnailDescription,
.nano_section .nGY2 .nGY2GThumbnailImageTitle {
  text-shadow: none;
}
.nano_section .nanogallery_gallerytheme_dark_ngy2p .nGY2NavFilterSelected {
  background: #b1050f;
}

.wpcf7 br {
  display: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 .wp-block-columns {
  margin-bottom: 0;
}

textarea,
input[type=text],
input[type=email],
input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  border: 1px solid #b1050f;
  margin-bottom: 5px;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.25);
  transition: ease all 0.5s;
  color: #333;
  margin-top: 5px;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  background: #e1e1e1;
}

input[type=submit] {
  background: #e30613;
  color: #fff;
  font-weight: lighter;
  transition: background 0.3s ease;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background: #b1050f;
  border: 0;
}

select {
  width: 100%;
  height: 55px;
  border: 1px solid #b1050f;
  margin-bottom: 5px;
  margin-top: 5px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: inherit;
  width: 30px;
  height: 30px;
}

span .wpcf7-list-item {
  box-sizing: border-box;
  float: left;
  width: 45%;
  padding-right: 20px;
  border-bottom: 1px solid #b1050f;
  margin-left: 0;
  margin-right: 5%;
}

span .wpcf7-list-item:nth-child(2n) {
  padding-right: 0;
}

#captcha {
  width: 100%;
  height: 43px;
}

label {
  display: block;
  line-height: 1.25;
  font-weight: normal;
}

#s {
  border-radius: 0;
}

#form_contact {
  background: none;
  padding-top: 15px;
  border-radius: 0;
  margin-bottom: 20px;
}

#form_contact img {
  border: none;
  margin: 10px 0 0 0;
}

#submit {
  height: 80px;
}

#submitimg {
  margin-top: -60px;
}

.wpcf7 h2 {
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}

.wpcf7 p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wpcf7-checkbox span {
  border: none;
  width: auto;
}

div .wpcf7 .ajax-loader {
  margin-top: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  background-image: url("images/ajax-loader.gif");
  border-radius: 0;
}

div .wpcf7-validation-errors {
  border: none;
  background: #ff4c4c;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  text-align: center;
  z-index: 999;
}

span .wpcf7-not-valid-tip {
  background: #ff4c4c;
  color: #333;
  transition: all 0.25s;
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center;
}

div .wpcf7-response-output {
  margin: 0;
}

div .wpcf7-mail-sent-ok {
  background: #6f6;
  border: none;
  color: #000;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}

.avertissement {
  border-top: 1px dotted #b1050f;
  border-bottom: 1px dotted #b1050f;
  background: #333;
  padding: 10px;
}

.avertissement p {
  margin: 0;
}

.avertissement b {
  color: #b1050f;
}

@media screen and (max-width: 767px) {
  span .wpcf7-list-item,
span .wpcf7-list-item:nth-child(2n) {
    width: 100%;
    padding-left: 0;
    float: left;
  }

  input[type=checkbox],
input[type=radio] {
    margin-left: 0px;
  }
}
.zoneform {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin: 0 0 1rem 0;
}

.jmi-gallery {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  gap: 1rem;
}
.jmi-gallery figcaption.full {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.jmi-gallery .clamp {
  overflow: hidden;
  height: auto;
}
.jmi-gallery img {
  transition: all 2s;
  transform-origin: center;
  margin: 0 auto;
  display: block;
  width: 15vw;
}
.jmi-gallery figure {
  position: relative;
  margin: 1rem;
}
.jmi-gallery figcaption p:first-child {
  margin: 0.5rem 0 0 0;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.jmi-gallery figcaption p:first-child::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  border-top: 1px solid #333;
}
.jmi-gallery figcaption p:last-child {
  font-size: 0.9rem;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.pagination {
  margin: 3px 0;
  padding: 3px 0;
  text-align: center;
}
.pagination .wp-paginate li {
  line-height: normal;
}
.pagination .pages {
  display: none !important;
}
.pagination a,
.pagination span.pages,
.pagination span.dots,
.pagination span.current {
  background: #e30613;
  box-shadow: none;
  border: none;
  color: #fff;
  display: inline-block;
  margin: 1px 5px 1px 0;
  padding: 0.25em;
  font-size: 1.25em !important;
  text-decoration: none !important;
  text-shadow: none;
  border-radius: 0;
  width: 2em;
  height: 2em;
  line-height: 1.5;
  border-radius: 3px;
}
.pagination a:hover,
.pagination a:focus {
  background: #98040d;
  color: #fc868d !important;
}
.pagination span.current {
  color: #fff;
  background: #666;
}

.meta-nav,
.nav-previous,
.nav-next {
  display: none;
}

.post {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single .post {
  border: 0;
}

.comment-respond {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #333;
}

.entry-meta {
  background: #e30613;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 0.8rem;
  position: absolute;
  white-space: nowrap;
  top: -0.5rem;
  right: 1rem;
}

.single .entry-meta {
  top: 0.5rem;
  right: auto;
}

.entry-meta a {
  color: #333;
}

.entry-summary a {
  margin-top: 15px;
}

.entry-utility {
  display: none;
}

.postsnew .div_img {
  height: 200px;
  background-size: cover;
  margin: -10px -20px 20px;
  background-position: center center;
}

.post .div_img-big {
  height: 25vh;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  border: 1px solid #e30613;
}

.div_img {
  width: 100%;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  aspect-ratio: 3/1;
}

.grid_posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  justify-items: center;
  margin: 2rem 0 1rem 0;
  padding: 0;
}
.grid_posts > div {
  background: #fff;
  width: 100%;
}
.grid_posts .resume {
  padding: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
}
.grid_posts h2.entry-title {
  margin: 0 0 0.5em 0;
}
.grid_posts .div_img {
  width: 100%;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  aspect-ratio: 1/1;
}

.button_fix {
  margin-bottom: 2rem;
  height: 100%;
  position: relative;
}
.button_fix p {
  height: 100%;
}
.button_fix a {
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 4.5rem;
  color: #e30613;
}

@media screen and (max-width: 991px) {
  .post .div_img-big {
    height: 25vh;
    background-size: cover;
    margin: -20px -20px 10px -20px;
    border: 0;
    border-bottom: 1px solid #e30613;
  }
}
.home-slider {
  height: calc(100vh - 90px);
  position: relative;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .home-slider {
    height: calc(100vh - 180px);
    position: relative;
  }
}
.swiper-container {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  margin: 0 0.5rem;
  border-radius: 0 !important;
  background: #e30613;
  opacity: 0.9;
}

.swiper-pagination-bullet:last-child {
  border-right: 0;
}

.swiper-pagination-bullet-active {
  background: #b1050f;
  opacity: 1;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 35% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide a {
  margin-top: 2rem;
}

body .swiper-button-next,
body .swiper-button-prev {
  color: #e30613;
}

.swiper-slide {
  height: auto;
  padding: 1rem 2rem;
  font-size: 1.25em;
  width: 40%;
}
.swiper-slide h3 {
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  font-size: 3rem;
  margin-bottom: 1.75rem;
}
.swiper-slide p {
  margin: 0;
}
.swiper-slide img {
  display: block;
  margin: auto;
}
.swiper-slide .slidetitle {
  font-size: 2em;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .swiper-slide img {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .swiper-slide {
    padding-top: 40px;
  }

  .swiper-slide .container {
    font-size: 0.9em;
  }

  .swiper-slide .container .plus {
    margin: 10px 0;
  }
}
.horizontal-slider .swiper-button-next,
.horizontal-slider .swiper-button-prev {
  color: #e30613;
  margin: 0 2rem;
}
.horizontal-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  position: relative;
}
.horizontal-slider .swiper-slide img {
  height: auto;
  width: 200px;
  margin: 0 30px 0 0;
}
.horizontal-slider .swiper-slide .inner-text {
  position: absolute;
  padding: 1rem;
  background-color: #fa555e;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-group {
  margin-bottom: 2rem;
}

.accordion {
  padding: 0;
  margin: 0;
  background: #ddd;
  border-radius: 6px;
  margin: 0 !important;
  padding: 0 1rem;
}
.accordion li {
  margin-bottom: 2px;
  position: relative;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.accordion li div {
  display: none;
}
.accordion a {
  width: 100%;
  display: block;
  display: block;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #e30613;
  padding: 1rem 2rem 1rem 1.5rem;
  transition: padding 0.5s;
  white-space: nowrap;
}
.accordion a::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #e30613;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width 0.25s;
}
.accordion a:hover, .accordion a.active {
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.5rem;
}
.accordion a:hover::before, .accordion a.active::before {
  width: 2rem;
}
.accordion a.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.accordion .inner_text {
  color: #000;
  padding: 0 2rem 2rem 2rem;
}

body .counters {
  gap: 2px;
}

.counter {
  padding: 1rem 1rem 4rem 1rem;
  background-color: #8bbdd6;
}
.counter::before {
  content: "";
  display: block;
  height: 5px;
  width: calc(100% - 2rem);
  background: #fff;
  position: absolute;
  top: 1rem;
}
.counter::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  display: block;
  height: 5px;
  width: calc(100% - 2rem);
  background: #fff;
}
.counter .picto {
  width: 200px;
  height: 200px;
  margin: 0 auto 1rem auto;
  background-position: center;
  background-size: cover;
}
.counter a.plus {
  margin-top: 1rem;
  right: 0;
  font-size: 1.25rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.countervaleur {
  text-align: center;
  display: block;
  font-size: calc(1rem + 6vw);
  padding-top: 1.5rem;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 0 #666;
  position: relative;
}
.countervaleur .signe {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 25%;
}

.countertexte {
  line-height: 1;
  padding: 1rem 0;
  display: block;
  font-size: 1.5rem;
  border-top: 1px solid #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .counter::before {
    display: none;
  }
  .counter::after {
    display: none;
  }
}
.pwindow {
  position: relative;
  height: 100%;
}
.pwindow p {
  padding: 1rem 2rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(152, 4, 13, 0.9);
  font-size: 2rem;
  position: absolute;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.pwindow .container {
  height: 100%;
}
.pwindow h1,
.pwindow h2 {
  position: absolute;
  font-size: 5vw;
  color: #eee;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  bottom: 1rem;
  left: 30px;
  line-height: 1;
  background: #fa555e;
  padding: 1rem 2rem;
}
.pwindow.fiximg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pwindow .text {
  height: 100%;
}
.pwindow.justback {
  background: #fa555e;
}
.pwindow.justback h2,
.pwindow.justback h1 {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.spacetop {
  height: 1rem;
}

.spacebottom {
  height: 2rem;
}

.main-box-prime {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.main-box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  background-color: #666;
}

.main-box * {
  box-sizing: border-box;
}

.box {
  background-color: #e30613;
  height: 100%;
  padding: 15px;
  border-right: 1px solid white;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  width: 10vw !important;
  /* box-shadow: 0 0 10px #333; */
}

.box-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  opacity: 0;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.5s;
  transform: translateY(100%);
}

.box.active {
  width: 100% !important;
  cursor: auto;
}

.box.active .box-detail {
  opacity: 1;
  transform: none;
  transition-delay: 1s;
}

.box.active .deco {
  transition-delay: 1s;
  opacity: 0;
}

.box .deco {
  height: 40%;
  background: #fff;
  width: 1px;
  color: #eee;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: -20px;
  transition: all 0.5s;
  z-index: 5;
}

.box:hover .deco {
  top: 0;
}

.box:hover .th2 {
  top: 30px;
}

.box::before {
  content: "";
  background: #b1050f;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s;
  position: absolute;
  top: 0;
  left: 0;
}

.box:hover::before {
  opacity: 1;
}

.box .th2 {
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 4px;
  transform: rotate(90deg);
  transform-origin: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 0.5s;
  font-weight: 400;
  /* background: #666; */
}

.box.active .th2 {
  font-weight: 100;
  transition-delay: 0.25s;
  font-size: 5rem;
  transform: rotate(0deg);
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .box-detail .square {
    display: none;
  }
}
.home #back {
  padding-top: 0;
}

.maincontainer .dainner {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-bottom: 20px;
}

h1 .author,
h1 .page-title,
.archive-meta {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.blog .dainner,
.archive .dainner,
.single .dainner {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .maincontainer .dainner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}
.w20,
.w25,
.w33,
.w50,
.w66,
.w75 {
  display: block;
  max-height: 100%;
}

.w20 {
  width: 25%;
  flex-basis: 20% !important;
}

.w25 {
  width: 25%;
  flex-basis: 25% !important;
}

.w33 {
  width: 33.333%;
  flex-basis: 33.333% !important;
}

.w50 {
  width: 50%;
  flex-basis: 50% !important;
}

.w66 {
  width: 66.666%;
  flex-basis: 66.666% !important;
}

.w75 {
  width: 75%;
  flex-basis: 75% !important;
}

.vpad05 {
  padding: 0.5rem 0;
}

.vpad1 {
  padding: 1rem 0;
}

.vpad2 {
  padding: 2rem 0;
}

.match {
  display: flex;
  justify-content: center;
  align-items: center;
}

.square,
.rectangle {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.square .img,
.square div,
.rectangle .img,
.rectangle div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rectangle:before {
  content: "";
  display: block;
  padding-top: 140%;
}

.spacer {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
}

.spacer-back-top {
  background-position: center top;
}

.spacer-back-center {
  background-position: center center;
  align-items: center;
}

.spacer-back-bottom {
  background-position: center bottom;
}

.spacer .deco {
  width: 100px;
  height: 100px;
  z-index: 9;
  background-size: cover;
}

.spacer-deco-top {
  align-items: start;
}
.spacer-deco-top .deco {
  margin-top: -50px;
}

.spacer-deco-center {
  align-items: center;
}

.spacer-deco-bottom {
  align-items: end;
}
.spacer-deco-bottom .deco {
  margin-bottom: -50px;
}

.enmarge_container .blocimgmarge_right,
.enmarge_container .blocimgmarge_left {
  position: initial;
  margin: 10vh 0 0 0;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.enmarge_container .blocimgmarge_right .container,
.enmarge_container .blocimgmarge_left .container {
  border-top: 10px solid #e30613;
  margin-top: -10px;
  padding: 0;
}
.enmarge_container .enmarge {
  width: calc(50vw - 10px);
  z-index: 1;
  height: 50vh;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 10px solid #e30613;
}
.enmarge_container .blocimgmarge_right .enmarge {
  right: 0;
}
.enmarge_container .blocimgmarge_left .enmarge {
  left: 0;
}
.enmarge_container .wp-block-columns {
  position: relative;
  z-index: 2;
}
.enmarge_container .txt {
  position: relative;
  padding: 2rem 0;
  min-height: 60vh;
}
.enmarge_container .txt > *:last-child {
  padding-bottom: 1.5rem;
  border-bottom: 10px solid #e30613;
}
.enmarge_container .blocimgmarge_left .txt img {
  display: block;
  width: 75% !important;
  margin: auto;
  transform: none;
  border: none;
  top: 0;
  margin-bottom: 1rem;
}
.enmarge_container .blocimgmarge_left .txt {
  text-align: right;
}
.enmarge_container .blocimgmarge_right .txt p,
.enmarge_container .blocimgmarge_left .txt p {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.enmarge_container img {
  border: 10px solid #eee;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.enmarge_container img.portrait {
  width: 75% !important;
}
.enmarge_container img.paysage {
  width: 100% !important;
}
.enmarge_container .rellax {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.enmarge_container .decoration {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

table.has-fixed-layout {
  text-align: center;
}
table.has-fixed-layout td,
table.has-fixed-layout th {
  padding: 0.5rem;
}
table.has-fixed-layout th {
  text-transform: uppercase;
}
table.has-fixed-layout tbody tr:nth-child(even) {
  background: #e1e1e1;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout tbody tr:nth-child(odd) {
  background: #eee;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout thead tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #fa555e;
  color: #d5d5d5;
}
table.has-fixed-layout tfoot tr {
  border-bottom: 1px solid #333;
  background: #fa555e;
  color: #d5d5d5;
}

figcaption {
  font-style: italic;
}

.nocomments {
  display: block;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0;
}

.notop {
  margin-top: 20px;
  padding-top: 0;
}

.noinner .div_inner {
  background: none;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  .decoration * {
    background: none !important;
  }

  .decoration {
    display: none;
  }
}
/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
  transition-property: transform;
  /* transition-delay: 0.5s; */
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

.div-100 {
  position: relative;
  overflow: hidden;
}
.div-100 .wp-block-column .innerimg {
  background-repeat: no-repeat;
  background-position: center;
}
.div-100 .container {
  padding: 0;
}
.div-100 .wp-block-columns {
  align-items: center !important;
  margin: 0;
  min-height: 75vh;
}
.div-100 .wp-block-column {
  padding: 0;
  overflow: hidden;
}

.lang_ar .div-100 .wp-block-columns {
  flex-direction: row-reverse;
}

.slide-left div {
  margin: 3rem 2rem 3rem 0;
}

.slide-right div {
  margin: 3rem 0 3rem 2rem;
}

.div-50l,
.div-50r {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.div-50l {
  left: 0;
}

.div-50r {
  left: 50%;
}

.backimg {
  padding: 2rem;
}

.div-50lmask {
  background-color: #eee;
  width: 50%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
}

.div-50rmask {
  background-color: #eee;
  width: 50%;
  height: 101%;
  position: absolute;
  left: 50%;
  top: 0;
}

.madate {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .decoimg {
    width: 100%;
    left: 0;
  }

  .notdeco {
    display: none;
  }

  .slide-left div,
.slide-right div {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    margin: 3rem 2rem;
  }
}
* {
  box-sizing: border-box;
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

.close_modal {
  position: fixed;
  top: 10px;
  right: -50px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  transition: all 0.5s;
  cursor: pointer;
  background-image: url(images/closebox.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.modal_in {
  right: 15px;
}

.modal-container {
  position: fixed;
  display: block;
  overflow: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}

.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-background {
  display: table-cell;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: middle;
  width: 100vw;
  height: 100vh;
}

.modal-background .modal {
  background: #eee;
  margin: 0 0 0 25%;
  width: 75%;
  padding: 50px;
  display: block;
  font-weight: 300;
  /* position: relative; */
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .modal-background .modal {
    width: 100%;
    margin: 0;
  }
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.damenu {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  backdrop-filter: blur(10px);
  z-index: 9999;
  top: 0;
}
.damenu a {
  transition: none;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
.damenu .headlogo {
  display: block;
  height: 60px;
  width: 170px;
  background-image: url("images/frilab_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: -999rem;
  float: left;
}
.damenu .container {
  padding: 0;
}

.navbar-nav > li > a {
  color: #e30613;
  height: 90px;
  display: block;
}

@media screen and (max-width: 992px) {
  .languageselector .container {
    padding-right: 5rem;
  }

  .navbar-nav > li > a {
    padding: 1rem;
    width: 100%;
    height: auto;
  }
}
.pushmenu {
  display: block;
  height: 0;
}

.items-menu {
  float: right;
  margin-right: 50px;
}

.fbook {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 0;
  background: #fa555e;
}
.fbook img {
  padding: 10px;
}

.navbar-header {
  max-width: 100%;
}

.headlogo a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pushmenu {
    height: 120px;
  }

  .damenu .headlogo {
    display: block;
    position: fixed;
    width: 168px;
    height: 50px;
    top: 0;
  }

  .languageselector .container {
    padding-right: 4rem;
  }

  .items-menu {
    float: none;
    margin: 0 -20px;
  }

  .navbar-nav > li > a {
    height: auto;
    width: 100%;
    padding: 1rem;
  }

  .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }
}
.thisover {
  background-color: #f00 !important;
  top: 200%;
}

.wrapper-search input[type=text] {
  background: #fff;
  font-size: 2rem;
  margin: 0;
  border: 1px solid #e30613;
}
.wrapper-search input[type=submit] {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}
.wrapper-search .overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(238, 238, 238, 0.95);
  backdrop-filter: blur(10px);
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
}
.wrapper-search .overlay li {
  list-style: none;
}
.wrapper-search .overlay a {
  padding: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.wrapper-search .overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*
  30px top margin to avoid conflict with the close button on smaller screens 
  */
}
.wrapper-search .modal-search {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
  outline: none;
  width: 60px;
  height: 60px;
}
.wrapper-search .modal-search .modal-search-inner {
  background: #fff;
}
.wrapper-search .modal-search .modal-search-inner:before, .wrapper-search .modal-search .modal-search-inner:after {
  background: #fff;
}
.wrapper-search .modal-search:hover {
  opacity: 1;
}
.wrapper-search.is-active .modal-search .modal-search-inner {
  background: #fff;
}
.wrapper-search.is-active .modal-search .modal-search-inner:before, .wrapper-search.is-active .modal-search .modal-search-inner:after {
  background: #fff;
}
.wrapper-search.is-active .overlay {
  height: 100vh;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}
.menu__hamburger .wrapper-menu .overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.63, 0.14, 0.82);
}
.menu__hamburger .wrapper-menu .overlay li {
  list-style: none;
}
.menu__hamburger .wrapper-menu .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}
.menu__hamburger .wrapper-menu .overlay a:after {
  display: block;
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.menu__hamburger .wrapper-menu .overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  30px top margin to avoid conflict with the close button on smaller screens 
  */
}
.menu__hamburger .wrapper-menu .hamburger {
  position: fixed;
  border-radius: 100%;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 99999;
  outline: none;
}
.menu__hamburger .wrapper-menu .hamburger .hamburger-inner {
  background: #fff;
}
.menu__hamburger .wrapper-menu .hamburger .hamburger-inner:before, .menu__hamburger .wrapper-menu .hamburger .hamburger-inner:after {
  background: #fff;
}
.menu__hamburger .wrapper-menu .hamburger:hover {
  opacity: 1;
}
.menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner {
  background: #fff;
}
.menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner:before, .menu__hamburger .wrapper-menu.is-active .hamburger .hamburger-inner:after {
  background: #fff;
}
.menu__hamburger .wrapper-menu.is-active .overlay {
  height: 100%;
}
.menu__hamburger .wrapper-menu.is-active a {
  color: #fff;
}
@media screen and (max-height: 450px) {
  .menu__hamburger .overlay a {
    font-size: 20px;
  }
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.solo .product {
  margin-bottom: 2rem;
}
.solo .description_prod p {
  border-bottom: 1px solid #8bbdd6;
  line-height: 1.2;
  margin: 0;
  padding: 2rem 0 1rem 0;
  position: relative;
}
.solo .description_prod p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #8bbdd6;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
.solo .description_prod p:first-child {
  border-top: 1px solid #8bbdd6;
}
.solo .description_prod a.plus {
  padding-top: 0;
  padding-bottom: 0;
}
.solo h1 {
  background: #8bbdd6;
  color: #eee;
  padding: 1rem;
  border-radius: 3px;
  font-size: 2.5rem;
  margin: 0 0 2rem 0;
  width: auto;
  line-height: 0.75;
}
.solo .smallprod {
  font-style: italic;
  font-size: 1.5rem;
}
.solo h1:after {
  content: none;
}

.produit_nom,
.produit_description,
.produit_certification,
.produit_gamme,
.produit_domaine,
.produit_video,
.produit_notice {
  font-size: 1.25rem;
  border-bottom: 1px solid #8bbdd6;
  margin: 0;
  padding: 1rem;
}

.produit_nom {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  background: #8bbdd6;
  color: #eee;
  border-radius: 3px;
  border-bottom: none;
}

.produit_video {
  padding: 0 1rem;
}

.produit_notice {
  padding: 0 1rem;
}

body .wp-block-columns.col_btn {
  gap: 1px;
}

ul.prodcol {
  list-style: none;
  padding: 0;
  column-gap: 2px;
  font-size: 1.5rem;
  margin: 0 !important;
}
ul.prodcol li {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.prodcol a {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1px 0;
  border-radius: 3px;
}
ul.prodcol .smallprod {
  font-size: 1.25rem;
}

.allprods {
  margin-top: 2rem;
  color: #e30613;
}
.allprods .dropdown {
  z-index: 99;
  display: inline-block;
}
.allprods .dropdown-menu {
  border-radius: 3px;
  border: 1px solid #e30613;
  margin-top: calc(-1rem - 1px);
  background: #eee;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.allprods .dropdown button {
  background: none;
  border: 1px solid #e30613;
  border-radius: 3px;
  color: #e30613;
  font-weight: bold;
  margin: 0 1rem 1rem 0;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-image: url(images/filter.svg);
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  background-size: auto 50%;
}
.allprods .dropdown a {
  color: #e30613;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  color: #e30613;
}
.allprods .prodcol li {
  transition: all 1s;
  opacity: 0;
}
.allprods .prodcol li a {
  line-height: 1;
}
.allprods .prodcol li.upup {
  opacity: 1;
  transition: all 1s;
}
.allprods .infos {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.allprods .laboratoire {
  display: inline-block;
  margin: 0 1rem;
  font-weight: bold;
  background: #fff;
  color: #e30613;
  padding: 3px 5px;
  border-radius: 3px;
  width: fit-content;
}
.allprods .laboratoire,
.allprods .domaine,
.allprods .gamme {
  margin: 0 1rem 0 0;
  display: inline-block;
}
.allprods .prodcol .plus_btn {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  ul.prodcol {
    columns: 1;
  }
}
.container {
  margin: 0 auto;
  padding: 0 1rem;
}

.container.nopad {
  padding: 0;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: calc(940px - 2rem);
  }
}
@media (min-width: 1201px) {
  .container {
    width: calc(1200px - 2rem);
  }
}

/*# sourceMappingURL=style.css.map */