/*-------------------------*/
#landing.piano-gs-lecture {
  font-family: 'nunito', arial;
  margin-top:20px;
}
.no-margin {
  margin: 0px -15px;
}
.no-padding {
  padding: 0;
}
.text-center .img-responsive {
  margin: 0 auto;
}
.no-overflow {
  overflow: hidden;
}
.region.region-footer {
  margin-top: 0 !important;
}
/*-------------------------*/
/* SCROLL */
/* ::-webkit-scrollbar { */
  /* width: 24px !important; */
/* } */
/* ::-webkit-scrollbar-track { */
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; */
  /* -webkit-border-radius: 10px !important; */
  /* border-radius: 10px !important; */
/* } */
/* ::-webkit-scrollbar-thumb { */
  /* -webkit-border-radius: 10px !important; */
  /* border-radius: 10px !important; */
  /* background: #375972 !important; */
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; */
/* } */
/* ::-webkit-scrollbar-thumb:window-inactive { */
  /* background: #A6A6A6 !important; */
/* } */
/*-------------------------*/
/*ESPACEMENT GRID SUPPLEMENTAIRE A 6REM*/
.m-6 {
  margin: 6rem !important;
}
.mt-6, .my-6 {
  margin-top: 4rem !important;
}
.mr-6, .mx-6 {
  margin-right: 6rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}
.ml-6, .mx-6 {
  margin-left: 6rem !important;
}
/*-------------------------------*/
.p-6 {
  padding: 6rem !important;
}
.pt-6, .py-6 {
  padding-top: 6rem !important;
}
.pr-6, .px-6 {
  padding-right: 6rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 6rem !important;
}
.pl-6, .px-6 {
  padding-left: 6rem !important;
}


.img-block  {
  position: relative;
  overflow: hidden;
}

.img-zoom {
  display: block;
  width: 100%;
  height: auto;
  
  transition: transform 0.4s ease;
}

.img-block:hover .img-zoom {
  transform: scale(2); 
}

/*RESPONSIVE*/
/*-------------------------*/
@media (max-width: 1200px) {
  .p-8 {
    padding: 5rem !important;
  }
  .pt-8, .py-8 {
    padding-top: 5rem !important;
  }
  .pr-8, .px-8 {
    padding-right: 5rem !important;
  }
  .pb-8, .py-8 {
    padding-bottom: 5rem !important;
  }
  .pl-8, .px-8 {
    padding-left: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  #landing .container h2 {
    font-size: 28px;
  }
  #landing .container h3 {
    font-size: 24px;
  }
  #landing .container h4 {
    font-size: 20px;
  }
  .landing.agenda .lead {
    font-size: 1.2em;
  }
  .p-8 {
    padding: 5rem !important;
  }
  .pt-8, .py-8 {
    padding-top: 5rem !important;
  }
  .pr-8, .px-8 {
    padding-right: 5rem !important;
  }
  .pb-8, .py-8 {
    padding-bottom: 5rem !important;
  }
  .pl-8, .px-8 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 768px) {
  div.list-icone div.icone {
    flex-basis: calc(50% - 10px);
  }
  .col-sm-10.no-padding.pt-8.pb-8 {
    padding: 2em;
  }
  .p-8 {
    padding: 2rem !important;
  }
}
@media (max-width: 360px) {
  div.list-icone div.icone {
    flex-basis: calc(100% - 10px);
  }
}
/*-------------------------*/
.text-one {
  color: #2F2523;
}
.text-two {
  color: #9A3C8B;
}
.text-three {
  color: #D57AAE;
}
.text-four {
  color: #A8C91D;
}
.text-fb {
  color: #2374E1;
}
.text-five {
  color: #3B755B;
}
.bg-rose {
  background-color: #FBF2F7 !important;
}
.bg-vert {
  background-color: #F7FAE9 !important;
}
/*-------------------------*/
#landing .container a {
  color: #9A3C8B;
  text-decoration: underline;
}
#landing .container a.btn {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #FFFFFF;
  /*+box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);*/
  -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  /*+border-radius: 8px;*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  font-size: 22px;
  white-space: normal;
}
/*-------------------------*/
.btn-primary {
  color: #FFF;
  background-color: #993C8A;
  border-color: #993C8A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #78316C;
  border-color: #79306D;
}
.btn-info {
  color: #FFF;
  background-color: #A8C91D;
  border-color: #A8C91D;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #7C9417;
  border-color: #829C17;
}
.btn-fb {
  color: #FFF;
  background-color: #2374E1;
  border-color: #2374E1;
}
.btn-fb:hover, .btn-fb:focus, .btn-fb:active, .btn-fb.active, .open > .dropdown-toggle.btn-fb {
  color: #FFF;
  background-color: #1958AD;
  border-color: #1958AD;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
#landing .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*-------------------------*/
#landing .container {
  background-color: transparent;
  font-size: 20px;
}
#landing .container p {
  font-size: 20px;
}
#landing .intro {
  border-top: 40px solid #A8C91D;
  color: #2F2523;
  background-color: ;
}
#landing h1, #landing .h1, #landing h2, #landing .h2, #landing h3, #landing .h3, #landing h4, #landing .h4 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#landing .h1, #landing h1 {
  font-size: 48px;
}
#landing .h2, #landing h2 {
  font-size: 40px;
}
#landing .h3, #landing h3 {
  font-size: 32px;
}
#landing .h4, #landing h4 {
  font-size: 24px;
}
#landing .dispositif .col-sm-8 p {
  font-size: 18px;
}
#landing .dispositif {
  /*+border-radius: 16px;*/
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  border-radius: 16px;
}
#landing .dispositif h3 {
  margin-top: -0.5em;
}
/*-------------------------*/
ul.liste-argument {
  list-style: none outside none;
  font-size: 20px;
  line-height: 2em;
  position: relative;
  padding-left: 0px;
}
ul.liste-argument li {
  position: relative;
  padding-left: 70px;
}
ul.liste-argument li:before {
  position: absolute !important;
  width: 95px !important;
  height: 30px !important;
  display: block !important;
  top: 6px !important;
  left: -30px !important;
  content: "  ";
  background-color: #F1D4E5 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
ul.liste-argument li:after {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 13px;
  left: 40px;
  content: "  ";
  background-color: #7C3270;
  /*+border-radius: 18px;*/
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
}
/*-------------------------*/
#landing .un-temoin {
  padding: 1em;
  margin: 1em;
  font-size: 18px;
  font-style: italic;
  background-color: #F0F5D5;
  /*+border-radius: 1em;*/
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  position: relative;
}
#landing .un-temoin:before {
  position: relative;
  content: ' ❝ ';
  color: #A8C91D;
  position: absolute;
  display: block;
  width: 50px;
  height: 40px;
  top: -45px;
  font-style: normal;
  font-size: 83px;
  line-height: normal;
}
.embed-responsive {
}
