/***************************************/
/******** GDT FRONT OFFICE *********/
/*************************************/

/********* SOMMAIRE *************/
/*
  1 - Général
  2 - Utile
  3 - Containers
  4 - Fonts
  5 - Colors
  6 - Margins et paddings
  7 - Material icons
  8 - Modals
  9 - Buttons
  10 - Formulaires
  11 - Slider
  12 - Header
  13 - Magnific Popup
  14 - Pages
    14.1 - Connexion
    14.2 - Accueil
    14.3 - Informations
    14.4 - Page destination
    13.5 - Classement
    13.6 - Classement détail
    13.7 - Timeline
*/

/*---------- 1 - Général ----------*/

*{
  box-sizing: border-box;
}

body{
  font-family: 'Helvetica Neue','Helvetica','Arial','sans-serif';
  background-color: #fff;
}

a,
a:hover,
a:focus{
  text-decoration: none;
}

p,ul{
  margin: 0;
}

ul li{
  list-style: none;
}

img{
  display: block;
}

.lien,
.lien:focus,
.lien:hover{
  color:#FF7900;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

/*---------- 2 - Utile ----------*/

.noMargin{
  margin:0;
}

.noPadding{
  padding: 0;
}

.centerDiv{
  margin: 0 auto;
}

.taCenter{
  text-align: center;
}

/*---------- 3 - Containers ----------*/

@media (min-width: 1300px){
  html div.container{
    max-width:1200px;
  }
}

@media (min-width: 1400px){
  html div.container{
    max-width:1275px;
  }
}

@media (min-width: 1500px){
  html div.container{
    max-width:1350px;
  }
}

@media (min-width: 1600px){
  html div.container{
    max-width:1425px;
  }
}

@media (min-width: 1700px){
  html div.container{
    max-width:1500px;
  }
}

@media (min-width: 992px){
  .extra-padding-left{
    padding-left: 30px;
  }

  .extra-padding-right{
    padding-right: 30px;
  }
}

@media (min-width: 992px){
  .extra-more-padding-left{
    padding-left: 90px;
  }

  .extra-more-padding-right{
    padding-right: 90px;
  }
}

/*---------- 4 - Fonts ----------*/

.t10{
  font-size: 10px;
}

.t11{
  font-size: 11px;
}

.t12{
  font-size: 12px;
}

.t13{
  font-size: 13px;
}

.t14{
  font-size: 14px;
}

.t15{
  font-size: 15px;
}

.t16{
  font-size: 16px;
}

.t17{
  font-size: 17px;
}

.t18{
  font-size: 18px;
}

.t19{
  font-size: 19px;
}

.t20{
  font-size: 20px;
}

.bold{
  font-weight: 800;
}
/*---------- 5 - Colors ----------*/

.persoBlanc{
  color:#fff;
}

.persoNoir{
  color:#000;
}

.persoGris{
  color:#595959;
}

.persoGrisClair{
  color:#8F8F8F;
}

.persoOrange{
  color:#FF7900;
}

/*---------- 6 - Margins et paddings ----------*/

.mt1{
  margin-top: 1px;
}

.mt5{
  margin-top: 5px;
}

.mt8{
  margin-top: 8px;
}

.mt10{
  margin-top: 10px;
}

.mt13{
  margin-top: 13px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

.mt60{
  margin-top: 60px;
}

/**/

.-mb1{
  margin-bottom: -1px;
}

.-mb2{
  margin-bottom: -2px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb35{
  margin-bottom: 35px;
}

.mb50{
  margin-bottom: 50px;
}

/**/

.ml15{
  margin-left: 15px;
}

.ml20{
  margin-left: 15px;
}

/***/

.p10{
  padding: 10px;
}

/*---------- 7 - Material icons ----------*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*---------- 8 - Modals ----------*/

.modal button.closeModal{
  width:24px;
  height:24px;
  position: absolute;
  top:20px;
  right:18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-image: url('../images/icon/closeModal.svg');
  opacity: 1;
}

  /* Modal simple */

html .modalSimple.modal.show .modal-dialog{
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
}

html .modalSimple p.contenu{
  font-family: 'Helvetica Neue','Helvetica','Arial','sans-serif';
  font-weight: 400;
  line-height: 22px;
}

.modalSimple .modal-content .modal-body{
  padding: 10px 24px 10px;
}

.modalSimple .modal-footer button.btn:not(.btn-link):not(.btn-circle){
  font-weight: 400;
  border:0;
  box-shadow: none;
}

.modalSimple .modal-footer button.btn.btn-primary{
  color: #FF7900;
}

.modalSimple .blocDestinataire{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.modalSimple .blocDestinataire img{
  width:44px;
}

/*---------- 9 - Buttons ----------*/

.cta-classique{
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  color:#fff;
  border:0;
}

.cta-classique.big{
  font-size: 17px;
}

.cta-classique:hover,
.cta-classique:focus{
  color:#FFF;
}

.cta-classique.yellow{
  background-color: #FFB400;
}

.cta-classique.orange{
  background-color: #FF7900;
}

.cta-classique.gris{
  background-color: #8F8F8F;
}

/*************/

.ctaTypeMobile{
  display: block;
  margin: 0 auto;
  width: 250px;
  height:50px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  background-color: #FF7900;
  font-size: 18px;
  color:#fff;
  border:0;
  cursor: pointer;
}

.ctaTypeMobile.mt30{
  margin:30px auto 0px;
}

.ctaTypeMobile:hover,
.ctaTypeMobile:focus{
  color:#FFF;
}

.ctaRecherche{
  width:100%;
  height:42px;
  background-color: #FF7900;
  border:0px;
  color:#FFF;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

/*---------- 10 - Formulaires ----------*/

div.is-focused .form-control{
    background-image: -webkit-linear-gradient(bottom, #FF7900 2px, rgba(0,150,136,0) 0%),-webkit-linear-gradient(bottom, rgba(0,0,0,.26) 1px, transparent 0%);
}

input.form-control{
  background-image: -webkit-linear-gradient(bottom, #8F8F8F 2px, rgba(0,150,136,0) 0%),-webkit-linear-gradient(bottom, rgba(0,0,0,.5) 1px, transparent 0%);
}

div.form-group.is-focused label.bmd-label-floating{
  color: #FF7900;
}

div.form-group label.bmd-label-floating{
  color:#8F8F8F;
}

div.checkbox{
  color:#595959;
}

div.checkbox .checkbox-decorator{
  top:2px;
}

div.checkbox .checkboxLabel{
  margin-left: 5px;
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check{
  color: #FF7900;
  border-color: #FF7900;
}

.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check::before{
  color: #FF7900;
}

div.dropdownClassique{
  min-width: 224px;
}

div.dropdownClassique button{
  background-color: #FFF!important;
  border-radius: 5px;
  color:#000!important;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 15px 0px 20px;
  height:42px;
  line-height: 42px;
  margin:0;
  display: flex;
  justify-content: space-between;
  min-width: 224px;
}

div.dropdownClassique div.ripple-container{
  display: none
}


div.dropdownClassique button:hover,
div.dropdownClassique button:focus,
div.dropdownClassique button:active{
  background-color: #FFF!important;
  color:#000!important;
  border:0;
}

div.dropdownClassique button i#chevron{
  display: inline-block;
  height:42px;
  width:20px;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/chevron-down-noir.svg');
  margin-left: 15px;
}

div.dropdownClassique button::after{
  display: none;
}

div.dropdownClassique div.dropdown-menu{
  padding:0;
  width: 100%;
}

div.dropdownClassique div.dropdown-menu .dropdown-item{
  cursor: pointer;
}

div.dropdownClassique div.dropdown-menu .dropdown-item:hover{
  background-color: #EEEEEE;
}

/*--------- 11 - Slider ----------*/

ul.slick-dots{
  position: absolute;
  bottom:30px;
  left:0;
  width:100%;
  padding:0;
  display: flex;
  justify-content: center;
}

ul.slick-dots li.slick-active button{
  background-color: #FFF;
}

ul.slick-dots li button{
  border-radius: 50%;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  border: 2px solid white;
  margin:0 5px;
  cursor: pointer;
}

/*--------- 12 - Header ----------*/

header div#header-top-bar{
  width:100%;
  height:50px;
  background-color:#000;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000;
}

@media (max-width: 1100px){
  html header div#header-top-bar{
    padding: 0 20px;
  }
}

header div#header-top-bar .nous-contacter{
  display: inline-block;
  vertical-align: middle;
  color:#FFF;
  font-size: 15px;
}

header div#header-top-bar .nous-contacter::before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/header-footer/mail-gris.svg');
  margin-right: 8px;
  margin-bottom: 4px;
}

header div#header-top-bar .isConnected#connexion button.dropdown-toggle{
  font-weight: 700;
}

header div#header-top-bar #connexion button.dropdown-toggle,
header div#header-top-bar a#connexion{
  display: inline-block;
  vertical-align: middle;
  color:#FFF;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  margin: 0;
}

header div#header-top-bar #connexion button.dropdown-toggle:hover,
header div#header-top-bar #connexion button.dropdown-toggle:active,
header div#header-top-bar #connexion button.dropdown-toggle:focus{
  background-color: transparent;
}

header div#header-top-bar #connexion button.dropdown-toggle::before,
header div#header-top-bar a#connexion::before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/header-footer/user-gris.svg');
  margin-right: 7px;
  margin-bottom: 2px;
}

header div#header-top-bar #connexion button.dropdown-toggle::after{
  display: none;
}

header div#header-top-bar #connexion .dropdown-menu{
  padding:0;
  margin:0;
  border-radius: 2px;
  top:44px!important;
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item{
  flex-flow: unset;
  cursor: pointer;
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item:hover{
  background-color: #EEEEEE;
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item span{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item i{
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -1px;
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item i#cg{
  background-image: url('../images/icon/header-footer/cg-gris.svg');
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item i#faq{
  background-image: url('../images/icon/header-footer/faq-gris.svg');
}

header div#header-top-bar #connexion .dropdown-menu .dropdown-item i#deco{
  background-image: url('../images/icon/header-footer/deco-gris.svg');
}

header div#header-top-bar div.right-bloc{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

header div#header-top-bar div.flag-container{
  margin-right: 40px;
  height:50px;
  width:80px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1100px){
  html header div#header-top-bar div.flag-container{
    margin-right: 10px;
  }
}

header div#header-top-bar div.flag-container .picto-flag{
  display: inline-block;
  width:32px;
  height:50px;
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

header div#header-top-bar div.flag-container .picto-flag#fr{
  background-image: url('../images/icon/header-footer/flag-fr.svg');
}

header div#header-top-bar div.flag-container .picto-flag#en{
  background-image: url('../images/icon/header-footer/flag-en.svg');
}

/*****/

header nav#header-nav-bar{
  width:100%;
  height:110px;
  background-color:#000;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px){
  header nav#header-nav-bar.nav-ecarte li.picto{
    display: none;
  }
}

@media (min-width: 1101px){
  header nav#header-nav-bar.nav-ecarte{
    justify-content: space-between;
    padding:0 100px;
  }

  header nav#header-nav-bar.nav-ecarte li.picto a{
    float: left;
  }

  header nav#header-nav-bar.nav-ecarte a#picto-orange{
    display: inline-block;
    vertical-align: middle;
    color:#FFF;
    font-weight: 700;
    font-size: 30px;
  }

  header nav#header-nav-bar.nav-ecarte a#picto-orange::before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width:60px;
    height:60px;
    background-size: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/icon/header-footer/logo-orange.svg');
    margin:0 20px 0 0;
  }
}

header nav#header-nav-bar ul#principal{
  display: flex;
  align-items: center;
}

@media (min-width: 1101px){
  header nav#header-nav-bar ul#principal{
    padding-left: 100px;
  }
}

header nav#header-nav-bar ul#principal li{
  position: relative;
}

header nav#header-nav-bar ul#principal > li{
  height: 40px;
  line-height: 40px;
}

header nav#header-nav-bar ul#principal li.picto{
  height: auto;
  line-height: normal;
}

header nav#header-nav-bar ul#principal li a.menu,
header nav#header-nav-bar ul#principal li span.menu{
  display: inline-block;
  color:#FFF;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 20px;
}

header nav#header-nav-bar ul#principal li:hover a.menu,
header nav#header-nav-bar ul#principal li:hover span.menu,
header nav#header-nav-bar ul#principal li:focus a.menu,
header nav#header-nav-bar ul#principal li:focus span.menu,
header nav#header-nav-bar ul#principal li a.menu.active,
header nav#header-nav-bar ul#principal li span.menu.active{
  color:#FF7900;
  cursor: pointer;
}

header nav#header-nav-bar ul#principal li div.dropdown-content{
  display: none;
  top:40px;
  position: absolute;
  background-color: #fff;
  width: 180px;
  z-index: 1;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
}

header nav#header-nav-bar ul#principal li div.dropdown-content.level-two{
  top:0;
  right:-180px;
}

header nav#header-nav-bar ul#principal li div.dropdown-content a,
header nav#header-nav-bar ul#principal li div.dropdown-content span{
  color: black;
  padding: 14px 25px;
  margin:0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: normal;
  position: relative;
}

header nav#header-nav-bar ul#principal li div.dropdown-content.level-one span.has-dropdown::after{
  content:'';
  position: absolute;
  right:5px;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  width:22px;
  height:22px;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/chevron-right-noir.svg');
}

header nav#header-nav-bar ul#principal li div.dropdown-content a:hover,
header nav#header-nav-bar ul#principal li div.dropdown-content span:hover{
  background-color: #EEEEEE;
}

header nav#header-nav-bar ul#principal li:hover div.dropdown-content.level-one{
  display: block;
}

header nav#header-nav-bar ul#principal li div.dropdown-content.level-one li:hover div.dropdown-content.level-two{
  display: block;
}

header nav#header-nav-bar ul#principal li div.dropdown-content ul#secondaire{
  padding:0;
}


header nav#header-nav-bar ul#principal li a#picto-orange{
  display: inline-block;
  width:60px;
  height:60px;
  background-size: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/header-footer/logo-orange.svg');
  margin:0 20px 0 0;
}

/***/

header div#header-top-bar span#menu-burger{
  display: none;
  width:25px;
  height:25px;
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/header-footer/menu.svg');
  cursor: pointer;
  transition: 1s;
  margin-left: 15px;
}

header div#header-top-bar span.turn#menu-burger{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@media (max-width: 1100px){
  html header div#header-top-bar span#menu-burger{
    display: block;
  }

  html header nav.show-menu#header-nav-bar{
    display: block;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
  }

  html header nav#header-nav-bar{
    display: block;
    height:auto;
    transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    position: absolute;
    top:50px;
    left:0;
    opacity: 0;
    transition: .8s;
    z-index: 200;
  }

  html header nav#header-nav-bar ul{
    flex-direction: column;
    padding: 0 0 5px 0;
  }

  html header nav#header-nav-bar ul li a#picto-orange{
    display: none!important;
    margin:0!important;
  }

  html header nav#header-nav-bar ul li a{
    margin:10px;
  }
}

/***********/

footer img#bg-footer{
  width:100%;
  height:auto;
}

footer div.bande-noir{
  width:100%;
  padding: 10px 100px;
  background-color: #000;
  color:#FFF;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer div.bande-noir i#coeur{
  display: inline-block;
  vertical-align: middle;
  width:18px;
  height:13px;
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/header-footer/coeur-blanc.svg');
  margin-bottom:5px;
}

footer div.bande-noir .container-bloc-droite{
  display: flex;
  justify-content: space-between;
  width:270px;
}

footer div.bande-noir .container-bloc-droite a{
  color:#FFF;
}

footer div.bande-noir .container-bloc-droite a::before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom:2px;
}

footer div.bande-noir .container-bloc-droite a#parametre::before{
  background-image: url('../images/icon/header-footer/rouage-gris-clair.svg');
  margin-right: 6px;
}

footer div.bande-noir .container-bloc-droite a#contacter::before{
  background-image: url('../images/icon/header-footer/mail-gris-clair.svg');
  margin-right: 7px;
}

@media (max-width: 899px){
  footer div.bande-noir{
    padding: 10px 10px;
    align-items: center;
    flex-direction: column;
  }
  footer div.bande-noir .container-bloc-droite{
    margin-top: 10px;
  }
}

/*****/

div#ariane{
  width:100%;
  background-color: #EEEEEE;
  padding:50px 0;
  text-align: center;
}

div#ariane.mode-black{
  background-color: #000;
}

div#ariane.mode-white{
  background-color: #FFF;
}

div#ariane h1{
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

div#ariane.mode-black h1{
  color: #FFF;
}

div#ariane.mode-white h1{
  color: #000;
}

div#ariane span{
  color:#8F8F8F;
  font-size: 15px;
}

div#ariane.mode-black span{
  color: #FFF;
}

/****/

div#ariane-photo{
  position: relative;
  width:100%;
  height:202px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div#ariane-photo::before{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}

div#ariane-photo h1{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  display: block;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  z-index: 10;
}

/***/

div#ariane-extanded{
  width:100%;
  background-color: #EEEEEE;
  padding:35px 100px;
  position: relative;
}

div#ariane-extanded.mode-black{
  background-color: #000;
}

div#ariane-extanded.mode-white{
  background-color: #FFF;
}

div#ariane-extanded h1{
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

div#ariane-extanded.mode-black h1{
  color: #FFF;
}

div#ariane-extanded span{
  position: absolute;
  right:100px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color:#8F8F8F;
  font-size: 15px;
}

@media (max-width: 600px){
  html div#ariane-extanded span{
    position: static;
  }
}

div#ariane-extanded.mode-black span{
  color:#FFF;
}

/*--------- 13 - Magnific Popup ----------*/

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*--------- 14 - Pages ----------*/
/*--------- 14.1 - Connexion ----------*/

.login-page{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/general/connexion-bg.jpg');
  width: 100vw;
  height:100vh;
  overflow-x: hidden;
}

.login-page::before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  background-color: rgba(0,0,0,.4);
  z-index:1;
}

.login-page .login-box {
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: #FFF;
  border-radius: 5px;
  padding: 40px 90px;
  max-width: 460px;
  z-index: 10;
  width: 100%;
}

.login-page .logo-orange{
  width:120px;
  margin: 0 auto;
  display: block;
}

.login-page div.form_container{
  padding: 20px 0 0;
}

.login-page div.form_container a#cgu,
.login-page div.form_container a#cgu:focus,
.login-page div.form_container a#cgu:hover{
  color:#FF7900;
}

.login-page .mdpOublie{
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top:25px;
}

/**********/

.login-page-dual{
  width: 100vw;
  height:100vh;
  overflow: hidden;
  display: flex;
}

.login-page-dual .part-image{
  width:100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url('../images/general/inscription_seminaire01.jpg' );
}

.login-page-dual .part-contenu{
  position: relative;
  width:50%;
}

.login-page-dual .part-contenu .container-form{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.login-page-dual .part-contenu .container-form span.title{
  font-size: 30px;
  font-weight: 700;
}

.login-page-dual .part-contenu .container-form p{
  margin: 10px 0 30px;
  font-size: 16px;
  color: #8F8F8F;
}

.login-page-dual .part-contenu .container-form input[type="text"],
.login-page-dual .part-contenu .container-form input[type="password"]{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #D6D6D6;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  outline: 0;
  margin-bottom: 20px;
}

.login-page-dual .part-contenu .container-form input[type="text"]::-webkit-input-placeholder,
.login-page-dual .part-contenu .container-form input[type="password"]::-webkit-input-placeholder{
  color:#D6D6D6;
  font-size: 14px;
  height:50px;
  line-height: 25px;
}

.login-page-dual .part-contenu .container-form input[type="text"]::-moz-placeholder,
.login-page-dual .part-contenu .container-form input[type="password"]::-moz-placeholder{
  color:#D6D6D6;
  font-size: 14px;
  line-height: 50px;
  height:50px;
}



.login-page-dual .part-contenu .container-form .cta-classique{
  margin-top: 5px;
  min-width: 150px;
}

@media (max-width: 999px){
  .login-page-dual .part-image{
    display: none;
  }
  .login-page-dual .part-contenu{
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-image: url('../images/general/inscription_seminaire01.jpg');
  }
  .login-page-dual .part-contenu .container-form{
    background-color: #FFF;
    padding: 40px 90px;
    max-width: 460px;
    border-radius: 5px;
  }
}

@media (max-width: 599px){
  .login-page-dual .part-contenu .container-form{
    padding: 20px 40px;
  }
}

/*--------- 14.2 - Accueil ----------*/

section#slider{
  width:100%;
  height:70vh;
  background-color: #FFF;
}

section#slider .slider-container{
  width:100%;
  height:100%;
  position: relative;
}

section#slider .slider-container .slider-element{
  width: 100%;
  height:70vh;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

section#slider .slider-container .slider-element span.title-slider{
  display: block;
  position: absolute;
  left:150px;
  top:100px;
  color:#FFF;
  text-transform: uppercase;
  z-index: 100;
  font-size: 80px;
  line-height: 100px;
}

section#slider .slider-container .slider-element a.button-slider{
  position: absolute;
  left:150px;
  top:400px;
  z-index: 100;
}

@media (max-width: 900px){
  html section#slider .slider-container .slider-element span.title-slider{
    font-size: 60px;
    line-height: 75px;
    top:80px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
  }

  html section#slider .slider-container .slider-element a.button-slider{
    top:270px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

section#slider .slider-container button.slick-arrow{
  position: absolute;
  bottom:calc(50% - 30px);
  width:60px;
  height:60px;
  background-color: #FFF;
  z-index: 100;
  font-size: 0;
  border: 0;
  background-size: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

section#slider .slider-container button.slick-arrow.slick-prev{
  left:0;
  background-image: url('../images/icon/general/chevron-left-noir.svg');
}

section#slider .slider-container button.slick-arrow.slick-next{
  right:0;
  background-image: url('../images/icon/general/chevron-right-noir.svg');
}

/*************/

section#edito{
  background-color: #FFF;
  padding:100px 0;
}

section#edito .edito-container.centerMode{
  position: relative;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px){
  section#edito{
    padding:200px 0;
  }
}

@media (max-width: 991px){
  section#edito .edito-container.leftMode{
    margin-bottom: 70px;
  }

  section#edito .edito-container.rightMode{
    margin-top: 50px;
  }

  html section#edito .bloc-information{
    margin-top:30px;
  }
}

@media (min-width: 992px){
  section#edito .edito-container{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

section#edito h2{
  color:#FF7900;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

section#edito p{
  margin:15px 0;
  font-size: 16px;
}

section#edito p.bold{
  font-size: 18px;
}

section#edito div.bloc-photo{
  position: relative;
  width:100%;
  z-index: 100;
}

section#edito div.bloc-photo div.image-edito{
  width:100%;
  /* height en js*/
  height:100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}

section#edito div.bloc-photo div.cache-gris{
  position: absolute;
  top:-30px;
  left:30px;
  background-color: #EEEEEE;
  width:100%;
  height:100%;
  z-index: -1;
}

section#edito div.bloc-information{
  width:100%;
  padding: 30px 30px 15px 30px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
}

section#edito div.bloc-information h3{
  color:#000;
  font-size: 20px;
  font-weight: 700;
}

section#edito div.bloc-information a.bloc-one-actu{
  display: block;
  background-color: #EEEEEE;
  border-radius: 5px;
  padding:15px 35px 15px 20px;
  margin: 15px 0;
  position: relative;
}

section#edito div.bloc-information a.bloc-one-actu span{
  font-size: 15px;
  color:#000;
}

section#edito div.bloc-information a.bloc-one-actu i#picto-info{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
  width:18px;
  height:18px;
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/info-orange.svg');
}

section#edito div.bloc-information a.bloc-one-actu i#picto-chevron{
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right:15px;
  width:20px;
  height:20px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/chevron-right-noir.svg');
}

div.bloc-ceo{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

div.bloc-ceo .image-ceo{
  width:50px;
  height:50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/general/ceo.jpg');
  margin-right: 18px;
  border-radius: 50%;
}

div.bloc-ceo .name-ceo{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color:#000;
}

div.bloc-ceo .poste-ceo{
  display: block;
  font-size: 14px;
  color:#8F8F8F;
}

/**********/

section#news{
  background-color: #EEEEEE;
  padding: 100px 0;
}

section#news .row{
  justify-content: center;
}

section#news h2{
  display: block;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

section#news p.sous-titre{
  display: block;
  font-size: 17px;
  text-align: center;
}

section#news div.actu-container{
  margin-top: 50px;
}

section#news div.actu-container .one-actu-element{
  width:100%;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  border-radius: 5px;
}

@media (max-width: 991px){
  html section#news div.actu-container .one-actu-element{
    margin-bottom: 30px;
  }
}

section#news div.actu-container .one-actu-element div.image-actu{
  width:100%;
  height:250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px){
  html section#news div.actu-container .one-actu-element div.image-actu{
    height:350px;
  }
}

section#news div.actu-container .one-actu-element div.container-contenu{
  background-color: #FFF;
  padding: 30px 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

section#news div.actu-container .one-actu-element div.container-contenu span.date-actu{
  display: block;
  font-size: 14px;
  color:#8F8F8F;
}

section#news div.actu-container .one-actu-element div.container-contenu span.date-actu i#calendrier{
  display: inline-block;
  vertical-align: middle;
  width:19px;
  height:19px;
  background-size: 19px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/calendrier-gris.svg');
  margin-bottom: 3px;
  margin-right: 5px;
}

section#news div.actu-container .one-actu-element div.container-contenu h3{
  display: block;
  color:#000;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0;
  max-width: 230px;
}

section#news div.actu-container .one-actu-element div.container-contenu p{
  display: block;
  font-size: 17px;
  color:#8F8F8F;
  padding-right: 20px;
  margin-bottom: 30px;
}

section#news .container-cta-voir-actus{
  text-align: center;
  margin-top: 60px;
}

/****/

div#hashtag{
  padding:100px 0;
  background-color: #FFF;
  text-align: center;
}

div#hashtag h2{
  display: block;
  width:100%;
  color:#000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

div#hashtag a.lets-win{
  display: inline-block;
  padding: 18px 65px;
  background-color: #4BB4E6;
  font-size: 30px;
  color:#FFF;
  text-align: center;
  border-radius: 5px;
  margin-top: 40px;
}

@media (max-width: 991px){
  html div#hashtag{
    padding:80px 0;
  }

  html div#hashtag a.lets-win{
    padding: 15px 50px;
    font-size: 20px;
  }
}

/******/

section#animations{
  background-color: #EEEEEE;
  padding: 100px 0 70px;
}

section#animations.dark-mode{
  background-color: #000;
  border-bottom: 15px solid #FF7900;
}

section#animations .row{
  justify-content: center;
}

section#animations h2{
  display: block;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

section#animations.dark-mode h2,
section#animations.dark-mode p.sous-titre{
  color:#FFF;
}

section#animations p.sous-titre{
  display: block;
  font-size: 17px;
  text-align: center;
  color:#8F8F8F;
}

section#animations div.animations-container{
  margin-top: 50px;
}

section#animations div.animations-container .one-animation-container{
  width:100%;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  padding:30px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
}

@media (max-width: 991px){
  html section#animations div.animations-container .one-animation-container{
    margin-bottom: 30px;
  }
}

section#animations div.animations-container .one-animation-container img{
  width:auto;
  height:100px;
  display: block;
  margin:0 auto;
}

section#animations div.animations-container .one-animation-container h3{
  display: block;
  font-size: 20px;
  color:#000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0px 30px;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 767px){
  html section#animations div.animations-container .one-animation-container h3{
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1299px){
  html section#animations div.animations-container .one-animation-container h3{
    font-size: 14px;
  }
}

/********************************/

section#compte-rebours{
  padding:80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/general/compte-rebours-bg.jpg');
  text-align: center;
}

section#compte-rebours.white-mode{
  background-color: #FFF;
  background-image: none;
}

section#compte-rebours span.titre-cr{
  display: block;
  font-size: 35px;
  font-weight: 700;
  color:#FFF;
}

section#compte-rebours span.desc-cr{
  display: block;
  font-size: 20px;
  font-weight: 400;
  color:#FFF;
  margin-top: 20px;
}

section#compte-rebours.white-mode span.titre-cr{
  color:#000;
}

section#compte-rebours.white-mode span.desc-cr{
  color:#8F8F8F;
}

section#compte-rebours .bloc-chiffres{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 50px;
}

section#compte-rebours .bloc-chiffres div.one-chiffre{
  width: 170px;
  height:190px;
  background-color: rgba(0,0,0,.6);
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  border-radius:5px;
}

section#compte-rebours.white-mode .bloc-chiffres div.one-chiffre{
  background-color: #595959;
}

section#compte-rebours .bloc-chiffres div.one-chiffre span.the-chiffre{
  display: block;
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
}

section#compte-rebours .bloc-chiffres div.one-chiffre span.desc-chiffre{
  display: block;
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  margin-top: 7px;
}

@media (max-width: 919px){

  section#compte-rebours .bloc-chiffres div.one-chiffre{
    margin-bottom: 30px;
  }
}

/*--------- 14.3 - Informations ----------*/

section#destinations{
  background-color: #FFF;
  padding: 100px 0 70px;
}

section#destinations .row{
  justify-content: center;
}

section#destinations h2{
  display: block;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

section#destinations p.sous-titre{
  display: block;
  font-size: 17px;
  text-align: center;
  color:#8F8F8F;
}

section#destinations div.destinations-container{
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#destinations div.destinations-container .one-destination{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 100%;
  height:400px;
}

section#destinations div.destinations-container .one-destination span{
  position: absolute;
  bottom:25px;
  left:30px;
  font-size: 18px;
  color:#FFF;
  text-transform: uppercase;
  font-weight: 500;
}

section#destinations div.destinations-container .one-destination::before{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 5px;
}

section#destinations div.destinations-container .mode-4 .one-destination::before{
  background-image: url('../images/destinations/filtre-destination-4.png');
}

section#destinations div.destinations-container .mode-3 .one-destination::before{
  background-image: url('../images/destinations/filtre-destination-3.png');
}

section#destinations div.destinations-container .mode-2 .one-destination::before{
  background-image: url('../images/destinations/filtre-destination-2.png');
}

section#destinations div.destinations-container .mode-1 .one-destination::before{
  background-image: url('../images/destinations/filtre-destination-1.png');
}


section#destinations div.destinations-container .mode-4{
  width: calc(100% / 4 - 45px);
  height:400px;
}

@media (max-width: 1199px){
  section#destinations div.destinations-container .mode-4{
    width: calc(100% / 2 - 30px);
    height:500px;
    margin-bottom: 60px;
  }

  section#destinations div.destinations-container .mode-4 .one-destination{
    height:500px;
  }
}

@media (max-width: 767px){
  section#destinations div.destinations-container .mode-4{
    width: 100%;
    height:400px;
  }

  section#destinations div.destinations-container .mode-4 .one-destination{
    height:400px;
  }
}

section#destinations div.destinations-container .mode-3{
  width: calc(100% / 3 - 40px);
  height:400px;
}

@media (max-width: 1199px){
  section#destinations div.destinations-container .mode-3{
    width: calc(100% / 2 - 30px);
    height:500px;
    margin-bottom: 60px;
  }

  section#destinations div.destinations-container .mode-3 .one-destination{
    height:500px;
  }
}

@media (max-width: 767px){
  section#destinations div.destinations-container .mode-3{
    width: 100%;
    height:400px;
  }

  section#destinations div.destinations-container .mode-3 .one-destination{
    height:400px;
  }
}

section#destinations div.destinations-container .mode-2{
  width: calc(100% / 2 - 30px);
  height:400px;
}

@media (max-width: 1199px){
  section#destinations div.destinations-container .mode-2{
    height:500px;
    margin-bottom: 60px;
  }

  section#destinations div.destinations-container .mode-2 .one-destination{
    height:500px;
  }
}

@media (max-width: 767px){
  section#destinations div.destinations-container .mode-2{
    width: 100%;
    height:400px;
  }

  section#destinations div.destinations-container .mode-2 .one-destination{
    height:400px;
  }
}

section#destinations div.destinations-container .mode-1{
  width: 100%;
  height:400px;
}

/******************/

div#voir-mecanique{
  padding:40px 150px;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

div#voir-mecanique.blue-mode{
  background-color: #4BB4E6;
}

div#voir-mecanique p{
  margin: 0;
  font-size: 20px;
  color:#FFF;
}

div#voir-mecanique p span{
  font-weight: 700;
}

div#voir-mecanique .cta-classique{
  padding: 14px 20px;
}

div#voir-mecanique .cta-classique i{
  display: inline-block;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/rouage-white.svg');
  width: 20px;
  height:20px;
  margin-right: 7px;
  margin-bottom: -5px;
}

@media (max-width: 1299px){
  div#voir-mecanique{
    padding:30px 20px;
    justify-content: center;
  }
  div#voir-mecanique p{
    width: 100%;
    text-align: center;
  }
  div#voir-mecanique .cta-classique{
    margin-top: 20px;
  }
}

/*********************/

section#video div.bloc-video{
  position: relative;
  width: 100%;
  height:400px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../images/general/miniature-video.jpg');
}

div.bloc-video::before{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../images/general/miniature-video-filtre.png');
  z-index: 10;
}

div.bloc-video .play{
  width: 150px;
  height:150px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('../images/general/video-play.svg');
  z-index: 20;
  cursor: pointer;
}

/*--------- 14.4 - Page destination ----------*/

section#destination-photo{
  background-color: #FFF;
  padding: 100px 0 70px;
}

section#destination-photo .row{
  justify-content: center;
}

section#destination-photo h2{
  display: block;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

section#destination-photo p.sous-titre{
  display: block;
  font-size: 17px;
  text-align: center;
  color:#8F8F8F;
}

section#destination-photo div.ornement{
  position: relative;
  display: block;
  background-color: #FF7900;
  width: 20px;
  height:20px;
  margin: 30px auto 30px;
}

section#destination-photo div.ornement::before,
section#destination-photo div.ornement::after{
  content:'';
  width: 80px;
  height:2px;
  background-color: #D6D6D6;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

section#destination-photo div.ornement::before{
  right: calc(100% + 18px);
}

section#destination-photo div.ornement::after{
  left: calc(100% + 18px);
}

div.container-destinations-photos{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

div.container-destinations-photos .one-photo{
  position: relative;
  display: block;
  width: calc(100% / 3 - 26.5px);
  height:300px;
  margin-bottom: 40px;
}

@media (max-width: 1199px){
  div.container-destinations-photos .one-photo{
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 767px){
  div.container-destinations-photos .one-photo{
    width: 100%;
  }
}

div.container-destinations-photos .one-photo::after{
  content:'';
  width: 100%;
  height:40px;
  position: absolute;
  top:100%;
  left:0;
  z-index: 30;
  pointer-events: none;
}

div.container-destinations-photos .one-photo div::before{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-color: rgba(0,0,0,.4);
  z-index: 10;
  opacity: 0;
  transition: .4s;
}

div.container-destinations-photos .one-photo div:hover::before{
  opacity: 1;
}

div.container-destinations-photos .one-photo div::after{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  z-index: 20;
  opacity: 0;
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/picto-photo-destinations.svg');
  transition: .6s;
}

div.container-destinations-photos .one-photo div:hover::after{
  opacity: 1;
  transform: rotate(360deg);
}

div.container-destinations-photos .one-photo div{
  position: relative;
  width:100%;
  height:100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

section#destination-photo div.pagination-destinations{
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px){
  section#destination-photo div.pagination-destinations{
    flex-direction: column;
    align-items: center;
  }
  section#destination-photo div.pagination-destinations .one-bloc.next{
    margin-top: 30px;
  }
}

section#destination-photo div.pagination-destinations .one-bloc{
  display: flex;
  flex-wrap: wrap;
}

section#destination-photo div.pagination-destinations .one-bloc.next{
  flex-direction: row-reverse;
}

section#destination-photo div.pagination-destinations .one-bloc .arrow{
  display: block;
  width: 60px;
  height:60px;
  background-color: #EEEEEE;
  border-radius: 50%;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

section#destination-photo div.pagination-destinations .one-bloc .arrow.prev-arrow{
  margin-right:20px;
  background-image: url('../images/icon/general/chevron-left-gris.svg');
}

section#destination-photo div.pagination-destinations .one-bloc .arrow.next-arrow{
  margin-left:20px;
  background-image: url('../images/icon/general/chevron-right-gris.svg');
}

section#destination-photo div.pagination-destinations .one-bloc span.statut{
  display: block;
  color: #8F8F8F;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 9px;
}

section#destination-photo div.pagination-destinations .one-bloc span.titre{
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

section#destination-photo div.pagination-destinations .one-bloc.next span.statut{
  text-align: right;
}

/******/

section#en-savoir-plus{
  background-color: #FFF;
  padding: 100px 0 170px;
}

section#en-savoir-plus .row{
  justify-content: center;
}

section#en-savoir-plus h2{
  display: block;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

section#en-savoir-plus p.sous-titre{
  display: block;
  font-size: 17px;
  text-align: center;
  color:#8F8F8F;
}

section#en-savoir-plus .cta-container{
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}

section#en-savoir-plus .cta-container a.cta-classique i.download{
  display: inline-block;
  width: 16px;
  height:16px;
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/download-white.svg');
  margin-right: 10px;
  margin-bottom: -2px;
}

section#en-savoir-plus div.container-bloc-principal{
  width: 100%;
  height:700px;
  background-color: #FF7900;
  margin: 150px 0 0;
}

section#en-savoir-plus div.container-bloc-principal .container{
  position: relative;
  display: flex;
  height:700px;
}

section#en-savoir-plus div.container-bloc-principal .part-left{
  position: absolute;
  width: 50%;
  height: 100%;
  left:0;
  top:0;
}

section#en-savoir-plus div.container-bloc-principal .part-left .bloc-video{
  position: absolute;
  left:0;
  top:-70px;
  width: calc(100% - 25px);
  height: 500px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/general/miniature-video.jpg);
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
}

section#en-savoir-plus div.container-bloc-principal .part-right{
  position: absolute;
  width: 50%;
  height: 100%;
  right:0;
  top:0;
}

section#en-savoir-plus div.container-bloc-principal .part-right .blocText{
  position: absolute;
  right:0;
  bottom:-70px;
  width: calc(100% - 25px);
  background-color: #FFF;
  padding:60px 70px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  border-radius: 5px;
}

section#en-savoir-plus div.container-bloc-principal .part-right .blocText span.titre{
  display: block;
  color:#000;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}

section#en-savoir-plus div.container-bloc-principal .part-right .blocText p{
  display: block;
  margin: 0 0 20px;
  color:#595959;
  font-size: 16px;
}

section#en-savoir-plus div.container-bloc-principal .part-right .blocText .bloc-ceo{
  margin-top: 40px;
}

@media (max-width: 1199px){
  section#en-savoir-plus{
    padding: 100px 0 100px;
  }
  section#en-savoir-plus div.container-bloc-principal{
    padding: 50px 0;
    height:auto;
    margin: 90px 0 0;
  }
  section#en-savoir-plus div.container-bloc-principal .container{
    height:auto;
    flex-direction: column;
  }
  section#en-savoir-plus div.container-bloc-principal .part-left{
    position: static;
    width: 100%;
    height:auto;
    margin-bottom: 50px;
  }
  section#en-savoir-plus div.container-bloc-principal .part-left .bloc-video{
    position: relative;
    top:0;
    width: 100%;
  }
  section#en-savoir-plus div.container-bloc-principal .part-right{
    position: static;
    width: 100%;
    height:auto;
  }
  section#en-savoir-plus div.container-bloc-principal .part-right .blocText{
    position: static;
    top:0;
    left:0;
    width: 100%;
  }
}

@media (max-width: 767px){
  section#en-savoir-plus div.container-bloc-principal .part-left .bloc-video{
    height:350px;
  }
  section#en-savoir-plus div.container-bloc-principal .part-right .blocText{
    padding:30px 40px;
  }
}

/**********/

section#statistiques{
  width: 100%;
  background-color: #FF7900;
  padding:70px 0;
}

section#statistiques .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*
section#statistiques div.one-bloc{
  width: calc(100% / 4);
}*/

@media (max-width: 767px){
  section#statistiques div.one-bloc{
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}

@media (max-width: 449px){
  section#statistiques div.one-bloc{
    width:100%;
    margin-bottom: 50px;
  }
}

section#statistiques div.one-bloc img{
  display: block;
  height:80px;
  margin: 0 auto;
}

section#statistiques div.one-bloc span.titre{
  display: block;
  color:#FFF;
  font-size: 28px;
  font-weight: 700;
  margin: 12px 0 10px;
  text-align: center;
}

section#statistiques div.one-bloc span.info{
  display: block;
  color:#FFF;
  font-size: 18px;
  text-align: center;
}

/*******/

section#decouverte-destination{
  padding:80px 0 90px;
}

section#decouverte-destination .titre-bloc{
  display: block;
  font-size: 40px;
  font-weight: 700;
  color:#000;
  line-height: 1;
  margin: 0 0 35px;
}

@media (max-width: 991px){
  section#decouverte-destination{
      padding:30px 0 50px;
  }
  section#decouverte-destination .titre-bloc{
    margin: 50px 0 30px;
  }
}

section#decouverte-destination div.container-description-destination{
  width: 100%;
  height: 576px;
  overflow: scroll;
  margin: 0 0 35px;
}

section#decouverte-destination div.container-description-destination p{
  color:#8F8F8F;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding-right: 40px;
}

section#decouverte-destination div.container-description-destination p span{
  font-weight: 500;
}

section#decouverte-destination div.container-destinations-photos{
  margin-top: 0;
}

section#decouverte-destination div.container-destinations-photos .one-photo{
  height:200px;
  width: calc(100% / 3 - 13.5px);
  margin-bottom: 20px;
}

@media (min-width: 1200px){
  section#decouverte-destination div.big-bloc{
    padding-right: 50px;
  }
}

@media (max-width: 1199px){
  section#decouverte-destination div.container-description-destination{
    height:350px;
  }
  section#decouverte-destination div.container-destinations-photos .one-photo{
    width: calc(100% / 2 - 10px);
  }
  section#decouverte-destination div.container-description-destination p{
    padding-right: 0;
  }
}

@media (max-width: 549px){
  section#decouverte-destination div.container-destinations-photos .one-photo{
    width: 100%;
  }
}

section#decouverte-destination .one-destination-link-container{
  margin-bottom: 35px;
}

section#decouverte-destination .one-destination-link{
  display: block;
  width: 100%;
  height:200px;
  margin-bottom:20px;
}

section#decouverte-destination .one-destination-link div{
  position: relative;
  width: 100%;
  height:100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

section#decouverte-destination .one-destination-link div span{
  position: absolute;
  bottom:25px;
  left:30px;
  font-size: 18px;
  color:#FFF;
  text-transform: uppercase;
  font-weight: 500;
}

section#decouverte-destination .one-destination-link div::before{
  content:'';
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-image: url('../images/destinations/filtre-destination-single.png');
}

section#decouverte-destination .card-container .one-card{
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 30px;
  background-color: #EEEEEE;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  margin-bottom: 20px;
}

section#decouverte-destination .card-container .one-card .chevron{
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right:20px;
  width: 30px;
  height:30px;
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/chevron-right-noir.svg');
}

section#decouverte-destination .card-container .one-card i{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height:30px;
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 4px;
}

section#decouverte-destination .card-container .one-card i#edito{
  background-image: url('../images/card/card-edito.svg');
}

section#decouverte-destination .card-container .one-card i#informations{
  background-image: url('../images/card/card-informations.svg');
}

section#decouverte-destination .card-container .one-card i#classement{
  background-image: url('../images/card/card-classement.svg');
}

section#decouverte-destination .card-container .one-card i#animations{
  background-image: url('../images/card/card-animations.svg');
}

/*--------- 13.5 - Classement ----------*/

section#responsables{
  background-color: #FFF;
  padding:100px 0;
}

section#responsables div.container-card{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#responsables div.container-card .one-card{
  display: block;
  border-radius: 5px;
  width: calc(100% / 3 - 30px);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
}

section#responsables div.container-card .one-card img{
  display: block;
  width: 100%;
}

section#responsables div.container-card .one-card div.contenu{
  width: 100%;
  background-color: #FFF;
  padding:30px 40px;
}

section#responsables div.container-card .one-card div.contenu span.titre{
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
}

section#responsables div.container-card .one-card div.contenu p{
  display: block;
  color:#8F8F8F;
  font-size: 16px;
  line-height: 1.4;
  margin: 30px 0 0;
}

@media (max-width: 1199px){
  section#responsables{
    padding:70px 0 50px;
  }
  section#responsables div.container-card .one-card{
    width: calc(100% / 2 - 20px);
    margin-bottom: 40px;
  }
}

@media (max-width: 767px){
  section#responsables{
    padding:50px 0 30px;
  }
  section#responsables div.container-card .one-card{
    width: 100%;
  }
}

/*--------- 13.6 - Classement détail ----------*/

section#tableau-classement{
  padding: 0 0 80px;
}

section#tableau-classement .header{
  width: 100%;
  background-color: #EEEEEE;
  padding: 50px 0;
  text-align: center;
}

section#tableau-classement .header .ligne-info{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px){
  section#tableau-classement div.dropdown#choisirGroupe{
    margin-bottom: 20px;
  }
}

section#tableau-classement .header .ligne-info .prev-arrow{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height:40px;
  margin-right: 10px;
  background-color: #8F8F8F;
  border-radius: 5px;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/chevron-left-white.svg');
  margin-top: -5px;
}

section#tableau-classement .header .ligne-info span{
  font-size: 18px;
}

section#tableau-classement .header .ligne-info span .bold{
  font-weight: 700;
}

section#tableau-classement .header .ligne-cta{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}

section#tableau-classement .header .ligne-cta .right-part{
  display: flex;
  flex-wrap: wrap;
}

section#tableau-classement .header .ligne-cta .exporter{
  display: flex;
  padding:0 15px 0 10px;
  height:42px;
  background-color: #595959;
  border-radius: 5px;
  color: #FFF;
  font-size: 15px;
  justify-content: space-between;
  border: 0;
  cursor: pointer;
}

section#tableau-classement .header .ligne-cta .exporter span{
  height: 42px;
  line-height: 42px;
}

section#tableau-classement .header .ligne-cta .exporter i#picto-exporter{
  display: inline-block;
  height:42px;
  width:30px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/general/picto-exporter.svg');
  margin-right: 5px;
}

section#tableau-classement .header .ligne-cta .tag{
  display: inline-block;
  min-width: 180px;
  height:42px;
  line-height: 42px;
  background-color: #FFF;
  color:#000;
  border-radius: 5px;
  font-weight: 500;
  font-size:14px;
  margin-right: 10px;
  border: 0;
  cursor: pointer;
}

@media (max-width: 767px){
  section#tableau-classement .header .ligne-info span.resultat{
    margin-top: 20px;
  }
  section#tableau-classement .header .ligne-cta .right-part{
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  section#tableau-classement .header .ligne-cta .tag{
    height: 30px;
    line-height: 30px;
    min-width: 150px;
    font-size:12px;
    margin: 0 5px 20px;
  }
}

section#tableau-classement .header .ligne-cta .tag.blue{
  background-color: #4BB4E6;
  color: #FFF;
}

section#tableau-classement .tableau-container{
  position: relative;
  width: 100%;
  background-color: #FFF;
  margin-top: -30px;
  padding: 15px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  -o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.16);
  overflow-x:scroll;
}

section#tableau-classement .tableau-container table.table-principale{
  border: 1px solid #000;
}

section#tableau-classement .tableau-container table{
  background-color: #FFF;
  margin: 0;
}

section#tableau-classement .tableau-container table thead th{
  border-bottom: 1px solid #000;
}

section#tableau-classement .tableau-container tr.ligne-principale th{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-weight: 700;
  font-size: 16px;
  height:30px;
  color: #000;
}

section#tableau-classement .tableau-container tr.ligne-secondaire th{
  height:70px;
  background-color: #EEE;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

section#tableau-classement .tableau-container table tbody tr td{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

section#tableau-classement .tableau-container table tbody tr td.taLeft{
  text-align: left;
}

section#tableau-classement .tableau-container table tbody tr:hover{
  background-color: #EEE;
}

span.load-more {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #8F8F8F;
    background-color: #EEEEEE;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

/*--------- 13.7 - Timeline ----------*/

.timeline-main .stepper.stepper-vertical.timeline li .step-content {
    width: 45%;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content::before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content::after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-main .stepper.stepper-vertical.timeline li a .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -50px;
    background-color: #ccc;
    z-index: 2;
}

.timeline-main .stepper.stepper-vertical.timeline li a {
    padding: 0px 24px;
    left: 50%;
}

.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child)::after {
    content: " ";
    position: absolute;
    width: 3px;
    background-color: #e0e0e0;
    left: 50%;
    top: 65px;
    margin-left: -1.5px;
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child)::after {
    content: " ";
    position: absolute;
    width: 3px;
    background-color: #e0e0e0;
    left: 50%;
    top: 65px;
    margin-left: -1.5px;
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content::before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content::after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

@media (max-width: 1199px){
  .timeline-main .stepper.stepper-vertical.timeline li {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
}

@media (max-width: 1199px) and (min-width: 451px){
  .timeline-main .stepper.stepper-vertical.timeline li a {
      left: 6%;
  }
}
@media (max-width: 1199px) and (min-width: 451px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content {
      width: 85%;
      left: 3rem;
      margin-right: 3rem;
      margin-bottom: 2rem;
      float: right;
  }
}

@media (max-width: 1199px) and (min-width: 451px){
  .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child)::after {
      left: 6%;
  }
}

@media (max-width: 1199px) and (min-width: 451px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content::before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
}

@media (max-width: 1199px) and (min-width: 451px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content::after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
}

@media (max-width: 450px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content {
      width: 80%;
      left: 3rem;
      margin-right: 3rem;
      margin-bottom: 2rem;
      float: right;
  }
}

@media (max-width: 450px){
  .timeline-main .stepper.stepper-vertical.timeline li a {
      left: 10%;
  }
}

@media (max-width: 450px){
  .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
      left: 10%;
  }
}

@media (max-width: 450px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
}

@media (max-width: 450px){
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated .more-padding {
    padding-right: 100px;
    padding-left: 100px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated li {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

section#timeline{
  padding:70px 0 80px;
}

section#timeline span.titre-timeline{
  display: block;
  text-align: center;
  font-size: 40px;
  color:#000;
  font-weight: 700;
  margin: 0px 0 40px;
}

@media (max-width: 1199px){
  section#timeline{
    padding:50px 0 30px;
  }
  section#timeline span.titre-timeline{
    margin: 0px 0 10px;
  }
}

section#timeline i.picto-calendar{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height:20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/icon/general/calendrier-gris.svg');
  margin-right: 7px;
  margin-bottom: 2px;
}

section#timeline .stepper-vertical li .step-content p{
  font-size: 18px;
  margin-top: 15px;
  color: #8F8F8F;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li .step-content{
  padding: 30px 40px!important;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li .step-content .the-date{
  font-size: 14px;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.color-green{
  background-color: #50BE87;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.color-purple{
  background-color: #A885D8;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.color-yellow{
  background-color: #FFD200;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.color-blue{
  background-color: #4BB4E6;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.circle i{
  display: block;
  width: 50px;
  height:50px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.circle i#info{
  background-image: url('../images/timeline/info.svg');
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.circle i#warning{
  background-image: url('../images/timeline/warning.svg');
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.circle i#marker{
  background-image: url('../images/timeline/marker.svg');
}

section#timeline .timeline-main .stepper.stepper-vertical.timeline li span.circle i#like{
  background-image: url('../images/timeline/like.svg');
}
