@charset "UTF-8";
#section-contact {
  background: #bcd9fd;
  background: linear-gradient(90deg, #bcd9fd 0%, #b9effd 100%);
  padding-bottom: 50px;
}
#section-contact .cadre-contact {
  margin: 20px;
  margin-top: 40px;
  padding-left: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
}
@media (max-width: 991px) {
  #section-contact .cadre-contact {
    margin-left: 0px;
    margin-top: 20px;
  }
}
#section-contact h2 {
  font-family: "Bree Serif", serif;
  font-size: 2em;
  text-align: center;
  font-weight: 200;
  color: white;
  line-height: 150%;
  margin: 0 auto 0 auto;
}
#section-contact h3, #section-contact p, #section-contact span {
  text-align: left;
}
#section-contact .bloc-validation-envoie-message,
#section-contact .bloc-erreur-envoie-message {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0px;
  display: flex;
}
#section-contact .bloc-validation-envoie-message .validation-envoie-message,
#section-contact .bloc-validation-envoie-message .erreur-envoie-message,
#section-contact .bloc-erreur-envoie-message .validation-envoie-message,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message {
  background-color: #bcd9fd;
  margin: auto;
  max-width: 80%;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
#section-contact .bloc-validation-envoie-message .validation-envoie-message .close,
#section-contact .bloc-validation-envoie-message .erreur-envoie-message .close,
#section-contact .bloc-erreur-envoie-message .validation-envoie-message .close,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
  width: 3rem;
}
#section-contact .bloc-validation-envoie-message .validation-envoie-message p, #section-contact .bloc-validation-envoie-message .validation-envoie-message h3,
#section-contact .bloc-validation-envoie-message .erreur-envoie-message p,
#section-contact .bloc-validation-envoie-message .erreur-envoie-message h3,
#section-contact .bloc-erreur-envoie-message .validation-envoie-message p,
#section-contact .bloc-erreur-envoie-message .validation-envoie-message h3,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message p,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message h3 {
  text-align: center;
}
#section-contact .bloc-validation-envoie-message .erreur-envoie-message,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message {
  background-color: #fdcbbd;
}
#section-contact .bloc-validation-envoie-message .erreur-envoie-message h3,
#section-contact .bloc-erreur-envoie-message .erreur-envoie-message h3 {
  color: #ff0012;
  font-weight: bold;
}
#section-contact form {
  padding: 20px;
  background-color: #104ba9;
  border-radius: 5px;
  color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
}
#section-contact form button {
  background: linear-gradient(90deg, #0680c2 0%, #2dd5ff 100%);
  font-family: "Bree Serif", serif;
  font-weight: 600;
  border-color: #0680c2 !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 50%;
}
#section-contact form button:focus, #section-contact form button:hover {
  border-color: #2dd5ff !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

html {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  height: 100%;
  margin: 0;
}

p {
  font-size: 1.2em;
  line-height: 1.8em;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  text-align: center;
  font-weight: 900;
  color: #323232;
  line-height: 200%;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.9em;
  text-align: center;
  font-weight: 200;
  line-height: 150%;
  color: #323232;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  text-align: center;
}

span.anchor {
  margin-top: -60px;
  /* height of nav, in this case 54px */
  display: block;
  height: 60px;
  /* height of nav, in this case 54px */
  visibility: hidden;
  position: relative;
}

.cover h4 {
  color: #06438e;
  text-align: center;
}

#navbarHome {
  background-color: #fff;
  box-shadow: 0px 0px 3px #323232;
}

@media (min-width: 992px) {
  #navbarHome.affix-top {
    background-color: transparent;
    box-shadow: none;
    transition: all 0.25s ease;
  }

  #navbarHome.affix {
    background-color: #fff;
    box-shadow: 0px 0px 3px #323232;
    transition: all 0.25s ease;
  }

  #navbarHome.affix-top .nav-hiden {
    visibility: hidden;
  }

  #navbarHome.affix .nav-hiden {
    visibility: visible;
  }
}
.nav-link {
  border-bottom: 2px solid transparent;
}

#navImago:hover {
  color: #06438e;
}

#navImago.active {
  color: #06438e;
  border-bottom-color: #06438e;
}

#navCandiss:hover {
  color: #d11468;
}

#navCandiss.active {
  color: #d11468;
  border-bottom-color: #d11468;
}

#navUrgsim:hover {
  color: #f7a61a;
}

#navUrgsim.active {
  color: #f7a61a;
  border-bottom-color: #f7a61a;
}

#navVentisim:hover {
  color: #31cc66;
}

#navVentisim.active {
  color: #31cc66;
  border-bottom-color: #31cc66;
}

#btn-contact {
  border: 2px solid #7db7ff;
  background-color: transparent;
  color: #7db7ff;
  padding-left: 5px;
}

#btn-contact:hover {
  background-color: #7db7ff;
  color: white;
  border-color: #7db7ff;
}

.texteBleu {
  color: #7db7ff;
}

.textWhite {
  color: #ffffff;
}

.cover {
  background-image: url(img/fondEmedysBlanc.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 10px;
  /* sans padding l'image de fond s'arrete avant le margin de la dernière div */
}

.cadreTexte {
  background-color: #7db7ff;
  border: solid 3px #7db7ff;
  border-radius: 5px;
  box-shadow: 0px 2px 6px #323232;
  padding: 20px;
}
.cadreTexte p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  text-align: center;
  line-height: 150%;
}

.header-section {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
}

.header-section .row {
  align-items: center;
}

.block-logo-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 5px #000;
  margin: 10px 30px;
  padding: 5px;
}

.logo-video {
  display: flex;
  justify-content: center;
  margin: 15px;
}
.logo-video a {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 10px;
  padding: 5px 10px;
  border: solid 2px #78808b;
  background-color: #34383e;
  flex-direction: column;
  color: white;
  line-height: 1em;
}
.logo-video a:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-color: white;
}

#sectionImago-contenu {
  background-color: #06438e;
}

#sectionImago-contenu b {
  color: #06438e;
}

.carousel_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sectionCandiss-contenu {
  background-color: #d11468;
}

#sectionCandiss-contenu b {
  color: #d11468;
}

#sectionUrgsim-contenu {
  background-color: #f7a61a;
}

#sectionUrgsim-contenu b {
  color: #f7a61a;
}

#sectionVentisim-contenu {
  background-color: #31cc66;
}
#sectionVentisim-contenu b {
  color: #31cc66;
}

.carousel .carousel-indicators {
  top: 10px;
}
.carousel .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 5px #0000006b;
  width: 16px;
  height: 9.24px;
  background-color: white;
  margin: 4.62px 10px;
}
.carousel .carousel-indicators li::before {
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  border-bottom: 4.62px solid white;
}
.carousel .carousel-indicators li::after {
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  width: 0;
  border-top: 4.62px solid white;
}
.carousel .carousel-indicators li.active {
  background-color: #8b8b8b;
}
.carousel .carousel-indicators li.active::after {
  border-top: 4.62px solid #8b8b8b;
}
.carousel .carousel-indicators li.active::before {
  border-bottom: 4.62px solid #8b8b8b;
}
.carousel .carousel-legende {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.carousel .carousel-legende .carousel-legende-content {
  text-align: center;
  position: absolute;
  height: 700px;
  display: flex;
  align-items: center;
}
.carousel .carousel-legende .carousel-legende-content.left {
  left: 5%;
}
.carousel .carousel-legende .carousel-legende-content.right {
  right: 5%;
}
.carousel .carousel-legende .carousel-legende-content .background-hexagone {
  height: 700px;
  width: 700px;
}
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text {
  position: absolute;
  height: 100%;
}
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-before {
  display: block;
  float: left;
  height: 700px;
  width: 350px;
  shape-outside: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 89.01%, 40% 80.5%, 17.28% 38.85%, 78.85% 8%, 100% 11%);
}
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-after {
  display: block;
  float: right;
  height: 700px;
  width: 350px;
  shape-outside: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 88.75%, 23.41% 91.9%, 85.63% 61.49%, 62.92% 19.11%, 0% 10.85%);
}
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text h3 {
  color: #323232;
}

#sectionImago-contenu .carousel .carousel-indicators li.active {
  background-color: #7db7ff;
}
#sectionImago-contenu .carousel .carousel-indicators li.active::after {
  border-top: 4.62px solid #7db7ff;
}
#sectionImago-contenu .carousel .carousel-indicators li.active::before {
  border-bottom: 4.62px solid #7db7ff;
}

#sectionCandiss-contenu .carousel .carousel-indicators li.active {
  background-color: #f79fc6;
}
#sectionCandiss-contenu .carousel .carousel-indicators li.active::after {
  border-top: 4.62px solid #f79fc6;
}
#sectionCandiss-contenu .carousel .carousel-indicators li.active::before {
  border-bottom: 4.62px solid #f79fc6;
}

#sectionUrgsim-contenu .carousel .carousel-indicators li.active {
  background-color: #f7e1b2;
}
#sectionUrgsim-contenu .carousel .carousel-indicators li.active::after {
  border-top: 4.62px solid #f7e1b2;
}
#sectionUrgsim-contenu .carousel .carousel-indicators li.active::before {
  border-bottom: 4.62px solid #f7e1b2;
}

#sectionVentisim-contenu .carousel .carousel-indicators li.active {
  background-color: #dbffe7;
}
#sectionVentisim-contenu .carousel .carousel-indicators li.active::after {
  border-top: 4.62px solid #dbffe7;
}
#sectionVentisim-contenu .carousel .carousel-indicators li.active::before {
  border-bottom: 4.62px solid #dbffe7;
}

.carousel-control .carousel-control-background {
  height: 120px;
  width: 70px;
  background-color: #7db7ff;
  position: absolute;
  transform: skew(15deg, 0deg);
}
.carousel-control .chevron {
  border-style: solid;
  border-width: 5px 5px 0 0;
  content: "";
  display: inline-block;
  transform: rotate(-45deg);
  vertical-align: top;
  height: 25px;
  width: 25px;
  position: absolute;
  color: #fff;
}
.carousel-control .carousel-control-prev {
  width: 10%;
  overflow: hidden;
  opacity: 1;
}
.carousel-control .carousel-control-prev .carousel-control-background {
  left: -20px;
}
.carousel-control .carousel-control-prev .chevron {
  left: 15px;
  transform: rotate(-135deg);
}
.carousel-control .carousel-control-prev:hover .carousel-control-background {
  box-shadow: 0px 2px 8px #000000ba;
  left: -18px;
}
.carousel-control .carousel-control-prev:hover .chevron {
  left: 17px;
}
.carousel-control .carousel-control-next {
  width: 10%;
  overflow: hidden;
  opacity: 1;
}
.carousel-control .carousel-control-next .carousel-control-background {
  right: -20px;
}
.carousel-control .carousel-control-next .chevron {
  right: 15px;
  transform: rotate(45deg);
}
.carousel-control .carousel-control-next:hover .carousel-control-background {
  box-shadow: 0px 2px 8px #000000ba;
  right: -18px;
}
.carousel-control .carousel-control-next:hover .chevron {
  right: 17px;
}

.carousel-control-small {
  display: none;
}

#sectionImago-contenu .carousel-control .carousel-control-background {
  background-color: #7db7ff;
}
#sectionImago-contenu .carousel-control .chevron {
  color: #06438e;
}

#sectionCandiss-contenu .carousel-control .carousel-control-background {
  background-color: #f79fc6;
}
#sectionCandiss-contenu .carousel-control .chevron {
  color: #d11468;
}

#sectionUrgsim-contenu .carousel-control .carousel-control-background {
  background-color: #f7e1b2;
}
#sectionUrgsim-contenu .carousel-control .chevron {
  color: #f7a61a;
}

#sectionVentisim-contenu .carousel-control .carousel-control-background {
  background-color: #dbffe7;
}
#sectionVentisim-contenu .carousel-control .chevron {
  color: #31cc66;
}

@media (max-width: 1199px) {
  .carousel .carousel-legende {
    position: relative;
    margin: auto;
    z-index: 10;
    color: #fff;
    min-height: 100px;
    height: auto;
    transition: height 1s ease;
  }
  .carousel .carousel-legende .carousel-legende-content {
    left: auto;
    height: auto;
    position: relative;
    width: 100%;
  }
  .carousel .carousel-legende .carousel-legende-content.left {
    left: 0%;
  }
  .carousel .carousel-legende .carousel-legende-content.right {
    right: 0%;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text {
    position: relative;
    padding: 0px 0px 50px 0px;
    top: 0px;
    transform: translateY(0%);
    width: 100%;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text .carousel-legende-bloc-text {
    margin-top: 10px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-before,
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-after {
    display: none;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text h3 {
    color: #fff !important;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text b {
    color: white !important;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text p {
    text-align: left;
  }
  .carousel .carousel-legende .carousel-legende-content .background-hexagone {
    display: none;
  }

  #sectionImago-contenu .carousel-legende {
    background-color: #06438e;
  }
  #sectionImago-contenu .carousel-control-small .carousel-control-background {
    background-color: #7db7ff;
  }
  #sectionImago-contenu .carousel-control-small .chevron {
    color: #06438e;
  }

  #sectionCandiss-contenu .carousel-legende {
    background-color: #d11468;
  }
  #sectionCandiss-contenu .carousel-control-small .carousel-control-background {
    background-color: #f79fc6;
  }
  #sectionCandiss-contenu .carousel-control-small .chevron {
    color: #d11468;
  }

  #sectionUrgsim-contenu .carousel-legende {
    background-color: #f7a61a;
  }
  #sectionUrgsim-contenu .carousel-control-small .carousel-control-background {
    background-color: #f7e1b2;
  }
  #sectionUrgsim-contenu .carousel-control-small .chevron {
    color: #f7a61a;
  }

  #sectionVentisim-contenu .carousel-legende {
    background-color: #31cc66;
  }
  #sectionVentisim-contenu .carousel-control-small .carousel-control-background {
    background-color: #dbffe7;
  }
  #sectionVentisim-contenu .carousel-control-small .chevron {
    color: #31cc66;
  }

  .carousel-control {
    display: none;
  }

  .carousel-item.active .carousel-control-small {
    opacity: 1;
  }

  .carousel-control-small {
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .carousel-control-small .carousel-control-next, .carousel-control-small .carousel-control-prev {
    position: relative;
    opacity: 1;
    width: 35%;
    width: 15%;
    padding: 0px 3%;
  }
  .carousel-control-small .carousel-control-background {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    transform: skew(15deg, 0deg);
  }
  .carousel-control-small .chevron {
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: "";
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: top;
    height: 25px;
    width: 25px;
    position: absolute;
    color: #797979;
  }
  .carousel-control-small .carousel-control-prev {
    justify-content: flex-start;
  }
  .carousel-control-small .carousel-control-prev .carousel-control-background {
    left: -20%;
  }
  .carousel-control-small .carousel-control-prev .chevron {
    transform: rotate(-135deg);
  }
  .carousel-control-small .carousel-control-next {
    justify-content: flex-end;
  }
  .carousel-control-small .carousel-control-next .carousel-control-background {
    right: -20%;
  }
  .carousel-control-small .carousel-control-next .chevron {
    transform: rotate(45deg);
  }
}
#sectionClientsEtPartenaires {
  background-color: #7db7ff;
  padding-bottom: 40px;
  padding-top: 40px;
}
#sectionClientsEtPartenaires h4 {
  font-size: 1.9em;
}

#sectionClientsEtPartenaires h2 {
  text-align: left;
}

.vignette_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.vignette_container img {
  margin: 10px;
  width: 150px;
}
@media (max-width: 375px) {
  .vignette_container img {
    width: 40%;
  }
}

#sectionContact-contenu {
  background-color: #08429c;
  color: #7db7ff;
}

.btn-bleu {
  background-color: #7db7ff;
}

.btn-bleu:hover {
  background-color: #62a7fc;
}

#sectionContact-contenu p {
  color: white;
}

#EmedysMap {
  height: 100%;
  width: 100%;
  min-height: 300px;
  max-width: 1000px;
}

#sectionSocial {
  background-color: #7db7ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#sectionMentions {
  background-color: #7db7ff;
  padding: 20px;
}
#sectionMentions a, #sectionMentions p {
  color: #323232;
}

.popup {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.show-popup .popup {
  display: block;
  opacity: 1;
  visibility: visible;
}

iframe {
  position: absolute;
  top: 12.5%;
  left: 12.5%;
}

.carte-technopole {
  padding-left: 0px;
  padding-right: 0px;
  align-self: flex-end;
}

.commentaire-carte-technopole {
  background-color: #fdcbbd;
  padding-top: 50px;
  padding-bottom: 50px;
}

.commentaire-carte-technopole p {
  text-align: justify;
  margin: 2em 1em 0em 1em;
}

#carte-technopole-pink {
  display: none;
}

#carte-technopole-white {
  display: block;
}

@media (max-width: 990px) {
  .commentaire-carte-technopole {
    order: 1;
  }

  .carte-technopole {
    order: 2;
  }

  #carte-technopole-white {
    display: none;
  }

  #carte-technopole-pink {
    display: block;
  }
}
.nospam {
  display: none;
}

.title-box {
  padding: 6rem 0rem 3rem 0rem;
}

.txtWhite {
  color: white;
}

.txtDarkBlue {
  color: #104ba9 !important;
}

a.txtDarkBlue:hover,
a.txtDarkBlue:focus {
  color: #202244 !important;
  text-decoration: underline;
}

.commentaire-carte-technopole {
  background-color: #fdcbbd;
  padding-top: 50px;
  padding-bottom: 50px;
}
.commentaire-carte-technopole p {
  text-align: justify;
  margin: 2em 1em 0em 1em;
}

.liste-cluster {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
.liste-cluster img {
  width: 20%;
}

#social {
  background-color: #292f33;
}
#social h2 {
  font-family: "Bree Serif", serif;
  font-size: 2em;
  text-align: center;
  font-weight: 200;
  color: white;
  line-height: 150%;
  margin: 0 auto 0 auto;
}
#social .site-externe {
  background-color: #3d4958;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 400px;
  justify-content: center;
}
#social .site-externe .row-lien-site-externe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 10px;
}
#social .site-externe .lien-site-externe {
  margin-bottom: 10px;
  flex-basis: 155px;
  padding: 5px;
}
#social .site-externe .lien-site-externe a {
  background-color: white;
  border-radius: 10px;
  display: block;
  padding: 10px;
  margin: 0px;
  border: 2px solid #292f33;
}
#social .site-externe .lien-site-externe a:hover {
  border: 2px solid transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
#social a, #social p {
  color: white;
}

.bloc-lien-social {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 400px;
  justify-content: center;
}
.bloc-lien-social img {
  width: 55px;
  height: 55px;
}
.bloc-lien-social a img {
  border: 2px solid transparent;
}
.bloc-lien-social a:hover img {
  border: 0px solid transparent;
}

.bloc-twitter {
  max-width: 80%;
  overflow-x: auto;
  margin: auto;
}

@media (max-width: 991px) {
  .bloc-twitter {
    order: 2;
  }

  .bloc-lien-social {
    order: 1;
  }
}
@media (max-width: 320px) {
  .bloc-twitter {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .liste-cluster {
    flex-wrap: wrap;
  }

  .row {
    width: 100%;
  }

  .carousel .carousel-legende {
    position: relative;
    margin: auto;
    z-index: 10;
    color: #fff;
    min-height: 100px;
    height: auto;
    transition: height 1s ease;
  }
  .carousel .carousel-legende .carousel-legende-content {
    left: auto;
    height: auto;
    position: relative;
    width: 100%;
  }
  .carousel .carousel-legende .carousel-legende-content.left {
    left: 0%;
  }
  .carousel .carousel-legende .carousel-legende-content.right {
    right: 0%;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text {
    position: relative;
    padding: 0px 0px 50px 0px;
    top: 0px;
    transform: translateY(0%);
    width: 100%;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text .carousel-legende-bloc-text {
    margin-top: 10px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-before,
.carousel .carousel-legende .carousel-legende-content .carousel-legende-text .shape-after {
    display: none;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text h3 {
    color: #fff !important;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text b {
    color: white !important;
  }
  .carousel .carousel-legende .carousel-legende-content .carousel-legende-text p {
    text-align: left;
  }
  .carousel .carousel-legende .carousel-legende-content .background-hexagone {
    display: none;
  }

  #sectionImago-contenu .carousel-legende {
    background-color: #06438e;
  }
  #sectionImago-contenu .carousel-control-small .carousel-control-background {
    background-color: #7db7ff;
  }
  #sectionImago-contenu .carousel-control-small .chevron {
    color: #06438e;
  }

  #sectionCandiss-contenu .carousel-legende {
    background-color: #d11468;
  }
  #sectionCandiss-contenu .carousel-control-small .carousel-control-background {
    background-color: #f79fc6;
  }
  #sectionCandiss-contenu .carousel-control-small .chevron {
    color: #d11468;
  }

  #sectionUrgsim-contenu .carousel-legende {
    background-color: #f7a61a;
  }
  #sectionUrgsim-contenu .carousel-control-small .carousel-control-background {
    background-color: #f7e1b2;
  }
  #sectionUrgsim-contenu .carousel-control-small .chevron {
    color: #f7a61a;
  }

  #sectionVentisim-contenu .carousel-legende {
    background-color: #31cc66;
  }
  #sectionVentisim-contenu .carousel-control-small .carousel-control-background {
    background-color: #dbffe7;
  }
  #sectionVentisim-contenu .carousel-control-small .chevron {
    color: #31cc66;
  }

  .carousel-control {
    display: none;
  }

  .carousel-item.active .carousel-control-small {
    opacity: 1;
  }

  .carousel-control-small {
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .carousel-control-small .carousel-control-next, .carousel-control-small .carousel-control-prev {
    position: relative;
    opacity: 1;
    width: 35%;
    width: 15%;
    padding: 0px 3%;
  }
  .carousel-control-small .carousel-control-background {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    transform: skew(15deg, 0deg);
  }
  .carousel-control-small .chevron {
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: "";
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: top;
    height: 25px;
    width: 25px;
    position: absolute;
    color: #797979;
    top: 28px;
  }
  .carousel-control-small .carousel-control-prev {
    justify-content: flex-start;
  }
  .carousel-control-small .carousel-control-prev .carousel-control-background {
    left: -20%;
  }
  .carousel-control-small .carousel-control-prev .chevron {
    transform: rotate(-135deg);
  }
  .carousel-control-small .carousel-control-next {
    justify-content: flex-end;
  }
  .carousel-control-small .carousel-control-next .carousel-control-background {
    right: -20%;
  }
  .carousel-control-small .carousel-control-next .chevron {
    transform: rotate(45deg);
  }
}

/*# sourceMappingURL=style.css.map */
