body{
    background: linear-gradient(#0f153b 1%, #1d5cbb 19%, #015eea 32%, #00c0fa 44%, #a6d9e8 60%);
    margin: 0;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
#bodyWestern{
  background: linear-gradient(#14025f 4%, #011055 22%, #070a57 33%, #8a56dd 55%, #a76eb9 92%);
}
.mobileSize{
  overflow-x: hidden;
}
#nav > button{
  background-color: white;
}
/* ajout des font */
@font-face{
  font-family: 'archia';
  src: url(/assets/font/archia-regular-webfont.ttf);
}
@font-face{
  font-family: 'b612';
  src: url(/assets/font/B612-Regular.ttf);
}
@font-face{
  font-family: 'sourceSansSerfif';
  src: url(/assets/font/sourceSansSerif-Regular.ttf);
}
@font-face{
  font-family: 'spectral';
  src: url(/assets/font/Spectral-Regular.ttf);
}
@font-face{
  font-family: 'coffeebreak';
  src: url(/assets/font/coffeebreak.ttf);
}
@font-face{
  font-family: 'crayonhand';
  src: url(/assets/font/crayonhand.ttf);
}
@font-face{
  font-family: 'turnpike';
  src: url(/assets/font/Turnpike.ttf)
}
@font-face{
  font-family: 'sourceSans';
  src: url(/assets/font/SourceSansPro-Regular.ttf)
}
/* reglage ciel etoilé */
#svgCanvas{
    position: absolute;
}
.stars {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #btnDebug {
    position: fixed;
    z-index:1;
    top: 10px;
    left: 10px;
  }
  .star {
    fill: white;
    -webkit-animation: pulse var(--star-animation-duration, 1000ms) infinite backwards,
      glowing var(--star-animation-glow-duration, 1000ms) infinite alternate backwards;
            animation: pulse var(--star-animation-duration, 1000ms) infinite backwards,
      glowing var(--star-animation-glow-duration, 1000ms) infinite alternate backwards;
    -webkit-animation-delay: var(--star-animation-delay, 0);
            animation-delay: var(--star-animation-delay, 0);
  }
  #starGroup {
    --dur: 100ms;
  }
  @-webkit-keyframes pulse {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      transform: scale3d(1.2, 1.2, 1.2);
    }
  
    70% {
      transform: scale3d(0.2, 0.2, 0.2);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      transform: scale3d(1.2, 1.2, 1.2);
    }
  
    70% {
      transform: scale3d(0.2, 0.2, 0.2);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
/* reglage navbar */

#nav > div.container{
  width: fit-content;
}
#nav li a{
  color: #f7b733;
  text-transform: uppercase;
  text-decoration: none;

  position: relative;
}
#nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  background: #f7b733;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#nav li a:hover:after { 
  width: 100%; 
  left: 0; 
}
#nav{
    text-align: center;
    white-space: nowrap;
    z-index: 20;
    margin-top: 10px;
}
#logo{
    width: 24.697917vw;
    height: 6.958333vw;
    display: inline-flex;
    color: white;
    background-image: url(/assets/img/newlogoflat.svg);
    background-repeat: no-repeat;
}
#txtLogo{
    text-align: left;
    color: white;
    font-size: 1.302vw;
    font-family: "coffeebreak";
    margin-top: 2%;
    position: absolute;
    top: 30%;
    display: none;
}
#txtLogo :nth-child(2n){
    font-size: 1.042vw;
    font-family: "spectral";
}
#navbarNav :nth-child(n){
  color: white;
  font-family: "turnpike";
  font-size: 0.7vw;
  
}
#nav > button{
  background-color: transparent;
  color: transparent;
  border: none;
}
.navbar-light .navbar-toggler-icon{
  background-image: none;
}
*
{
    -webkit-tap-highlight-color: transparent;
}

*:focus
{
    outline: none;
}
/*
html, body
{
    height: 100%;
}

body
{
    margin: 0;
    background-color: #0e3577;
}
*/
button:focus{
  outline: transparent;
}
#webapp_cover
{
    position: relative;
    right: 0;
    left: 8px;
    width: 44px;
    margin: 0 auto;
    transform: translateY(-50%) scale(2);
}

#menu_button
{
    width: 25px;
    overflow: hidden;
}

#menu_checkbox
{
    display: none;
}

#menu_label
{
    position: relative;
    display: block;
    height: 16px;
    cursor: pointer;
    width: 28px;
}
#menu_label:before, #menu_label:after, #menu_text_bar
{
    position: absolute;
    width: 200%;
    height: 15px;
    background-image: url(/assets/img/burgersegment.svg);
    background-repeat: no-repeat;
    background-size: 362%;
    background-position: center;
    left: 4px;
}

#menu_label:before, #menu_label:after
{
    content: '';
    transition: 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

#menu_label:before
{
    top: 6px;
}

#menu_label:after
{
    top: 12px;
}

#menu_text_bar
{
    top: 17px;
}

#menu_text_bar:before
{
    content: 'menu';
    position: absolute;
    top: 8px;
    right: 35px;
    font-size: 9px;
    text-align: center;
    font-family: "crayonhand";
    font-weight: lighter;
    color: #bf5e67;
}

#menu_checkbox:checked + #menu_label:before
{
    left: -39px;
}

#menu_checkbox:checked + #menu_label:after
{
    left: 39px;
}

#menu_checkbox:checked + #menu_label #menu_text_bar:before
{
    -webkit-animation: moveUpThenDown 1.5s ease 0.2s forwards, shakeWhileMovingUp 1.5s ease 0.2s forwards, shakeWhileMovingDown 1.1s ease 0.8s forwards;
            animation: moveUpThenDown 1.5s ease 0.2s forwards, shakeWhileMovingUp 1.5s ease 0.2s forwards, shakeWhileMovingDown 1.2s ease 0.8s forwards;
}

@-webkit-keyframes moveUpThenDown
{
    0%{ top:0; }
    50%{ top:-27px;}
    100%{ top:-5px; }
}

@keyframes moveUpThenDown
{
    0%{ top:0; }
    50%{ top:-27px;}
    100%{ top:-5px; }
}

@-webkit-keyframes shakeWhileMovingUp
{
    0%{ transform: rotateZ(0); }
    25%{ transform:rotateZ(-10deg); }
    50%{ transform:rotateZ(0deg); }
    75%{ transform:rotateZ(10deg); }
    100%{ transform:rotateZ(0); }
}

@keyframes shakeWhileMovingUp
{
    0%{ transform: rotateZ(0); }
    25%{ transform:rotateZ(-10deg); }
    50%{ transform:rotateZ(0deg); }
    75%{ transform:rotateZ(10deg); }
    100%{ transform:rotateZ(0); }
}

@-webkit-keyframes shakeWhileMovingDown
{
    0%{ transform:rotateZ(0); }
    80%{ transform:rotateZ(3deg); }
    90%{ transform:rotateZ(-3deg); }
    100%{ transform:rotateZ(0); }
}

@keyframes shakeWhileMovingDown
{
    0%{ transform:rotateZ(0); }
    80%{ transform:rotateZ(3deg); }
    90%{ transform:rotateZ(-3deg); }
    100%{ transform:rotateZ(0); }
}
#nav > button > span{
  margin-right: 10px;
}
/* reglage nuages */
#bigCloud{
  width: 100%;
  overflow: hidden;
}
#cloud{
  position: absolute;
  opacity: 20%;
  -moz-opacity: 20%;
  display: inline-flex;
  width: 100%;
  overflow: -moz-hidden-unscrollable;
  overflow-y: hidden;
}
#cloudOne{
width: 27.871157vw;
height: 29.209370424597363vw;
margin-top: 0;
animation: skymove 7s 1s ease-in-out none infinite alternate-reverse ;
}
#cloudTwo{
width: 44.541667vw;
height: 20.677083333333332vw;
margin-top: -16%;
margin-left: 0;
animation: skymove 7s 1s ease-in-out none infinite alternate-reverse ;
}
#cloudThree{
width: 68.1875vw;
height: 46.822916666666664vw;
margin-top: -49%;
margin-left: 19%;
animation: skymove3 7s 1s ease-in-out none infinite alternate-reverse ;
}
#cloudFour{
position: absolute;
width: 48.541666666666664vw;
height: 16vw;
margin-top: -14%;
margin-left: 39%;
animation: skymove4 7s 1s ease-in-out none infinite alternate-reverse ;
}
#cloudFive{
width: 26.208333vw;
height: 25.416666666666668vw;
margin-top: -42%;
right: 0px;
margin-left: 76%;
animation: skymove5 7s 1s ease-in-out none infinite alternate-reverse ;
}
/* creation animation nuages */
@-webkit-keyframes skymove{
  0% {
    margin-left: 6px;
  }
  50% {
    margin-left: 3px;
  }
  100% {
    margin-left: -6px;
  }
}
@keyframes skymove{
  0% {
    margin-left: 6px;
  }
  50% {
    margin-left: 3px;
  }
  100% {
    margin-left: -6px;
  }
}
  @-webkit-keyframes skymove2{
    0% {
      margin-left: 5px;
    }
    50% {
      margin-left: 3px;
    }
    100% {
      margin-left: -1px;
    }
  }
  @keyframes skymove2{
    0% {
      margin-left: 5px;
    }
    50% {
      margin-left: 3px;
    }
    100% {
      margin-left: -1px;
    }
  }
  @-webkit-keyframes skymove3{
    0% {
      margin-left: 19.5%;
    }
    50% {
      margin-left: 19%;
    }
    100% {
      margin-left: 18%;
    }
  }
  @keyframes skymove3{
    0% {
      margin-left: 19.5%;
    }
    50% {
      margin-left: 19%;
    }
    100% {
      margin-left: 18%;
    }
  }
  @-webkit-keyframes skymove4{
    0% {
      margin-left: 40%;
    }
    50% {
      margin-left: 39%;
    }
    100% {
      margin-right: 38%;
    }
  }
  @keyframes skymove4{
    0% {
      margin-left: 40%;
    }
    50% {
      margin-left: 39%;
    }
    100% {
      margin-right: 38%;
    }
  }
  @-webkit-keyframes skymove5{
    0% {
      margin-left: 76.6%;
      
    }
    25%{
      margin-left: 76.5%;
      
    }
50%{
  margin-left: 76%;
  
}
75%{
  margin-left: 75.5%;
  
}
    100% {
      margin-right: 75%;
      
    }
  }
  @keyframes skymove5{
    0% {
      margin-left: 76.6%;
      
    }
    25%{
      margin-left: 76.5%;
      
    }
50%{
  margin-left: 76%;
  
}
75%{
  margin-left: 75.5%;
  
}
    100% {
      margin-right: 75%;
      
    }
  }
  /* reglage titre et texte accueil */
  .title{
    font-size: 1vw;
    color: #f7b733;
    font-family: "turnpike";
    text-shadow: 1px 1px 10px black;
  }
  .txtInfo{
    font-size: 20px;
    color: white;
    font-family: "sourceSans";
    text-align: justify;
    text-shadow: 1px 1px 10px black;
  }
  #spirit{
    margin-top: 23vh;
  }
  #floatIsle{
    margin-left: -32%;
    margin-top: -10vh;
  }
  #projetTxt{
    margin-right: 25%;
    margin-left: 25%;
    z-index: 10;
    margin-bottom: 3rem;
  }
  /* reglage animation bateau */
  body{
    font-family: 'arial';
    margin: 0;
    padding: 0;
  }
  #votreP{
    margin-bottom: 22%;
  }
  .animation-wrapper{
    background: #ace5ee;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .water{
      bottom: 0;
      left: 0;
    position: absolute;
      width: 100%;
  }
  
  .water ul.waves{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .water ul.waves li{
    background-repeat: repeat-x;
  }
  
  .water ul.waves li.wave-one{
    -webkit-animation: wave 15.7s linear infinite;
            animation: wave 15.7s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    bottom: 0px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
  }
  
  .water ul.waves li.wave-two{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: wave 18s linear infinite;
            animation: wave 18s linear infinite;
    bottom: 0px;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
  }
  
  .water ul.waves li.wave-three{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: wave 25s linear infinite;
            animation: wave 25s linear infinite;
    bottom: 0;
    height: 63px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 8;
  }
  
  .water ul.waves li.wave-four{
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: wave 25s linear infinite;
            animation: wave 25s linear infinite;
    bottom: 0;
    height: 74px;
    left: 0;
    position: absolute;
    right: 0;
  }
  
  .boat{
    -webkit-animation: boat 3s linear infinite;
            animation: boat 3s linear infinite;
      background-repeat: no-repeat;
      bottom: 36px;
      height: 145px;
      left: 50%;
    position: absolute;
      width: 250px;
      z-index: -1;
  }
  
  .cloud{
    -webkit-animation: cloud 49s linear infinite;
            animation: cloud 49s linear infinite;
    background-repeat: no-repeat;
      height: 165px;
      left: 0;
      position: absolute;
      width: 297px;
      bottom: 288px;
      left: 60px;
      background-size: 90%;
      opacity: 50%;
  }
  
  .cloud2{
    -webkit-animation: cloud 30s linear infinite;
            animation: cloud 30s linear infinite;
    background-repeat: no-repeat;
      bottom: 450px;
      height: 165px;
      left: 140px;
      position: absolute;
      width: 297px;
      z-index: -2;
      opacity: 50%;
  }
  .cloud3{
            -webkit-animation: cloud 65s linear infinite;
            animation: cloud 65s linear infinite;
            background-repeat: no-repeat;
            height: 165px;
            left: 0;
            position: absolute;
            width: 297px;
            bottom: 22vw;
            left: 50px;
            background-size: 85%;
            opacity: 30%;
}
      .cloud4{
        -webkit-animation: cloud 36s linear infinite;
                animation: cloud 36s linear infinite;
        background-repeat: no-repeat;
          height: 165px;
          left: 0;
          position: absolute;
          width: 297px;
          bottom: 191px;
          left: 55px;
          opacity: 50%;
  }
  /*Animation boat Section*/
  
  @-webkit-keyframes wave{
      0% {
          background-position: 0 0;
    }
  
      100% {
          background-position: 1920px 0;
      }
  }
  
  @keyframes wave{
      0% {
          background-position: 0 0;
    }
  
      100% {
          background-position: 1920px 0;
      }
  }
  
  @-webkit-keyframes boat{
    0%{
      transform: rotate(0);
    }
  
    50%{
      transform: rotate(-3deg);
    }
  
    100%{
      transform: rotate(0);
    }
  }
  
  @keyframes boat{
    0%{
      transform: rotate(0);
    }
  
    50%{
      transform: rotate(-3deg);
    }
  
    100%{
      transform: rotate(0);
    }
  }
  
  @-webkit-keyframes cloud{
    0%{
      left: -30%;
    }
  
    100%{
      left: 100%;
    }
  }
  
  @keyframes cloud{
    0%{
      left: -30%;
    }
  
    100%{
      left: 100%;
    }
  }
  /* reglage du footer */
  #footer{
    height: 250px;
    background-color: #f7b733;
    width: 100%;
    
  }
  #mountain{
    width: 100%;
    height: 200px;
    background-color: #004b5e;
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  #truck{
    margin-left: 10%;
    -webkit-animation: drive 20s  linear none infinite;
            animation: drive 20s  linear none infinite;
    
  }
  #car{
    margin-left: 10%;
    margin-top: 4%;
    -webkit-animation: drive 15s  linear none infinite;
            animation: drive 15s  linear none infinite;
          
  }
  #bus{
    margin-top: -14.5em;
    -webkit-animation: drive 25s  linear none infinite;
            animation: drive 25s  linear none infinite;
  }
  #scroll {
    position:fixed;
    right:10px;
    bottom:36px;
    cursor:pointer;
    width:36px;
    height:58px;
    text-indent:-9999px;
    background-image: url(/assets/img/rocketbutton.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border: none;
}
#scroll:focus{
  outline: transparent;
}
#scroll:hover {
    background-image: url(/assets/img/rocketbuttonfly.png);
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    -webkit-filter:"alpha(opacity=100)";
}
  /* animation du bus de la voiture et du camion */
  @-webkit-keyframes drive{
    0%{
      transform: translateX(-1500px);
    }
    100%{
      transform: translateX(100vw);
    }
  }
  @keyframes drive{
    0%{
      transform: translateX(-1500px);
    }
    100%{
      transform: translateX(100vw);
    }
  }
  #livrais{
    position : absolute;
    z-index: 50;
    margin-left: 10%;
    margin-top: -12rem;
  }
  #navFooter :nth-child(n){
    color: white;
    font-size: 13px;
    font-family: "turnpike";
    z-index: 70;
  }
  #navFooter{
    text-align: center;
    margin-top: 5%;
  }
  #logoFb{
    width: 6%;
  }
  #logoFb:hover{
    transform: scale(1.1);
    transition: .3s ease;
  }
  #logoDribble{
    width: 5%;
  }
  #logoDribble:hover{
    transform: scale(1.1);
    transition: .3s ease;
  }
  #logoInsta{
    width: 5%;
  }
  #logoInsta:hover{
    transform: scale(1.1);
    transition: .3s ease;
  }
  #logoLinkedin{
    width: 5%;
  }
  #logoLinkedin:hover{
    transform: scale(1.1);
    transition: .3s ease;
  }
  #copyright{
    text-align: center;
    color: white;
    font-size: 13px;
    font-family: "turnpike";
  }
  #arrPlan{
    width: 130%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: -5%;
  }
  .zedIndex{
    z-index: 11;
  }

  /*-----------------------------------------css page-proposition------------------------------------------*/
  #loupe{
    width: 150%;
  }
  #charte{
    margin-left: 32%;
    margin-top: 10%;
  }
  #logos{
    padding-top: 200px;
    padding-bottom: 100px;
  }
  #webmarketing{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #maintenance{
    margin-bottom: 13%;
  }
  #containpropos > div > div > div > div > div.cadre.imgCadre.grayscale{
    margin-bottom: 61%;
  }
/*-----------------------------------------css page réalisation--------------------------------------------*/
#cadreOne{
width: 77.9%;
position: absolute;
padding: 1% 0.5% 0% 2%;
z-index: 60;;
}
.tour{
  position: absolute;
  width: 79%;
  padding: 0.5% 1.1% 0% 1.3%;
}
/* effet noir et blanc sur image */
.grayscale #cadreOne {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .3s ease-in-out;
}
.grayscale #cadreOne:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
#refonte{
  margin-bottom: 100px;
  margin-top: 100px;
}
#creation{
  margin-top: 4%;
}
#creation > div > div.col-6 > h1{
  margin-top: 25%;
}
#proposinfo > div:nth-child(5) > div > div > p{
  margin-top: 18%;
}
#proposinfo > div:nth-child(7) > div > div.col-6 > div.title{
  margin-top: 10%;
}
#carotte{
  position: absolute;
  top: 27%;
  left: 108%;
}
#dice{
  width: 68%;
}
.moveRight{
  float: right;
}
.pushTxt{
  margin-top: 70%;
}
.formMove{
  position: absolute;
  margin-top: 12%;
}
#containpropos{
  margin-top: 4%;
}
.pushDown{
  margin-bottom: 100px;
}
#gameboy{
  position: absolute;
  top: 27%;
  left: 108%;
}
#flash{
  width: 55%;
  margin-left: 10%;
}
#gameboy > lottie-player{
  width: 90%;
}
#containpropos .cadre{
  margin-bottom: 2%;
}
body > div:nth-child(7) > div > div > div.col-7.moveRight > p{
  margin-bottom: 3%;
}
#titleWeb{
  text-align: center;
  text-decoration-line: underline;
  text-underline-position: under;
}
#navScrollBar{
  text-align: center;
  color: white;
}

#subtitleVisit{
  text-align: center;
  color: white;
  margin-top: 1%;
  text-shadow: 1px 1px 10px black;
  display: none;
}
#navScrollBar > :nth-child(n){
  color: white;
  font-family: "turnpike";
  font-size: 1vw;
  margin-bottom: 6%;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle{
  
  border-color: #f7b733;
}
.btn-outline-warning{
  border-color: #f7b733;
}
.realBtn:hover{
  background-color: #f7b733 !important;
}
.realBtn{
  cursor: pointer !important;
}
.autreElement{
  margin: auto;
  padding: 70px;
}
#liff{
  width: 300px;;
}
#baniere{
  width: 100%;
}
#autre > div > div > div:nth-child(2) > div > p{
  padding: 0;
}
/*---------------------------------------------rotation carte de visite--------------------------------*/

#visitCard > div > div > div:nth-child(n) > label{
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 300px;
    height: 200px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    margin-bottom: 28%;
}

.ThreeDcard {
    width: 37vw;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    z-index: 20;
    background-color: transparent;
    border: none;
    margin-bottom: 90%!important;
}

    .ThreeDcard div {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 200px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    .ThreeDcard .back {


        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
@media (hover: hover){
label:hover .ThreeDcard {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

#visitCard > div > div > div:nth-child(n) > label > input[type=checkbox]{
    display: none;
}

:checked + .ThreeDcard {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
@media (hover: hover){
label:hover :checked + .ThreeDcard {
    transform: rotateY(0deg); 
    -webkit-transform: rotateY(0deg);
}
}
#visitCard{
  z-index: 1000;
}
.front img{
  width: 100%;
  border-radius: 15px;
  box-shadow: 8px 11px 30px -2px black;
}
.back img{
  width: 100%;
  border-radius: 15px;
  box-shadow: 8px 11px 30px -2px black;
}
.titleReal{
  text-align: center;
  border-bottom: 6px solid #f7b733;
  width: 225px;
  margin: auto;
}
#visitCard > h1{
  width: 317px;
}
#flyer > h1{
  width: 151px;
  margin-bottom: 20%;
}
#logos > h1{
  width: 162px;
  margin-top: 19%;
  margin-bottom: 2%;
}
.txtRollcard{
  text-align: center;
  width: 304px;
  margin: auto;
  top: 30%;
}

/*---------------------------------------------rotation flyer--------------------------------------------*/

#flyers > div > div > div:nth-child(n) > label{
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  width: 70%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.flyer {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 500;
  background-color: transparent;
  border: none;
}

  .flyer div {
      position: absolute;
      height: 100%;
      width: 100%;
      text-align: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 2px;

  }

  .flyer .back {


      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
@media (hover: hover){
label:hover .flyer {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
}

#flyers > div > div > div:nth-child(n) > label > input[type=checkbox]{
  display: none;
}

:checked + .flyer {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
@media (hover: hover){
label:hover :checked + .flyer {
  transform: rotateY(0deg); 
  -webkit-transform: rotateY(0deg);
}
}
#flyers{
/*margin-bottom: 25%;*/
z-index: 500;
}
.front img{
width: 100%;
border-radius: 15px;
box-shadow: 8px 11px 30px -2px black;

}
.back img{
width: 100%;
border-radius: 15px;
box-shadow: 8px 11px 30px -2px black;

}

#flyers > h1{
width: 317px;
}
#flyers > h1{
width: 151px;
margin-bottom: 20%;
}
#logos > h1{
width: 162px;
margin-top: 19%;
margin-bottom: 2%;
}
.txtRollcard{
text-align: center;
width: 304px;
margin: auto;
top: 30%;
}
#flyers > p{
  margin-bottom: 2%;
}
#flyers > div > div > div{
  z-index: 500;
  height: 500px;

}
.vaguesreal{
  margin-bottom: 0!important;
}
/*---------------------------------------------gallery--------------------------------------------------*/

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  width: 25%;
  width: 200px;
  height: 200px;
  background-color: white;
  margin: 15px;
  border-radius: 20px;
  display: inline-flex;
}

/* The Modal (background) */
.modalGal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 700px;
  border-radius: 20px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 17px 17px;
  color: white;
  border-radius: 0 0 18px 18px;
  margin-top: 5%;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  cursor: pointer;
  border: solid 2px #f7b733;
  border-radius: 20px;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#logos > div.row.container > div:nth-child(n) > img{
padding-top: 36%;
padding-bottom: 25%;
width: 100%;
}
#logos > div.row.container{
  margin: auto;
}

#myModal > div > div:nth-child(n) > img{
  border-radius: 20px 20px 20px 20px;
}
#logos > div.container{
  margin: auto;
  padding-right: 0;
  padding-left: 0;
}
/*----------------------------------------------css page contact----------------------------------------*/

#contContact{
  margin-top: 6%;
}
.tourContact{
  -o-border-image: url("/assets/img/cadre.png") 30 ;
     border-image: url("/assets/img/cadre.png") 30 ;
  border-image-width: 29%;
  border-image-slice: 700 fill;
  padding: 6%;
  margin-bottom: 5%;
}
#contContact > div:nth-child(2){
  margin-bottom: 25%;
}

.backTransp{
  background-color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
}
.form-control:focus{
box-shadow: none;
color: white;
}
input#name.form-control.tourContact.backTransp.noFocus{
  box-shadow: none;
}
input#firstname.form-control.tourContact.backTransp{
  box-shadow: none;
}
input#email.form-control.tourContact.backTransp{
  box-shadow: none;
}
textarea#commentaire.form-control.tourContact.backTransp{
  box-shadow: none;
}
#contContact h1{
  text-align: center;
  margin-bottom: 3%;
}
#contContact h2{
  text-align: center;
  margin-bottom: 3%;
}
#contContact > div:nth-child(1) > div > div > div > div.col-12{
  display: inline-flex;
  color: white;
  font-size: 35px;
  list-style: none;
  font-family: "sourceSans";
}
#contContact > div:nth-child(1) > div > div > div > div:nth-child(1){
  color: white;
  font-size: 35px;
  font-family: "sourceSans";
}
.was-validated .form-control:valid, .form-control.is-valid{
  background-size: 6%;
  background-position: 96%;
}
.was-validated .form-control:invalid{
  background-size: 6%;
  background-position :96%;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid{
  background-position: top calc(3.125em + -1.1875rem) right calc(0.3755em + 1.1875rem);
}
.txtInput{
  font-size: 35px;
  color: white;
  padding-left: 15%;
}
.valid-feedback{
  color:#f8bf4a;
  font-size: 18px;
  font-family: "sourceSans";
  position: absolute;
  margin-top: -2%;
}
label.form-check-label{
  font-size: 18px;
  font-family: "sourceSans";
  color: white;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label{
  color: #f8bf4a;
}
#sendBtn{
  background-image: url(/assets/img/envoyer.gif);
  background-size: 120%;
  background-position: center;
  height: 65px;
  width: 202px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
  position : relative;
  z-index: 50;
}
#appel{
  display: flex;
  width: 100%;
  height: 200px;
}
#telephone{
  width: 40%;
}
#sendMail{
  display: flex;
  width: 100%;
  height: 200px;
}
#mailing{
  margin-left: -8%;
  margin-right: 8%;
  width: 100%;
  height: 127%;
  bottom: 27%;
}
#facebook{
  width: 74%;
  margin-left: -4%;
  margin-right: 4%;
}
#contContact > div:nth-child(1) > div > div > div > div:nth-child(1) > p{
  text-align: center;
  margin-bottom: 100px;;
}
#resSoc{
  display: flex;
  margin-bottom: 100px;
  width: 100%;
  height: 200px;
}
#addFriend{
  position: absolute;
  height: 189%;
  bottom: 40%;
  left: -7%;
}
#addFriendTwo{
  position: absolute;
  height: 180%;
  bottom: 30%;
  left: -7%;
}
#mailSend{
  position: absolute;
  height: 88%;
  bottom: 0;
  left: -7%;
}
#messSend{
  position: absolute;
  height: 109%;
  bottom: 9%;
  left: -7%;
}
.btn.active:focus{
  outline-color: green !important;
}
.form-group{
  margin-bottom: 9%;
}
.form-check{
  margin-bottom: -3%;
}
#name{
  position: relative;
  z-index: 1;
}
#firstname{
  position: relative;
  z-index: 1;
}
#email{
  position: relative;
  z-index: 1;
}
#commentaire{
  position: relative;
  z-index: 1;
}
/*----------------------------------------css page success mail------------------------------------------*/
#success{
  margin-top: 5%;
  text-align: center;
  color: #f7b733;
  font-size: 40px;
  font-family: "turnpike"
}
#redirect{
  text-align: center;
  font-size: 25px;
  color: #f7b733;
  font-family: "turnpike"
}
#imgSuccess{
  width: 25%;
  border: solid 7px rgb(0, 128, 0, 0.6);
  box-shadow: 3px 3px 25px 11px lightgreen;
  margin-top: 15%;
  margin-bottom: 15%;
}
#contSuccessMail > div:nth-child(2){
  text-align: center;
}
#fireworks{
  position: absolute;
  bottom: -16%;
  z-index: -40;;
}
/*----------------------------------------css page fail mail------------------------------------------*/
#fail{
  margin-top: 5%;
  text-align: center;
  color: #f7b733;
  font-size: 40px;
  font-family: "turnpike"
}
#redirect{
  text-align: center;
  font-size: 25px;
  color: #f7b733;
  font-family: "turnpike"
}
#imgFail{
  width: 81.5%;
  border: solid 7px rgb(255, 0, 0, 0.6);
  box-shadow: 3px 3px 25px 11px lightcoral;
  padding: 0;
}
#contFailMail > div:nth-child(2){
  text-align: center;
}
#cryOne{
  width: 55%;
  height: 300px;
  opacity: 50%;
}
#cryTwo{
  width: 55%;
  height: 300px;
  opacity: 50%;
}
#centerImg{
  display: flex;
  margin-top: 15%;
  margin-bottom: 15%;
}
/*-------------------------------------------css page cgu------------------------------------------------*/
#cgu{
  width: 100%;
  background-color: white;
  border-image-width: 29%;
  padding: 6%;
  margin-bottom: 5%;
  font-family: "sourceSans";
  font-size: 25px;
  border-radius: 71px;
  margin-bottom: 15%;
  border: solid 10px #f7b733;
}
#titleCgu{
  margin-bottom: 5%;
  text-align: center;
  margin-top: 11%;
}
#whoName{
  color: #f7b733;
}
#creation{
  width: 77%;
}
/*-------------------------------------------css page qui sommes-nous------------------------------------*/
#whoPhoto{
  background-image: url(/assets/img/chibitetsuo.png);
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  background-size: 100%;
  margin-bottom: 10%;
}
#contMoiinfo h1{
text-align: center;
margin-top: 20%;
}
#sousTitre{
  margin: auto;
  width: 42%;
  margin-top: -17%;
}
div > div > svg > g > g > g:nth-child(1){
  opacity: 0;
}
#informatique{
  display: flex;
}
#passion{
  display: flex;
  margin-bottom: 20%;
}
#informatique{
  margin-bottom: 13%;
}
#fan{
  display: flex;
}
#txtInformatique{
  margin-top: 7%;
}
#titleWestern{
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
}
/*------------------------------------------css page tarifs-----------------------------------------
body > div:nth-child(7){
  margin-bottom: 10%;
}
*/
/*-------------------------------------------move modal---------------------------------------------*/
div.a {
  width: 100px;
  height:100px;
  background-image: url(/assets/img/avatar/luc.png);
  position:fixed;
  border: solid 3px white;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;

}
  
  div.b {
  width: 100px;
  height:100px;
  background-image: url(/assets/img/avatar/mrblanchard.png);
  position:fixed;
  border: solid 3px yellow;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
 

}
  div.c {
  width: 100px;
  height:100px;
  background-image: url(/assets/img/avatar/gaetan.png);
  position:fixed;
  border: solid 3px orange;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
  div.d {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/membrevide.png);
  border: solid 3px red;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.e {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/hubertHCP.png);
  border: solid 3px purple;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.f {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/amandine.png);
  border: solid 3px plum;
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.g {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/aureleiMV.png);
  border: solid 3px rgb(117, 20, 117);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.h {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/moniqueFR.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.i {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/elodieMPE.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.j {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/davidJDC.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.k {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/davidJDL.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.l {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/maximeAND.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.m {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/logosgallery/bioetclean.png);
  border: solid 3px rgb(57, 78, 196);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.n {
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/logosgallery/buffalblogo1.jpg);
  border: solid 3px rgb(14, 82, 121);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.o{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/logosgallery/apprendsmoibebe1.jpg);
  border: solid 3px rgb(219, 141, 130);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.p{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/clemSOLY.png);
  border: solid 3px rgb(36, 204, 112);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  left: 50%;
  top: 50%;
}
div.q{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/logosgallery/lesbougiesdeclem.png);
  border: solid 3px rgb(214, 97, 224);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
div.r{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/pascalUMDT.png);
  border: solid 3px rgb(83, 22, 7);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
div.s{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/marieLADJ.png);
  border: solid 3px rgb(236, 224, 51);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
div.t{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/johnLSAJ.png);
  border: solid 3px rgb(228, 146, 23);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
div.u{
  width: 100px;
  height:100px;
  position:fixed;
  background-image: url(/assets/img/avatar/freeboyFG.png);
  border: solid 3px rgb(0, 0, 0);
  border-radius: 57%;
  -webkit-border-radius: 57%;
  -moz-border-radius: 57%;
  -ms-border-radius: 57%;
  -o-border-radius: 57%;
  background-size: cover;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
  #modalWestern{
    height: 80vh;
    z-index: 100;
    width: 200vw;
  }
  .target{
    cursor: url('/assets/img/target.png'),auto;
  }
  #modalWestern > div > button{
    background-color: transparent;
  }
  #modalWestern > div > button.btn.btn-primary.target{
    background-color: transparent;
    border-color: transparent;
    width: 100px;
    height: 100px;
    border-radius:  57%;
    -webkit-border-radius: transparent;
    -moz-border-radius: transparent;
    -ms-border-radius: transparent;
    -o-border-radius: transparent;
}
  .btn:not(:disabled):not(.disabled){
    cursor: url(/assets/img/target2.png),auto;
  }
/*------------------------------------------modification open modal-------------------------------------*/
#ronanmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedronan.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#ronanmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#lucmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedluc.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#lucmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#gaetanmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedgaetan.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#gaetanmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#videmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedpersonne.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#videmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#hubertmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedHBC.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#hubertmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#amandinemodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedADLG.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#amandinemodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#renaudineaumodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedMDV.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#renaudineaumodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#moniquemodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedFR.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#elodieMPEmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#elodieMPEmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedMPBE.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#moniquemodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#jardindecocagnemodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedJDC.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#jardindecocagnemodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#jardindelimagnemodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedJDL.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#jardindelimagnemodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#and3000 > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedAND.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#and3000 > div > div > div.modal-footer > button{
  cursor: pointer;
}
#bioetclean > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedbioetclean.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#bioetclean > div > div > div.modal-footer > button{
  cursor: pointer;
}
#buffalobluesmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedBB.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#apprendsmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#apprendsmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedAMB.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#apprendsmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#bougiesdeclemsmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedLBDC.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#bougiesdeclemsmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#solyflore > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedSS.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#solyflore > div > div > div.modal-footer > button{
  cursor: pointer;
}
#mijon > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedUMDT.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#mijon > div > div > div.modal-footer > button{
  cursor: pointer;
}
#lesaventuriersmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedLADJ.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#lesaventuriersmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#lasourceauxjeuxmodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedLSAJ.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#lasourceauxjeuxmodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
#freegencemodal > div > div{
  width: 100%;
  height: 694px;
  padding-bottom: 10%;
  background-color: transparent;
  border: none;
  background-image: url(/assets/img/wanted/wantedFG.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#freegencemodal > div > div > div.modal-footer > button{
  cursor: pointer;
}
.modal-header{
display: none;
}
.modal-body{
  display: none;
}
.modal-footer{
  border-top: none;
}
.modal-footer > button{
background-image: url(/assets/img/cross.png);
background-size: contain;
background-repeat: no-repeat;
background-color: transparent;
border: none;
width: 50px;
height: 40px;
margin-top: 9px;
cursor: pointer;
}
.btn:hover{
  background-color: transparent;
  cursor: pointer;
}
.btn-secondary:focus{
  border-color: transparent;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle{
  background-color: transparent;
}
.btn-secondary{
  border: none;
}
.btn-primary:focus{
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: none;
}
/*-------------------------------------------page sitemap------------------------------------------------*/
#top{
  text-align: center;
  z-index: 100;
  margin-top: 10%;
  
}
#top > nav{
  text-align: center;
}
#cont{
  z-index: 100;
  margin-bottom: 20%;
}
#top > h3 > a{
  color: #f7b733;
}
#cont > div > ul > li:nth-child(n) > a{
  color: #f7b733;
}
#cont > div > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(n) > a{
  color: #f7b733;
}

/*---------------------------------------------nouvelle page 2023 proposition------------------------*/
#tableau{
width: auto;
height: auto;
display: flex;
/* effect angular */
background: conic-gradient(from 59.83deg at 50% 50%, rgba(31, 30, 37, 0.83) -59.49deg, #041A21 71.89deg, rgba(11, 13, 14, 0.960938) 114.14deg, rgba(0, 0, 0, 0.67) 244.06deg, rgba(31, 30, 37, 0.83) 300.5deg, #041A21 431.89deg);
box-shadow: 11px 12px 20px 3px rgba(0, 0, 0, 0.5);
border-radius: 20px;
padding: 10%;
margin:auto;
margin: 5% 0 5% 13%;
}

.titleTn{
  text-align: center;
  margin-bottom: 20px;
  
}
.CardPack{
  /* effect angular */
background: conic-gradient(from 59.83deg at 50% 50%, rgba(31, 30, 37, 0.83) -59.49deg, #041A21 71.89deg, rgba(11, 13, 14, 0.960938) 114.14deg, rgba(0, 0, 0, 0.67) 244.06deg, rgba(31, 30, 37, 0.83) 300.5deg, #041A21 431.89deg);
box-shadow: 11px 12px 20px 3px rgba(0, 0, 0, 0.5);
border-radius: 20px;
margin:auto;
  margin: 25px 5px 0 5px;
  text-align: center;
  width: 32vw!important;
  

}
#PackSolution{
  justify-content: center;
}
#coucou{
width: 200%;
margin-top:-150%;
position: absolute;
right: -30%;
z-index: 1;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
transform: rotate(37.19deg);
}
#MascCrouch{
margin-left: 42%;
width: 54%;
height: auto;
transform: scaleX(-1);
margin-bottom: 10%;
}
.txtInfo2{
  font-size: 20px;
  color: #f7b733 ;
  font-family: "sourceSans";
  text-shadow: 1px 1px 10px black;
  margin-bottom: 20px;
  
}
#TxtPrix{
  position: absolute;
  margin-top: 25%;
  margin-right: 20%;
  width: 60vw;
  padding: 30px 0px 0px 5%;;
  font-size: 2vw;
  text-shadow:  1px 0 10px black;
  font-family: 'sourceSans';
  color: white;
  z-index: 2;
}
body > section > div > h1{
  transform: rotate(-14.26deg);
  margin-left: 10%;
}
.card-img-top{
  height: 313px;
  object-fit: cover;
  object-position: 0 18%;
  border-radius: 4% 4% 0% 0%;
}
.card-title{
  font-family: 'turnpike';
  color: #f7b733;
  font-size: 20px;
}
.card-text{
  font-family: 'sourceSans';
  color: white;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  text-align: justify;
}
.btnCard{
  border-radius: 7px;
  background-color: #f7b733;
  border: solid 0;
  color: black;
  font-family: 'turnpike';
  font-size: 20px;
}
.btnCard:hover{

  background-color: #bf8f2d!important;
  cursor: pointer!important;
  color: black;
}
body > section > div > h1{
  margin-top: 10%
}
#exampleModal > div > div > div.modal-header{
  display: block;
  border-bottom: none;
}
#exampleModal > div > div > div.modal-body{
  display: block;
}
#exampleModal > div > div{
  /* effect angular */

background: conic-gradient(from 61.51deg at 50% 50%, rgba(31, 30, 37, 0.83) -59.49deg, #041A21 71.89deg, rgba(11, 13, 14, 0.960938) 114.14deg, rgba(0, 0, 0, 0.67) 244.06deg, rgba(31, 30, 37, 0.83) 300.5deg, #041A21 431.89deg);
}
#exampleModal > div > div > div.modal-body > form > div.modal-footer > button.btn.btn-secondary{
  cursor: pointer;
  width: auto;
  background-image: none;
}
#exampleModal > div > div > div.modal-body > form > div.modal-footer > button.btn.btn-secondary:hover{
  background-color: #f7b733;
}
#exampleModal > div > div > div.modal-body > form > div.modal-footer > button.btn.btn-primary{
  cursor: pointer;
  width: auto;
  background-image: none;
}
#exampleModal > div > div > div.modal-body > form > div.modal-footer > button.btn.btn-primary:hover{
  background-color: #f7b733;
}
.close:hover, .close:focus{
  color: #f7b733;
}
#exampleModal > div > div{
  position:absolute;
}

/* page nos realisation 2023 et gallery logo */
.mosaique{
  max-width: 90%;
}
#web > div > div.row > div > img{
  box-shadow: none;
}
/* page gallery */
.ImgClient{
  border-radius: 20px;
  width: 50%;
  height:auto;
  margin: 5% 0 5% 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.LinkClient{
  z-index: 1;
  border-radius: 20px;
}
body > div.container.mosaique > div > div > div:nth-child(1){
  text-align: center;
}
#MaqDesk{
width: 80%;
border-radius: 5px;
margin-top: 5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#MaqTab{
  width: 70%;
  border-radius: 5px;
  margin-top: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#MaqMob{
  width: 60%;
  border-radius: 5px;
  margin-top: 5%;
  margin-bottom: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.MaquetteCenter{
  text-align: center!important;
}
.aere{
  margin: 5% auto 5% auto;
}
#LinkClient{
  color: #f7b733;;
}
#LinkClient:hover{
  color:  #c49028;
  ;
}
#mascotteDos{
  width: 40rem;
}
body > div.container.mosaique > div > div > div:nth-child(n) > a > img{
  width: 200px;
}
.fleche{
  z-index: 100;
  position: absolute;
  display: flex;
  margin-left: 80vw;
  margin-top: 6%;
  width: 50px!important;
}
.flecheB{
  z-index: 100;
  position: absolute;
  display: flex;
  margin-left: 80vw;
  width: 50px;
}
#validBox{
  display: none;
}

#logoNew{
  margin: auto;
  display: block;
}

.carDiv{
  text-align: center;
}
#logoNew{
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 35%;
}
.aereTwo{
  margin-top: 10px;
}
.aereThree{
  margin-top: 23vw;
}
#cont > div > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(11) > ul > li:nth-child(n) > a{
  color: #f7b733;
}
body > div.megaContainer > section.carteVisit > div > div.containter-fluid > div > p{
  z-index: -5000!important;
}


/*--------------------------------petite modification 2023-----------------------------------------------*/

/*-------------------------------------------media queries-----------------------------------------------*/

/* ecran 1200  */
@media screen and (max-width: 1200px){
  #livrais{
    margin-left: 26%;
  }
  #livrais{
    margin-left: 2%;

  }
  #tel{
    font-size: 26px;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12{
    font-size: 26px;
  }
  #contContact h1{
    font-size: 30px;
  }
  #contContact h2{
    font-size: 30px;
  }
  .txtInput{
    font-size: 26px;
  }
  #sendBtn{
    width: 16%;
  }
  #fireworks{
    bottom: -29%;
  }
  .CardPack{
    width: 24rem!important;
  }
}

/* ecran 768 */
@media screen and (max-width: 768px){
  .title{
    font-size: 2vw;
  }
  .txtInfo{
    font-size: 17px;

  }
  #floatIsle{
    margin-left: -52%;
    width: 210%;
  }
  #spirit{
    margin-top: 31vh;
  }
  #tel{
    font-size: 20px;
  }
  #mail{
    font-size: 20px;
  }
  #appel{
    height: 130px;
  }
  #sendMail{
    height: 130px;
  }
  #resSoc{
    font-size: 20px;
    height: 130px;
  }
  #contContact > div:nth-child(1) > div > div > div > div:nth-child(1) > p{
    font-size: 20px;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12{
    font-size: 20px;
  }
  #contContact h1{
    font-size: 26px;
  }
  #contContact h2{
    font-size: 26px;
  }
  .txtInput{
    font-size: 20px;
  }
  #sendBtn{
    width: 16%;
  }
  #fireworks{
    bottom: -1%;
  }
  #whoPhoto{
    width: 200px;
    height: 200px;
  }
  #logo{
    width: 40vw;
  }
  #navbarNav :nth-child(n){
    font-size: 1vw;
  }
  #logos > div.container > div > div{
    margin-left: 3%;
  }
}
/* ecran 992 */
@media screen and (min-width: 769px) and (max-width: 992px){
  #floatIsle{
    margin-left: -40%;
    width: 178%;
  }
  .title{
    font-size: 2vw;
  }
  .txtInfo{
    font-size: 19px;
  }
  .boat{
    background-size: 85%;
    bottom: 13px;
  }
  .cloud{
    background-size: 70%;
  }
  .cloud2{
    background-size: 75%;
  }
  .cloud3{
    background-size: 69%;
    bottom: 652px;
  }
  .cloud4{
    background-size: 70%;
    bottom: 142px;
  }
  #truck{
    width: 150% !important;
  }
  #car{
    width: 125% !important;
  }
  #bus{
    width: 180% !important;
  }
  #navbarNav :nth-child(n){
    font-size: 1vw;
    margin-top: 1%;
  }
  #votreP{
    margin-bottom: 29%;
  }
  #logo{
    width: 21vw;
    height: 15vw;
  }
  #txtLogo{
    font-size: 2.302vw;
  }
  #tel{
    font-size: 28px;
  }
  #mail{
    font-size: 28px;
  }
  #resSoc{
    font-size: 28px;
  }
  #contContact > div:nth-child(1) > div > div > div > div:nth-child(1) > p{
    font-size: 28px;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12{
    font-size: 28px;
  }
  #txtInput{
    font-size: 28px; 
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12 > li:nth-child(1) > ul:nth-child(n){
    padding-left: 0;
    padding-top: 8%;
  }
  #fireworks{
    bottom: -12%;
  }
  #imgSuccess{
    margin-top: 25%;
    margin-bottom: 25%;
  }
  #logo{
    width: 40vw;
  }
  #flyers > div > div{
    display: block;
  }
  #tableau{
    margin: 3% 5% 5% 6%;
  }
}
/* ecran 576 */
@media screen and (max-width: 576px){
  /*body > div:nth-child(7){
    margin-bottom: 15%;
  }*/
  .tableau{
    font-size: 10px;
  }
  #plane{
    width: 125%;
    margin-left: -20%;
    
  }
  #floatIsle{
    width: 220%;
    margin-left: -50%;
    
  }
  .boat{
    background-size: 70%;
    bottom: -5px;
    z-index: -3;
    
  }
  #bus{
    padding-top: 40px;
    width: 177% !important;
    
  }
  .title{
    font-size: 3vw;
  }
  .txtInfo{
    font-size: 15px;
  }
  #livrais{
    margin-top: -8rem;
    margin-left: 0;
  }
  #logo{
    width: 89.697917vw;
    height: 23.958333vw;
  }
  #txtLogo{
    font-size: 3vw;
  }
  #txtLogo :nth-child(2n){
    font-size: 2vw;
  }
  #votreP{
    margin-bottom: 40%;
    margin-left: -17%;
    margin-top:20%;
  }
  #truck{
    width: 150% !important;
  }
  #car{
    width: 130% !important;
  }
  #navFooter :nth-child(n){
    font-size: 10px;
  }
  #spirit{
    margin-top: 22vh;
  }
  #cloud{
    background-size: 65%;
  }
  #cloud2{
    background-size: 75%;
    bottom: 780px;
  }
  #moutain{
    height: 60px;
  }
  #appel{
    height: 100px;;
  }
  #sendMail{
    height: 100px;
  }
  #resSoc{
    height: 100px;
    margin-bottom: 40px;
  }
  #contContact > div:nth-child(1) > div > div > div > div:nth-child(1) > p{
    margin-bottom: 60px;
  }
  #fireworks{
    bottom: 4%;
  }
  #imgSuccess{
    margin-top: 30%;
    margin-bottom: 30%;
  }
  #navbarNav :nth-child(n){
    font-size: 1.5vw;
  }
  #logos > div.container > div > div{
    margin-left: 10%;
  }
  #flyers > div > div{
    display: block;
  }
  #tableau{
    margin:5% 0% 4% 0%;
  }
}
@media screen and (max-width: 360px){

  #logo{
    width: 60vw;
    height: 24vw;
  }
  #txtLogo{
    font-size: 4.302vw;
    margin-left: 5%;
  }
  #txtLogo :nth-child(2n){
    font-size: 4vw;
  }
  #floatIsle{
    width: 248%;
    margin-left: -67%;
    margin-top: -18vh;
  }
  #votreP{
    margin-bottom: 69%;
    margin-left: -4%;
    margin-top: 20%;
  }
  #projetTxt{
    margin-left: 20% !important;
 
  }
  #navFooter{
    margin-top: 16%;
  }
  #navFooter :nth-child(n){
    font-size: 12px;
  }
  #copyright{
    font-size: 20px;
  }
  #bus{
    padding-top: 79px;
  }
  #car{
    margin-top: 20%;
  }
  .title{
    font-size: 3.5vw;
  }
  .txtInfo{
    font-size: 12px;
  }
  .cloud{
    background-size: 60%;
    bottom: 288px;
  }
  .cloud2{
    background-size: 55%;
    bottom: 377px;
  }
  .cloud3{
    background-size: 60%;
    
  }
  body > div:nth-child(7) > div > div.cloud4{
    background-size: 50%;
    margin-bottom: -58px;
  }
  #plane{
    margin-left: -69% !important;
    width: 152% !important;
  }
  #livrais{
    margin-left: 0;
    margin-top: -10rem;
  }
  body > footer{
    margin-top: -40%;
  }
  #spirit{
    margin-top: 28vh;
  }
  #mountain{
    background-color: transparent ;
  }
  .boat{
    bottom: -106px;
    background-size: 45%;
    z-index: -1;
  }
  .water ul.waves li.wave-one{
    bottom: -55px;
  }
  
  .water ul.waves li.wave-two{
    bottom: -56px;
  }
  
  .water ul.waves li.wave-three{
    bottom: -56px;
  }
  
  .water ul.waves li.wave-four{
    bottom: -72px;
    z-index: -3;
  }
  #tel{
    font-size: 15px;
  }
  #mail{
    font-size: 15px;
  }
  #resSoc{
    font-size: 15px;
  }
  #contContact > div:nth-child(1) > div > div > div > div:nth-child(1) > p{
    font-size: 15px;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12{
    font-size: 15px;
  }
  #contContact h1{
    font-size: 20px;
  }
  #contContact h2{
    font-size: 20px;
  }
  .txtInput{
    font-size: 15px;
  }
  #sendBtn{
    width: 29%;
    z-index: 20;
    margin-bottom: 10%;
  }
  #contContact > div:nth-child(2) > div > div > form > div:nth-child(5) > div > label{
    font-size: 10px;
  }
  #contContact > div:nth-child(2) > div > div > form > div:nth-child(5) > div > div{
    font-size: 10px;
  }
  #telephone{
    width: 80%;
    margin-left: -5%;
  }
  #mailing{
    margin-left: -24%;
    margin-right: 16%;
    width: 229%;
    height: 126%;
  }
  #facebook{
    width: 174%;
    margin-left: -18%;
    margin-right: 11%;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12 > li:nth-child(1) > ul:nth-child(n){
    padding-left: 0;
    padding-top: 10%;
  }
  #contContact > div:nth-child(1) > div > div > div > div.col-12 > li:nth-child(2) > ul:nth-child(n){
    padding-left: 0;
  }
  #success{
    font-size: 25px;
  }
  #redirect{
    font-size: 14px;
  }
  #fireworks{
    bottom: 31%;
  }
  #whoPhoto{
    width: 150px;
    height: 150px;
  }
  #navbarNav :nth-child(n){
    font-size: 2.5vw;
  }
  #titleWestern{
    font-size: 20px;
  }
  #logos > div.container > div > div{
    margin-left: 21%;
  }
  #carotte{
    max-width: 60%;
  }
  #dice{
    max-width: 60%;
  }
  .pushTxt{
    margin-top: 80%;
  }
  #navScrollBar > :nth-child(n){
    font-size: 3vw;
  }
  #flyers > div > div{
    display: block;
  }
  #TxtPrix{
    font-size: 2.5vw;
  }
  .ThreeDcard{
    margin-bottom: 100%!important;
  }
}
@media screen and (min-width: 200px) and (max-width: 1920px) {
  html, body{
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }
}
.modal{
  scrollbar-width: 0!important;
}
.modal-open{
  padding-right:0!important;
}

