@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --lighttop: linear-gradient(90deg,#CFCAD9 20%, rgba(234, 237, 236, 1) 50%, #CFCAD9 80%);
  --darktop: linear-gradient(90deg, rgba(35,27,36,1) 0%, rgba(55,8,108,1) 50%, rgba(35,27,36,1) 100%);
  --bg4k_light: linear-gradient(90deg, rgba(203, 203, 203, 0.9) 0%, rgba(203, 203, 203, 0.9) 100%), url(../img/bg4k2.png) no-repeat center fixed;
  --bg4k_dark: linear-gradient(90deg, rgba(35, 27, 36, 0.9) 0%, rgba(35, 27, 36, 0.9) 100%), url(../img/bg4k.png) no-repeat center fixed;
  --primary: #4f4e4d;
  --dark: #5a5a5a;
  --white: #b8b4b4;
  --header-height: 60px;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
  color: rgb(89, 89, 89);
  background: rgb(156, 156, 156);
}

::selection {
  color: rgb(89, 89, 89);
  background: rgb(156, 156, 156);
}

img,
video {
  width: 100%;
  max-width: 100%;
  height: auto; /*chrome et edge fix size image*/
  min-width: 0;/*chrome et edge fix size image*/
}

html {
  margin: auto;
  overflow-y: scroll;
  background: var(--bg4k_light);
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

html, body{
  height: auto;
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2160px;
  margin: 0 auto;
  font-size: clamp(14px, 0.8vw, 1rem);
  color: var(--textcolor);
  background-color:var(--backgroundcolor);
}

hr{
  width:100%;
  max-width: 2160px;
  opacity: 1 !important;
}

.wave {
  width: 100%;
  border-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2015'%20width='12'%20height='15'%3E%3Cpath%20fill='none'%20stroke='rgba(225%2C225%2C230%2C1)'%20stroke-width='3'%20d='M0%2C13.5c3%2C0%2C3-12%2C6-12s3%2C12%2C6%2C12'/%3E%3C/svg%3E") 0 0 100% repeat;
  border-width: 0 0 9px 0;
  border-style: solid;
  position: relative;
  margin:0;
}

.main-header,
.main-footer {
    min-height: var(--header-height);
    background: var(--lighttop);
    color: var(--white);
    max-width: 2160px;
}

.main-footer {
  z-index: 2;
  position: sticky;
  border-color: #ebebeb;
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

footer p{
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(0.8em,0.7vw, 28px);
  margin:10px 0 10px 0; 
  letter-spacing: 2px;
  text-decoration: none;
  padding: 2%;
}

.footer-size {
  font-size: clamp(0.3em,0.7vw, 28px);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
}

.footer-net{
  font-size: 27px;
}

.main-header__fix{
  position: sticky;
  top: 0;
  z-index: 10;
  padding:0;
}

.box{
  border: solid #806aa0 2px;
  padding: 16px;
  border-radius: 10px;
}

/*ANCHOR main*/

main {
  min-height: calc(100vh - 2 * var(--header-height));
  z-index: 1;
  margin: auto;
}

h1 {
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(1.1em,3vw,30px);
    margin:5%;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-decoration: none;
    background-image: repeating-radial-gradient(circle closest-corner at 10px 10px, #806aa0 50%, #3d2164 50%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 1px 1px 0px rgba(179, 147, 211, 0.40);
  }

h2 {
    font-family: 'Poppins',Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: clamp(1.3em,2.9vw,40px);
    margin:1vw;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.26);
  }

h3 {
    font-family: 'Poppins',Helvetica, Arial, Lucida, sans-serif;
     font-weight: 400;
    font-style: normal;
    font-size: clamp(20px,2vw,3.5rem);
    margin:0 0 0 2%;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    padding: 5% 0 0 0;
  }

h4 {
    color:var(--textcolor);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(10px,1.7vw,1.5rem);
    margin:0 0 0 2%;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
  }

h5 {
    color:var(--textcolor);
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(10px,1.7vw,1.5rem);
    margin:0 0 0 2%;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
  }

p {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: clamp(14px,1.2vw,28px);
  line-height: clamp(27px,3vw,4em);
  padding-right: 15% ;
  padding-left: 15%;
  padding-bottom: 6%;
  padding-top: 6%;  
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.blockquote {
  padding: 0px 80px 0px;
  position: relative;
  margin:5% 5% 8%;
}

.blockquote p {
  font-size: clamp(14px,1.3vw,28px);
  text-align: center;
  font-style: oblique;
}

.blockquote:before {
  position: absolute;
  content: "";
  background: url("../img/sectiontop1dark.png") no-repeat;
  top: 0%;
  left:9%;
  width:29%;
  height:170px;
  background-size:clamp(80px, 18vw, 260px);
}

.blockquote::after {
    position: absolute;
    content: "";
    background: url(../img/sectionbottom2light.png) no-repeat;
    top: 72%;
    left: 73%;
    width: 29%;
    height: 115px;
    background-size:clamp(80px, 18vw, 260px);
}

pre{
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.8em,0.7vw,1rem);
  margin:10px 0 10px 0; 
  letter-spacing: 10px;
  text-decoration: none;
  padding: 2%;
}

.blockquote2{
  padding: 0px 4vw 0px;
  position: relative;
  margin:4%;
}

.blockquote2 p {
  font-size: clamp(14px,1.1vw,28px);
  text-align: left;
  font-style: oblique;
}

.blockquote2::before {
  position: absolute;
  content: "";
  background: url(../img/sectiontop2light.png) no-repeat;
  top: 0%;
  left: 8%;
  width: 29%;
  height: 100px;
  background-size: clamp(80px, 18vw, 260px);
}

.fixedbg{
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

.reveal {
    opacity: 0;
    overflow: hidden;
}
  
  .reveal-visible {
    opacity: 1;
    transition: opacity 2s;
}
  
  .revealltr {
    overflow: hidden;
    width: fit-content;
    
}
  
  .revealrtl {
    overflow: hidden;
    width:fit-content;
}

.reveal-right {
    animation: fade-in-right 1500ms;
    animation-iteration-count: 1;
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-250px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.reveal-left {
    animation: fade-in-left 1500ms;
    animation-iteration-count: 1;
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateX(250px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

button.btn:nth-child(2) {
  --bs-btn-padding-x: 0px;
  font-size: 12px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
}

.btn-primary {
    background-color: #502c76;
  --bs-btn-hover-bg: #806aa0;
  --bs-btn-active-bg: #806aa0;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-border-color: transparent;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: clamp(10px, 1.5vw, 2.5rem);
}

.form1{
  width:85%;
  max-width: 600px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-box {
  background-image: url(../img/sectionbglight.png);
  background-repeat: no-repeat;
  position : relative;
}

.section-size1{
  background-size:contain;
  background-position: 39px center;
  padding:90px;
}

.section-size2{
  background-size: 111% 94%;
  background-position: 36px 0px;
}

.section-size3{
  background-size: 100% 77%;
  background-position: 4vw center;
}

.tampon {
  width: 100px;
  padding: 2px;
  margin-top: 6%;
}

.stamp{
  color: var(--textcolor);
}

.clear-divbtn{
  padding-bottom:30px;
}

.dot{
  background-color: #dedede;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 0px 17px -3px black;
}

.morestyle{
  border: 1px solid white;
  border-radius: 10px;
  position: absolute;
  max-width: 26vw;
  background-color: blueviolet;
  z-index: 1;
  width: 20%;
}

/*ANCHOR TYPO*/

.txt-ac {
  text-align: center;
}

.txt-l{
  text-align: left;
}

.txt-r{
  text-align: right !important;
}

/*ANCHOR FLEX CONTAINER*/

.d-flex {
    display: flex;
}

.hidden {
    display: none;
}

.f-wrap {
    flex-wrap: wrap;
}

.f-wraprr {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
}

.f-nowrap {
    flex-flow: nowrap;
}

.g-1 {
    gap: 1rem;
}

.g-2 {
    gap: 5rem;
}

.g-3 {
    gap: 3rem;
}

.jc-sa {
    justify-content: space-around;
}

.jc-sb {
    justify-content: space-between;
}

.jc-c {
    justify-content: center;
}

.ai-c {
    align-items: center;
}

.ai-b {
    align-items: baseline;
}

.ac-c {
    align-content: center;
}

.as-c{
    align-self: center;
}

.ac-e {
    align-content: end;
}
.reverse {
    flex-direction: row-reverse;
}

.f-dir-row {
    flex-direction: row;
}

.f-dir-col {
    flex-direction: column;
}

.f-1 {
    flex: 0 1 540px;
}

.f-2 {
    flex: 0 1 1300px;
}

.f-3 {
  flex: 1 1 110px;
}

.f-4 {  
    flex: 0 0 50%; 
}

.f-5{
    flex: 1 1 75px;
}

.f-6{
  flex: 1 1 380px;
}

.f-7{
    flex: 1 1 227px;
}

.f-m {
    flex: 1 1 290px;
}

.f-cell{
  flex: 0 2 auto;
}

.height__section {
    width:100%
}

.m-auto{
    margin: auto;
}

.m1{
    margin:10% 20%;
}

.m-2{
    margin: 1rem;
}

.m3{
    margin:2% 0;
    padding:0 10%;
    font-weight: 300;
    font-size:clamp(0.5em, 0.8em, 25px);
}

.m4{
    margin:0 auto 0 auto;
}

.m5{
    margin:5%;
}

.m6{
  margin-bottom: 15%;
}

.m7{
  margin:-3% 0 0;
  font-style: oblique;
  font-weight: 300;
  font-size:clamp(0.8em, 0.9vw, 15px);
}

.mw1{
  min-width: 75px;
}

.wauto{
  width: auto !important;
}

.p-0 {
    padding: 0;
}

.p10{
    padding: 30px;
}

.p5 {
    padding: 5%;
}

.p6 {
    padding-top: 6%;
    padding-bottom: 6%;
}

.p30 {
    padding: 0.5rem;
}

.p100 {
    padding: 100px;
}

.p3 {
    padding: 3% 10% 3% 10%;

}

.mw-logo{
    max-width: 200px;
}

.mw-logo2{
    max-width: 80px;
    width:15%;
}

.mw-logo3{
    max-width: 20%;
}

.max75{
    max-width: 75%;
}

.m100{
    max-width: 100%;
}

.size-map{
  width: 100%;
  height: 31rem;
}

.map-container{
  max-width: 468px;
  width:96vw;
  margin:10% 2% 10% 2%;
}

.anchor{
  padding-top: 136px;
  margin-top: -136px;
}

.shadowbox{
  box-shadow: 0px 0px 56px 1px var(--shadow);
}

.rad{
  border-radius: 10px;
}

.w15{
  min-width: clamp(50px,10vw,130px);
}

/*ANCHOR Animation "3"*/

.pen {
  fill:none;
  stroke:#203040;
  stroke-width:20;
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: 1000;
  animation-delay: .7s;
  animation-duration: 0.7s;
  animation-name: draw;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.8, 0.2, 1, 1);
  animation-fill-mode: forwards;
}

.pen2 {
  fill:none;
  stroke:#203040;
  stroke-width:40;
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: 1000;
  animation-delay: 1.2s;
  animation-duration: 0.7s;
  animation-name: draw;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.9, 0.1, 1, 1);
  animation-fill-mode: forwards;
}

.pen3 {
  fill:none;
  stroke:#203040;
  stroke-width:40;
  stroke-dasharray: 1000 1000;
  stroke-dashoffset: 1000;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-name: draw;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(1, 0.1, 0.1, 1);
  animation-fill-mode: forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
   
}

/*ANCHOR Animation "!"*/
#needle {
  fill: #203040;
  stroke: transparent;
  stroke-width: 1;
}

.needlemove {
  animation-duration: 0.5s;
  animation-name: moveDown;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.8, 0.2, 1, 1);
}

@keyframes moveDown {
    from {
      transform: translateY(-300px);
    }
    to {
      transform: translateY(0px);
    }
  }
  
  /*ANCHOR Animation de groupe*/
  
#lettres path {
  stroke-width: 1;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  stroke-linecap:round;
  stroke:#203040;
  fill:transparent;
  animation:animLettres2 3s .5s linear forwards;
}

#ciseaux path {
  stroke-width: 1;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  stroke-linecap:round;
  stroke:#203040;
  fill:transparent;
  animation:animLettres2 2s 1.5s linear forwards;
}

#ciseaux #ciseaux1 {
  stroke-width: 0.8;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  stroke-linecap:round;
  animation:animCiseaux1 2.5s 1s linear forwards;
}

#ciseaux #ciseaux2 {
  stroke-width: 0.8;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  stroke-linecap:round;
  animation:animCiseaux2 2.6s 1.5s linear forwards;
}

#ciseaux #ciseaux3 {
  stroke-width: 0.8;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  stroke-linecap:round;
  animation:animCiseaux3 2.7s 2s linear forwards;
}

@keyframes animLettres {
      to {
        stroke-dashoffset:0;
        fill:#203040;
      }
  }
@keyframes animLettres2 {
    50%{
        stroke-dashoffset:0;
        fill:transparent;
      }
      100% {
        stroke-dashoffset:0;
        fill:#203040;
      }
  }
@keyframes animCiseaux1 {
  60% {
        stroke-width: 0.7;
        stroke-dashoffset:0;
        fill:transparent;
      }
  100% {
        stroke-width: 0;
        stroke-dashoffset:0;
        fill:#4364e5;
      }
  }
@keyframes animCiseaux2 {
  60% {
        stroke-dashoffset:0;
        fill:transparent;
  }
  100% {
        stroke-dashoffset:0;
        fill:white;
  }
}
@keyframes animCiseaux3 {
  60% {
        stroke-width: 0.7;
        stroke-dashoffset:0;
        fill:transparent;
  }
  100% {
        stroke-width: 0;
        stroke-dashoffset:0;
        fill:#de3500;
      }
  }

.container {
    width:20%;
}
  
.centered-element{
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    height:70px;
    padding: 5px;    
}
  
a:link {
    text-decoration: none;
  }

#page-footer a:link {
    color: var(--textcolor2);
  }

#page-footer a:hover {
    color: var(--light);
  }

#page-footer i {
    text-decoration: none;
    color: var(--textcolor2);
  }

#page-footer i:hover {
    color: var(--light);
    transition: color 500ms;
  }

#page-footer a:visited {
    color: var(--textcolor2);
  }

#page-footer a:visited:hover {
    color: var(--light);
  }

#page-footer i:visited {
    color: var(--textcolor2);
  }

.ico-size{
    line-height: clamp(1em,1.5em,1.6em)!important;
    font-size: clamp(2rem, -0.875rem + 8.333vw, 4rem)!important;
}
.ico-size2{
  line-height: clamp(34px,1.8rem,1.6rem)!important;
  font-size: clamp(1rem, -0.875rem + 6.333vw, 1.5rem)!important;
}


  /* ANCHOR Animation du texte */

  .split-text-container {
    display: flex;
    font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 5px;
  overflow: hidden;
  justify-content: center;
}

.text-part {
  display: inline-block;
  position: relative;
  transform: translateX(0);
  animation-delay: 2s;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

 .text-part.left {
  transform: translateX(-200%);
  animation-name: slide-in-left;
}

.text-part.right {
  transform: translateX(200%);
  animation-name: slide-in-right;
}

@keyframes slide-in-left {
  0% {
      opacity: 0.1;
      transform: translateX(-200%);
    }
    60% {
      opacity: 0.2;
  }
  80% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slide-in-right {
    0% {
      opacity: 0.1;
      transform: translateX(200%);
  }
  60% {
      opacity: 0.2;
    }
    80% {
      opacity: 0.5;
    }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
/*ANCHOR animation icones réseaux*/

.hover-1 {
  background: linear-gradient(90deg,rgba(67, 131, 230, 1) 0%, rgba(55, 103, 184, 1) 50%, rgba(41, 68, 127, 1) 100%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
}
.hover-1:hover {
  --p: 100%;
  color:#ffff!important;
}

.hover-2{
  background: linear-gradient(90deg,rgba(239, 168, 0, 1) 0%, rgba(204, 38, 69, 1) 35%, rgba(163, 68, 143, 1) 70%, rgba(93, 73, 157, 1) 100%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
}
.hover-2:hover {
  --p: 100%;
  color:#ffff!important;
}

.hover-3{
  background: linear-gradient(90deg,rgba(30, 88, 254, 1) 0%, rgba(17, 50, 148, 1) 50%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
} 
.hover-3:hover {
  --p: 100%;
  color:#ffff!important;
}

.hover-4{
  background: linear-gradient(90deg,rgba(235, 0, 0, 1) 0%, rgba(148, 0, 0, 1) 50%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
}
.hover-4:hover {
  --p: 100%;
  color:#ffff!important;
}

.hover-5{
  background: linear-gradient(90deg,rgba(75, 235, 236, 1) 0%, rgba(29, 30, 34, 1) 9%, rgba(29, 30, 34, 1) 91%, rgba(244, 0, 76, 1) 100%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
}
.hover-5:hover {
  --p: 100%;
  color:#ffff!important;
}

.hover-6{
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(29, 30, 34, 1) 9%, rgba(29, 30, 34, 1) 91%, rgba(255, 255, 255, 1) 100%) calc(100% - var(--p,0%)) / var(--p,0%) no-repeat;
  transition: .4s,background-position 0s;
}
.hover-6:hover {
  --p: 100%;
  color:#ffff!important;
}

/*ANCHOR menu*/

.menu__link {
  display: inline-block;
  text-decoration: none;
  color: var(--textcolor2);
  transition: color 500ms;
  text-transform: uppercase;
  width: max-content;
}

.menu__link:hover {
  color: var(--textcolor);

}

#hambicone{
  color: var(--iconcolor);
  font-size: 1.5em;
  cursor: pointer;

 }

#hambicone:hover{
  color: var(--textcolor);
  transition: all 500ms;
  cursor: pointer;
}

#btncanvas:active:focus{
  color: var(--textcolor);
  border-color: transparent;

}

ul{
  display: block;
  width:100%;
}

.navbar-nav{
  gap:clamp(3vw,3vw,4vw);
}

.navbar a:not(.nostyle){
  --bs-nav-link-hover-color: var(--textcolor);
  text-decoration: none;
}

.navbar-nav .nav-link.show {
  color: var(--light);
}

.navbar li {
  position: relative;
  text-decoration: none;
}

.navbar li:not(.nostyle)::before{ /*not exclu la classe nostyle*/
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  border-radius: 4px;
  background-color: var(--textcolor);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out; 
  -webkit-transition: transform .3s ease-in-out;  
  -ms-transition: transform .3s ease-in-out;  
  -o-transition: transform .3s ease-in-out;  
}

.navbar li:not(.nostyle):hover::before{
  transform-origin: left;
  transform: scaleX(1);
}

.navbar-brand {
  padding: 0px;
  flex:0 0 auto; /* firefox bug fix */
}

.navbar-brand>img {
  height: 100%;
  padding: 2px; /* firefox bug fix */
  max-width: 220px;

}

.dropdown-menu {
  background-color:var(--dropdownmenu);
  text-decoration: none;
  border:none;
  --bs-dropdown-border-radius: 0px;
  --bs-dropdown-divider-bg: rgb(190, 190, 190);
}

.dropdown-menu > li > a:hover {
  background-image: none;
  background-color:var(--hovermenu);
  color:var(--textcolor);
  transition: color 500ms;
}

 .dropdown-menu li a{
  color: var(--textcolor2);
  text-decoration: none;
  padding: 5px 20px;
  font-family: "IBM Plex Sans Condensed", sans-serif!important;
  font-size:clamp(0.8rem, 0.9vw, 1rem);
}

.dropdown-menu.show{
  max-width: max-content;
} 

.dropdown-item:focus,
.dropdown-item:hover {
  color:var(--textcolor);
  background:transparent;
}

ul.show {
  min-width: fit-content;
  width: max-content;
  max-width: 200px;
}

.formadj{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--textcolor2);
}

#page-head {
  position: sticky !important;
  top: 0;
  z-index: 9;
  background:var(--lighttop);
  padding:0;
}

#page-nav {
  position: sticky !important;
  top: 86px;
  z-index: 8;
  box-shadow: 4px 4px 20px -9px var(--shadow);
}

.icocanva{
  background-image: url('../img/scissorslight.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:200px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5
}

.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:var(--iconcolor);
}

.nav {
  --bs-nav-link-color:var(--textcolor2);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  --bs-nav-link-padding-x: 0.7rem !important;
  --bs-nav-link-padding-y: 0.5rem !important;
}

#navbar-scsp{
  padding-left: 10%!important;
  height:40px;
  overflow: hidden;
  width: 100%;
  display: block;
}

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 20vw;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color:var(--bs-nav-pills-link-active-color);
  background-color:#806AA0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;

}

.nav-link:focus,
.nav-link:hover {
  color: #806AA0;
}


/*ANCHOR mentions légales*/

.list-0{
  list-style-type: none;
}

.list-0 li{
  padding: 0.5em 0;
}


/*ANCHOR image et son*/

.btnlng{
  display:inline-block;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 160px;
  top: -2px;
  left:-1px;
  border-radius: 50%;
  height: 35px;
}

.btnlng2{
  display:inline-block;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 130px;
  left:7px;
}

.lng2{
  font-size: clamp(0.5em,0.8em,0.8em);
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  color:var(--textcolor2);
}

.effect:hover{
  color: var(--light);
  transition: all 500ms;
  cursor: pointer;
}

.imglng{
  width:30px;
  position: relative;
  left: 1px;
}

.container2{
  position: relative;
  padding: 0px 2px 0px;
  overflow: hidden;
}

.fa-earth-europe{
  font-size: 30px;
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-style:normal;
  font-variant:normal;
  line-height:0.8;
  text-rendering:auto;
}

.carousel-inner .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-background-attachment: fixed !important;
  -moz-background-attachment: fixed !important;
  -o-background-attachment: fixed !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
}

.slideimg1{
  background-image: url('../img/façade1.jpg');
  -webkit-background-position: center;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  max-height:900px;
  min-height: 40vw;
  width: 100vw;
  min-width: 100%;
  max-width: 50vw;
}

.slideimg2{
  background-image: url('../img/slide3.png');
  max-height:900px;
  min-height: 40vw;
  width: 100vw;
  min-width: 100%;
  max-width: 50vw;
}

.slideimg3{
  background-image: url('https://picsum.photos/2160/900?random52');
  -webkit-background-position: center;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  max-height:900px;
  min-height: 40vw;
  width: 100vw;
  min-width: 100%;
  max-width: 50vw;
}

.carousel > .carousel-inner > .carousel-item > img{
    width:50%; 
    height:50%;
}

.sizeimg {
  width: 600px;
  height: auto;
  border-radius: 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.sizeimg2 {
  height: 500px;
  object-fit: cover;
}

.clip-circle {
  clip-path: circle(50% at 50% 50%);
  background-color: white;
}

.gal1{
  padding: 20px;
  gap: 2rem;
  position: relative;
  top:-40px;
  width:100%;
}

/*ANCHOR carousel section*/

.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:70%;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:0!important;
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:transparent!important;
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:transparent!important;
  --bs-modal-footer-border-width:var(--bs-border-width);
  position:fixed;
  top:0;
  left:0;
  z-index:var(--bs-modal-zindex);
  display:none;
  width:100%;
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;
  outline:0
}

.modal-header {
  display:flex;
  flex-shrink:0;
  align-items:center;
  padding:0!important;
  border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius:0!important;
  border-top-right-radius:0!important;
}

.carousel-indicators {
  bottom:-39px!important;
}

.carousel-indicators li {
  border-radius:50%!important;
  width: 10px!important;
  height: 10px!important;
}

.nopuce{
  list-style-type: none;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(0.8em, 1.7vw, 35px);
}

.hoverimg:hover{
  border-radius:10px;
  box-shadow: 0px 0px 16px 10px #828282;
  transform: scaleX(1.10) scaleY(1.10);
  transition: all 200ms ease-in-out;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

.topsection:before {
  content: "";
  float: left;
  width: 100%;
  height: 80px;
  transform: translateY(-40px) skewY(2deg);
  background:#D5D5D5;
}

.topsection {
  background:#D5D5D5;
}

.sectionbg{
  background:var(--light3);
  padding-bottom: 1%;
  padding-top: 1%;
}

/*ANCHOR overlay image*/

.overlay-image {
  position: relative;
  width: 80%;
}

.overlay-image .image {
 display: block!important;
 width: 100%!important;
 height: 20vw;
 object-fit: cover
}

.overlay-image .text {
 color: #fff;
 font-size: clamp(1.5em, 1.7vw, 35px);
 font-family: "IBM Plex Sans Condensed", sans-serif;
 line-height: 1.5em;
 text-shadow: 2px 2px 2px #000;
 text-align: center;
 position: absolute!important;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.overlay-image .hover {
 position: absolute;
 top: 0;
 left:0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;

}

.overlay-image:hover .hover {
 opacity: 1;
}

.overlay-image .normal {
 transition: .5s ease;
}

.overlay-image:hover .normal {
 opacity: 0;
}

.min250{
  min-height: 250px
}

@keyframes zoomi {
  from {
     transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.bg-body{
  background: var(--backgroundcolor)!important;
}


/*ANCHOR themes*/


@media (prefers-color-scheme: dark) {
    :root{
      --textcolor: rgb(254, 254, 254);
      --textcolor2:#aaaaaa;
      --shadow: #6a498b;
      --shadow1: var(--textcolor);
      --backgroundcolor:#281734;
      --backgroundcolorsection:#3C2255;
      --dropdownmenu:#343334;
      --iconcolor:#aaaaaa;
      --bs-body-bg: #1c1c1c;
      --bgspy: #fbfbfb24;
      --light: #f5f5f7;
      --light2:#f5f5f74d;
      --light3: linear-gradient(90deg,rgba(52, 11, 97, 1) 0%, rgba(80, 44, 118, 1) 33%, rgba(80, 44, 118, 1) 66%, rgba(52, 11, 97, 1) 100%);
      --hovermenu:transparent;
    }
    
    img {
      filter: grayscale(20%);
    }

    .theme-logo {
      filter: grayscale(0%);
      content: url(../img/brandnavwhite.png);
    }

    .btn {      
      --bs-btn-color:#e1e1e6;
    }

    .btn-secondary {
      
      border-color: #806AA0;
      --bs-btn-hover-bg: #e1e1e6;
      --bs-btn-active-bg: #e1e1e6;
      --bs-btn-hover-border-color: #806aa0;
      --bs-btn-bg: #806aa0;
      --bs-btn-hover-color: #806aa0;
    }

    .navbar-nav .nav-link.show {
      color: #fefefe;
    }

    .nav-link:focus,
    .nav-link:hover {
      color: #fefefe;
    } 
    li{
      color:#fefefe;
    }

    .main-header,.main-footer{
      background: var(--darktop);
      color: #fefefe;
    }

    .pen, .pen2, .pen3 {
      stroke: #fefefe;
    }

    #needle {
      fill: #fefefe;
    }
    
    #lettres path {
      stroke: #fefefe;
      fill: transparent;
    }

    #ciseaux path {
      stroke: #fefefe;
      fill: transparent;
    }

    @keyframes animLettres2 {
      50%{
          stroke-dashoffset:0;
          fill:transparent;
        }
        100% {
          stroke-dashoffset:0;
          fill:#fefefe;
        }
    }
    .split-text-container {
      color: #fefefe;
    }
    #page-head {
      background: var(--darktop);
    }
    html {
      background: var(--bg4k_dark);
    }

    .bg-light {
      background-color:#340b61 !important;
    }

    .section-box{
      background-image: url(../img/sectionbgdark.png);
      background-repeat: no-repeat;
    }

    #scissorslogo{
      background:url("../img/scissorsdark.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 25px;
      height: 28px;
      padding: 0;
    
    }

    #logo-footer{
      background:url("../img/brandnavwhite.png");
      background-size: 100%;
      background-repeat: no-repeat;
      max-width: 300px;
      min-width: 110px;
      min-height: 32%;
      width: 59%;
    }

    .dot{
      background-color: #c6c6c6;
    }

     #bglin{
      background: url(../img/lace-vector1-dark.png) no-repeat;
      background-size: 100%;  
    }

    #bgsport{
      background: url(../img/lace-vector2-dark.png) no-repeat fixed;
      background-size: 100%;  
    }

    #bgmed{
      background: url(../img/lace-vector3-dark.png) no-repeat fixed;
      background-size: 100%;
    }

    h2{
      text-shadow: 2px 2px 4px rgba(195, 181, 208, 0.4);
    }
    #formulaire_contact{
      background:var(--light3);
    }
}

 @media (prefers-color-scheme: light) {
    :root{
      --textcolor: #414141;
      --textcolor2: var(--textcolor);
      --shadow: #939393;
      --shadow1: #8a8a8a;
      --backgroundcolor:#e8e8e8d9;
      --backgroundcolorsection:#C7BDD2;
      --dropdownmenu:#E1E1E6;
      --iconcolor:#3a3a3a;
      --bs-body-bg: #f2f2f2;
      --light: #806AA0;
      --light2:#9f9f9f80;
      --light3: linear-gradient(44deg,rgba(171, 156, 192, 1) 0%, rgba(207, 202, 217, 1) 85%);
      --bgspy: var(--light);
      --hovermenu:#f2f2f2;
    }
    
    .bg-light {
      background:linear-gradient(90deg,rgba(207, 202, 217, 1) 20%, rgba(225, 225, 230, 1) 50%, rgba(207, 202, 217, 1) 80%) !important;
    }
    
    .theme-logo {
      filter: grayscale(0%);
      content: url(../img/brandnav.png);
    }

    .pen, .pen2, .pen3 {
     stroke:#203040;
    }

    .carousel-indicators li {
      background-color: #b5b5b5!important;
    }

    .carousel-indicators li.active {
      background-color: #000000!important;
    }

    #scissorslogo{
      background:url("../img/scissorslight.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 25px;
      height: 28px;
      padding: 0;
    }

    #logo-footer{
      background:url("../img/brandnav.png");
      background-size: 100%;
      background-repeat: no-repeat;
      max-width: 400px;
      min-width: 110px;
      min-height: 32%;
      width: 59%;
    }

    .blockquote::before{
      position: absolute;
      content: "";
      background: url("../img/sectiontop1light.png") no-repeat;
      top: 0%;
      left: 10%;
      width: 29%;
      height: 151px;
      background-size:clamp(80px, 18vw, 260px);
    }

    .carousel-indicators [data-bs-target]{
      background-color: #9c9c9c!important;
    }

    .btn-primary {
      background-color: #ab9cc0;
      border-color: #ab9cc0;
      --bs-btn-hover-bg: #806aa0;
      --bs-btn-active-bg: #806aa0;
    }

    .btn-secondary {
      background-color: #806AA0;
      border-color: #806AA0;
      --bs-btn-hover-bg: #e1e1e6;
      --bs-btn-active-bg: #e1e1e6;
      --bs-btn-hover-border-color: #806aa0;
    }
    
    .btn-secondary:hover {
      color: #806aa0 !important;
    }

    .wave {
      width: 100%;
      border-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2015'%20width='12'%20height='15'%3E%3Cpath%20fill='none'%20stroke='rgba(58%2C58%2C58%2C0.7)'%20stroke-width='3'%20d='M0%2C13.5c3%2C0%2C3-12%2C6-12s3%2C12%2C6%2C12'/%3E%3C/svg%3E") 0 0 100% repeat;
      border-width: 0 0 9px 0;
      border-style: solid;
      position: relative;
      margin:0;
}
    #bglin{
      background: url(../img/lace-vector1-light.png) no-repeat;
      background-size: 100%;
      
    }

    #bgsport{
      background: url(../img/lace-vector2-light.png) no-repeat fixed;
      background-size: 100%;  
    }
    #bgmed{
      background: url(../img/lace-vector3-light.png) no-repeat fixed;
      background-size: 100%;
    }

    #formulaire_contact{
      background: var(--light3);
    }
    .navbar li:not(.nostyle)::before{
      background-color: #806AA0;
    }
  }

/*ANCHOR media queries*/

@media all and (min-width: 992px) {
	.dropdown-menu li{
     position: relative;
  }

	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}

	.nav-item .submenu-left{ 
    left:100%;
    left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #ffffff52 }
	.dropdown-menu > li:hover > .submenu{ display: block; }

  #main_nav{
    display:flex;
    margin:0 30% 0 5%;
  }
  
  #btncanvas{
    display:none;
  }

  .col-lg-4 {
    width: 44%;
  }

  .btn-more {
    display: none;
  }

  .media{
    display: none;
  }

  footer hr{
    padding-top: 2vw;
  }

  #logo-footer{
    background-size: 100%;
    background-position: center;
    height:50%;
    max-width: 400px;
    min-width: 110px;
    min-height: 32%;
    width: 59%;
  }

}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:1.7rem; margin-bottom: .5rem;
  }
  #main_nav{
    display:none
  }

  .navbar-brand {
    margin: auto;
  }

  .navbar-brand>img {
  height: 100%;
  padding: 2px; /* firefox bug fix */
  max-width: 160px;
  }

  #page-nav {
  position: sticky !important;
  top: 86px;
  z-index: 8; 
  }

  .slideimg1, .slideimg2, .slideimg3 {
    max-height: 500px;
    min-height: 50vw;
    width: 100vw;
    min-width: 100%;
    max-width: 100%;
    transform: scale(1)!important;
  }

  .blockquote:before {
  top: 3%;
  left: 5%;
  }

  .blockquote:after {
  top: calc(100% - 8vw);
  left: calc(100% - 25vw);
  }

  .blockquote{
    padding: 10px 0px 17px 0px;
  }

  #navbar-scsp {
  padding-left: 2% !important;
  height:37px;
  overflow: hidden;
  width: 100%;
  font-size: 9px;
  }

  p{
    padding-right: 10%;
    padding-left: 10%;
  }

  .p10{
    padding: 10px;
  }

  .mw-logo{
    max-width: 140px;
  }

  .section-size1 {
    padding:5%;
    background-position: 15px center;
  }

  .tampon{
    width: 10vw;
    padding: 2px;
  }

  .section-size2 {
    background-size: 101% 14vw;
    background-position: 15px 0px;
  }

  .m5{
    margin: 4%;
  }

  .btn-more {
    display: block;
    width: 40px;
    height:40px;
    margin:auto;
  }

  .media{
    display: block;
  }

  .media2{
    display: none;
  }

  .stamp{
    color:var(--textcolor);
  }
  
  .flexdir{
    flex-direction: column;
    align-items: center;

  }
}	
@media (min-width: 576px) and (max-width: 991px) {

  .col-sm-6 {
    width: 100%!important;
  }
}

@media (max-width: 576px) {
  .footer-size{
    display: none!important;
  }
  .g-3{
    gap: 1rem;
  }
  .g-2{
    gap: 1rem;
  }
  .slideimg1, .slideimg2, .slideimg3 {
    max-height: 250px;
    min-height: 40vw;
    width: 100vw;
    min-width: 100%;
    max-width: 100%;
    transform: scale(1)!important;
  }
  
  .section-size1 {
    background-size: 100%;
    background-position: 10px center;
    margin:0;
    padding: 30px;
  }

  .mw-logo{
    max-width: 90px;
  }

  .m-5{
    margin: 1%;
  }

  .overlay-image .image{
    border: 0px solid gray;
  }

  .section-size2{
    background-size: 104% 14vw;
  }

  .btn-more {
    display: block;
    width: 40px;
    margin: auto;
  }

  #logo-footer{
    background-size: 100%;
    background-position: 0 top;
    background-repeat: no-repeat;
    height:5rem;
    max-width: 300px;
    min-width: 110px;
    min-height: 32%;
    width: 59%;
  }
  
  .btn {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1em;
  }

  .blockquote::before {
    top: 3%;
    left: 5%;
  }

  .blockquote::after {
    top: calc(100% - 11vw);
    left: calc(100% - 26vw);
  }

  .blockquote2::before{
    position: absolute;
    content: "";
    background: url(../img/sectiontop2light.png) no-repeat;
    background-size: auto;
    top: 0%;
    left: 7%;
    width: 30%;
    background-size: clamp(60px, 18vw, 260px);
  }

  .sizeimg2 {
    height: 350px;
    object-fit: cover;
  }

  .hover-1{
    background: linear-gradient(90deg,rgba(67, 131, 230, 1) 0%, rgba(55, 103, 184, 1) 50%, rgba(41, 68, 127, 1) 100%);
  }
  .hover-2{
    background: linear-gradient(90deg,rgba(239, 168, 0, 1) 0%, rgba(204, 38, 69, 1) 35%, rgba(163, 68, 143, 1) 70%, rgba(93, 73, 157, 1) 100%);
  }
  .hover-3{
    background: linear-gradient(90deg,rgba(30, 88, 254, 1) 0%, rgba(17, 50, 148, 1) 50%);
  }
  .hover-4{
    background: linear-gradient(90deg,rgba(235, 0, 0, 1) 0%, rgba(148, 0, 0, 1) 50%);
  }
  .hover-5{
    background: linear-gradient(90deg,rgba(75, 235, 236, 1) 0%, rgba(29, 30, 34, 1) 9%, rgba(29, 30, 34, 1) 91%, rgba(244, 0, 76, 1) 100%);
  }
  .hover-6 {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(29, 30, 34, 1) 9%, rgba(29, 30, 34, 1) 91%, rgba(255, 255, 255, 1) 100%);
  }
  
}


/* ============ small devices .end// ============ */