* {
  color: #000;
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

a, a:hover {
  text-decoration: none !important;
} 

.link, .link:hover  {
  font-size: 14px !important;
  color: black !important;;
}

.link-orange, .link-orange:hover {
  color: #fb4b1a !important;
  font-weight: 600;
}

.nav {
  padding: 15px 4% !important;
  background:#6ebec5 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.header {
  padding: 10px 15px 0 30px;
  overflow-x: hidden;
  color: white !important;
  background: rgb(255,255,255);
  width: 100%;
  height: 500px;
  background: linear-gradient(170deg, #f87f73 70%, #292423 30%);
    overflow-y:hidden; 
}

.textS {
  font-size: 14px !important;
  color: #58bff7 !important;
  text-decoration: underline !important;
}

/*-----------------------------------------------------------------*/
.header h1 {
  max-width: 700px;
    color: white !important;
}

.header > div { 
  max-width: 100%;
}

.logo {
  height: 50px;
  width:100%;
  object-fit: cover;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  
}
.edge--bottom:after {
  bottom: 0;
  top: 1;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-4deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
          
}
.block {
  padding: 1% 20px;
  text-align: center;
  color: white !important;
  max-height: 65vh!important;
}
.block1 {
  padding: 1% 20px;
  text-align: center;
  color: white !important;
  max-height: 270vh!important;
  padding-top: 100px;
}
.-berry {
  color: white !important;
  background: #6ebec5;
}
.edge--top--reverse {
  position: relative;
  z-index: -1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--top--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-4deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.-blue {
  background: #e7f7fe;
}
.button-end{
   display: flex; flex-direction: row; 
   justify-content: space-around;
}


@media(max-device-width: 767px) {
  .block{
    max-height: 110vh !important;
  } 
.block1{
  max-height: 210vh !important;
}
}
@media (min-width: 508px) and (max-width: 679px) {
  .block{
    max-height: 115vh !important;
  } 
 }
 @media (min-width: 679px) and (max-width: 767px) {
  .block{
    max-height: 125vh !important;
  } 
 }

@media(max-device-width: 375px) {
  .block{
    max-height: 90vh !important;
  }
  .block1{
    max-height: 230vh !important;
  }
  .illustration1 {
    height: 100px !important;
    width: 100px !important;
  }
  
  
  
}
@media(min-device-width: 1180px) {
 
  .block1{
    padding-top: 200px;
  }
  
}


/*---------------------------------- 1 button connexion ----------------------------------------------*/
.btn {
  align-items: center !important;

}
.btn-layout {
  padding: 2px !important;
  border-radius: 25px;
  text-decoration: none !important;
  width: max-content !important;
  display: flex;
  border-width: 0px;
  background: #fb4b1a !important;

}
/*--------------------------------------------------------------------------------*/
.btn-default {
  padding: 8px 20px 5px 20px !important;
  height: 40px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #fff ;
  border-radius: 20px !important;
  min-width: 100px;
  outline: none;
  background-color:#fb4b1a !important;
  box-shadow: none !important;
  font-family: inherit;
  letter-spacing: 1px;
  border-style: none !important;
}
.btn-default:hover{
  box-shadow:  rgba(0, 0, 0, 0.35) 0px 5px 15px !important; 
}

.btn-layout > .btn-default, .btn-layout > .btn-default:active {
  padding: 3px 15px 0px 15px !important;
  height: 36px !important;
  background-color: #fff !important;
  color: #fb4b1a !important;
  background-image: unset !important;

}
.btn-layout:hover > .btn-default, .btn-layout:hover > .btn-default:active {
  height: 36px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  border-radius: 20px !important;
  min-width: 100px;
  outline: none;
  background: #fb4b1a!important;
  box-shadow: none !important;
  font-family: inherit;
  letter-spacing: 1px;
  white-space: normal !important;
  word-wrap: break-word !important;
}
.btn.btn-default.blue-b {
background: white !important;
 color: #223946 !important ;
}
.btn.btn-default.blue-b:hover {
background-color: #223946 !important;
color: #fff !important ;
}

.btn-blue, .btn-blue:active {
  background-image: unset !important;
  background-color:#fb4b1a!important;
  color: #fff; 
  font-weight: bold !important;
  align-items: center !important;
}

.btn-outline, .btn-outline:active {
  height: 30px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #fb4b1a ;
  background-color: #fbf6f9;
  border-radius: 20px !important;
  border: 1px solid #fb4b1a !important;
  min-width: 100px;
  outline: none;
  box-shadow: none !important;
  font-family: inherit;
  letter-spacing: 1px;
}

.btn-large-layout {
  max-width: 100%;
}

.btn-large, .btn-large:active{
  max-width: 100%;
  font-size: 14px !important;
  padding: 15px 50px 10px 50px !important;
  height: 50px !important;
  border-radius: 40px !important;
}
.pa{
  display: flex; 
  justify-content: center;
}

@media(min-device-width: 575px) and (max-device-width: 767px) {
  .btn-cnt{
    display: flex !important;
    justify-content: center !important;
  }
}
.text-txt{
  font-size: 18px !important;
  line-height: 1.2;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.section1 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
@media(min-width: 768px) and (max-width: 991px) {
  .cc{
    padding: 0px 25%!important;
  }
  .section1 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .illustration{
    max-width: 385px !important;
    height: 240px !important;
    padding-left: 10px;
    padding-right: 15px;
 
 }
 .illustrations{
  max-width: 390px !important;
  height: 300px ;
  padding-left: 40px;
  padding-right: 40px;
}
.text-txt{
  font-size: 13px !important;
  line-height: 1.3 !important;
}
.big-text-title{
  font-size: 16px !important;
}

}

@media(min-width: 991px) and (max-width: 4000px) {
  .pa{
    padding-bottom: 5px;
    }
  
  .section1 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
 
  .illustration{
   width: 540px !important;
    height: 320px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
 .illustrations{
  max-width: 100% !important;
  height: 400px !important;
}
.ppb{
  padding-bottom: 20px;
}

}
@media(min-device-width: 991px) and (max-device-width: 1226px) {
.section1 {
  justify-content: space-between!important;
}
}
@media(min-width: 992px) and (max-device-width: 1200px){
  .pa{
    padding-bottom: 5px !important;
  }
  .text-txt{
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .illustration{
    max-width: 470px !important;
    height: 300px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
 .illustrations{
  max-width: 410px !important;
  height: 360px !important;
}
.ppb{
  padding-bottom: 40px;
}
}
@media(min-width: 1200px) {
  .text-txt{
    font-size: 18px !important;
    line-height: 1.5 !important;
   
  }
} 
@media(min-width: 1300px) {
  .text-txt{
    font-size: 19px !important;
    line-height: 1.6 !important;
   
  }
} 

@media(min-width: 768px) {
  .cc{
    padding: 0px 20%!important;
  }
}

@media(max-width: 767px) {
  .text-txt{
    font-size: 17px !important;
    line-height: 1.4 !important;
  }
}



/*-------------------- 2 button je m'inscrit-----------------*/

@media (max-width: 400px) { 
  .btn-large, .btn-large:active {
    font-size: 11px !important;
  }
  .textS {
    font-size: 11px !important;
  }
  }
@media (max-width: 330px) { 
    .btn-large, .btn-large:active {
      font-size: 7px !important;
    }
    .textS {
      font-size: 7px !important;
    }
    .header {
      max-height:150vh !important; 
    }
    }
    
@media (max-width: 830px) and (min-width:768px) {
      .btn-large, .btn-large:active {
        font-size:12px !important; 
      }
      .textS {
        font-size:12px !important; 
      }
      }
@media (max-width: 992px) and (min-width:768px) {
        .header {
          max-height:90vh !important; 
        }
        }
   
/*----------------------------------------------------------*/

.section {
  padding: 20px 70px;
  margin-top: 70px;
}

.section p {
  font-size: 20px;
}
/*************************************11************************************/
.big-text {
  font-size: 30px !important;
}
.big-text-title {
  font-size: 25px !important;
}



/*******************************************************************************/
.medium-text {
  font-size: 20px !important;
}

.large-text {
  font-size: 34px;
  line-height: 50px;
}

.small-text {
  font-size: 14px;
}

.thin {
	font-weight: 100;
}

.light {
	font-weight: 200;
}

.extralight{
	font-weight: 300;
}
 
.medium {
	font-weight: 500;
}

.bold {
  font-weight: bold;
}

.blue-text {
  color: white ;
}

.illustration {
  max-width: 100%;
}
.illustrations {
  max-width: 100%;
}

.illustration1 {
  height: 450px !important;
  width: 500px !important;
}

.views-container {
  background-image: radial-gradient(#3d687f 5%, #223946 70%);
}

.views-container > div{
  width: 300px;
}
.views-container p, .views-container a {
  color: #fff !important;
  font-size: 14px !important;
  font-family: "Lato",helvetica,arial,sans-serif !important;
}

.first-stars {
  width: 200px;
}

.stars {
  width: 150px;
}


/*---------------------------- 4 ------------------------------*/
@media (min-width: 1024px) and (max-width: 1600px) {
 
  .first-stars {
    width: 150px !important;
  }
  .stars {
    width: 110px !important;
  }
  .views-container p, .views-container a {
    color: #fff !important;
    font-size: 11px !important;
    width: 200px;
  }
}


@media(max-width: 701px) {
  .center-first {
    display: flex;
    justify-content: center;
  }
  .center {
    text-align: center;
  }
  
}
/*--------------------------------------------------------------*/

.payment-container img{
  width: 100px;
  margin: 20px;
}

.more{
  width: 30px;
  transform: rotate(180deg);
}

.registration-container {
  background-image:  linear-gradient(to right, #5189a7 0%, #71bae4 100%);
}

.registration-container p {
  color: #fff !important;
  font-size: 20px !important;
  margin: 5px 0;
}
.footer p, .footer a { 
  color: #a9abae;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}
@media (min-width: 768px) and (max-width: 844px) {
  .footer p, .footer a { 
 
  font-size: 12px !important;
}
}

.footer h6 {
  font-weight: bold !important;
  color: #373a3c !important;
}

.footer a:hover {
  color: #fb4b1a;
}

.footer a img {
  width: 30px;
  height: 30px;
  margin: 0 3px;
}


@keyframes nudge {
  0%, 50%, 100% {
    transform: translate(0, 0);
  }
  
  25% {
    transform: translate(3px, -3px);
  }

  75% {
    transform: translate(6px, 0);
  }

  65%, 85% {
    transform: translate(-3px, -3px);
  }

  75% {
    transform: translate(-6px, 0);
  }

}


@media (max-width: 1400px) {
  .header {
    height: 700px;
  }
  .btn-large, .btn-large:active {
    padding: 13px 20px !important;
    height: 55px !important;
  }
}

@media (max-width: 992px){
  .header {
    height: 600px;
    max-height: unset;
  }
  

  .large-text {
    font-size: 24px;
  }
  .btn-large, .btn-large:active {
    padding: 8px 15px 5px 15px !important;
    height: 45px !important;
  }
}



@media (max-width: 767.98px) {
  .illustration3{
    max-width: 200px;
  }
  .header {
    height: unset;
  }
  .header, .section {
    padding: 10px;
  }
  .section {
    margin-top: 30px;
  }
  
  .big-text{
    font-size: 24px !important;
  }
  .large-text{
    font-size: 20px;
  }
}
@media(max-width: 1024px) {
  .big-text{
    font-size: 22px !important;
  }
  .illustration1 {
    height: 300px !important;
    width: 350px !important;
  }
  
 }

@media (min-width: 575.98px) { 
  .d1{
    width:200px !important
  }
}
@media (max-width: 575.98px) { 
  .button-end{
  flex-direction: column; 
     justify-content: space-around;
  }
 
  .pm{
    padding-left: 30px !important;
  }
  .btn-layout {
    width: unset !important;
  }
  .btn-layout > button {
    width: 100%;
  }
  .btn-default, .btn-large {
    width: 100%;
  }
  .views-container{
    width: 100%;
  }
  .text-c {
    text-align: center;
  }
  .text-c1 {
    display: flex;
    justify-content: center;
   
  }
  .text-cc{
    display: flex;
    justify-content: center;
  }
 .a1{
    margin-left: 30px;
  }

  .medium-text {
    font-size: 14px !important;
  }
  

}
@media (max-width: 1199px) { 
  .f2{
    display: flex;
    justify-content: center;
  }
  .f1{
    text-align: center !important;
  }
  .cf{
    margin-top: 20px;
  }
  #c1 {
    order: 5 !important;
  }
  #c2 {
    order: 1 !important;
  }
  #c3 {
    order: 2 !important;
  }
  #c4 {
    order: 3 !important;
  }
  #c5 {
    order: 4 !important;
  }

}
@media (max-width: 314px) { 
  .a1{
    margin-left: 0px;
  }
}
