/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
main a{
    display: inline;
}


.display-button{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    margin-right: 30px;
    float: right;
  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 22px;
    border-radius: 1px;
  }
  .topbar{
    background: #0c1923;
  }
  .nav-list{
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 30px;
    background-color: #0c1923;
    cursor: pointer;

  }
  .nav-list li:hover{
    background-color: #0c1923d1;
  }
  .nav-list a{
    display: block;
    color: #fff;
  }
  .logo{
    width: 339px;
    margin: 30px auto;
  }
  .photo{
    height: 300px;
    background: url(/images/header-dafs-blanc-2500x1133-1.jpg);
    background-size: cover;
    background-position: center
  }
  .container{
    background-color: #f1824b;
    padding-bottom: 30px;
  }
  .line{
    background-color: #ffe6af;
    height: 3px;
    width: 150px;
    margin: 30px auto;
  }

  .container span{
    color: #000;
  }
  .container h2{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 26px;
    padding-top: 30px;
  }
  .container p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .modules{
    background-color: #12a69a;
    padding-bottom: 30px;
  }
  .wrapper{
    width: 95%;
    margin: 0 auto;
  }

  .modules h2{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 26px;
    padding-top: 30px;
  }
  .line2{
    background-color: #76fffe;
    height: 3px;
    width: 100px;
    margin: 30px auto;
  }
  .modules h3{
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
  }
  .unu{
    width: 258px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #C5C5C5;
    margin-top: 50px;
  }
  .unu p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .content{
    background-color: #ca5f59;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .content h1{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 26px;
    padding-top: 30px;
  }

  .line3{
    background-color:   #ffc3bd;
    height: 3px;
    width: 150px;
    margin: 30px auto;
  }
  .content p{
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
  }
  .content h2{
    padding-top: 15px;
  }
  .content h4{
    color: #272727;
    padding-top: 15px;
    font-size: 20px;
  }
  .format{
    text-align: center;
  }

  .format h2{
    padding-top: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #272727;
    font-size: 28px;
  }
  .format li{
    padding-top: 20px;
  }

  .line4{
    background-color:  #DCDCDB;
    height: 3px;
    width: 140px;
    margin: 30px auto;
  }
  .parteners{
    text-align: center;
    margin-top: 40px;
  }

  .parteners h2{
    padding-top: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #272727;
    font-size: 28px;
  }
  .parteners li{
    padding-top: 20px;
    display: inline;
  }

  footer{
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer p{
    padding-top: 30px;
    color: #3c3c3b;
    font-size: 15px;
    cursor: pointer;
  }

  .second{
    background-color: #ca5f59;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .second h1{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 26px;
    padding-top: 30px;
  }

  .second p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }



















  @media (min-width:767px){
  
    .doi{
        width: 50%;
        float: left;
    }

    .wrapper{
        max-width: 725px;
    }

.photo{
    height: 450px;
}


}





@media (min-width:991px){
    .wrapper{
        max-width: 970px;
    }
    .topbar{
        display: none;
    }

    .nav-list{
        display: block;
        width: 570px;
        float: right;
    }
    .nav-list li{
        background-color: transparent;
        color: #272727;
        float: left;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav-list a{
        color: #272727;
    }
  .nav-list li:hover{
    background-color: #0c192329;
    border-bottom: 2px solid #e39d37 ;
  }
  .logo{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .head-wrap{
    width: 100%;
    margin: 0 auto;
    max-width: 970px;

  }
  .active li{
    background-color: #ffcc81;
    border-bottom: 2px solid #e39d37 ;
  }
  .doi{
    width: 25%;
  }
  .unu{
    width: 210px;
  }
  .parteners{
    padding-bottom: 50px;
  }
  .format li{
    display: inline;
  }

  .format{
    padding-top: 50px;
  }



}


@media (min-width:1200px){
    .head-wrap{
        max-width: 1170px;
      }
      .wrapper{
        max-width: 1170px;
      }

.photo {
    height: 85vh;
    border-bottom: 1px solid #fff;
}
.container {
    padding-top: 30px;
}
.unu{
    width: 260px;
}








}