/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*------remove-chromes-input- focus-border -----*/
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 30px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/

.navbar-header .logo img{
    max-width: 80px;
}

.section-title {
  margin-bottom: 32px;
}

#overview, #contact-block,
#register, #sommaire {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
    margin-top: 5px;
}

#intro .btn,
#contact .btn, .demarrer-questions .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger, .demarrer-questions .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover, .demarrer-questions .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover, .demarrer-questions .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        height: 70px;
    }
    .navbar-nav{
        padding-top: 5px;
        margin-right: 20px;
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }

    /*#intro h3{
        padding-top: 80px;
        font-size: 16px;
    }
    #intro h1{
        font-size: 25px;
    }

    #intro .btn, #contact .btn, .demarrer-questions .btn{
        padding: 10px 42px;
    }*/

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../../images/intro-new_2.png') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 42vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
    margin-top: 70px;
}

/*---------------------------------------------
    Search section
--------------------------------------------- */
.search-bar{
    margin: 30px 0 20px;
    box-shadow: 0 4px 10px 0 rgba(10,16,34,.2);
    padding: 13px 18px 14px 23px;
    width: 60%;
    max-width: 430px;
    height: 50px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;
}
.search-bar .search-icon {
    padding-top: 5px;
    width: 26px;
    margin: 0;
}
.search-bar .search-input {
    margin: 0;
    /*flex-grow: 1;*/
    padding-left: 15px;
}
.search-bar .search-input input {
    font-size: 15px !important;
    padding: 1px 0 0;
    color: #394655;
    background: 0;
    border: 0;
    margin: 0;
    outline: none;
    /*width: 190px;*/
    width: 100%;
}
.search-bar .search-icon i {
    font-size: 20px;
    color: #b5b9be;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}

/* ----------------------------------------
    NOS DIAG
 ---------------------------------------*/
.nos-diags .titreCategorie{
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 1;
    max-width: 70%;
    text-align: left;
    font-weight: 500;
    font-size: 1.6rem;
}
.nos-diags .cs-style-4 figcaption{
    z-index: 2;
}

.nos-diags .plusDetails {
    background-color: #ffffff;
    color: #a62077;
    margin-bottom: 15px;
    width: 150px;
}

.nos-diags .commencer {
    background-color: #a62077;
    color: #ffffff;
    width: 150px;

}

.nos-diags .plusDetails:hover{
    background-color: #a62077;
    color: #ffffff;
}

.nos-diags .commencer:hover{
    background-color: #ffffff;
    color: #ed4e6e;
}

.nos-diags .txt-descriptif {
    color: #ed4e6e;
    max-height: 75px;
    overflow: hidden;
}

/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#contact-block,
#register {
    background: url('../../images/register-bg.png') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#contact-block .form-control ,
#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#contact-block input, #register input, #form-login-section input, #login input  {
  height: 45px;
}

#contact-block input[type="submit"], #form-login-section input[type="submit"],  #login input[type="submit"] {
  background: #a62077;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]{
    background: #1ab394;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}



#contact-block input[type="submit"]:hover, #register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#sommaire{
    background: url('/../../images/checklist_2.jpg') 50% 0 repeat-y fixed;
}
#sommaire h2{
    color:#ffffff;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"], #sommaire .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after, #sommaire .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after, #sommaire .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f4f3f8;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}

footer .containerMenu {
    background: #101010;
    min-height: 50px;
    padding: 15px;
    color: #ffffff;
    margin-bottom: 25px;
}

footer .containerMenu ul li a{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    /*text-transform: uppercase;*/
    line-height: 40px;
    transition: all 0.4s ease-in-out;
    color: #ddd;
}
footer .containerMenu ul li a:hover{
    background-color: transparent;
    color:#66ccff ;
}

footer .containerMenu .logo a{
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

@media (max-width: 768px) {
    footer .containerMenu .logo a{
        font-size: 2rem!important;
    }

    footer .containerMenu ul li a{
        font-size: 11px!important;
    }
    footer .containerMenu{
        padding: 0!important;
    }

    footer ul li{
        /*float: left;*/
    }

    footer .logo{
        display: none;
    }

}





/* Back top */
.go-top {
  background-color: #a62077;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #ffffff;
    color: #a62077;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
      height: 70px;
  }

  .custom-navbar .nav li a {
    font-size: 10px;
	line-height: 20px;
      padding-left: 5px;
  }

  #intro { height: 42vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
      background: #ffffff;
      padding: 10rem 3rem 10rem 5rem;
    }



}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

    .custom-navbar .nav{
        padding-left: 15px;
    }

    #intro { height: 42vh; }


  #overview img,
  #detail .col-md-4,
  #contact-block form ,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

    h1{
        font-size: 30px;
    }

}

@media (max-width: 760px) {

  #intro {
    height: 50vh;
  }

}

.nos-diags h2{
  font-size: 20px;
  padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.nos-diags li{
    padding-left: 5px;
    margin-bottom: 25px;
}

/* ======================================
                LOGIN
========================================= */
.input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.login .content .form-control{
    padding-left: 33px;
}
.login .content .input-icon{
    position: relative;
    border-left: 2px solid #6cf !important;
}

.login .content .form-actions{
    padding: 0 30px 51px;
    border-bottom: none!important;
}
.login .content .forget-password {
    margin-top: 5px;
}
.login .content{
    width: 570px!important;
    background-color: transparent!important;
}
.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
    margin-top: 15px;
}
.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;

}
.note p{
    font-size: 13px;
}
#contact_sujet,
#register_genre {
    height: 45px;
    /*background-color: #101010!important;*/
    color: #A9A9A9!important;
}

.panel-group .panel + .panel{
    margin-top: 0!important;
}
.panel-group .panel{
    border-radius: 0!important;
}
.panel{
    border: none!important;
}
.panel-body{
    padding-bottom: 0;
}
.questionsList {
    /*max-height: 500px;
    overflow: scroll;*/
}
.questionsList h2{
    background-color: #304352;
    margin-bottom: 0;
    padding: 15px;
    text-align: left;
    font-size: 25px;
    margin-top: 0;
}
#sommaire{
    padding-top: 0;
}

.demarrer-questions .btn-danger:hover{
    background: #f2545f;
}

.mt-element-step .step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-grey, .bg-hover-grey:hover {
    background: #E5E5E5!important;
}

.step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50%!important;
    float: left;
    margin: auto;
    padding: 3px 14px;
}

.font-grey {
    color: #E5E5E5!important;
}

.bg-hover-white:hover, .bg-white {
    background: #fff!important;
}

.step-thin{
    margin-top: 5px;
    display: none;
}

.step-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px;
}

.font-grey-cascade {
    color: #95A5A6!important;
}

.step-thin .active{
    background-color: #304352 !important;
}

.uppercase {
    text-transform: uppercase!important;
}

.step-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px;
    height: 35px;

}

.step-thin .done {
    background-color: #26C281!important;
}

.step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 5px;
    min-height: 100px;
}

.step-thin .done .mt-step-number {
    color: #26C281!important;
}

.step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50%!important;
    float: left;
    margin: auto;
    padding: 3px 14px;
}

.step-thin .done .mt-step-content, .step-thin .done .mt-step-title {
    color: #fff!important;
}


.step-thin .uppercase a {
    color: #95A5A6 !important;
}

.step-thin .done .uppercase a {
    color: #fff !important;
}

.btn-terminer{
    background-color: #26C281!important;
}

.inputContact,
.inputRegister {
    position: relative;
}

.inputContact span,
.inputRegister span{
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    font-size: 18px;
}

.desc-categorie {
    padding-left: 65px;
    padding-right: 10px;
}
.fa-info-circle{
    font-size: 25px;
    margin-left: 5px;
}
.dd-list .dd-list{
    padding-left: 0!important;
}
.dd-item > button{
    display: none!important;
}
.questionsList .dd{
    padding: 20px!important;
}
.datepicker{
    background-color: #ffffff!important;
}

.slick-prev, .slick-next{
    display: block !important;
}

.ribbon-color-warning {
    background-color: #F1C40F;
    color: #010100;
    width: 60px;
    text-align: center;
    padding: 15px;
    position: absolute;
    top: 1px;
    right: 19px;
}
.ribbon-bookmark:after {
    border-left: 21px solid;
    border-right: 20px solid;
    border-bottom: 1em solid transparent!important;
    bottom: -1em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    width: 60px;
    color: #F1C40F;

}
.ribbon-color-warning span{
    margin-left: -5px;
    color: #304352;
}

.saveEtape{
    position:fixed;
    top: 80%;
    z-index: 99;
    right: 12%;

}

.saveEtape button{
    background-color: transparent;
    border: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}

@media (max-width: 768px) {
    .saveEtape{
        right: 10%;
    }
}

.collapse{
    display: block;
}

@media (max-width: 767px) {
    .collapse{
        display: none;
    }
}

@media (max-width: 414px) {
    .logo{
        max-width: 60px!important;
    }
    h3{
        font-size: 16px;
    }

    h1{
        font-size: 18px;
    }

    #intro .btn, #contact .btn, .demarrer-questions .btn{
        padding: 8px 25px;
    }

    .search-bar .search-input input{
        font-size: 11px !important;
    }

    .grid {
        padding: 10px 10px 10px 10px!important;
    }

    #intro h3 {
        letter-spacing: 1px;
        margin-top: 25px;
    }

    #login{
        width: 360px;
        margin: 0 auto;
    }

    #login .login-form{
        width: 268px;
    }

    #contact-block h2,
    #register h2{
        font-size: 24px;
    }

    .slick-slide .done div{
        padding-right: 15px;
    }

    .slick-slide{
        margin-left: 15px;
        margin-right: 15px;
    }

    .saveEtape{
        display: none;
    }

    #venue h2{
        font-size: 24px;
    }

    .navbar-header .logo img{
        max-width: 80px;
    }

    #contact-block,
    #register{
        padding-left: 5px;
        padding-right: 5px;
    }

    .search-bar{
        width: 90%;
    }

    .ribbon-color-warning{
        top: 45px;
        right: 26px;
    }

    .login .content{
        width: 320px!important;
    }
}

@media (max-width: 320px) {
    #intro .btn, #contact .btn, .demarrer-questions .btn{
        padding: 8px 12px;
    }

    #intro .btn, #contact .btn, .demarrer-questions .btn{
        font-size: 10px;
        width: 120px;
    }

    #intro{
        height: 66vh;
    }

    .search-bar{
        width: 90%;
    }

    #login{
        width: 320px;
    }

    #login .login-form{
        width: 237px;
    }

    #intro h3{
        margin-top: 25px;
    }

}





