/***************************************************************
            Developped by Theophile PACAUD - Trainee
                    https://git.xnj.ovh/tpacaud
                        intervalle.contact@tpacaud.fr
                  Universite Sorbonne PARIS NORD
                      For INTERVALLE SARL
                      All rights reserved
***************************************************************/


/*********************
    Polices
*********************/

@font-face {
    font-family: "raleway";
    src: url(../FONTS/Raleway.ttf) format("truetype");
}

@font-face {
    font-family: "JosefinSlab";
    src: url(../FONTS/JosefinSlab.ttf) format("truetype");
}

@font-face {
    font-family: "Brandon";
    src: url(../FONTS/brandon.otf) format("truetype");
}

@font-face {
    font-family: "titles";
    src: url(../FONTS/Merriweather-Regular.ttf) format("truetype");
}

/*********************
    Contenus
*********************/

html,
body {
  min-height: 100%;
  width: 100%;
  line-spacing: 44px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  font-family: "brandon", serif;
}

body *{
    font-size: x-large;
}

* {
    margin: 0;
    padding: 0;
}

@media screen and (min-device-width: 1023px) and (max-device-width: 1367px) {
    .body {
        background-attachment: scroll !important;
        /* height: 100% !important; */
        overflow: hidden;
    }
    .body *{
        font-size: large;
    }
}

H1{
    font-family: "titles", serif;
    font-size: 2em;
}

@media (max-width: 1280px) {
    body *{
        font-size: xx-large;
    }
    H1{
        font-size: 1.3em;
    }
}

a{
    text-decoration-color: #014ea2;
    color:#014ea2;
}

.position-fixed{
    position: fixed;
    width: 100%;
}

/*********************
 Parallax IOS
*********************/

div.parallax-image* {
    top: 0;
  }
  
  div.parallax-image1 {
    background-image: url("../IMG/home.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

@media (max-width: 1080px) {
    div.parallax-image1 {
        background-image: url("../IMG/home-mobile.png");
    }
}
  
  .sticky {
    margin-top: 0vh;
    width: 100%;
    height: 101vh;
    /* background: linear-gradient(45deg, red, blue); */
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: -1;
  }

  div.section {
    position: relative;
    background-color: white;
    width: 100%;
    min-height: 100vh;
    padding: 3em calc(20vw - 70px);
    z-index: 1
  }
  
  div.section:last-child {
    min-height: 50vh;
    padding: 3em calc(20vw - 70px) 6em;
  }
  
  div.section.dark {
    background-color: #102030;
    color:white;
  }
  
  .page-title > div >h1 {
    font-size: 80px;
  }

/*********************
 TMP - Developpement
*********************/

.vide{
    background-color: rgb(234, 207, 171);
    height: 1000px;
}

.vide h1{
    padding-top: 10%;
}

/*********************
    Intervenants
*********************/

.intervenants{
    background-color: rgb(247, 247, 247);
    display: flex;
    flex-direction: column;
}

.intervenants-content{
    display: flex;
    flex-direction: row-reverse;
    /* flex-direction: row-reverse; */
    align-items: center;
    justify-content: flex-start;
    margin-right: 3%;
    gap: 50px;
    padding-bottom: 40px;
}

.intervenant-reverse{
    flex-direction: row-reverse;
}

.intervenants-content img{
    width: 13%;
    border-radius: 4px;
}

.intervenant-title{
    text-align: center;
    margin-left: 2%;
    padding-top: 100px;
    margin-bottom: 30px;
    color: #014ea2;   
}

.intervenants{
    margin-bottom: 300px;
}

/*********************
    JS ALERT
*********************/

.jsalert{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 10%;
    text-align: center;
    top: 0;
    background-color: white;
    color: red;
}

.forma-download{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3%;
}

.forma-download a{
    width: 60%;
}

.show-logo{
    background-image: url(../IMG/show.svg);
    background-repeat: no-repeat;
    width: 40px;
}

.download:hover .show-logo{
    background-image: url(../IMG/show-white.svg);
}
