@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #172b3b;
  display: inline-block;
}

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

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #576671;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-75 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top:50px;
}

.pt-75 {
  padding-top: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-75 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}


@media (min-width: 992px) {
    .ptb-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ptb-75 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    }

    .pt-50 {
      padding-top:50px;
    }

    .pt-75 {
      padding-top: 70px;
    }

    .pt-100 {
    padding-top: 100px;
    }

    .pb-75 {
    padding-bottom: 70px;
    }

    .pb-100 {
    padding-bottom: 100px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', monospace;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

.btn-primary{
    color: #000951;
}

.btn-primary:hover{
    color:#ffffff!important;
    background-color: #000951;
    border-color: #000951;
}


div.jumbotron.hero-technology{
    color:#fff;
    text-align:center;
    background:url('../images/HeaderBackground.png');
    background-size:cover;
    background-position:center;
    padding-top:17vh;
    padding-bottom:10vh;
    height: auto;
    margin-top: -110px;
}

h1.hero-title{
    font-size: 3em;
    color:#fff;
    font-weight:500;
}

p.hero-subtitle{
    max-width:600px;
    margin:25px auto;
    padding:10px 15px;
    background-color:rgba(0,0,0,0.1);
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,0.7);
    font-weight:500;
}


@media (min-width: 992px) {
    div.jumbotron.hero-technology{
        padding-top:30vh;
        padding-bottom:30vh;
        height: 80vh;
        margin-top: -100px;
    }

    h1.hero-title{
      font-size: 5em;
      color:#fff;
      font-weight:500;
    }
}
  
@media (min-width: 1200px) {
  div.jumbotron.hero-technology{
      padding-top: 40vh;
      padding-bottom: 40vh;
      /*height: 80vh;*/
      margin-top: -120px;
  }
}

.countdown-section{
    background-size:cover;
    background-position:center;
}

.font1{
    font-family: 'Roboto', monospace !important;
}

.font2{
    font-family: "Montserrat", sans-serif !important;
}

.tc1{ color: #6f4030 !important;}
.bc1{ border-color: #6f4030 !important;}
.tc2{ color: #fc9421 !important;}
.bc2{ border-color: #fc9421 !important;}

.schedule-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6f4030;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid !important;
}
.schedule-section .nav-link {
    border: none;
    color: #6f4030;
}
.schedule-section .nav-link:hover {
    color: #6f4030;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid !important;
}

.schedule-section-2{
  padding-top:25vh;
  margin-top: -100px;
}

.schedule-section-2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1d55ac;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid !important;
}
.schedule-section-2 .nav-link {
  border: none;
  color: #1d55ac;
}
.schedule-section-2 .nav-link:hover {
  color: #1d55ac;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid !important;
}

#nav-button {
    /*margin: 10px;*/
    width: 2em;
    height: 1.5em;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -moz-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -o-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    transition: .35s cubic-bezier(.175,.685,.32,1.175);
    z-index: 110;
}

#nav-button span {
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 19px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -moz-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    -o-transition: .35s cubic-bezier(.175,.685,.32,1.175);
    transition: .35s cubic-bezier(.175,.685,.32,1.175);
}

#nav-button span:nth-child(1) {
    top: 0;
    width: 75%;
}

#nav-button span:nth-child(2),#nav-button span:nth-child(3) {
    top: 0.75em;
    width: 100%;
}

#nav-button span:nth-child(4) {
    top: 1.5em;
    width: 55%;
}

#nav-button.open span:nth-child(1) {
    top: 2em;
    width: 0;
}

#nav-button.open span:nth-child(2) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
    
#nav-button.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-button.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.pourquoi-section{
  background:url('../images/Background-pourquoi-participer.png');
  background-size:cover;
  background-position:center;
}

.theme-section{
  background:url('../images/Background-themes-aborde.png');
  background-size:cover;
  background-position:center;
}

.statistic-section {
  background:url('../images/Background-themes-aborde.png');
  background-size:cover;
  background-position:top;
}

.speakers-section .speakers-content{
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 50%;
  bottom: 0;
  visibility: hidden;
  background-color: #000951ad;
  transition: all;
}

.speakers-section .single-speakers:hover .speakers-content{
  visibility: visible;
}

.speakers-section .speakers-content .text-sp{
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
}