@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/*strong {
  font-family: "Manrope Bold";
}*/
html {
  position: relative;
  min-height: 100%;
}

/*main {
  margin-bottom: 150px;
}*/
html,
body {
  font-family: "Manrope Regular";
  font-size: 17px;
  color: #283c50;
  line-height: 1.6;
  letter-spacing: 0.1px;
}

a:link {
  text-decoration: none;
  color: #6419be;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #6419be;
}

a:active {
  text-decoration: none;
  color: #6419be;
  ;
}

sup {
  font-size: 12px;
}

.txt-strong {
  font-family: "Manrope Bold";
}
.txt-purple {
  color: #6419be;
}
.txt-uppercase {
  text-transform: uppercase;
}

.title-font {
  font-family: "Azo Sans Regular";
}

.big-title-font {
  font-family: "IMA Black";
}

.glyphe-font {
  font-family: "IMA Alt";
}

.font-color {
  color: #283c50;
}

.commun-color {
  color: #500fa0;
}

/*.mobilite-color {
  color: #19559b;
}
.habitat-color {
  color: #008769;
}
.sante-color {
  color: #d20a5a;
}
.juridique-color {
  color: #c83c1e;
}*/
.bkg-color-orange {
  background: #f59b13 !important;
}

.very-strong {
  font-family: "Manrope ExtraBold";
}

.strong-slash {
  font-family: "IMA Alt";
}

.block-space {
  margin: 0 auto;
}

.block-breadcrumb {
  font-size: 14px;
  margin: 15px 0 20px 50px;
}

.block-breadcrumb a {
  text-decoration: none;
  color: #283c50;
}

.block-breadcrumb a:hover {
  text-decoration: underline;
}

/*///////////////// BLOCK CONTENU //////////////////*/
main {
  width: 100%;
  margin: 0 0 60px;
}

section {
  width: 95%;
  margin: 0 auto;
  padding: 70px 0 0;
}

.container-contenu-commun {
  padding: 70px 0;
}

.contenu-commun {
  /*width: 95%;*/
  max-width: 960px;
  margin: auto;
  text-align: left;
}

.contenu-commun h2 {
  background: url("../images/mini-oblique-v.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 38px;
  margin: 0 0 20px;
  height: auto;
  width: fit-content;
  font-family: "Azo Sans Bold";
  font-weight: 100;
  color: #500fa0;
  /* line-height: 1.2; */
  text-transform: uppercase;
  font-size: 20px;
}

.contenu-commun h3 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 40px;
  margin: 0 0 40px;
  line-height: 1.3;
}

.contenu-commun h4 {
  font-family: "Azo Sans Bold";
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.2;
}

.contenu-commun h4::after {
  content: ".";
  font-family: "IMA Alt";
  color: #500fa0;
}

/*#slash-commun::before {
  content: "Α";
  font-family: "IMA Alt";
  color: #500fa0;
}
}*/
.titre-contenu-commun-violet h2 {
  background: url("../images/mini-oblique-v.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 38px;
  margin: 0 0 20px;
  height: auto;
  width: fit-content;
  font-family: "Azo Sans Bold";
  font-weight: 100;
  color: #500fa0;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 20px;
}

.titre-contenu-commun-jaune h2 {
  background: url("../images/mini-oblique-j.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 38px;
  margin: 0 0 20px;
  height: auto;
  width: fit-content;
  font-family: "Azo Sans Bold";
  font-weight: 100;
  color: #f0870a;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 20px;
}

.titre-contenu-commun h3 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 40px;
  margin: 0 0 40px;
  line-height: 1;
}

/*.titre-contenu-commun h3::after {
    content: ".";
    font-family: "IMA Alt";
    color: #500fa0;
}*/
.titre-contenu-commun h4 {
  font-family: "Azo Sans Bold";
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
}

.titre-contenu-commun h4::after {
  content: ".";
  font-family: "IMA Alt";
}

.titre-bold-violet {
  font-family: "IMA Black";
  color: #6419BE;
}

.commun-block-txt-img {
  display: flex;
  align-items: center;
}

.commun-block-txt-img img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}

.commun-block-txt-img-left {
  display: flex;
  align-items: center;
}

.commun-block-txt-img-left img {
  border-radius: 15px;
  margin: 0 40px 0 0;
  max-width: 100%;
  height: auto;
}

.commun-block-txt {
  width: 50%;
}

.commun-block-img {
  width: 50%;
  margin: 0 0 0 40px;
}

.commun-block-img-left {
  width: 50%;
  margin: 0 40px 0 0;
}

.commun-picto {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}

.commun-picto h4 {
  font-family: "Azo Sans Bold";
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
}

.commun-picto h4::after {
  content: ".";
  font-family: "IMA Alt";
  color: #fff;
}

/*.commun-picto > ul > li*/
.commun-picto>ul>li {
  display: inline-block;
  font-family: "Manrope Medium";
  text-align: center;
  color: #141e3c;
  background: #fff;
  font-size: 14px;
  line-height: 1.3;
  width: 220px;
  height: 190px;
  margin: 12px;
  padding: 20px;
  vertical-align: top;
  border-radius: 15px;
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
}

.commun-picto>ul>li>img {
  display: block;
  margin: 10px auto;
  height: 90px;
  max-width: 120px;
}

.commun-picto>ul>li>span {
  display: block;
}

.commun-chiffres {
  width: auto;
}

.commun-chiffres p {
  padding: 0 !important;
  margin: 0 !important;
}

.commun-chiffres>ul {
  display: table;
  width: 100%;
  border-spacing: 0px;
  text-align: left;
}

.commun-chiffres>ul>li {
  display: inline-block;
  margin: 40px 0 0;
  vertical-align: top;
}

.commun-chiffres>ul>li>div {
  display: table-cell;
  text-align: left;
  width: 310px;
  padding: 0 40px 0 30px;
}

.commun-chiffres>ul>li>div>h5 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 10px;
  white-space: nowrap;
}

.commun-chiffres>ul>li>div>p {
  line-height: 20px;
}

.commun-note-chiffres {
  display: block;
  margin: 30px 0 0;
  font-size: 10px;
}

.commun-nav-bout {
  width: 100%;
  text-align: center;
  margin: 40px 0 30px;
  padding: 0 10px;
}

.commun-nav-bout h4 {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.image-header-commun {
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0px;
  width: 95%;
  margin: auto;
}

.commun-texte_image {
  /*padding-top: 180px;*/
  margin: 0 0 0 250px;
  line-height: 1.2;
}

.commun-texte_image h1 {
  font-family: "Azo Sans Medium";
  color: #fff;
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*margin: 0 20px*/
}

.commun-smart-texte {
  display: none;
}

.commun-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;
}

.commun-texte_image-smart h1 {
  font-size: 25px;
  line-height: 1.3;
}

/*.commun-texte_image h1::after {
    content: ".";
    font-family: "IMA Alt";
    color: #fff;
}*/
.commun-titre-glyphe {
  font-family: "IMA Alt";
  color: #f59b14;
}

.commun-titre-glyphe-none {
  font-family: "IMA Black";
  color: #f59b14;
}

.bkg-color-chiffre-commun {
  border-left: 1px solid #500fa0;
}

.bkg-color-chiffre-commun>div>h5 {
  color: #500fa0 !important;
}

.commun-spacer-block {
  margin: 30px 0 0;
}

.block-commun-bkg-orange {
  background: #fff5e6;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
  /*margin: 0 0 70px;*/
}

.block-commun-bkg-grey {
  background: #e6ebef;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
}

.block-commun-bkg-diagonale-grey {
  /*background: #e6ebef;*/
  background: url(../images/nos-offres/double-oblique-grey.svg), url(../images/nos-offres/oblique-grey.svg), #e6ebef;
  background-repeat: no-repeat, no-repeat;
  background-position: right 50px top -30px, bottom -70px left 20px;
  background-size: 240px, 190px;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
}


/**** VIDEO ***/

#video_image {
  margin: 50px auto 0px auto;
}

#video_image>div {
  width: 880px;
  height: 540px;
  border-radius: 12px;
  background: url("../images/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%;
}

.video-iframe-mini {
  width: 300px;
  height: 169px;
  margin: 30px 0 0;
}
.video-iframe-mini > iframe {
  width: 100%;
  height: 100%;
}
    

@media screen and (min-width:960px) and (max-width:1279px) {
  .commun-texte_image {
    /*padding-top: 130px;*/
    margin-left: 150px;
  }

  .commun-texte_image h1 {
    font-size: 42px;
  }
}

@media screen and (min-width:1280px) and (max-width:1599px) {
  .commun-texte_image {
    /*padding-top: 170px;*/
    margin-left: 200px;
  }

  .commun-texte_image h1 {
    font-size: 52px;
  }
}

@media only screen and (max-width : 1400px) {
  .commun-chiffres>ul>li>div {
    width: auto;
    /*padding: 0 0 0 30px;*/
  }
}

@media only screen and (max-width:1279px) {
  .commun-picto {
    width: 100%;
    /*text-align: center;*/
  }
}

@media only screen and (max-width : 1024px) {
  .commun-block-txt-img {
    flex-direction: column-reverse;
  }

  .block-commun-bkg-orange {
    margin: 0 auto;
    padding: 20px;
  }

  .block-commun-bkg-orange h2 {
    margin: 0;
  }

  .block-commun-bkg-grey {
    margin: 0 auto;
    padding: 20px;
  }

  .block-commun-bkg-grey h2 {
    margin: 0;
  }

  .block-commun-bkg-diagonale-grey {
    background: #e6ebef;
    margin: 0 auto;
    padding: 20px;
  }

  .block-commun-bkg-diagonale-grey h2 {
    margin: 0;
  }
}

@media only screen and (max-width : 959px) {

  /*header {
background: #242b3d;
}*/
  main {
    background: #242b3d;
    /*padding: 30px 0 0;*/
  }

  section {
    width: 100%;
    padding: 30px 10px;
  }

  .block-space {
    margin: 80px 0 0;
  }

  .block-breadcrumb {
    display: none;
  }

  .container-page {
    margin: 20px 0 0;
    background: #fff;
    border-radius: 15px 15px 0 0;
  }

  .titre-contenu-commun h2 {
    line-height: 1;
  }

  .titre-contenu-commun h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
  }

  .container-contenu-commun {
    padding: 30px 10px;
  }

  .contenu-commun h2 {
    background-size: 26px 26px;
    padding: 0 0 0 32px;
  }

  .titre-contenu-commun-violet h2 {
    background-size: 26px 26px;
    padding: 0 0 0 32px;
    font-size: 20px;
  }

  .titre-contenu-commun-jaune h2 {
    background-size: 26px 26px;
    padding: 0 0 0 32px;
    font-size: 20px;
  }

  .contenu-commun h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
  }

  .contenu-commun h4 {
    padding: 30px 0 0;
    line-height: 1;
  }

  .commun-block-txt-img {
    flex-direction: column-reverse;
  }

  .commun-block-txt-img img {
    width: 100%;
    margin: 0 auto;
  }

  .commun-block-txt-img-left {
    flex-direction: column-reverse;
  }

  .commun-block-txt-img-left img {
    width: 100%;
    margin: 0 auto;
  }

  .commun-block-txt-img-left p {
    padding: 15px 0;
  }

  .commun-block-txt {
    width: 100%;
  }

  .commun-block-img {
    width: 100%;
    margin: auto;
  }

  .commun-block-img-left {
    width: 100%;
    margin: auto;
  }

  .commun-picto>ul>li {
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 80, 0.12);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 80, 0.12);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 80, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 80, 0.12);
  }

  .commun-smart-texte {
    display: flex;
  }

  .commun-desktop-texte {
    display: none;
  }

  .commun-texte_image-smart {
    background: #500f9f;
    margin: auto;
  }

  /*///////////////// BLOCK VIDEO //////////////////*/
  #video_image {
    width: 100%;
    height: 300px;
    padding: 0px;
    margin-top: 50px;
    border-radius: 12px;
    background: url("../images/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-iframe-mini {
    width: 100%;
    height: 300px;
  }
  .video-iframe-mini > iframe {
    width: 100%; /*1000px*/
    height: 300px; /*563px*/
  }


}

@media only screen and (max-width:639px) {
  .block-commun-bkg-orange {
    width: 100%;
  }

  .block-commun-bkg-grey {
    width: 100%;
  }

  .block-commun-bkg-diagonale-grey {
    width: 100%;
  }
}