/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

Body {
    font-size: 16px !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none
}

/* Variables em  et vw basées sur viewport width=1400px
*  Valeurs de base (font-size headind et texte) dans Elementor Site Settings  
*/
:root {
    --cs-vmin-fontsize-h2: 5vw;
    --cs-min-fontsize-h2: 3.125em;
    --cs-min-fontsize-text: 1em;
}

.site-header {
  padding-top: 0;
  padding-bottom: 0;
}

/*#cs-logo-ico .elementor-icon svg {
  width: 372px !important;
  height: auto;    
}
*/

.mobile-linebreak {
  display: none
}

.cs-arrow-button:hover {
    cursor: pointer;
}

.cs-textunderline a {
    text-decoration:underline
}

.cs-title-large {
  font-size: 5em !important;
  line-height: 0.889em !important
}

@keyframes shake-alt {
  50% { transform: translate(5px); }
}

.cs-arrow-button:hover .cs-arrowimg {
  animation: shake-alt 0.3s ease;
  animation-iteration-count: infinite;  
}

#cs-mc-arrow-button:hover > span > span.elementor-button-icon {
  animation: shake-alt 0.3s ease;
  animation-iteration-count: infinite;  
}

.cs-arrow-button.cs-hover-textcolor:hover p,
.cs-arrow-button.cs-hover-textcolor:hover h3,
.cs-arrow-button.cs-hover-textcolor:hover .cs-arrowimg svg {
  color: #44555A !important;
  fill : #44555A !important
}

.cs-arrow-button.cs-hover-textcolor .cs-arrowimg svg {
  height: 90px !important
}

.cs-mailchimp-form-wrapper {
  position: relative
}

#cs-mc-arrow-button {
  margin-top: 65px;
  margin-left: 0px;
  padding-left: 0;
}

#cs-mc-arrow-button span.elementor-button-icon svg {
  width: 110px;
}

.cs-scrollmotion-text  > .elementor-widget-container {
    margin-bottom: 0px !important;
}

.cs-scrollmotion-text.cs-boxedwidth-1400 h2 {
    /*font-size: 6.157vmin !important;*/
    font-size: clamp(var(--cs-min-fontsize-h2), var(--cs-vmin-fontsize-h2), var(--e-global-typography-primary-font-size)) !important
}

/*.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
  max-width: 850px;
}
*/

.cs-max-width-100 {
  max-width: 100% !important
}

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0px;
}

.swiper-container {
  margin-left: auto;
   margin-right: 0;
}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  border: 1px solid #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var( --e-global-color-5df55c3 );
}

.swiper-pagination {
  text-align: right;  
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -45px !important;
}

.cs-toggle-menu {
  /*left: 50%;
  margin-left: 670px*/
}

.cs-toggle-menu:hover {
  cursor: pointer
}

.cs-grid-splash {
    position: fixed;
    z-index: 10000;
    background: #1d1d1b;
    display: none;
    width: 100%;
    height: 100vh
}

.cs-grid-splash #cs-logo-ico {
  padding: 25px;
  opacity: 0;
  transition: 5s;
}

.cs-grid-splash #cs-logo-ico.show-menu-logo {
  opacity: 1;  
}

#cs-menu-wrapper {
  width: 535px;
  height: 379px;
  border: none;
  right: 19px;
  top: 3px;
  z-index: 0;
  position: fixed;
  opacity: 0;
}

#cs-menu-wrapper.cs-menu-open,
.cs-accueil #cs-menu-wrapper {
  z-index: 20000;
  opacity: 1;  
} 

.cs-accueil #cs-menu-wrapper.cs-menu-open #cs-close-menu {
  display: block
}

.cs-accueil #cs-menu-wrapper  #cs-close-menu {
  display: none;  
}

.cs-accueil #cs-menu-wrapper {
 position: absolute
}

.cs-accueil #cs-menu-wrapper.hideMenu {
  z-index: 0;  
  opacity: 0;
  position: fixed
}

.cs-accueil #cs-menu-wrapper.hideMenu.cs-menu-open {
  z-index: 20000;  
  opacity: 1;  
}

#cs-menu {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto auto auto;
  gap: 0px;
  padding: 0px;
  transition: all 1s ease-in-out;
  aspect-ratio: 5 / 3;
  margin: auto auto 0px 0px;
  grid-row-gap: 0px;
  background-repeat: no-repeat;
  background-size: 100%;

}

.cs-menu-items {
  position: relative;
  z-index: 0;
  opacity: 0;  
  transition: all 1s; 
  aspect-ratio: 3 / 3;
  min-height: 105px;
  min-width: 105px;  
}

#cs-menu .cs-nav-menu {
  opacity: 0;
  transition: 1s
}

#cs-menu .cs-nav-menu ul {
  margin-left: 7px;
}

#cs-menu .cs-nav-menu.showSubMenu {
  opacity: 1;
}

#cs-menu > div.cs-menu-items.cs-aspect-alt {
  aspect-ratio: 2 / 1;
}

#cs-menu-wrapper #cs-menu .cs-grid-menu-sm {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: auto;
  background-size: 99.75% auto !important;
}

#cs-menu-wrapper #cs-menu .cs-grid-menu-wide {
  aspect-ratio: 5 / 2.5;  
  display: none;
  left: 0px;
  width: 100.8%;    
}

#cs-menu-wrapper.cs-menu-100 #cs-menu {
  aspect-ratio: 5 / 2.5;
  /*width: 90%;  */
}

.cs-content-wrapper {
  opacity: 1;
  transition : 1s;
}

.cs-content-wrapper.cs-content-hide {
  opacity: 0;
} 

.cs-menu-items.showitems,
.cs-menu-items-mobile {
  opacity: 1
}

.cs-menu-items.showitems.menulightsoff,
.cs-menu-items-mobile.menulightsoff {
  background: #1d1d1bE6;
  opacity: 0.4
}

.cs-main-menu.cs-arrow-button .cs-arrowimg {
  height: 25px
}

nav {
    padding-top: 15px  
} 

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: start;
  padding-left: 15px
}

.cs-bg-zoomanimation {
  /*background-size: 100% 400px !important;*/
  animation: bgzoomanimation 5s ease 1;
}

@keyframes bgzoomanimation {
  50% {background-size: 110%;}  
}

.cs-circleanimation-cta {
  width: 185px; 
  height: 140px; 
  display: block !important
}

.cs-circleanimation-cta:hover {
  cursor: pointer
}

.cs-circle {
  width: 132px; 
  height: 132px; 
  border: 2px solid #fff;
  border-radius: 50%; 
  float:    left;
  transition: width 0.3s ease-in 0.2s, height 0.3s ease-in 0.2s;
  }

.cs-arrow {
  width: 55px;
  height: 28px;
  margin-top: 3px;
  float: right;
  margin-right: 10px;
  margin-left: -23px;
}
  
.cs-circle  p,
.cs-circle .elementor-heading-title {
  padding-top: 47px  !important;  
}

.cs-circleanimation-cta:hover .cs-arrow {
    animation: circleshake 0.3s ease 0.3s;
    animation-iteration-count: infinite;
}
  
.cs-circleanimation-cta:hover .cs-circle {
    width: 125px;
    height: 125px
}
  
@keyframes circleshake {
    50% { transform: translate(-3px); }
}

.cs-absolute-pos-filigrane {
  position: absolute;
  left: 50% !important;
  margin-left: -873px
}

#cs-svgonscroll .cs-absolute-pos-filigrane {
  top: 120px;
  left: 50% !important;
  margin-left: -815px
}

input, 
textarea, 
select {
    border: none !important;
    border-bottom: 1px solid #ffffff40 !important;
    border-radius: 0 !important;
    background: none;
    padding: 30px 0 5px 0px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #fff
}

p.cf-toggle-btn {
  font-size: 18px !important;
  font-weight: 300 !important;  
}

.lightBeige input, 
.lightBeige textarea, 
.lightBeige select {
    border-bottom: 1px solid #1d1d1b40 !important;
    color: #1d1d1b
}

textarea {
    margin-top:20px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 0px;
    padding: 10px 0px 30px 65px !important;
    position: relative;
    z-index: 100;
    color: #fff;
    font-weight: 500 !important
}

.lightBeige input.wpcf7-form-control.has-spinner.wpcf7-submit {
  color: #1d1d1b
}

input:focus, 
textarea:focus, 
select:focus{
    outline: none;
}

span .uploadfile {
  position:relative;
}

span .uploadfile:before {
  content:"Ajouter votre cv";
  position:absolute;
  left:0;
  padding: 3px 0px;
  background:#1d1d1b;
  color: #ffffff;
  width:142px;
  border: 1px solid #1d1d1b;
  border-radius: 3px;
  text-align:center;
  cursor:pointer;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffffff;
  color: #ffffff
}

.lightBeige span .uploadfile:before {
  background:#ffffff;
  color: #1d1d1b;   
}

span .uploadfile>input {
  visibility:hidden !important;
}

span #uploadresume:before {
    content:"Votre cv ici";
}

span #uploadletter:before {
  content:"Votre lettre ici";
}

.cs-condition-display input {
  font-size: 16px !important;
}

.cf-collapsible-wrapper {
  border-bottom: 1px solid #ffffff40;
  padding-top: 30px
}

.lightBeige .cf-collapsible-wrapper {
  border-bottom: 1px solid #1d1d1b40;
}

.cf-collapsible-wrapper p {
  color: #fff
}

.lightBeige .cf-collapsible-wrapper p {
  font-size: 18px;
  cursor: pointer;
  color: #1d1d1b
}

.cf-collapsible-wrapper p>span.cf-addfile-btn {
    float: right;
    font-size: 25px;
    font-weight: 100;
}

.cf-collapsible {
  display: none
}

#cs-contact-sb,
#cs-contact-infolettre {
  margin-top: 35px
}

#cs-contact-sb input,
#cs-contact-infolettre input {
  border-bottom : none !important;
}

#cs-contact-sb .cs-arrow-button,
#cs-contact-infolettre .cs-arrow-button {
  display: flex;
  flex-direction: row
}

#cs-contact-sb .cs-arrowimg,
#cs-contact-infolettre .cs-arrowimg {
  width: 115px;
  height: 50px;
  background-image: url('img/cs-arrowright-w.svg');
  background-repeat: no-repeat;
  background-size: contain 
}


.lightBeige #cs-contact-sb .cs-arrowimg {
  background-image: url('img/cs-arrowright.svg');
}  

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ffffff !important;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff !important;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ffffff !important;
  opacity: 1;
}


.lightBeige ::-webkit-input-placeholder { /* WebKit browsers */
  color: #1D1D1B !important;
  opacity: 1;
}

.lightBeige  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1d1d1b !important;
  opacity: 1;
}
.lightBeige  ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1d1d1b !important;
  opacity: 1;
}
.lightBeige  :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1d1d1b !important;
  opacity: 1;
}

#svgwrapper {
  left: 50%;
  margin-left: -770px;
  top: 350px;
}

#svgwrapper.alt {
  left: 50%;
  margin-left: -770px;
  top: 150px;
}

#svgwrapper.alt-2 {
  left: 50%;
  margin-left: -600px;
  top: 275px;
  width: 500px
}

#svgwrapper.alt-contact {
  left: 50%;
  margin-left: -550px;
  top: 375px;
  width: 500px;
}

#svgwrapper.alt-contact-rdv {
  left: 50%;
  margin-left: -550px;
  top: 175px;
  width: 500px;
}

#mySVG {
  width: 100px;
  height: 100px;
  margin-left: 50%;
  margin-top: 100px;
}

.headerbar {
  opacity: 0;
  z-index: 0;
  transition: opacity 2s;
}

.cs-page .headerbar,
.headerbar.showHeader {
  opacity: 1;
  z-index: 1000
}

#cs-logo-ico-2 img {
  display: none
}

#cs-logo-ico img {
    visibility: visible;
    transition: 0.5 ease;
    width: 374px
}

#cs-logo-ico.hidelogo img {
    visibility: hidden  
}

/*Menu temporaire*/

/*.cs-logo-header-temp.cs-logo-desktop {
  display: block
}*/

.cs-logo-header-temp.cs-logo-mobile {
  display: none
}

.cs-logo-header-temp.cs-logo-desktop {
  display: block;
}

.cs-logo-header-temp.cs-logo-desktop.hidelogo  {
  display: none
}

.cs-accueil .cs-logo-header-temp {
  opacity: 0
 }

 #cs-toggle-hp {
  display: none
 }

.cs-logo-header-temp svg {
  fill: #ffffff !important
}

.cs-btn-black {
  display: none;
}

.cs-btn-white {
  display: block;
}

 .JobPost .cs-logo-header-temp svg {
  fill: #1d1d1b !important
}

.JobPost .cs-btn-black {
  display: block;
}

.JobPost .cs-btn-white {
  display: none;
}

/*Menu temporaire*/


.empty {
  display: block
}

.jet-carousel .jet-arrow {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  font-size: 23px;
  top: 75px
}

.jet-carousel .jet-arrow.next-arrow {
  right: 20px;
}

.jet-carousel .jet-arrow.prev-arrow {
  left: 20px;
}

.jet-carousel__fraction-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 10px;
  top: 57px;
  left: 50%;
  margin-left: -25px;
}

.cs-news-tiles a.elementor-post__read-more, #cs-readmore {
  background-image: url('img/cs-arrowright.svg');
  background-repeat: no-repeat;
  background-size: 113px;
  background-position-x: left; 
  background-position-y: center;
  padding: 20px 5px 20px 120px;
  margin-top: 65px;
  display: block 
}

.cs-mobile-display .cs-news-tiles a.elementor-post__read-more {
  background-size: 70px;
  padding-left: 80px;  
}

.cs-news-tiles.cs-small-tile a.elementor-post__read-more {
  margin-top: 175px;
  
}

@keyframes bgmoove {
  50% {background-position-x: 5px;}
}

.cs-news-tiles a.elementor-post__read-more:hover, #cs-readmore:hover {
  animation: bgmoove 0.3s infinite;  
}

#cs-difference-absolutepos {
  left: 50%;
  margin-left: -500px
}

.jet-posts__inner-content {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #44555A;
  justify-content: space-between;
  align-items: center
}

.jet-posts__inner-content:hover {
   cursor: pointer
}

.jet-posts__inner-content:hover .jet-more-wrap {
    background-image: url('img/ico-green.svg');
    animation: bgmoove 0.3s infinite;  
} 

.jet-posts__inner-content:hover h4 a,
.jet-posts__inner-content:hover .jet-more-wrap a {
    color: #44555A !important
}

.jet-posts__inner-content:hover h4 a,
.jet-posts__inner-content:hover .jet-more-wrap a {
    color: ffffff !important;
    transition: 1s
}

.jet-posts__inner-content h4 {
  flex-basis: 60%;  
}

.jet-posts__inner-content h4 a {
  font-size: 22px !important;
  line-height: 33px !important;  
  padding-top: 5px
}

.jet-posts .jet-more-wrap a {
  font-size: 18px !important;
  line-height: 32px !important
}

.jet-posts .jet-more-wrap {
  background-image: url('img/cs-arrowright-w.svg');
  background-repeat: no-repeat;
  background-size: 110px;
  background-position-x: left; 
  background-position-y: center;
  padding: 0px 5px 0px 120px;
  display: block 
}

@media (max-width: 1680px) {
  #cs-filigrane-carriere-hero {
    left: -200px
  }
}

@media (max-width: 1180px) and (orientation: landscape) {
  .cs-bg-zoomanimation {
    background-size: cover !important;
    animation: none;
  }
  
  h1.elementor-heading-title {
    font-size: 45px !important;
    line-height: 52px !important;    
  } 

  h2.elementor-heading-title {
    font-size: 40px !important;
    line-height: 50px !important;    
  } 

  p {
    font-size: 17px !important;
    line-height: 26px !important;    
  }  

  .elementor-widget-n-tabs .e-n-tab-title-text {
    font-size: 17px !important;
  }  

  /* page : différence */
  /* Filigrane en haut gauche */
  #cs-filigrane-left img {
    max-width: 375px;
  }

 /* Filigrane en haut droite */
 #cs-filigrane-right img {
    max-width: 275px;
  }  

/* Div Unique et distinctive */
  .cs-tablet-wide-landscape {
    max-width: 525px !important;
  }  

  #svgwrapper.alt-contact {
    margin-left: -350px;
    top: 285px;  
}  

#filigrane-carriere img,
#filigrane-contact img { 
    max-width: 70%
}

#img-form-carriere img,
#img-form-contact img  {
   max-width: 385px
}

.cs-placeholder-desktop {
  display: none
}

.cs-location-wrapper {
  max-width: 475px !important
}

}


@media (max-width: 1024px) {
.cs-bg-zoomanimation {
  background-size: cover !important;
  animation: none;
}

#svgwrapper.alt-contact {
  margin-left: -450px;
  top: 375px;
}  

.cs-absolute-pos-filigrane {
  position: absolute;
  left: 0 !important;
  margin-left: 0px
}
}

@media (max-width: 1024px) and (orientation: landscape){
  #svgwrapper.alt-contact {
    margin-left: -650px;
    top: 200px; 
  }
}


@media (max-width: 768px) {
  .cs-slide-mobile {
      display: block
  }
  
  .cs-slide-mobile>div {
    width: 100%
  }
}  

@media (max-width: 767px) {

  a:focus {
    outline:0;
  }

  #cs-creation-bg  {
    background-position-x: -450px;
    background-position-y: bottom;
  }
  
  .mobile-linebreak {
    display: block
  }
  
  #logo-brand-wrapper {
      padding: 0 30px
  }

  .headerbar {
    opacity: 1;
    z-index: 1000
  }

  .cs-accueil #cs-logo-ico {
   opacity: 0
  }

  .empty {
    display: none
  }
  
  #cs-mc-arrow-button span.elementor-button-icon svg {
    width: 70px;
  }
  
  .jet-posts .jet-more-wrap a {
    display: none
  }
  
  .jet-posts .jet-more-wrap {
    background-size: 70px;
    padding: 0px 5px 0px 0px;
    display: block;
    width: 70px;
    height: 30px;
  }

  .jet-posts__inner-content h4 a {
    font-size: 17px !important;
    line-height: 33px !important;  
  }

  input, textarea, select, p.cf-toggle-btn {
    font-size: 14px !important;    
  }

  .cs-arrowimg {
    width: 70px !important
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 0px 30px 15px !important  
 
  }

#svgwrapper.alt-contact {
  margin-left: -100px;
  top: 315px;
  width: 200px;
}

#svgwrapper.alt-contact.alt-jobpost {  
  top: 375px;
}  


#svgwrapper.alt-contact-rdv {
  left: 50%;
  margin-left: -100px;
  top: 125px;
  width: 200px;
}

.headerbar #cs-logo-ico {
   width: 60%;
   padding: 0
}

.headerbar #cs-logo-ico .e-con-inner {
  padding: 0;
  margin: 0 0 0 30px;
}


#breadcrumbs a {
  font-size: 14px
}

.single-post h1 {
  font-size:45px !important;
  line-height: 52px !important
}

.single-post h3 {
  margin: 100px auto 5px auto;
  font-size: 17px !important;
}

.single-post p {
  /*margin: 100px auto 5px auto;*/
  font-size: 17px;
  line-height: 26px
}

.single-post ul {
  padding: 30px
}

.single-post ul li {
  /*padding: 3px 0px 5px 15px*/
  font-size: 16px;
  line-height: 19px
}

.cs-logo-header-temp.cs-logo-desktop {
  display: none
}

.cs-logo-header-temp.cs-logo-mobile {
  display: block;
}

.cs-logo-header-temp.cs-logo-mobile.hidelogo  {
  display: none
}

.cs-fullwidth-mb .e-con-inner>div {
  width: 100% !important
}

.cs-fullwidth-mb.cs-column-reverse .e-con-inner {
   flex-direction: column-reverse !important;
}

#cs-form-img-wrapper {
   min-height: 0px !important;
   padding-top: 100px
}

#cs-form-img-wrapper .cs-form-abs-pos {
  top: 30px;
  left: 50px
}

}



#breadcrumbs span {
  color: #1d1d1b4f !important;
}  


/*.menu-grid-sm-mobile {
  opacity: 1;
  transition: 3s
}

.menu-grid-sm-mobile.hideme {
  opacity: 0;  
}

.cs-menu-mobile {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-template-rows: auto auto auto auto auto;
  gap: 0px;
  padding: 0px;
  transition: all 1s ease-in-out;
  aspect-ratio: 3 / 5;
  margin: auto auto 0px 0px;
  grid-row-gap: 0px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom:0;
  z-index: 1000
}

.cs-menu-items-mobile {
  opacity: 1;  
  transition: all 1s; 
  aspect-ratio: 3 / 3;
  min-height: 55px;
  min-width: 55px; 
  padding: 0;
  margin: 0;   
}

.cs-main-nav-mobile {
  cursor: pointer
}

.cs-main-nav-submenu-mobile {
  display: none
}
*/

.single-post h1 {
  color: #1d1d1b
}

.single-post h3 {
  margin: 100px auto 5px auto;
  font-size: 25px;
}

.single-post ul {
  list-style-type: none;
  list-style-image: url('img/cs-arrowright-sm.svg');
  padding: 30px
}

.single-post ul li {
  padding: 3px 0px 5px 15px
}

#cs-location-carousel .jet-carousel .jet-slick-dots {
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 350px;
}

.cs-toggle-menu-mobile {
    margin-top: 5px;
    padding-right: 0;
    width: 80px;
}

/*.cs-main-menu-mobile {
  display: none
}*/

/* Ajout Dix-Onze */

.grecaptcha-badge { 
    display: none !important;
    visibility: hidden !important; 
}

.texte-recaptcha {
    font-size: 14px !important;
    color: white !important;    
}
.texte-recaptcha a {
    text-decoration: underline !important;
    color: white !important;    
}
.texte-recaptcha a:hover {
    text-decoration: none !important;
    color: #eee !important;    
}

.modal {
	z-index: 10000 !important;
}

.elementor-element-618930cc {
	display: none !important;
}