*{
  letter-spacing: 0.64px;
  letter-spacing: 0.04em;
}
body,
html{
  font-family: 'Roboto';
  font-size: 16px;
  color: #31363b;
  overflow-x: hidden;
}
ul{
  list-style-type: none;
  padding: 0;
}
input,
button,
textarea,
a
{
  outline: none !important;
  outline-offset: 0;
}
a,
a:hover{
  color: #00aeef;
}
a:focus{
  text-decoration: none;
  color: initial;
}
p{
  margin: 0;
}
.italic{
  font-style: italic;
}
.disable-hover,
.disable-hover *{
  pointer-events: none !important;
}
/**
 * HEADINGS
 */
h1,
h2,
h3,
h4,
h5,
h6{
  /*margin: 0 !important;*/
}
h1,
.h1{
  font-size: 54px;
}
h2,
.h2{
  font-size: 36px;
}
h3,
.h3{
  font-size: 26px;
}
h4,
.h4{
  font-size: 20px;
}
h5,
.h5{
  font-size: 16px;
}
h6,
.h6{
  font-size: 14px;
}

@media screen and (max-width: 991px){
  h1,
  .h1{
    font-size: 36px;
  }
  h2,
  .h2{
    font-size: 30px;
  }
}
/**
 * HEADINGS
 */


/**
 * ALIGN
 */
.nopadding{
  padding: 0;
}
.medium{
  font-weight: 500;
}
/**
 * ALIGN
 */

@media (max-width: 767px){
  .pull-xs-right{
    float: right !important;
  }
  .pull-xs-left{
    float: left !important;
  }
  .pull-xs-none{
    float: none !important;
  }
}
@media (max-width: 991px){
  .pull-sm-right{
    float: right !important;
  }
  .pull-sm-left{
    float: left !important;
  }
  .pull-sm-none{
    float: none !important;
  }
}
@media (max-width: 1199px){
  .pull-md-right{
    float: right !important;
  }
  .pull-md-left{
    float: left !important;
  }
  .pull-md-none{
    float: none !important;
  }
}

/**
* BUTTONS
*/
.btn{
  height: 41px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:active{
  box-shadow: none;
}
.btn.btn-big{
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.btn.btn-lg{
  padding-left: 60px;
  padding-right: 60px;
}
.btn.white{
  background-color: #fff;
  color: #005aaa;
  font-size: 16px;
}
.btn.white:hover{
  background-color: #0080d1;
  color: #fff;
  border: 1px solid #fff;
}
.btn.orange{
  font-size: 13px;
  background-color: #dfa237;
  color: #fff;
}
.btn.orange:hover{
  background-color: #d5921d;
}
.btn.blue{
  font-size: 13px;
  background-color: #00aeef;
  color: #fff;
}
.btn.blue:hover{
  background-color: #10caff;
}
.btn.selected,
.btn.selected:hover{
  background-color: #fff;
  color: #dfa237;
  border: 1px solid #dfa237;
}

.btn.grey {
  background-color: #bababa;
  color: #fff;
}
.btn.grey:hover{
  background-color: #a9a9a9;
}
/**
* BUTTONS
*/

/**
 * INPUTS
 */
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill{
  -webkit-text-fill-color: #00aeef !important;
}
.custom-input label{
  left: 0;
  font-weight: 300;
  font-size: 16px;
  color: #31363b;
}
.custom-input label.active{
  font-weight: 300;
  font-size: 12px;
  color: #31363b;
}

.form-group .form-control{
  font-size: 16px;
  font-weight: 400;
  color: #005aaa;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group textarea.form-control{
  resize: none;
  border: 1px solid #eaeaea;
  padding: 15px;
}
.form-group.custom-textarea label{
  left: 15px;
}
.form-group.custom-textarea label.active{
  left: 0;
}
/**
* INPUTS
*/


/**
 * CHECKBOX
 */
/* The container */
label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #005aaa;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
/* Create the checkmark/indicator (hidden when not checked) */
label.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
label.container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 8px;
  height: 12px;
  border: solid #00aeef;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 /**
 * CHECKBOX
 */


/**
 * CUSTOM SELECT

*/
.custom-select-wrapper label.active.focusIn + .btn-group .btn-default{
  border-bottom: 1px solid #005aaa;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
  right: 0;
}
.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
  outline-offset: 0;
}
.custom-select-wrapper .btn.dropdown-toggle:active{
  background-color: #fff;
}
.custom-select-wrapper .custom-input label{
  z-index: 2;
}
.custom-select-wrapper .btn.active,
.custom-select-wrapper .btn:active,
.custom-select-wrapper .custom-input .btn-default{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom-select-wrapper .custom-input .btn-default{
  height: 34px;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 3px 0;
}
.custom-select-wrapper .custom-input .btn.dropdown-toggle.bs-placeholder.btn-default,
.custom-select-wrapper .custom-input .btn.dropdown-toggle.bs-placeholder.btn-defaultt:hover,
.custom-select-wrapper .custom-input .btn.dropdown-toggle.bs-placeholder.btn-default:active,
.custom-select-wrapper .open>.dropdown-toggle.btn-default:hover{
  background: #fff;
  z-index: 1;
}
.custom-select-wrapper .custom-input .bootstrap-select>.dropdown-toggle.bs-placeholder,
.custom-select-wrapper .custom-input .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.custom-select-wrapper .custom-input .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.custom-select-wrapper .custom-input .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
  color: #000;
}
.custom-select-wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  color: #31363b;
  text-transform: initial;
}
.custom-select-wrapper .custom-input .dropdown-menu{
  border-radius: 0;
  max-height: 315px !important;
  top: 33px;
  bottom: auto;
  padding: 20px 0;
  border: none;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
}
.custom-select-wrapper .custom-input ul.dropdown-menu{
  max-height: 275px !important;
  height: 100%;
}
.custom-select-wrapper .custom-input .dropdown-menu li a{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #10caff;
  font-weight: 400;
  white-space: normal;
}


/**
 * ICONS
 */
.icon{
  display: inline-block;
  text-align: center;
}

.round-icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #00aeef;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.round-icon:hover{
  background-color: #00aeef;
  color: #fff;
}



/**
 * INPUTS ERROR
 */
.has-error .form-control:focus{
  box-shadow: none;
}
.help-block{
  /*position: absolute;*/
  right: 0;
  top: -5px;
  font-size: 12px;
  font-weight: 500;
  color: #bc5050;
}
/**
* INPUT FILE
*/
.form-group label{
  font-weight: 300;
  font-size: 16px;
  color: #005aaa;
}
.form-group input[type=file]{
  display: none;
}
.form-group input[type=file] + .help-block{
  position: initial;
  font-weight: 300;
  margin-top: 0;
  font-size: 12px;
  color: #31363b;
}
/**
* INPUT FILE
*/
.form-group.has-error.has-error textarea,
.form-group.has-error.has-error input{
  border-color: #bc5050;
}
/**
 * INPUTS ERROR
 */

/*** pagination ***/
.pagination{
  display: block;
  text-align: center;
}
.pagination ul{
  margin: 0;
}
.pagination li{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  text-align: center;
}
.pagination li.active{
  background-color: #00aeef;
}
.pagination li.active a{
  font-weight: 500;
  color: #fff;
}
.pagination li.next,
.pagination li.prev{
  font-size: 8px;
}
.pagination li a{
  display: block;
  line-height: 36px;
  font-weight: 300;
  color: #31363b;
}


/**
 * FOOTER
 */
.footer{
  background-color: #002d55;
}
.footer .top-footer{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .container{
  padding: 0;
}
.footer .top{
  padding: 20px 0;
  /* color: #fff; */
  text-transform: uppercase;
}
.footer .top .cours-action{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-top: -17px;
  padding: 0;
}
.footer .top-footer,
.footer .top-footer a{
  color:  #ccd5dd;
}
.footer .top-footer a:hover{
  text-decoration: none;
}
.footer .top-footer a:hover .cours-action-txt{
  text-decoration: underline;
}
.footer .top .cours-action .icon-Bourse-footer{
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.footer .top .cours-action .cours-action-txt{
  position: relative;
}
/*
.footer .top .cours-action .cours-action-txt.underline::after{
  content: "";
  display: block;
  width: 135px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 18px;
}*/
.footer .top .cours-action .cours-action-money{
  font-size: 26px;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-left: 5px;
}
.footer .top .cours-action .date-percent{
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 5px;
}
.footer .top .cours-action .date-percent .percent,
.footer .top .cours-action .date-percent .date{
  display: block;
  font-size: 14px;
  line-height: 1;
}
.footer .top .cours-action .date-percent .date{
  font-size:  12px;
  font-weight: 300;
  /* opacity: .8; */
}

.footer .top .call-center{
  font-size: 14px;
  /* opacity: .8; */
}

.footer .footer-bottom{
  padding: 35px 0 40px 0;
  color: #50738e;
  font-size: 13px;
  line-height: 20px;
}
.footer .footer-bottom .container{
  padding: 0;
}
.footer .footer-bottom .stef-desc{
  padding-left: 0;
  padding-right: 45px;
}
.footer .footer-bottom .footer-btm-desc-text{
  padding-top: 10px;
  font-weight: 300;
}
.footer .footer-bottom .nos-sites{
  /* padding-left: 100px; */
}
.footer .footer-bottom .nos-sites .nos-sites-title{
  text-transform: uppercase;
  font-weight: 500;
}
.footer .footer-bottom .nos-sites .nos-sites-list{
  padding-top: 12px;
  font-weight: 300;
  letter-spacing: -1em;
}
.footer .footer-bottom .nos-sites .nos-sites-list li{
  display: inline-block;
  width: 50%;
  letter-spacing: 0.04em;
}
.footer .footer-bottom li a{
  color: #50738e;
}
.footer .footer-bottom .social-media-list li a:hover{
/*.footer .footer-bottom li a:hover{*/
  text-decoration: none;
  color: #a3acb7;
}
.footer .footer-bottom .social-media .social-media-list{
  text-align: center;
  /* padding-left: 60px; */
  margin-bottom: 23px;
}
.footer .footer-bottom .social-media .social-media-list li{
  float: left;
  margin-right: 17px;
  padding: 0;
}
.footer .footer-bottom .social-media .social-media-list li a:hover{
  text-decoration: none;
}
.footer .footer-bottom .social-media .social-media-list li a .media-icon{
  height: 19px;
  text-align: center;
  display: block;
  line-height: 19px;
}
.footer .footer-bottom .social-media .social-media-list li a .media-icon.yt{
  width: 27px;
  font-size: 24px;
}
.footer .footer-bottom .social-media .social-media-list li a .media-icon.tw{
  width: 22px;
  font-size: 20px;
}
.footer .footer-bottom .social-media .social-media-list li a .media-icon.li{
  width: 20px;
  font-size: 19px;
}
.footer .footer-bottom .social-media .mention-legal{
  /* padding: 0 67px; */
}


@media screen and (max-width: 991px){
  .footer .top{
    padding: 25px 0;
  }
  .footer .top .cours-action{
    margin-top: 0;
  }
  .footer .top .cours-action,
  .footer .top .call-center{
    text-align: center;
  }
  .footer .top .cours-action.underline::after{
    top: 0;
  }
  .footer .top .cours-action .date-percent{
    text-align: left;
  }
  .footer .top .cours-action .cours-action-numbers{
    display: block;
    padding-bottom: 20px;
  }

  .footer .footer-bottom .nos-sites{
    padding: 0 0px;
  }
  .footer .footer-bottom .nos-sites .nos-sites-list{
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .footer .footer-bottom .nos-sites .nos-sites-title,
  .footer .footer-bottom .nos-sites .nos-sites-list li{
    padding-left: 20px;
  }
  .footer .footer-bottom .social-media{
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer-bottom .social-media .social-media-list{
    /* padding: 0 0 25px; */
    /* width: 107px; */
    /* margin: auto; */
    display: inline-block;
  }
  .footer .footer-bottom .social-media .social-media-list li{
    margin: 0 10px;
  }
  .footer .footer-bottom .social-media .mention-legal{
    /* padding: 0 15px; */
  }
  .footer .footer-bottom .social-media .mention-legal .mention-legal-list{
    text-align: center;
  }
  .footer .footer-bottom .social-media .mention-legal .mention-legal-list li{
    display: inline-block;
    margin-right: 20px;
  }
  .footer .footer-bottom .social-media .mention-legal .mention-legal-list li:last-child{
    margin-right: 0;
  }
}
/**
 * FOOTER
 */

/**
 * CONTACT WIDGET
 */
.fixed-contact{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  /*transition: all .25s ease-out;*/
  -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .fixed-contact{
  display: none;
}
.widget-contact ul{
  margin: 0;
}
.widget-contact li{
  display: inline-block;
  vertical-align: top;
}
 .contact-icon{
  display: block;
  width: 42px;
  height: 42px;
  background-color: #dfa237;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
.contact-icon.phone{
  font-size: 24px;
}
.contact-icon.message{
  font-size: 18px;
  margin-left: 15px;
}
.fixed-contact.animate{
  right: -120px;
  bottom: -20px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/**
 * CONTACT WIDGET
 */


.fil-ariane{
  padding: 12px 0;
  background: #fff;
  font-weight: 400;
  font-size: 12px;
}
.fil-ariane ul{
  padding: 0;
  margin: 0;
}
.fil-ariane ul li{
  display: inline-block;
}
.fil-ariane ul li a,
.fil-ariane ul li .current,
.h1{
  display: block;
  /*text-transform: lowercase;*/
}
.fil-ariane ul li a,
.fil-ariane ul li .current{
  white-space: pre-wrap;
}
.fil-ariane ul li a:first-letter,
.fil-ariane ul li .current:first-letter,
.h1:first-letter{
  text-transform: uppercase;
}
.fil-ariane .icon-arrow{
  width: 4px;
  height: 6px;
  color: #31363b;
  font-size: 8px;
}
.fil-ariane a{
  color: #005aaa;
}
.fil-ariane a.current{
  color: #31363b;
}


/**
 * PAGE DISPATCH
 */
.header-dispatch{
  padding: 39px 0 40px;
  margin-bottom: 70px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.dispatch .header-dispatch{
  background-size: auto 100%;
}
.header-dispatch .header-dispatch-header{
  padding-top: 20px;
}
.header-dispatch .header-dispatch-header .h1{
  max-width:530px;
}
.header-dispatch .header-description{
  max-width: 490px;
  padding: 35px 0 56px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.bloc-video .bloc-vide-video{
  position: relative;
}
.bloc-video .bloc-vide-video a{
  text-decoration: none;
}
.bloc-video .bloc-vide-video .video-cover{
  display: block;
  height: 257px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc-video .bloc-vide-video a:hover > .block-video-play-btn{
  color: #dfa237;
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.bloc-video .bloc-vide-video .video-cover img{
  display: block;
  width: 100%;
  margin: auto;
}
.bloc-video .block-video-play-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  color: #fff;
}
.bloc-video .bloc-vide-description{
  padding: 0 40px 0 24px;
}
.bloc-video .bloc-vide-description .text{
  padding: 20px 0;
  font-size: 14px;
}
.bloc-video .bloc-vide-description .cite{
  font-weight: 500;
}
.bloc-video .bloc-vide-description a{
  font-size: 14px;
  color: #00aeef;
}
.header-dispatch-right ul li{
  position: relative;
  margin-bottom: 30px;
}
.header-dispatch-right a{
  text-decoration: none;
}
.header-dispatch-right .image-wrapper{
  display: block;
}
.header-dispatch-right .image-wrapper img{
  display: block;
  width: 100%;
}
.header-dispatch-right ul li .push-text{
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
  color: #fff;
}


@media screen and (max-width: 991px){
  .header-dispatch{
    background: none !important;
    padding: 0;
    margin-bottom: 20px;
  }
  .header-dispatch .h1{
    margin-top: 17px;
  }
  .header-dispatch-left{
    padding-bottom: 45px;
  }
  .header-dispatch .header-dispatch-header .header-description{
    padding: 20px 0 35px;
  }
  .bloc-video .bloc-vide-description{
    padding: 20px 15px 0;
  }
  .header-dispatch-right ul li{
    margin-bottom: 20px;
  }
}

/**
 * PAGE DISPATCH
 */



/**
 * PAGE CHANCE
 */
.chance-header{
  height: 330px;
  background-position: center;
  color: #fff;
  background-size: cover;
}
.chance-header .h1{
  text-align: left;
}
.bloc-intro{
  padding: 26px 0 63px;
  text-align: center;
}
.bloc-intro .h2{
  padding-bottom: 30px;
}
.bloc-intro .bloc-intro-text{
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 991px){
  .chance-header{
    height: 248px;
  }
  .bloc-intro{
    padding: 35px 0 45px;
  }
}
/**
 * PAGE CHANCE
 */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.push-actu.push-ellipsis .title-push {
  font-size: 15px;
}
.push-actu.push-ellipsis .actualite-categorie,
.push-actu.push-ellipsis .actualite-date {
  font-size: 12px;
  font-weight: bold;
}
.push-actu.push-ellipsis .text-push {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  height: 69px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
