:root {
  --white: #ffffff;
  --gold: #c8aa64;
  --gray: #3e3e3d;
  --gold-l: #f1e7cb;
  --primary: #e2e2e2;
  --secondary: #d8bb6b;

}

/*
##########
   menu 
##########
*/





body::-webkit-scrollbar {
  display: none;
}








.body-innerwrapper {

  overflow-y: hidden;
}


body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
}

.homeIntro {
  height: 90vh !important;
}

.sp-megamenu-parent>li>a {
  font-weight: 300 !important;
  font-size: 19px !important;
}



.menuPerso {
  background-color: #474747;
  color: var(--white) !important;
}

.menuItemsPerso {
  padding: 16px 0px 0px 0px;
}


.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
  color: var(--gold);
}


/*soulignement menu actif*/

.sp-megamenu-parent>li>a:before {
  background-color: var(--white);
}


/*FOOTER*/
#sp-footer .container-inner {
  padding: 10px 0;
  margin-left: auto;
}

#sp-footer .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  background-color: var(--gray);
}

.itemsFooter {
  padding: 0px 10px;
  width: 100%;
  display: inline;
  height: 28px;
  /*en block sur smartphone*/
}

.FooterItemParent {
  text-align: right;
}


#sp-footer a,
#sp-bottom a {
  color: var(--white);
}

.mail {
  color: var(--gold) !important;
}


/*colors*/
.white {
  color: var(--white);
}

.bgGray {
  background-color: var(--gray);
}

.bgBlackLight {
  background-color: rgba(0, 0, 0, 0.48);
}

.paddRow {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}


.paddTop {
  padding-top: 50px !important;
}

.paddBot {
  padding-bottom: 50px !important;
}

.divider {
  width: 32%;
}

.padd70 {
  padding: 70px 0px !important;
}

.subRedirection {
  font-size: 24px;
  font-weight: 200;
  line-height: 35px;
}

h2 {
  font-weight: 400 !important;
  font-size: 39px;
}

.titleMore {
  font-size: 42px;
  font-weight: 200 !important;
  text-transform: uppercase;
}

/*canevas*/
.fa-bars {
  font-size: 30px;
  padding-right: 15px;

}

.imageIntro {
  height: 250px;
}



.marginCours:parent {
  padding: 0px;
}

.titleCategorie {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 25px;
}

.buttonInscription {
  color: white;
  padding: 1px 5px;
  font-weight: 200;
}

.buttonInscription:hover {
  color: rgb(223, 223, 223);

}

h3 {
  font-weight: 500 !important;
}

/*
  //////////////
  // ACORDION //
  //////////////
  */
.nbr {

  /* background-color: red;*/
  margin-right: 3px;
  margin-bottom: 3px;
  width: 36px;
  text-align: center;
  color: white;
  font-weight: 300;
  height: 36px;

}

.accordionContainer {
  display: flex;
  color: black !important;
}

.accodionStyle {

  padding: 0px 30px 0px 15px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px!important;

  padding-right: 36px;


  /*  background:red;*/

}
.accodionStyle span{

  font-size: 16px!important;



  /*  background:red;*/

}





.sppb-panel-group>.sppb-panel:first-child {

  border-top-width: 0px;
}

.sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction {
  color: #f1e7cb;
}

.afterNbr {
  flex: 1;


  margin-right: 3px;
  margin-bottom: 3px;

}

.imgCdc {
  cursor: pointer;

  margin-left: auto!important;
  margin-right: auto!important;
}

.contentAccordion {
  margin-bottom: 20px;
  display: none;
  line-height: 25px;

}
.accMail .nbr{
  margin-bottom: 0px;
}


.titleImgBottom {
  bottom: 50px;
  position: absolute;
}

.imgRightP {
  display: flex;
  margin: 10px 0px;
}

.imgRightP img {

  margin-right: 10px;
}

.imgRightP img {
  height: 60px;
}

.titleRightP {
  font-size: 20px;
}


.acc-propos-in {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}
.acc-propos-in .sppb-addon-content a{
  color:white ;
}
.acc-propos-in .sppb-addon-content a:hover{
  color:#723333 ;
}


.separator {
  margin-bottom: 10px;
}




.bg-follow {
  background-color: var(--gold-l);
}

.moreInfoR {
  padding-left: 15px;
}

.bg-infoP {
  background-color: var(--gold);
}

.bg-gray {
  background-color: #e2e2e2;
}

.txtC {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;

}

.txtTsmall {
  font-size: 28px;
  line-height: 37px;
  font-weight: 200;
}

.paddTitle {
  padding-top: 50px !important;
}

.checkboxContentContainer {
  position: relative;
  flex: 1;
  margin-left: 10px;




}

.checkboxContentContainer input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: 0;
}

.titleAcc {
  background: var(--gray);
  color: white;

  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 10px;
  padding-top: 3px;
}

label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

ol,
ul {

  padding-left: 0px;
}






/*ACCODEON FILTRE*/

aside {
  flex: 1;
  margin: 0px 50px;

}

.triangle {
  fill: var(--secondary);
  stroke: none;
  height: 1em;
  width: auto;
}

.triangle-rotate svg {
  transform: rotate(180deg);
}

.filter div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--secondary);
  margin: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.filter div p {
  margin: 0;
}

.filter-items {
  list-style: none;
  line-height: 29px;
}

.deleteFilter {
  color: var(--gold);
  margin-bottom: 30px;
  cursor: pointer;
}

.checkbox {
  background-color: #41B883;
}

.filter {
  margin-bottom: 16px;
}

/*
label:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 7px solid transparent;
  border-left: 10px solid white;
  right: 0;
  position: absolute;
}
input:checked ~ .titleAcc label:after{
  border-left: 7px solid transparent;
  border-top: 12px solid white;
  margin-top: 12px;
  margin-right:10px;
}*/
.faProf {
  position: absolute;
  right: 0;
}

.mapsG {
  height: 350px;
  width: 100%;
}

.content {
  background-color: white;
  display: -webkit-box;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  padding: 7px 10px 10px 10px;

}

input:not(:checked)~.titleAcc~div.content {
  animation-name: close;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;

}

input:checked~.titleAcc~div.content {

  animation-name: open;
  animation-fill-mode: forwards;
  animation-duration: 2s;



}

input:checked~.titleAcc i.fa {

  animation: fa 0.1s forwards;


}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {

  color: #6A6A6A;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.active>a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.active>span {
  color: #313131;
}

.decouverte {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.decouverte a {
  background-color: var(--gold);
  text-transform: uppercase;
  padding: 5px;
  color: white;
  font-size: 17px;
  font-weight: 200;
}


@keyframes fa {

  to {
    transform: translateY(-10%) rotate(90deg);

  }
}



@keyframes open {
  from {

    max-height: 59px;

  }

  to {
    max-height: 1000vh;

  }
}

@keyframes close {
  from {
    max-height:1000vh;
  }

  to {

    max-height: 59px;

  }
}



input:checked~.titleAcc~div.content {
  -webkit-line-clamp: unset;
}

 .containerProf {
  display: flex;
  position: relative;
  flex: 1;
  margin-bottom: 25px;
}

.mailForm {
  margin: 20px 0px;
}

.imgProf {
  height: 91px;
  object-fit: cover;
  width: 91px;
}

.mailCol1 {
  width: 39px;
}

.mailCol2 {
  width: 100%;
  margin: 20px 0px;
}

.mailCol2 input {
  margin: 10px 0px;
  border-radius: 0px !important;
  padding: 10px !important;
  font-weight: 100 !important;
}

.buttonSend {
  background-color: var(--gold);
  text-transform: uppercase;
  border: none;
  color: white;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 200;
  padding: 0px 10px;
}
.content a{
  position: relative;
  z-index: 1;
}
.content p{
  margin-bottom: 10px!important;
}



@media only screen and (max-width: 600px) {

  .titleImgBottom {
    position: static !important;
  }

  .container {
    max-width: 100%;
  }

  .infoSupM {
    padding: 40px 10px !important;
  }

  .colloneAccordion {

    display: block;
  }

  .accordionCol1 {
    width: 100%;
    font-size: 17px;
    margin-bottom: -5px;
  }

  .accordionCol2 {
    font-size: 16px;
    width: 100%;
  }

  .nbr {
    display: none;
  }

  .deleteFilter {

    margin-bottom: 6px;
  }

  .menuItemsPerso {
    padding: 16px 0px 0px 0px;
  }

  .marginCours {
    padding: 0px 10px 0px 10px !important;
  }

  aside {

    margin: 0px 10px 60px 9px;
  }

  .paddAcc {
    padding-top: 24px !important;

    padding-bottom: 40px !important;
  }

  .homeIntro {
    height: 71vh !important;
  }

  .txtC {
    margin: 0px 10px;
  }

  .txtTsmall {
    font-size: 23px;
    margin: 0px 10px;
  }

  .itemsFooter {

    display: flex;
  }

  #sp-footer .container-inner {

    margin-left: 0px;
  }

  #sp-footer {

    font-size: 17px;
    line-height: 41px;
  }

  #sp-footer .container {

    padding-left: 10px;
    padding-right: 10px;
  }

  h2 {
    font-size: 30px;
  }

  .bg-coursAtelier {
    background-color: white;
  }

  .accodionStyle {
    line-height: 22px;
    padding: 6px;
    padding-right: 36px;
  }

  .infoResp {
    background-color: #e2e2e2 !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .sppb-panel-default {
    border: none !important;

  }

  .accMail {
    display: flex;
  }

  .titleImgBottom {
    padding: 0px 50px;
    position: static;
  }

  .container {
    max-width: 100%;
  }

  .infoSupM {
    padding: 40px 50px !important;
  }

  .colloneAccordion {

    display: block;
  }

  .colloneAccordion {

    display: block;
  }

  .accordionCol1 {
    width: 100%;
    font-size: 18px;
    height: 19px;
    margin-bottom: 5px;
  }

  .accordionCol2 {
    font-size: 17px;
    width: 100%;
  }


  #sp-footer {

    font-size: 17px;
    line-height: 41px;
  }

  .itemsFooter {

    display: flex;
  }

  #sp-footer .container-inner {

    margin-left: 0px;
  }

  .menuItemsPerso {
    padding: 16px 0px 0px 0px;
  }

  .txtC {
    margin: 0px 10px;
  }

  .marginCours {
    padding-right: 50px;
    padding-left: 50px;
  }

  .txtTsmall {
    font-size: 23px;
    margin: 0px 10px;
  }

  .bg-coursAtelier {
    background-color: white;
  }

  .accodionStyle {
    line-height: 35px;
  }

  .infoResp {
    background-color: #e2e2e2 !important;
  }
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 991px) {
  .titleImgBottom {
    padding: 0px 50px;
    position: absolute;
  }

  .infoResp {
    background-color: var(--gold) !important;
  }

  .colloneAccordion {

    display: flex;
  }

  .marginCours {
    padding-right: 50px;
    padding-left: 100px;
  }

  .bg-coursAtelier {
    background-color: #f1e7cb;
  }

  .itemsFooter {

    display: inline;
  }

  #sp-footer .container-inner {

    margin-left: auto;
  }

  .accordionCol1 {
    width: 30%;
    font-size: 19px;
    height: initial;
  
  }

  .accordionCol2 {
    font-size: 18px;
    width: 70%;
  }

}

@media only screen and (min-width: 1224px) {
  .marginCours {
    padding-right: 50px;
    padding-left: 300px;
  }
}

.sp-megamenu-parent>li:last-child>a,
.sp-megamenu-parent>li:last-child>span {
  padding-right: 40px;
}