/*--------VARIABLES--------*/ /*------------MIXINS-----------*/
/*@mixin bouton($text_color, $hover_bg, $hover_text_color){
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 15px 30px;
    border : none;
    min-width: 150px;
    box-sizing: border-box;
    font-family: "Arial", serif;
    color: $text_color;
    background-color: transparent;
    transition : $trans;
    &:last-of-type{
      margin-bottom: 0;
    }
    @media(max-width: 1300px){
      font-size: 16px;
      margin: 18px auto; 
    }
    @media(max-width: 992px){
      font-size: 18px;
      width: 300px;
    }
    @media(max-width: 768px){
      width: 100%;
    }
    // ?? picto
    i {
      font-weight: 100;
      vertical-align: text-top;
      padding-right: 10px;
      &.fas.fa-phone-volume {
        transform: rotate(-45deg) translate(-3px, -5px);
        vertical-align: initial !important;
        font-size: 17px;
        padding: 0;
      }
    }
    // ?? animations
    &::before,
    &::after {
      content: '';
      position: absolute;
      background: transparent;
      z-index: 2;
      width: 50%; 
      height: 75%;
      transition: 0.35s;
    }
    &:before {
      top: 0; left: 0;
      border-left: 2px solid $jaune;
      border-top: 2px solid $jaune;
    }
    &:after {
      bottom: 0; right: 0;
      border-right: 2px solid $jaune;
      border-bottom: 2px solid $jaune;
    }
    // ?? hover
    &:active, &:hover, &:focus {
      outline: 0!important;
      outline-offset: 0;
    }
    &:hover{
      background-color: $hover_bg;
      color: $hover_text_color;
      text-decoration: none;
      &::before,
      &::after {
        width: 100%;
        height: 98%;
      }
    }
    @media(max-width:768px){
      &::before,
      &::after {
        content: '';
        width: 85%; 
        height: 75%;
      }
    }
}*/
/* ----- KEYFRAMES ----- */
@keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpCustom {
  opacity: 0;
  -webkit-animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
.bloc-secteurs {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .bloc-secteurs {
    margin-top: 88px;
  }
}
.bloc-secteurs .container {
  max-width: 1320px;
  padding: 0 15px;
}
.bloc-secteurs .container .text-center {
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .bloc-secteurs .container .text-center {
    margin-bottom: 56px !important;
  }
}
.bloc-secteurs ul.domaines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .bloc-secteurs ul.domaines {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-secteurs ul.domaines.total-items-7 li.domaine, .bloc-secteurs ul.domaines.total-items-8 li.domaine {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
  }
}
.bloc-secteurs li.domaine {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DFE3FF;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
}
@media (min-width: 768px) {
  .bloc-secteurs li.domaine {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding: 16px 24px;
  }
}
@media (min-width: 992px) {
  .bloc-secteurs li.domaine {
    padding: 16px 48px 16px 22px;
    min-height: 110px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    max-width: 100%;
  }
}
.bloc-secteurs li.domaine a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bloc-secteurs li.domaine:hover {
  background-color: #110035;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.bloc-secteurs li.domaine:hover h3,
.bloc-secteurs li.domaine:hover a, .bloc-secteurs li.domaine:hover a:hover,
.bloc-secteurs li.domaine:hover p {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bloc-secteurs .domaine-icone-wrapper {
  background-color: #ffffff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
}
.bloc-secteurs .visuel-domaine {
  max-width: 26px;
  height: auto;
  display: block;
}
.bloc-secteurs .domaine-contenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bloc-secteurs .titre-domaine {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  max-width: 100%;
  white-space: normal;
}
.bloc-secteurs .titre-domaine, .bloc-secteurs .titre-domaine a {
  color: #110035;
}
@media (min-width: 992px) {
  .bloc-secteurs .titre-domaine {
    font-size: 24px;
  }
}
.bloc-secteurs .sous-titre-domaine {
  font-size: 12px;
  margin: 2px 0 0 0;
  line-height: normal;
  color: #110035;
}