@charset "utf-8";

/* CSS Document */
/*.contenu-commun h3::after {
  content: ".";
  font-family: "IMA Alt";
  color: #6419BE;
}*/
/*///////////////// BLOCK IMAGE HEADER //////////////////*/
.image_generale {
  /*display: flex;*/
  border-radius: 15px;
  padding: 0px;
  width: 95%;
  margin: auto;
}

.texte_image {
  padding-top: 180px;
  margin-left: 250px;
  line-height: 1.2;
}

.texte_image h1 {
  font-family: "Azo Sans Medium";
  color: #fff;
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*margin: 0 20px*/
}

.smart-texte {
  display: none;
}

.texte_image-smart {
  background: url(../images/double-oblique.svg), #500f9f;
  background-repeat: no-repeat;
  background-position: bottom 0px right 20px;
  background-size: 50px;
  width: 98%;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  text-align: left;
  margin: auto;
  border-radius: 15px;
}

.texte_image-smart h1 {
  font-family: "Azo Sans Medium";
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3;
}

.slash-dark {
  font-family: "IMA Alt";
  color: #f59b14;
}

.slash-light {
  font-family: "IMA Alt";
  color: #ffb91e;
}

.titre-glyphe {
  font-family: "IMA Alt";
  color: #f59b14;
}

.titre-glyphe-none {
  font-family: "IMA Black";
  color: #f59b14;
}

.titre-glyphe-page {
  font-family: "IMA Black";
  color: #6419BE;
}

.bouton_secondaire {
  background: #fff;
}

.bouton_secondaire:hover {
  background: #e6ebf0;
}

.bouton_secondaire a {
  color: #283c50;
}


/*////////////////////// bouton secondaire bis  //////////////////////////// */

.bouton_secondaire_bis {
  background: #6419BE; /*#fff   f59b14*/
  font-family: "Manrope SemiBold";
  width: 250px;
  height: 50px;
  margin: 20px 0 0;
  text-align: center;
  line-height: 49px;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bouton_secondaire_bis:hover {
  background: #500FA0; /*#f0870a*/
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bouton_secondaire-small_bis {
  background: #6419BE; /*#fff   f59b14*/
  font-family: "Manrope SemiBold";
  height: 40px;
  width: max-content;
  padding: 5px 15px;
  margin: 20px 0 0;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bouton_secondaire_bis > a, .bouton_secondaire-telecharge_bis > a, .bouton_secondaire-small_bis > a {
  display: block;
  text-decoration: none;
  color: #fff; /*#283c50*/
}
.bouton_secondaire_bis:hover > a, .bouton_secondaire-telecharge_bis:hover > a, .bouton_secondaire-small_bis:hover > a {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /*color: #283c50;*/
  text-decoration: none;
}
.bouton_secondaire-telecharge_bis {
  display: inline-block;
  padding: 0 20px 0 55px;
  background: url(../images/file_download.svg), #6419BE;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 35px;
  font-family: "Manrope SemiBold";
  width: auto;
  height: 50px;
  margin: 20px 0 0;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.bouton_secondaire-telecharge_bis:hover {
  background: url(../images/file_download.svg), #500FA0;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 35px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


/*////////////////////// DIAGONALE  //////////////////////////// */
.block-diagonale {
  width: 600px;
  position: absolute;
  top: 130px;
  overflow: hidden;
  opacity: 0.7;
}

.diagonale-1 {
  width: 100%;
  height: auto;
}

.diagonale-1 img {
  position: relative;
  left: -50px;
  top: -90px;
}

#video_image {
  margin: 50px auto 0px auto;
}

#video_image>div {
  width: 880px;
  height: 540px;
  border-radius: 12px;
  background: url("../images/homepage/thumb-video.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 880px 540px;
  margin: auto;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

#video_image>div>img {
  margin-top: 190px;
  width: 192px;
  height: 192px;
  cursor: pointer;
}

#video_image>div>img:hover {
  opacity: 0.5;
}

#video_texte {
  text-align: left;
}

#video_texte>p {
  display: none;
}

.video-iframe {
  width: 800px;
  height: 451px;
  margin: 30px auto 0;
}

.video-iframe>iframe {
  width: 100%;
  height: 100%;
}

/*.the-overlay-video-iframe {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.video-smartphone {
  display: none;
}*/
#actu_smartphone {
  display: none;
}

#actu_desktop {
  display: block;
  width: 880px;
  /*padding: 30px 0 70px !important;*/
}

#slider_actu {
  margin-bottom: 20px;
  text-align: center;
}

.block_one_news {
  width: 880px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  -moz-box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
  -webkit-box-shadow: 0px 15px 40px 0px rgb(180 150 130 / 20%);
  -o-box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
  box-shadow: 0px 15px 40px 0px rgb(180 150 130 / 20%);
}

.block_one_news h5 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #500fa0;
}

.block_one_news h6 {
  margin-bottom: 30px;
  font-size: 20px;
}

.img-one-news {
  float: left;
  width: 280px;
}

.txt-one-news {
  float: right;
  width: 500px;
}

#bloc_reseaux_sociaux {
  width: 95%;
  border-radius: 20px;
  margin: 0 auto;
  background: #fff;
}

#bloc_reseaux_sociaux>div>ul {
  text-align: center;
}

#bloc_reseaux_sociaux>div>ul>li {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: inline-block;
  margin: 0px 10px 40px 10px;
  list-style: none;
  /*background : #6419BE;*/
  border: 2px solid #6419BE;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#bloc_reseaux_sociaux>div>ul>li:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
}

#bloc_reseaux_sociaux>div>ul>li>a>img {
  width: 50px;
  height: 50px;
  margin-top: 3px;
}

#bloc_reseaux_sociaux>div>div>iframe {
  border-radius: 10px;
}

#bloc-reseaux-center {
  text-align: center;
}



@media screen and (max-width:320px) {
  .image_generale {
    background: url("../images/homepage/home-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 400px;
    /*margin: 80px auto 0;*/
  }

  .block-image-cover-titre {
    padding-top: 15px;
    margin-left: 50px;
  }

  .block-image-cover-titre h1 {
    font-size: 25px;
  }

  .block-diagonale {
    display: none
  }

  .smart-texte {
    display: flex;
    justify-content: center;
  }

  .desktop-texte {
    display: none;
  }

  /*.texte_image-smart {
margin: 0;
}*/
}

@media screen and (min-width:321px) and (max-width:479px) {
  .image_generale {
    background: url("../images/homepage/home-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 400px;
  }

  .block-image-cover-titre {
    padding-top: 15px;
    margin-left: 50px;
  }

  .block-image-cover-titre h1 {
    font-size: 25px;
  }

  .block-diagonale {
    display: none
  }

  .smart-texte {
    display: flex;
    justify-content: center;
  }

  .desktop-texte {
    display: none;
  }

  /*.texte_image-smart {
margin: 0;
}*/
}

@media screen and (min-width:480px) and (max-width:639px) {
  .image_generale {
    background: url("../images/homepage/home-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
  }

  .block-image-cover-titre {
    padding-top: 15px;
    margin-left: 50px;
  }

  .block-image-cover-titre h1 {
    font-size: 25px;
  }

  .block-diagonale {
    display: none
  }

  .smart-texte {
    display: flex;
    justify-content: center;
  }

  .desktop-texte {
    display: none;
  }

  /*.texte_image-smart {
margin: 0;
}*/
}

@media screen and (min-width:640px) and (max-width:959px) {
  .image_generale {
    background: url("../images/homepage/home-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
  }

  .block-image-cover-titre {
    padding-top: 25px;
    margin-left: 50px;
  }

  .block-image-cover-titre h1 {
    font-size: 30px;
  }

  .block-diagonale {
    display: none
  }

  .smart-texte {
    display: flex;
    justify-content: center;
  }

  .desktop-texte {
    display: none;
  }

  /*.texte_image-smart {
    margin: 0;
}*/
}

@media screen and (min-width:960px) and (max-width:1279px) {
  .image_generale {
    background: url(../images/homepage/obliques-univers.svg), url(../images/homepage/oblique1-header-home.svg), url("../images/homepage/home-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, bottom 0px left 320px, center;
    background-size: 350px, 250px, cover;
    height: 352px;
  }

  .texte_image {
    padding-top: 100px;
    margin-left: 150px;
  }

  .texte_image h1 {
    font-size: 32px;
  }

  .block-diagonale {
    width: 400px;
  }

  .diagonale-1 img {
    position: relative;
    left: -30px;
  }
}

@media screen and (min-width:1280px) and (max-width:1599px) {
  .image_generale {
    background: url(../images/homepage/obliques-univers.svg), url(../images/homepage/oblique1-header-home.svg), url("../images/homepage/home-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, bottom 0px left 360px, center;
    background-size: 450px, 320px, cover;
    height: 452px;
  }

  .texte_image {
    padding-top: 140px;
    margin-left: 200px;
  }

  .texte_image h1 {
    font-size: 42px;
  }

  .block-diagonale {
    width: 500px;
  }

  .diagonale-1 img {
    position: relative;
    left: -30px;
  }
}

@media screen and (min-width:1600px) {

  /*  .image_generale {
    background: url(../images/homepage/obliques.svg), url("../images/homepage/home-1600x500.jpg") ;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, center;
    background-size: 150px, cover;
    height: 502px;
  }*/
  .image_generale {
    background: url(../images/homepage/obliques-univers.svg), url(../images/homepage/oblique1-header-home.svg), url("../images/homepage/home-1600x500.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, bottom 0px left 450px, center;
    background-size: 500px, 340px, cover;
    height: 502px;
  }

  .texte_image h1 {
    font-family: "Azo Sans Regular";
    color: #fff;
    font-size: 48px;
  }
}

@media screen and (min-width:1920px) {
  .image_generale {
    background: url(../images/homepage/obliques-univers.svg), url(../images/homepage/oblique1-header-home.svg), url("../images/homepage/home-1600x500.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, bottom 0px left 500px, center;
    background-size: 500px, 400px, cover;
    height: 602px;
  }
}

/* --------------------------------- */
@media only screen and (max-width : 959px) {

  .image_generale {
    display: flex;
    align-items: flex-end;
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }

  .texte_image-smart {
    background: #500f9f;
    margin: 0 auto;
  }

  .smart-texte {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .desktop-texte {
    display: none;
  }

  /*///////////////// BLOCK VIDEO //////////////////*/
  #video_image {
    width: 100%;
    height: 300px;
    padding: 0px;
    margin-top: 50px;
    border-radius: 12px;
    background: url("../../images/onepage/thumb-video.png");
    background-position: center;
    background-size: cover;
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  }

  #video_image>div>img {
    margin-top: 50px;
    width: 192px;
    height: 192px;
    cursor: pointer;
  }

  #video_image>div>img:hover {
    opacity: 0.5;
  }

  .video-iframe {
    width: 100%;
    height: 300px;
  }

  .video-iframe>iframe {
    width: 100%;
    /*1000px*/
    height: 300px;
    /*563px*/
  }

  .video-smartphone {
    display: block;
  }

  .video-desktop {
    display: none;
  }

  #actu_desktop {
    display: none;
    width: 100%;
  }

  #actu_smartphone {
    display: block;
    width: 95%;
    height: auto;
    border-radius: 20px;
    /*padding : 5px 0 40px;*/
    margin-left: auto;
    margin-right: auto;
  }

  #actu_smartphone>div>h6 {
    font-family: "Manrope Bold";
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  #actu_smartphone>div {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    -moz-box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
    -o-box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
    box-shadow: 0px 15px 40px 0px rgba(180, 150, 130, 0.2);
  }

  #actu_smartphone>div>a>img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #actu_smartphone>div>h5 {
    font-family: "Manrope Bold";
    font-weight: 100;
    font-size: 24px;
    color: #500fa0;
    margin-top: 20px;
  }

  #bouton_lire_suite {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #actu_smartphone>a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 50px auto 0;
    text-decoration: none;
    color: #283c50;
    font-size: 14px;
    letter-spacing: 0.5;
  }

  #bloc_reseaux_sociaux {
    width: 95%;
    border-radius: 20px;
    margin: 20px auto 40px;
    background: #fff;
  }

  /*#bloc_reseaux_sociaux > div > div {
	width : 95%;
	padding : 0px;
	border-radius : 15px;
}*/
  #bloc_reseaux_sociaux>div>ul {
    text-align: center;
  }

  #bloc_reseaux_sociaux>div>ul>li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px;
    list-style: none;
    /*background : #6419BE;*/
    border: 2px solid #6419BE;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  #bloc_reseaux_sociaux>div>ul>li:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
  }

  #bloc_reseaux_sociaux>div>ul>li>a>img {
    width: 40px;
    height: 40px;
    margin-top: 3px;
  }

  #facebook {
    display: none;
  }
}