.ab-t {
  color: #d80808;
}
.ab-lt-t {
  color: #f84e4e;
}
.ab-dk-t {
  color: #760404;
}
.ab-bg {
  background: #d80808;
}
.ab-bg.alpha {
  background: rgba(216,8,8,0.75);
}
.ab-bg,
.ab-lt-bg,
.ab-dk-bg {
  color: #ffffff;
}
.ab-bg a,
.ab-lt-bg a,
.ab-dk-bg a {
  color: #ffffff;
}
.ab-bg a:hover,
.ab-lt-bg a:hover,
.ab-dk-bg a:hover {
  color: #ffffff;
}
.bc-t {
  color: #001ede;
}
.bc-lt-t {
  color: #455eff;
}
.bc-dk-t {
  color: #001078;
}
.bc-bg {
  background: #001ede;
}
.bc-bg.alpha {
  background: rgba(0,30,222,0.75);
}
.bc-bg,
.bc-lt-bg,
.bc-dk-bg {
  color: #ffffff;
}
.bc-bg a,
.bc-lt-bg a,
.bc-dk-bg a {
  color: #ffffff;
}
.bc-bg a:hover,
.bc-lt-bg a:hover,
.bc-dk-bg a:hover {
  color: #ffffff;
}
.cd-t {
  color: #0b133a;
}
.cd-lt-t {
  color: #1b2f90;
}
.cd-dk-t {
  color: #000000;
}
.cd-bg {
  background: #0b133a;
}
.cd-bg.alpha {
  background: rgba(11,19,58,0.75);
}
.cd-bg,
.cd-lt-bg,
.cd-dk-bg {
  color: #ffffff;
}
.cd-bg a,
.cd-lt-bg a,
.cd-dk-bg a {
  color: #ffffff;
}
.cd-bg a:hover,
.cd-lt-bg a:hover,
.cd-dk-bg a:hover {
  color: #ffffff;
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
*,
*:after,
*:before {
  -webkit-tap-highlight-color: transparent;
  list-style-position: inside;
  list-style-type: none;
  color: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*:after,
*:before {
  display: inline-block;
  z-index: 1;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p,
figure,
figcaption,
button,
var,
abbr {
  font-style: normal;
  border: 0;
  font-size: inherit;
  color: inherit;
  background: transparent;
  text-decoration: none;
}
section,
article,
header,
footer,
nav,
aside {
  display: block;
}
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}
p,
dd,
ul {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
input,
textarea,
button {
  resize: none;
  font-family: inherit;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a,
button {
  border: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: .25s;
}
a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:focus,
button:active {
  text-decoration: none !important;
  outline: none;
}
strong {
  font-weight: 700;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: inherit !important;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: rgba(231,231,231,0.8);
}
::-webkit-scrollbar-thumb {
  background: #d80808;
}
::-webkit-scrollbar-button {
  background: #001ede;
}
::-webkit-scrollbar-corner {
  background: #001ede;
}
*::-moz-selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
*::selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
*::-moz-selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
*::-webkit-selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
*::-khtml-selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
*::-o-selection {
  background: rgba(216,8,8,0.85);
  color: #ffffff;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.btn {
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
  padding: 1em 2em;
  transition: all .5s linear;
  white-space: normal;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn:focus {
  box-shadow: none;
}
.btn i {
  margin-left: 0.5em;
}
.btn-primary {
  background-color: #d80808;
  padding: 0;
  border: 0;
  margin-right: auto;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
.btn-primary * {
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ffffff;
  color: #001ede;
  border: 0;
  box-shadow: none !important;
}
.btn-primary:hover div,
.btn-primary:focus div,
.btn-primary:active div {
  background-color: #d80808;
}
.btn-primary span {
  display: inline-block;
  padding: 1em 2em;
  height: 100%;
}
.btn-primary div {
  display: inline-block;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  padding: 1em;
  text-align: center;
}
.btn-secondary {
  background-color: #001ede;
  padding: 0;
  border: 0;
  margin-right: auto;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
.btn-secondary * {
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #d80808;
  color: #ffffff;
  border: 0;
}
.btn-secondary:hover div,
.btn-secondary:focus div,
.btn-secondary:active div {
  background-color: #001ede;
}
.btn-secondary span {
  display: inline-block;
  padding: 1em 2em;
  height: 100%;
}
.btn-secondary div {
  display: inline-block;
  height: 100%;
  background-color: #d80808;
  color: #ffffff;
  padding: 1em;
  text-align: center;
}
.btn-link {
  color: #5b636f;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: .5;
  font-size: 13px;
  padding: 0 1em;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #d80808;
  opacity: 1;
  text-decoration: none;
}
[data-link] {
  cursor: pointer;
}
[data-bg] {
  background-size: cover;
  background-position: center center;
}
hr {
  outline: none;
  border: none;
}
.clear {
  clear: both;
  background: none;
  outline: none;
  border: none;
  height: 1px;
  margin: 0;
}
a {
  color: #d80808;
}
a:hover,
a:focus {
  color: #001ede;
}
html {
  width: 100%;
  overflow-x: hidden;
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Bitter', serif;
}
body #texte-confidentialite {
  font-size: 14px;
  color: #5b636f;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1.5em 0;
}
body #texte-confidentialite p,
body #texte-confidentialite li {
  font-size: 14px;
  color: #5b636f;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1.5em 0;
}
body #texte-confidentialite a {
  color: #5b636f !important;
}
body #texte-confidentialite a:hover {
  color: #d80808 !important;
}
body #texte-confidentialite h2,
body #texte-confidentialite h3 {
  font-weight: 600;
  margin: 0 0 1em 0;
}
body #texte-confidentialite h2 {
  color: #001ede;
}
body #texte-confidentialite h3 {
  color: #d80808;
}
body #texte-confidentialite h2 {
  font-size: 22px;
}
body #texte-confidentialite h3 {
  font-size: 20px;
}
body #texte-confidentialite ol li {
  list-style-type: disc;
  padding: 0;
  margin: 0;
}
body #texte-confidentialite ol li h4 {
  display: inline-block;
}
body #gdrf-form {
  background-color: #efefef;
  padding: 2em;
}
body #gdrf-form #gdrf-radio-label {
  text-align: center;
}
body #gdrf-form input[type=text],
body #gdrf-form input[type=email] {
  background: #ffffff;
  padding: .5em 1em;
  width: 50%;
}
body #gdrf-form input[type=submit] {
  background: #001ede;
  padding: .5em 1em;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
body #gdrf-form input[type=submit]:hover {
  background: #d80808;
}
body #gdrf-form label {
  display: inline-block;
  margin-right: 1em;
  width: 50%;
}
body.single header,
body.tag header {
  background: #0b133a url("../img/logo-img.svg") no-repeat 90% center !important;
}
body.single .row-tags,
body.tag .row-tags {
  margin-top: 3em;
}
body.single .row-tags div:first-child,
body.tag .row-tags div:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0b133a;
}
body.single .row-tags div:first-child a,
body.tag .row-tags div:first-child a {
  color: #0b133a;
}
body.single .row-tags div:first-child a:hover,
body.tag .row-tags div:first-child a:hover {
  color: #d80808;
}
body.single-post #slider-interne .container {
  background: #001ede !important;
}
body.single-post #slider-interne .container .legende {
  color: #ffffff;
  margin-top: .5em;
}
body.page-id-306 main section {
  padding: 0 0 6em 0;
}
body.page-id-306 main section.content-int .titre-page {
  color: #001ede;
}
body.page-id-306 main section .col-offices {
  margin: 1em 0;
}
body.page-id-306 main section .col-offices .office {
  background: #001ede;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-id-306 main section .col-offices .office .titre-page {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
body.page-id-306 main section .col-offices .office .btn-primary {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.page-id-306 main section .col-offices .office .btn-primary div {
  color: #001ede;
  background: #ffffff;
}
body.page-id-22 main section.content-int,
body.page-id-24 main section.content-int,
body.page-id-8 main section.content-int,
body.page-id-3 main section.content-int {
  padding: 4em 0;
}
body.page-id-8 section {
  margin: 0 0 1.5em 0;
}
body.page-id-8 section p.text-justify {
  font-size: 14px;
  color: #5b636f;
  font-weight: 400;
  line-height: 1.6;
}
body.page-id-8 section h2:not(.legende),
body.page-id-8 section h3 {
  color: #001ede;
  font-weight: 600;
  margin: 1em 0 0.5em 0;
  font-size: 22px;
}
body.page-id-8 section h2.legende {
  font-size: 13px;
}
body.page-id-8 section h2 {
  font-size: 22px;
}
body.page-id-8 section h3 {
  font-size: 20px;
}
body.page-id-8 section ol li {
  list-style-type: none;
}
body.page-id-8 section a {
  color: #001ede;
}
body.page-id-8 section a:hover {
  color: #d80808;
}
body.tax-activites .btn {
  margin: 0 !important;
}
body.tax-activites .competences,
body.page-id-324 .competences {
  margin: 4em 0 0 0;
}
body.tax-activites .col-intro-points,
body.page-id-324 .col-intro-points {
  background: url("../img/pattern-points.svg") repeat top left;
  background-size: contain;
}
body.tax-activites .btn,
body.page-id-324 .btn {
  margin: .5em 0;
}
body.tax-activites .container-swiper .swiper-cat .swiper-wrapper .swiper-slide [data-bg],
body.page-id-324 .container-swiper .swiper-cat .swiper-wrapper .swiper-slide [data-bg] {
  height: 260px;
}
body.tax-activites main section,
body.page-id-324 main section {
  padding: 2em 0 4em 0;
}
body.tax-activites main section.content-int .titre-page,
body.page-id-324 main section.content-int .titre-page {
  color: #001ede;
}
body.tax-activites main section.content-int .container-flex,
body.page-id-324 main section.content-int .container-flex {
  display: flex;
}
body.tax-activites main section.content-int .row.row-bloc,
body.page-id-324 main section.content-int .row.row-bloc {
  display: flex;
  margin: 4em 0;
}
body.tax-activites main section.content-int .row.row-bloc .btn-primary div,
body.page-id-324 main section.content-int .row.row-bloc .btn-primary div {
  background: #d80808;
}
body.tax-activites main section.content-int .row.row-bloc .btn-primary i,
body.page-id-324 main section.content-int .row.row-bloc .btn-primary i {
  margin-left: 0;
}
body.tax-activites main section.content-int .row.row-bloc .btn-primary:hover div,
body.page-id-324 main section.content-int .row.row-bloc .btn-primary:hover div {
  background: #0b133a;
}
body.tax-activites main section.content-int .row.row-bloc:last-child,
body.page-id-324 main section.content-int .row.row-bloc:last-child {
  margin-bottom: 0;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel {
  position: relative;
  height: 500px;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer {
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage .owl-item,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-dots,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 3px !important;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot.active,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot.active {
  background-color: #001ede;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot:hover,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #001ede;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot:focus,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .visuel,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .visuel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc .owl-carousel .visuel img,
body.page-id-324 main section.content-int .row.row-bloc .owl-carousel .visuel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(4n+3) [class*='col-']:nth-child(1),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(4n+3) [class*='col-']:nth-child(1) {
  background: #0b133a !important;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(4n+3) [class*='col-']:nth-child(1) .titre-page,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(4n+3) [class*='col-']:nth-child(1) .titre-page {
  color: #d80808 !important;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) {
  align-items: flex-end !important;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(1),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(1) {
  order: 1;
  background: #001ede;
  min-height: 500px;
  align-items: center;
  display: flex;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(2),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(2) {
  order: 2;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel {
  width: 80%;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel .visuel,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel .visuel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel .visuel img,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel .visuel img {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-img {
  position: relative;
  display: flex;
  align-items: self-end;
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  transform: translateX(-10%);
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img img,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-img img {
  display: inline-block;
  width: 80%;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img:before,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-img:before {
  display: none;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img .btn-primary,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-img .btn-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-txt .titre-page,
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-txt .paragraphe,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-txt .titre-page,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-txt .paragraphe {
  color: #ffffff !important;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-txt:before,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-txt:before {
  display: none;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-txt .btn-primary,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .col-txt .btn-primary {
  display: none;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .data-content,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(odd) .data-content {
  padding: 6em 8em 8em 6em;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(1),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(1) {
  order: 2;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(2),
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(2) {
  order: 1;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-img,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .col-img {
  position: relative;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-img:before,
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-img .btn-primary,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .col-img:before,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .col-img .btn-primary {
  display: none;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-txt:before,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .col-txt:before {
  right: -16%;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/pattern-points.svg") no-repeat top left;
  top: 50%;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-txt .btn-primary,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .col-txt .btn-primary {
  display: inline-block;
  float: right;
}
body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .data-content,
body.page-id-324 main section.content-int .row.row-bloc:nth-child(even) .data-content {
  padding: 4em 14em 4em 4em;
}
body.single header,
body.error404 header,
body.page-id-3 header,
body.page-id-8 header,
body.tag header,
body.author header,
body.category header {
  position: relative;
  background: #0b133a;
  padding: 2em 4em;
  margin: 2em;
  width: auto;
  z-index: 999;
}
body.single #slider-interne .container,
body.error404 #slider-interne .container,
body.page-id-3 #slider-interne .container,
body.page-id-8 #slider-interne .container,
body.tag #slider-interne .container,
body.author #slider-interne .container,
body.category #slider-interne .container {
  background: #d80808;
  padding: 3em;
  top: 50%;
  width: 30%;
  left: 50%;
}
body.single #slider-interne .container-h-int,
body.error404 #slider-interne .container-h-int,
body.page-id-3 #slider-interne .container-h-int,
body.page-id-8 #slider-interne .container-h-int,
body.tag #slider-interne .container-h-int,
body.author #slider-interne .container-h-int,
body.category #slider-interne .container-h-int {
  width: 70%;
  height: 500px;
  min-height: 0;
}
body.single #slider-interne .container-h-int::before,
body.error404 #slider-interne .container-h-int::before,
body.page-id-3 #slider-interne .container-h-int::before,
body.page-id-8 #slider-interne .container-h-int::before,
body.tag #slider-interne .container-h-int::before,
body.author #slider-interne .container-h-int::before,
body.category #slider-interne .container-h-int::before {
  display: none;
}
body.single-sous_activite main section .titre-page {
  color: #001ede !important;
}
body.single-sous_activite main section .row {
  margin-bottom: 2em;
}
body.single-sous_activite main section em {
  color: #d80808;
  font-style: normal;
  font-size: 1.1em;
  display: inline-block;
  width: 100%;
  margin: .5em 0;
}
body.page-id-12 main section {
  text-align: center;
}
body.page-id-12 main section [data-bg] {
  height: 500px;
}
body.page-id-12 main section .titre-page {
  line-height: 0.9;
}
body.page-id-12 main section .titre-page a {
  font-size: calc(18px + 3 * (100vw - 320px) / 1080);
  color: #001ede;
}
body.page-id-12 main section .col-comp img {
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body.page-id-12 main section .col-comp:hover img {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
body.page-id-12 main section .col-comp:hover a {
  color: #d80808;
}
body.page-id-24 main section .titre-page {
  color: #001ede !important;
}
body.page-id-24 main section .office .titre-page {
  color: #d80808 !important;
}
body.page-id-24 main section .nf-form-fields-required {
  display: none;
}
body.page-id-24 main section .alert-success {
  margin: 1.5em 0;
}
body.page-id-24 main section .container-form {
  margin-top: 3em;
}
body.page-id-24 main section .container-form:before {
  content: '';
  display: block;
  background: #001ede;
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 570px;
  height: 724px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body.page-id-24 main section .container-form .row:before {
  content: '';
  display: block;
  background: url("../img/pattern-blue-points.svg") no-repeat top left;
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 270px;
  height: 270px;
  background-size: contain;
  right: 0;
  left: auto;
  -ms-transform: translate(120%,-50%);
  -webkit-transform: translate(120%,-50%);
  -o-transform: translate(120%,-50%);
  -moz-transform: translate(120%,-50%);
  transform: translate(120%,-50%);
}
body.page-id-24 main section .content-form {
  background: #ffffff;
  padding: 2em 3em;
}
body.page-id-24 main section .wpcf7-form {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
body.page-id-24 main section .wpcf7-form .cffield {
  display: block;
  position: relative;
  width: 100%;
}
body.page-id-24 main section .wpcf7-form .cffield > .idcom-required {
  position: absolute;
  right: 0;
  bottom: 12px;
}
body.page-id-24 main section .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
body.page-id-24 main section .wpcf7-form .wpcf7-checkbox {
  display: inline-block;
  width: 100%;
}
body.page-id-24 main section .wpcf7-form .wpcf7-checkbox label {
  display: flex;
}
body.page-id-24 main section .wpcf7-form .wpcf7-checkbox input {
  margin-right: .5em;
}
body.page-id-24 main section .wpcf7-form .wpcf7-checkbox span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
}
body.page-id-24 main section .wpcf7-form .form-control {
  border-radius: 0 !important;
  border: 1px solid #969696;
}
body.page-id-24 main section .wpcf7-form label {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  font-weight: 600;
  color: #000000;
}
body.page-id-24 main section .wpcf7-form label .wpcf7-list-item-label {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  color: #000000;
  font-weight: 400;
  margin-left: .5em;
}
body.page-id-24 main section .wpcf7-form label input[type="checkbox"] {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  outline: none;
  cursor: pointer;
  border: 1px solid #969696;
}
body.page-id-24 main section .wpcf7-form label .btn-primary:focus span {
  color: #ffffff !important;
}
body.page-id-24 main section .wpcf7-form label *:not(input[type="checkbox"]) + span {
  position: absolute;
  width: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  bottom: 0;
  background: #001ede;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-id-24 main section .wpcf7-form label *:not(input[type="checkbox"]):focus + span {
  width: 100%;
}
body.page-id-24 main section .wpcf7-form label *:not(input[type="checkbox"]):focus {
  color: #001ede;
}
body.page-id-24 main section .wpcf7-form label select {
  height: auto !important;
}
body.page-id-24 main section .wpcf7-form label select option {
  font-weight: 600;
  color: #000000;
}
body.page-id-24 main section .wpcf7-form label select:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
body.page-id-24 main section .wpcf7-form label input[type="text"],
body.page-id-24 main section .wpcf7-form label input[type="tel"],
body.page-id-24 main section .wpcf7-form label input[type="email"],
body.page-id-24 main section .wpcf7-form label .form-control,
body.page-id-24 main section .wpcf7-form label textarea {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  padding: .8em 1em;
  background: #ffffff;
  outline: none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: .5em;
}
body.page-id-24 main section .wpcf7-form label textarea {
  min-height: 200px;
}
body.page-id-24 main section .wpcf7-form label textarea::placeholder,
body.page-id-24 main section .wpcf7-form label input::placeholder {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-id-24 main section .wpcf7-form label textarea:-ms-input-placeholder,
body.page-id-24 main section .wpcf7-form label input:-ms-input-placeholder {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-id-24 main section .wpcf7-form label textarea::-ms-input-placeholder,
body.page-id-24 main section .wpcf7-form label input::-ms-input-placeholder {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-id-24 main section .wpcf7-form label input[type="text"]:focus,
body.page-id-24 main section .wpcf7-form label input[type="tel"]:focus,
body.page-id-24 main section .wpcf7-form label input[type="email"]:focus,
body.page-id-24 main section .wpcf7-form label select:focus,
body.page-id-24 main section .wpcf7-form label textarea:focus {
  border: solid 1px #969696;
  box-shadow: none;
}
body.page-id-24 main section .wpcf7-form .ajax-loader {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-24 main section .wpcf7-form .wpcf7-response-output {
  -webkit-transition: all .25s ease-in-out !important;
  -moz-transition: all .25s ease-in-out !important;
  -o-transition: all .25s ease-in-out !important;
  transition: all .25s ease-in-out !important;
  position: relative;
  width: 100%;
  padding: 12px 16px !important;
  margin: 0 !important;
  background: #eb0000;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  text-align: center;
  border: none !important;
}
body.page-id-24 main section .wpcf7-form .wpcf7-not-valid-tip {
  font-family: ;
  font-size: .8em !important;
  color: #eb0000;
}
body.page-id-24 main section .wpcf7-form.sent .wpcf7-response-output {
  background: #00dc78;
}
body.page-id-10 main section .container-offices {
  padding: 0 3em 4em 3em;
}
body.down header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.fixed.single header,
body.fixed.error404 header,
body.fixed.page-id-3 header,
body.fixed.page-id-8 header,
body.fixed.tag header {
  width: 100%;
  margin: 0;
}
body.fixed .go-top {
  opacity: 1;
}
body.fixed header {
  position: fixed;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 2px 0 #999;
  padding: 0.5em 2em;
}
body.fixed header #logo {
  background: url(../img/logo-huisainter-color.svg) no-repeat center center;
  width: 120px;
  height: 99px;
  background-size: contain;
}
body.fixed header h1 {
  margin: 0;
}
body.fixed header ul li a {
  color: #001ede;
}
body.fixed #btn-menu.openNav .nav span {
  background: #001ede;
}
body.fixed #btn-menu.openNav .menu_name {
  color: #001ede;
}
body.fixed #btn-menu .nav span {
  background: #001ede;
}
body.fixed #btn-menu .nav:hover span {
  background: #d80808;
}
body.fixed #btn-menu .menu_name {
  color: #001ede;
}
body.fixed #nav-top li a:not(.dropdown-item) {
  color: #ffffff;
}
body.fixed #nav-top li.dropdown-toggle::after {
  color: #001ede;
}
body.fixed #nav-top .sub-menu li a {
  color: #ffffff;
}
body .go-top {
  cursor: pointer;
  transition: .25s;
  background: #d80808;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  opacity: 0;
  color: #ffffff;
  z-index: 900;
}
body .scene {
  width: 100%;
  height: 100%;
  cursor: wait;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
}
body .scene svg {
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}
body header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  transition: .5s ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6em 8em 0 8em;
}
body header #logo {
  background: url(../img/logo-huisainter.svg) no-repeat center center;
  width: 300px;
  height: 248px;
  background-size: cover;
  text-indent: -99999px;
  display: inline-block;
}
body header #btn-menu {
  display: flex;
  align-items: center;
  z-index: 999;
  flex-direction: column;
}
body header #btn-menu.openNav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999;
}
body header #btn-menu.openNav .nav span {
  background: #ffffff;
}
body header #btn-menu.openNav .nav span:nth-child(2) {
  width: 0;
  opacity: 0;
}
body header #btn-menu.openNav .nav span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
body header #btn-menu.openNav .nav span:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
body header #btn-menu.openNav .menu_name {
  color: #ffffff;
  margin-left: .5em;
}
body header #btn-menu .nav {
  width: 35px;
  height: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 800;
}
body header #btn-menu .nav span {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 5000;
  border-radius: .25rem;
}
body header #btn-menu .nav span:nth-child(1) {
  top: 0;
}
body header #btn-menu .nav span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body header #btn-menu .nav span:nth-child(3) {
  bottom: 0;
}
body header #btn-menu .nav:hover span {
  background: #d80808;
}
body header #btn-menu .menu_name {
  font-size: calc(15.592592592593px);
  color: #ffffff;
  margin-top: 0.2em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
body #menu-idcomweb {
  display: block;
}
body #menu-idcomweb li {
  width: 100%;
  display: inline-block;
  line-height: 1.8;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
  margin: 0;
  text-align: left;
}
body #menu-idcomweb li a {
  color: #ffffff;
  text-transform: none;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}
body #menu-idcomweb li:not(.show) {
  opacity: 0;
  top: -50px;
  animation-delay: 1s;
}
body #menu-idcomweb li.show {
  top: 0;
  opacity: 1;
}
body #menu-idcomweb li:nth-child(1):not(.dropdown-item) {
  display: inline-block;
}
body #menu-idcomweb li:nth-child(1):not(.dropdown-item) a {
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-style: italic;
  margin-bottom: 2em;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
body #menu-idcomweb li:nth-child(1):not(.dropdown-item) a:hover {
  opacity: 1;
}
body #menu-prod {
  display: none;
}
body #nav-top {
  position: fixed;
  background: #d80808;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 536px;
  max-width: 70%;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
body #nav-top.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 2000px 300px rgba(34,40,50,0.2), 0 0 500px 100px #001ede;
}
body #nav-top .container-menu {
  overflow-y: scroll;
  height: 100%;
  width: calc(100% + 20px);
}
body #nav-top .container-menu .startMenu {
  padding: 4em;
  width: 100%;
  float: left;
  display: block;
}
body #nav-top .dropdown-toggle a {
  display: flex !important;
  justify-content: space-between !important;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  margin: 0;
  color: #ffffff;
  width: 100%;
}
body #nav-top .dropdown-toggle a::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  font-weight: 900;
}
body #nav-top .dropdown-toggle a::before {
  display: none !important;
}
body #nav-top .dropdown-toggle a:hover {
  color:  !important;
}
body #nav-top .dropdown-toggle::after {
  display: none;
}
body #nav-top .dropdown-menu {
  position: static;
  background-color: transparent;
  padding: 1em 0;
  margin: 0;
  width: 100%;
  border: 0;
}
body #nav-top .dropdown-menu li {
  display: inline-block;
}
body #nav-top .dropdown-menu li:nth-child(1) a {
  font-size: 16px !important;
  line-height: 2;
}
body #nav-top .dropdown-menu li:hover {
  background-color: transparent;
}
body #nav-top .dropdown-menu a {
  font-size: 16px !important;
  line-height: 2 !important;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
  opacity: .7;
  font-style: normal;
  margin-bottom: 0;
}
body #nav-top .dropdown-menu a:hover {
  color: ;
  opacity: 1;
}
body #nav-top .dropdown-menu a::after {
  display: none;
}
body #slider {
  min-height: 900px;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
body #slider .btn-scroll {
  width: 40px;
  height: 70px;
  bottom: 0;
  border-radius: 25px;
  background-color: #d80808;
  z-index: 900;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body #slider .btn-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffffff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
}
body #slider .btn-scroll,
body #slider .btn-scroll:before {
  position: absolute;
  left: 50%;
}
body #slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 100;
}
body #slider .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .container-swiper-img {
  width: 100%;
  height: 88%;
  margin: 4em;
  background-color: #ffffff;
  overflow: hidden;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide.end .swiper-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body #slider .swiper-container .swiper-wrapper .swiper-slide.end .container .title {
  opacity: 1;
  top: 0;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide.end .container .btn {
  bottom: 0;
  opacity: 1;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
  text-align: left;
  line-height: 1;
  z-index: 900;
  color: #ffffff;
  width: 40%;
  height: auto;
  position: absolute;
  top: 60%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 4em 4em 4em 12em;
  background: rgba(0,30,222,0.9);
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .container .title {
  font-size: 40px;
  margin: 0.2em 0 0.4em 0;
  transition: opacity 1s, top 1s;
  opacity: 0;
  top: -50px;
  font-weight: 700;
  line-height: 1.1;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .container .title *							p {
  margin: 0;
}
body #slider .swiper-container .swiper-wrapper .swiper-slide .container .btn {
  -ms-transition: all .25s, opacity 1s, bottom 1s;
  -webkit-transition: all .25s, opacity 1s, bottom 1s;
  -moz-transition: all .25s, opacity 1s, bottom 1s;
  transition: all .25s, opacity 1s, bottom 1s;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
}
body #slider .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 10%;
  right: 6%;
  left: auto;
  width: auto;
}
body .swiper-cat-nav,
body .swiper-nav {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  height: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
body .swiper-cat-nav div,
body .swiper-nav div {
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #d80808;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
body .swiper-cat-nav div.swiper-button-prev,
body .swiper-cat-nav div.swiper-cat-button-prev,
body .swiper-cat-nav div.swiper-button-next,
body .swiper-cat-nav div.swiper-cat-button-next,
body .swiper-nav div.swiper-button-prev,
body .swiper-nav div.swiper-cat-button-prev,
body .swiper-nav div.swiper-button-next,
body .swiper-nav div.swiper-cat-button-next {
  opacity: 0;
}
body .swiper-cat-nav div.swiper-button-prev::after,
body .swiper-cat-nav div.swiper-cat-button-prev::after,
body .swiper-cat-nav div.swiper-button-next::after,
body .swiper-cat-nav div.swiper-cat-button-next::after,
body .swiper-nav div.swiper-button-prev::after,
body .swiper-nav div.swiper-cat-button-prev::after,
body .swiper-nav div.swiper-button-next::after,
body .swiper-nav div.swiper-cat-button-next::after {
  content: '';
  width: 20px;
  height: 14px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body .swiper-cat-nav div.swiper-button-prev,
body .swiper-cat-nav div.swiper-cat-button-prev,
body .swiper-nav div.swiper-button-prev,
body .swiper-nav div.swiper-cat-button-prev {
  left: 5%;
}
body .swiper-cat-nav div.swiper-button-prev::after,
body .swiper-cat-nav div.swiper-cat-button-prev::after,
body .swiper-nav div.swiper-button-prev::after,
body .swiper-nav div.swiper-cat-button-prev::after {
  background: url(../img/arrow-prev.svg) no-repeat center center;
}
body .swiper-cat-nav div.swiper-button-next,
body .swiper-cat-nav div.swiper-cat-button-next,
body .swiper-nav div.swiper-button-next,
body .swiper-nav div.swiper-cat-button-next {
  right: 5%;
}
body .swiper-cat-nav div.swiper-button-next::after,
body .swiper-cat-nav div.swiper-cat-button-next::after,
body .swiper-nav div.swiper-button-next::after,
body .swiper-nav div.swiper-cat-button-next::after {
  background: url(../img/arrow-next.svg) no-repeat center center;
}
body .container-swiper {
  margin: 0 auto;
  width: 100%;
}
body .container-swiper .swiper-cat {
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
body .container-swiper .swiper-cat .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide:hover .content-cat {
  background-color: #0b133a;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide:hover .content-cat .title {
  margin-left: .5em;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide:hover .content-cat .title div {
  background-color: #ffffff;
  color: #d80808;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide:hover [data-bg] {
  box-shadow: 0 20px 20px rgba(0,0,0,0.15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide [data-bg] {
  height: 620px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat {
  background-color: #001ede;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title {
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Manrope';
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title a {
  color: #ffffff;
  display: inline-block;
  padding: 1em 2em;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  overflow: hidden;
  height: 60px;
  text-align: left;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title div {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #d80808;
  color: #ffffff;
  padding: 1em;
  text-align: center;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title div i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: #001ede solid 2px;
  margin: 0 4px;
  opacity: 1;
}
body .swiper-pagination-bullet-active {
  background: #d80808;
  border: #d80808 solid 2px;
}
body .swiper-cat-pagination {
  position: static;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100%;
  margin-top: 2em;
}
body #slider .container-h-int::before,
body #slider .swiper-img::before,
body #slider-interne .container-h-int::before,
body #slider-interne .swiper-img::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,30,222,0.7) 0%,rgba(0,30,222,0) 100%);
  position: absolute;
  z-index: 102;
}
body #slider-interne {
  margin: 2em;
}
body #slider-interne .container-h-int {
  height: 700px;
}
body #slider-interne .container {
  text-align: left;
  line-height: 1;
  z-index: 900;
  color: #ffffff;
  width: 40%;
  height: auto;
  position: absolute;
  top: 70%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2em;
  padding: 4em 4em 4em 12em;
  background: rgba(11,19,58,0.9);
}
body #slider-interne .container .title {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}
body #slider-interne .container .title p {
  margin: 0;
}
body main .alert {
  display: inline-block;
}
body main .btn-primary:hover,
body main .btn-primary:focus,
body main .btn-primary:active {
  background-color: #001ede;
  color: #ffffff;
  border: 0;
}
body main .btn-primary:hover div,
body main .btn-primary:focus div,
body main .btn-primary:active div {
  background-color: #d80808;
}
body main .btn-primary div {
  background-color: #000000;
  color: #ffffff;
}
body main .legende {
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.4;
  font-size: 12px;
  color: #d80808;
}
body main .paragraphe {
  color: #5b636f;
  line-height: 1.6;
  font-size: 16px;
}
body main .paragraphe p {
  margin: 0;
  padding: 0;
}
body main .modal .modal-header {
  background: #0b133a;
  border-radius: 0;
  padding: 3em;
  border: 0;
  text-align: center;
}
body main .modal .modal-header div {
  width: 100%;
}
body main .modal .modal-header .modal-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
body main .modal .modal-header .legende {
  color: #ffffff;
  opacity: .7;
  margin-bottom: .5em;
}
body main .modal .close {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 2%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
body main .modal .modal-body {
  border-radius: 0;
  border: none;
  padding: 0 3em 3em 3em;
  background: #0b133a;
  text-align: center;
}
body main .modal .modal-body img {
  display: inline-block;
  margin-bottom: 1em;
}
body main .modal .modal-body .owl-carousel {
  margin-bottom: 40px;
}
body main .modal .modal-body .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
body main .modal .modal-body .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 3px !important;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
body main .modal .modal-body .owl-dots .owl-dot.active {
  background-color: #001ede;
}
body main .modal .modal-body .owl-dots .owl-dot:hover {
  background-color: #001ede;
}
body main .modal .modal-body .owl-dots .owl-dot:focus {
  outline: none;
}
body main .modal .modal-body .visuel {
  width: 100%;
  height: 450px;
  position: relative;
}
body main .modal .modal-body .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body main .modal .modal-body .paragraphe,
body main .modal .modal-body .paragraphe p {
  color: #ffffff;
  line-height: 1.6;
  font-size: calc(13px + 1 * (100vw - 320px) / 1080);
}
body main .modal .modal-body .paragraphe p,
body main .modal .modal-body .paragraphe p p {
  margin-bottom: 1em;
}
body main section {
  width: 100%;
  clear: both;
  padding: 6em 0;
}
body main section .row-bloc {
  margin-bottom: 3em;
}
body main section .sub-title {
  color: #ffffff;
  font-size: calc(18px + 2 * (100vw - 320px) / 1080);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
body main section .sub-title span {
  color: #d80808;
}
body main section .titre-page {
  font-size: calc(22px + 6 * (100vw - 320px) / 1080);
  color: #001ede;
  font-weight: 800;
  margin: 0.2em 0 1.5em 0;
}
body main section .titre-page span {
  color: #d80808;
}
body main section.content .paragraphe + .btn {
  margin-top: 3em;
}
body main section.page-erreur {
  min-height: 500px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.page-erreur .btn i {
  margin-right: 0.5em;
}
body main section.content-home {
  text-align: center;
  background: #f6f6f5 url("../img/bg_home_huiss.jpg") no-repeat center center;
  background-size: cover;
}
body main section #icons-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
body main section #icons-page ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: 0;
}
body main section #icons-page ul li {
  text-align: center;
  margin-bottom: 1em;
}
body main section #icons-page ul li img {
  display: inline-block;
  height: 80px;
  width: auto;
  margin-bottom: 1em;
}
body main section #icons-page ul p {
  color: #001ede;
  font-size: calc(11px + 2 * (100vw - 320px) / 1080);
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 2em;
}
body main section.valeurs {
  padding: 6em 8em 6em 25em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
body main section.valeurs .bloc-icons {
  background-color: #0b133a;
  padding: 4em;
  width: 100%;
  display: flex;
  min-height: 500px;
  justify-content: center;
  align-items: center;
}
body main section.valeurs .bloc-icons::before {
  content: '';
  background: url("../img/pattern-points.svg") no-repeat top left;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20%;
  left: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
body main section.valeurs #img-valeurs {
  display: inline-block;
  width: 45%;
  position: relative;
  transform: translateX(-20%);
}
body main section.valeurs ul {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin-bottom: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
}
body main section.valeurs ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  margin-bottom: 1em;
}
body main section.valeurs ul li img {
  display: inline-block;
  height: 80px;
  width: auto;
  margin-bottom: 1em;
}
body main section.valeurs ul p {
  color: #ffffff;
  font-size: calc(11px + 2 * (100vw - 320px) / 1080);
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 2em;
}
body main section.valeurs .sub-title {
  margin: 0;
  max-width: 400px;
  font-size: 57px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 5%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: auto;
  transform: rotate(270deg) translateX(-22%);
}
body main section.competences {
  padding: 0;
}
body main section.competences .titre-page {
  color: #d80808;
  font-size: calc(28px + 20 * (100vw - 320px) / 1080);
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 800;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
body main section.competences:hover .swiper-cat-nav .swiper-cat-button-prev,
body main section.competences:hover .swiper-cat-nav .swiper-cat-button-next {
  opacity: 1;
}
body main section.news {
  padding-left: 4em;
  padding-right: 4em;
}
body main section.news .bloc-blue {
  background-color: #0b133a;
}
body main section.news .bloc-blue .titre-page {
  color: #ffffff;
  font-size: calc(28px + 20 * (100vw - 320px) / 1080);
  margin: 2em 2em 1em 3em;
}
body main section.news .row-padding {
  padding: 0 10em 10em 10em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body main section.news .btn-secondary:not(.btn-lire) {
  position: absolute;
  right: 0;
  bottom: 0;
}
body main section .col-news {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main section .col-news:hover .title a {
  color: #d80808;
}
body main section .col-news:hover .legende {
  color: #ffffff;
}
body main section .col-news:hover img {
  box-shadow: 0 20px 20px rgba(4,7,22,0.5);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
body main section .col-news:hover .btn-lire {
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #d80808;
}
body main section .col-news:hover .btn-lire div {
  background-color: #001ede;
}
body main section .col-news .title {
  font-size: calc(16px + 3 * (100vw - 320px) / 1080);
  font-weight: 700;
  margin-top: 1em;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .col-news .title a {
  color: #ffffff;
}
body main section .col-news img {
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .col-news .container-img .btn-lire {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .col-news-list {
  text-align: center;
  margin: 1em 0;
}
body main section .col-news-list .data-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e6e6e6;
  height: 100%;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .col-news-list .btn-secondary {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
body main section .col-news-list .cont-img {
  height: 400px;
}
body main section .col-news-list .cont-txt {
  padding: 1em 2em;
}
body main section .col-news-list .title {
  font-size: calc(16px + 3 * (100vw - 320px) / 1080);
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .col-news-list .title a {
  color: #001ede;
}
body main section .col-news-list:hover .title a {
  color: #d80808;
}
body main section .col-news-list:hover .legende {
  color: #001ede;
}
body main section .col-news-list:hover .data-content {
  box-shadow: 0 20px 20px rgba(4,7,22,0.5);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
body main section.liens {
  overflow: hidden;
}
body main section.liens .container-bg::before,
body main section.liens .container-bg::after {
  content: '';
  background-size: 80%;
  width: 300px;
  height: 300px;
  position: absolute;
  background: url("../img/pattern-points.svg") no-repeat top left;
}
body main section.liens .container-bg::before {
  top: 0;
  left: 0;
}
body main section.liens .container-bg::after {
  top: 0;
  right: 0;
}
body main section.liens .col-bg {
  padding: 0;
}
body main section.liens .container-swiper {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 3em;
}
body main section.liens .swiper-slide a {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
body main section.liens .swiper-slide img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  align-self: center;
  max-height: 100%;
  margin: auto;
  display: block;
  width: auto;
}
body main section .cont-list-icon {
  padding: 1em 0;
}
body main section.row-bloc .titre-page,
body main section.content-int .titre-page,
body main section.row-bloc-blue .titre-page {
  color: #d80808;
}
body main section .container-fluid.no-gutters {
  padding: 0;
  margin: 0;
}
body main section .container-fluid.no-gutters [class*='col-'],
body main section .container-fluid.no-gutters .row {
  padding: 0;
  margin: 0;
}
body main section .col-offices .office {
  background: #0b133a;
  float: left;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
body main section .col-offices .titre-page span {
  color: #ffffff;
}
body main section .col-offices .btn-primary {
  float: right;
}
body main section .col-offices .btn-primary div {
  background-color: #001ede;
}
body main section .col-offices .data-content {
  padding: 3em;
}
body main section .col-offices .data-content .plan {
  display: block;
}
body main section .col-offices .data-content .plan:before {
  content: '\f3c5';
}
body main section .col-offices .data-content .paragraphe {
  color: #ffffff;
}
body main section .col-offices .data-content div:not(.paragraphe),
body main section .col-offices .data-content a {
  color: #ffffff;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
body main section .col-offices .data-content div:not(.paragraphe):hover,
body main section .col-offices .data-content a:hover {
  color: #d80808;
}
body main section .col-offices .data-content div:not(.paragraphe):before,
body main section .col-offices .data-content a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #d80808;
  position: absolute;
  top: 0;
  left: 0;
}
body main section .col-offices .data-content div:not(.paragraphe) a,
body main section .col-offices .data-content a a {
  padding-left: 0;
}
body main section .col-offices .data-content .horaires {
  color: #d80808;
  padding-left: 0;
}
body main section .col-offices .data-content .tel {
  display: inline-block;
  width: 100%;
}
body main section .col-offices .data-content .tel:before {
  content: '\f095';
}
body main section .col-offices .data-content .email {
  display: inline-block;
  width: 100%;
}
body main section .col-offices .data-content .email:before {
  content: '\f0e0';
}
body main section #vente-biens {
  background: #001ede;
  padding: 6em;
  margin-top: 6em;
}
body main section #vente-biens .titre-page {
  color: #ffffff;
  margin: .5em 0;
}
body main section #vente-biens .titre-large {
  font-size: calc(26px + 6 * (100vw - 320px) / 1080);
  margin-bottom: 1.5em;
}
body main section .col-card {
  margin: 1em 0 1em 0;
}
body main section .card {
  margin: 2em 0 0 0;
  height: 100%;
  background: #0b133a;
  border-radius: 0;
  text-align: center;
  color: #ffffff;
}
body main section .card [data-bg] {
  height: 300px;
}
body main section .card .visuel {
  width: 100%;
  height: 300px;
  position: relative;
}
body main section .card .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body main section .card h4 {
  color: #d80808;
  font-weight: 800;
  font-size: calc(18px + 3 * (100vw - 320px) / 1080);
  margin: .5em 0;
}
body main section .card .legende {
  font-family: 'Manrope', sans-serif;
  color: #ffffff;
}
body main section .card .paragraphe {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
body main section .card .card-body {
  padding: 2em;
}
body main section .list-huissiers {
  background: #0b133a;
  padding: 6em;
  color: #ffffff;
}
body main section .list-huissiers .col-huissier {
  display: flex;
}
body main section .list-huissiers .bloc-huissier {
  width: 100%;
  margin: 1em 0;
  justify-content: center;
  align-items: center;
  display: flex;
  border: #ffffff solid 2px;
  padding: 2em;
  color: #ffffff;
  font-weight: 700;
  min-width: 300px;
  text-align: center;
  font-size: 22px;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
  overflow: hidden;
}
body main section .list-huissiers .bloc-huissier .identity {
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
body main section .list-huissiers .bloc-huissier a {
  bottom: -200px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  margin-bottom: auto;
  height: 50px;
}
body main section .list-huissiers .bloc-huissier a span {
  flex: 1 0 auto;
}
body main section .list-huissiers .bloc-huissier:hover a {
  bottom: auto;
  opacity: 1;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section .list-huissiers .bloc-huissier:hover .identity {
  opacity: 0;
}
body main section.content-int {
  min-height: 500px;
}
body main section.content-int .container-padd:not(.container-offices) {
  padding: 4em 12em;
}
body main section.content-int .row-edito {
  text-align: center;
  padding-top: 2em;
}
body main section.content-int .row-edito .alert {
  font-size: 14px;
}
body main section.content-int .row.row-bloc:nth-child(odd) {
  display: flex;
}
body main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(1) {
  order: 2;
}
body main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(2) {
  order: 1;
}
body main section.content-int .row.row-bloc:nth-child(odd) .col-img {
  position: relative;
}
body main section.content-int .row.row-bloc:nth-child(odd) .col-img:before {
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section.content-int .row.row-bloc:nth-child(odd) .col-txt:before {
  right: 0;
  left: auto;
  -ms-transform: translate(125%,-50%);
  -webkit-transform: translate(125%,-50%);
  -o-transform: translate(125%,-50%);
  -moz-transform: translate(125%,-50%);
  transform: translate(125%,-50%);
}
body main section.content-int .row.row-bloc:nth-child(even) {
  display: flex;
}
body main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(1) {
  order: 1;
}
body main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(2) {
  order: 2;
}
body main section.content-int .row.row-bloc:nth-child(even) .col-img {
  position: relative;
}
body main section.content-int .row.row-bloc:nth-child(even) .col-img:before {
  right: 0;
  left: auto;
  -ms-transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
}
body main section.content-int .row.row-bloc:nth-child(even) .col-txt:before {
  right: auto;
  left: 0;
  -ms-transform: translate(-160%,-50%);
  -webkit-transform: translate(-160%,-50%);
  -o-transform: translate(-160%,-50%);
  -moz-transform: translate(-160%,-50%);
  transform: translate(-160%,-50%);
}
body main section.content-int .row.row-bloc {
  margin: 8em 0;
}
body main section.content-int .row.row-bloc .col-img:before {
  content: '';
  display: block;
  background: #d80808;
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 570px;
  height: 624px;
}
body main section.content-int .row.row-bloc .col-txt:before {
  content: '';
  display: block;
  background: url("../img/pattern-blue-points.svg") no-repeat top left;
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 270px;
  height: 270px;
  background-size: contain;
}
body main section.content-int .row.row-bloc-blue:nth-child(odd) {
  display: flex;
}
body main section.content-int .row.row-bloc-blue:nth-child(odd) [class*='col-']:nth-child(1) {
  order: 2;
}
body main section.content-int .row.row-bloc-blue:nth-child(odd) [class*='col-']:nth-child(2) {
  order: 1;
}
body main section.content-int .row.row-bloc-blue:nth-child(odd) .col-txt {
  -ms-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  transform: translateX(-20%);
}
body main section.content-int .row.row-bloc-blue:nth-child(even) {
  display: flex;
}
body main section.content-int .row.row-bloc-blue:nth-child(even) [class*='col-']:nth-child(1) {
  order: 1;
}
body main section.content-int .row.row-bloc-blue:nth-child(even) [class*='col-']:nth-child(2) {
  order: 2;
}
body main section.content-int .row.row-bloc-blue:nth-child(even) .col-txt {
  -ms-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  -moz-transform: translateX(20%);
  transform: translateX(20%);
}
body main section.content-int .row.row-bloc-blue .col-txt {
  background: #001ede;
  padding: 6em;
  position: relative;
  z-index: 1;
}
body main section.content-int .row.row-bloc-blue .col-img {
  z-index: 0;
}
body main section.content-int .row.row-bloc-blue .titre-page,
body main section.content-int .row.row-bloc-blue .paragraphe {
  color: #ffffff;
}
body .sfsiplus_footerLnk {
  display: none;
}
body footer {
  color: #ffffff;
}
body footer a {
  color: #ffffff;
}
body footer a:hover {
  color: #d80808;
}
body footer #footer-top {
  background: #0b133a;
  padding: 4em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 2px;
}
body footer #footer-top img {
  max-width: 80%;
  display: inline-block;
  margin-bottom: 3em;
}
body footer #footer-top .paragraphe {
  line-height: 2;
}
body footer #footer-top li {
  display: inline-block;
  font-size: 13px;
  padding: 0 .5em;
  line-height: 2;
}
body footer #footer-top li a:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  background-color: #d80808;
  -webkit-transition: all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
  -o-transition: all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
  transition: all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
body footer #footer-top li a:hover:before {
  width: 100%;
  left: 0;
}
body footer #footer-top .btn-facebook {
  color: #d80808;
}
body footer #footer-top .btn-facebook:hover {
  color: white;
}
body footer #footer-top .closeMenu,
body footer #footer-top .dropdown-toggle::after {
  display: none;
}
body footer #footer-bottom {
  line-height: 2;
  background: #000028;
  padding: 2em 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  flex-wrap: wrap;
  text-align: center;
}
body footer #footer-bottom a {
  display: inline-block;
  margin: 0 0.5em;
}
body footer #footer-bottom img {
  margin-bottom: auto;
  margin-right: 1em;
  height: auto;
}
body footer #footer-bottom div {
  display: flex;
  align-items: center;
}
body footer #footer-bottom p {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  body.page-id-24 main section.content-int {
    padding: 0;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    width: 50%;
  }
  body #slider-interne .container {
    width: 50%;
  }
  body main section.valeurs {
    padding: 6em 8em 6em 8em;
  }
  body main section.valeurs ul {
    margin-left: 7em;
    width: 70%;
  }
  body main section.valeurs #img-valeurs {
    width: 100%;
    transform: translateX(-5%);
  }
  body main section .list-huissiers {
    padding: 6em 4em;
  }
  body main section .list-huissiers .bloc-huissier {
    padding: 2em 1em;
  }
  body main section .list-huissiers .bloc-huissier .btn-primary {
    padding: 1em;
    width: 90%;
    margin: 0 auto;
  }
  body main section .list-huissiers .bloc-huissier .btn-primary span {
    padding: 0;
  }
  body main section .list-huissiers .bloc-huissier .btn-primary div {
    display: none;
  }
  body main section.content-int {
    padding: 0;
  }
  body main section.content-int .row.row-bloc .col-img:before {
    width: 470px;
    height: 524px;
  }
}
@media screen and (max-width: 1400px) {
  body.page-id-24 main section .container-form {
    margin: 3em 0 0 0;
  }
  body.tax-activitess main section.content-int .row.row-bloc:nth-child(odd) .col-img img,
  body.tax-activitess main section.content-int .row.row-bloc:nth-child(even) .col-img img {
    width: 100%;
  }
  body main section.valeurs {
    padding: 6em 2em 6em 8em;
  }
  body main section.valeurs .bloc-icons {
    min-width: 700px;
  }
  body main section.news .row-padding {
    padding: 0 3em 6em 3em;
  }
  body main section.news .bloc-blue .titre-page {
    margin: 2em 2em 1em 1em;
  }
  body main section.content-int .container-padd:not(.container-offices) {
    padding: 2em 4em;
  }
}
@media screen and (max-width: 1280px) {
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    width: 60%;
  }
  body #slider-interne .container {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  body.single #slider-interne .container,
  body.error404 #slider-interne .container,
  body.page-id-3 #slider-interne .container,
  body.page-id-8 #slider-interne .container {
    width: 50%;
  }
  body.tax-activites main section .col-intro-points {
    background-repeat: no-repeat;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) [class*="col-"]:nth-child(1) .data-content {
    padding: 4em 8em 4em 4em;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-txt::before {
    right: -31%;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .data-content {
    padding: 4em 8em 4em 4em;
  }
  body header #logo {
    width: 200px;
    height: 165px;
  }
  body #slider {
    min-height: 700px;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    width: 70%;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container-swiper-img {
    margin: 2em;
    height: 94%;
  }
  body #slider-interne .container-h-int {
    height: 600px;
  }
  body #slider-interne .container {
    width: 70%;
  }
  body main section.valeurs {
    flex-direction: column;
    padding: 6em 8em 6em 8em;
  }
  body main section.valeurs #img-valeurs {
    transform: none;
  }
  body main section.content-int .container-padd:not(.container-offices) {
    padding: 2em;
  }
  body main section.content-int .row.row-bloc .col-img:before {
    height: 370px;
  }
  body main section.content-int .row.row-bloc-blue .col-txt {
    padding: 2em 3em;
  }
  body main section .list-huissiers {
    padding: 4em;
    text-align: center;
  }
  body main section .list-huissiers .bloc-huissier {
    margin: 0;
  }
  body main section .cont-list-icon {
    padding: 1em 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  body.single #slider-interne .container,
  body.error404 #slider-interne .container,
  body.page-id-3 #slider-interne .container,
  body.page-id-8 #slider-interne .container {
    width: 60%;
  }
  body.single #slider-interne .container-h-int,
  body.error404 #slider-interne .container-h-int,
  body.page-id-3 #slider-interne .container-h-int,
  body.page-id-8 #slider-interne .container-h-int {
    width: 100%;
    height: 300px;
  }
  body.page-id-24 main section .container-form::before {
    display: none;
  }
  body.page-id-24 main section .container-form .row::before {
    display: none;
  }
  body.page-id-324 main section.content .paragraphe + .btn {
    margin: 1em 0;
  }
  body.page-id-324 main section.content .btn {
    display: flex;
    width: auto;
    justify-content: space-between;
  }
  body.page-id-12 main section.content-int .container-padd,
  body.page-id-22 main section.content-int .container-padd,
  body.page-id-321 main section.content-int .container-padd,
  body.tax-activites main section.content-int .container-padd,
  body.page-id-324 main section.content-int .container-padd,
  body.page-id-306 main section.content-int .container-padd {
    padding: 0 2em !important;
  }
  body.single .row-tags,
  body.tag .row-tags {
    margin: 2em 0;
  }
  body.single .row-tags .col-12,
  body.tag .row-tags .col-12 {
    flex-direction: column !important;
  }
  body.single .row-tags .col-12 div:first-child,
  body.tag .row-tags .col-12 div:first-child {
    margin-bottom: 1em;
  }
  body.tax-activites .competences {
    margin: 2em 0 0 0;
  }
  body.tax-activites main section .col-intro-points {
    background: none;
  }
  body.tax-activites main section .cont-intro {
    margin-bottom: 2em;
  }
  body.tax-activites main section .container-flex {
    flex-direction: column;
  }
  body.tax-activites main section.content-int .list-huissiers {
    margin: 0 1em !important;
  }
  body.tax-activites main section.content-int .container-padd {
    padding: 1em 2em;
  }
  body.tax-activites main section.content-int .row.row-bloc,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd),
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) {
    margin: 0;
  }
  body.tax-activites main section.content-int .row.row-bloc .col-img,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-img {
    padding-top: 0;
    transform: none;
  }
  body.tax-activites main section.content-int .row.row-bloc .data-content,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .data-content,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .data-content {
    padding: 4em !important;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(1) {
    min-height: 0;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-txt .btn-primary {
    display: inline-block;
    margin-top: .5em !important;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img img {
    width: 100%;
    transform: none;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .col-img .btn-primary {
    display: none;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel {
    width: 100%;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel .visuel img {
    height: 100%;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .col-txt::before {
    display: none;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(1) {
    order: 1 !important;
  }
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(2) {
    order: 2 !important;
  }
  body.tax-activites .col-intro-points,
  body.page-id-324 .col-intro-points {
    display: none;
  }
  body header {
    padding: 4em 6em 0 6em;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    width: 90%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 60%;
    padding: 2em 2em 4em 2em;
    text-align: center;
  }
  body #slider .swiper-container .swiper-pagination {
    bottom: 10%;
    right: 10%;
  }
  body #slider-interne .container-h-int {
    height: 80vh;
    min-height: 600px;
  }
  body #slider-interne .container {
    width: 90%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 60%;
    padding: 3em;
    text-align: center;
  }
  body main section #vente-biens {
    padding: 3em;
    margin-top: 0;
    text-align: center;
  }
  body main section #vente-biens .container {
    max-width: 100%;
  }
  body main section.valeurs {
    padding: 6em 4em;
  }
  body main section.valeurs .bloc-icons {
    flex-direction: column;
    min-height: 0;
    justify-content: flex-start;
    min-width: 0;
  }
  body main section.valeurs .sub-title {
    max-width: none;
    font-size: 40px;
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    margin-bottom: 1em;
  }
  body main section.valeurs ul {
    margin-left: 0;
  }
  body main section.valeurs ul li {
    max-width: 50% !important;
  }
  body main section.valeurs ul li img {
    height: 80px;
  }
  body main section.valeurs ul li p {
    font-size: calc(11px + 4 * (100vw - 320px) / 1080);
  }
  body main section.news .row-padding .col-news:last-child {
    display: none;
  }
  body main section.news .col-news {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1em;
  }
  body main section.liens {
    padding: 3em 0;
  }
  body main section.liens .container-bg::before,
  body main section.liens .container-bg::after {
    width: 200px;
    height: 200px;
  }
  body main section.liens .swiper-slide a {
    height: 200px;
  }
  body main section.liens .container-swiper {
    width: 80%;
    margin: 0 auto;
  }
  body main section.content-int .container-padd:not(.container-offices) {
    padding: 1em;
  }
  body main section.content-int .container-padd.container-offices {
    padding: 0 2em !important;
  }
  body main section.content-int .row.row-bloc {
    margin: 0 0 2em 0;
  }
  body main section.content-int .row.row-bloc .col-img {
    padding-top: 2em;
  }
  body main section.content-int .row.row-bloc .col-img:before {
    display: none;
  }
  body main section.content-int .row.row-bloc:nth-child(odd),
  body main section.content-int .row.row-bloc-blue:nth-child(odd) {
    display: flex;
  }
  body main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(1),
  body main section.content-int .row.row-bloc-blue:nth-child(odd) [class*='col-']:nth-child(1) {
    order: 1;
  }
  body main section.content-int .row.row-bloc:nth-child(odd) [class*='col-']:nth-child(2),
  body main section.content-int .row.row-bloc-blue:nth-child(odd) [class*='col-']:nth-child(2) {
    order: 2;
  }
  body main section.content-int .row.row-bloc:nth-child(even),
  body main section.content-int .row.row-bloc-blue:nth-child(even) {
    display: flex;
  }
  body main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(1),
  body main section.content-int .row.row-bloc-blue:nth-child(even) [class*='col-']:nth-child(1) {
    order: 1;
  }
  body main section.content-int .row.row-bloc:nth-child(even) [class*='col-']:nth-child(2),
  body main section.content-int .row.row-bloc-blue:nth-child(even) [class*='col-']:nth-child(2) {
    order: 2;
  }
  body main section.content-int .row.row-bloc-blue .col-txt {
    transform: none !important;
  }
  body main section .list-huissiers {
    margin: 0 1em;
  }
  body main section .list-huissiers .bloc-huissier {
    margin: 1em 0;
    min-width: 0;
  }
  body main section .bloc-icons ul li {
    max-width: 25%;
  }
  body main section .bloc-icons ul li img {
    height: 60px;
  }
  body main section .bloc-icons ul p {
    padding: 0 3em;
    margin: 0;
  }
  body main section .col-offices {
    margin: 1em 0;
  }
  body main section .col-offices .data-content {
    font-size: 14px;
  }
  body footer #footer-top {
    background: #0b133a;
    padding: 4em;
    text-transform: uppercase;
    text-align: center;
  }
  body footer #footer-top img {
    max-width: 50%;
  }
  body footer #footer-top li {
    display: inline-block;
    font-size: 13px;
    padding: 0 .5em;
    line-height: 2;
  }
  body footer #footer-top .text-right {
    text-align: center !important;
  }
  body footer #footer-top .menu-idcomweb-container {
    margin-top: 2em;
  }
  body footer #footer-bottom img {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 767.98px) {
  body.page-id-12 main section [data-bg] {
    height: 300px;
  }
  body #slider {
    min-height: 600px;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container .title {
    font-size: 30px;
  }
  body #slider-interne .container-h-int {
    min-height: 500px;
  }
  body #slider-interne .container .title {
    font-size: 30px;
  }
  body main section .card {
    margin: 1em 0 1em 0;
    height: auto;
  }
  body main section.valeurs .bloc-icons {
    min-width: 0;
  }
  body main section.valeurs ul {
    margin-left: 0;
    width: 100%;
  }
  body main section.valeurs ul li {
    margin: 0 0 1em 0;
  }
  body main section.valeurs ul li img {
    margin-bottom: 1em;
  }
  body main section.valeurs ul li p {
    margin: 0;
    padding: 0;
  }
  body main section.valeurs #img-valeurs {
    display: none;
  }
  body main section.news {
    text-align: center;
  }
  body main section.news .col-news {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2em;
  }
  body main section .bloc-icons ul {
    justify-content: center;
  }
  body main section .bloc-icons ul li {
    max-width: 50%;
  }
  body main section .bloc-icons ul p {
    padding: 0 1em;
  }
  body #footer #footer-top {
    padding: 4em 2em !important;
  }
  body #footer #footer-top img {
    max-width: 80%;
  }
  body #footer #footer-bottom {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title a {
    overflow: visible;
    height: 100%;
  }
  body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide .content-cat .title div {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  body.fixed header {
    padding: 0.5em 1em;
  }
  body.fixed header #logo {
    width: 100px;
    height: 83px;
  }
  body.page-id-324 main section .btn-secondary div {
    padding: 2em;
  }
  body.page-id-306 main section.content-int .container {
    padding: 0 2em !important;
  }
  body #nav-top {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    width: 70%;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container-swiper-img {
    margin: 2em;
    height: 94%;
  }
  body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide [data-bg] {
    height: 500px;
  }
  body #slider-interne .container .title {
    font-size: 24px;
  }
  body header #btn-menu .menu_name {
    display: none;
  }
  body main section.valeurs,
  body main section.news {
    padding: 6em 2em;
  }
  body main section.news .bloc-blue .titre-page {
    margin: 2em 1em;
  }
  body main section.news .col-news {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2em;
  }
  body main section .list-huissiers {
    padding: 3em 2em;
  }
  body main section .list-huissiers .bloc-huissier {
    margin: .5em 0;
    font-size: 18px;
    padding: 1em;
  }
}
@media screen and (max-width: 479.98px) {
  body.page-id-24 main section .titre-page {
    margin-bottom: 1em;
  }
  body.page-id-24 main section .content-form {
    padding: 0 15px;
  }
  body.page-id-24 main section .container-form {
    margin: 0;
  }
  body.single header,
  body.error404 header,
  body.page-id-3 header,
  body.page-id-8 header {
    margin: 1em;
  }
  body.single #slider-interne .container,
  body.error404 #slider-interne .container,
  body.page-id-3 #slider-interne .container,
  body.page-id-8 #slider-interne .container {
    width: 90%;
    padding: 2em;
  }
  body.single #slider-interne .container-h-int,
  body.error404 #slider-interne .container-h-int,
  body.page-id-3 #slider-interne .container-h-int,
  body.page-id-8 #slider-interne .container-h-int {
    height: 200px;
  }
  body.page-id-12 main section [data-bg],
  body.page-id-22 main section [data-bg],
  body.page-id-321 main section [data-bg],
  body.tax-activites main section [data-bg],
  body.page-id-324 main section [data-bg] {
    height: 200px;
  }
  body.page-id-12 main section.content-int .container-padd,
  body.page-id-22 main section.content-int .container-padd,
  body.page-id-321 main section.content-int .container-padd,
  body.tax-activites main section.content-int .container-padd,
  body.page-id-324 main section.content-int .container-padd {
    padding: 0 1em !important;
  }
  body.page-id-306 main section.content-int .container {
    padding: 0 1em !important;
  }
  body.tax-activites main section.content-int .container-padd {
    padding: 1em !important;
  }
  body.tax-activites main section.content-int .row.row-bloc .data-content,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .data-content,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .data-content {
    padding: 3em 2em !important;
  }
  body.tax-activites main section.content-int .row.row-bloc .owl-carousel,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(odd) .owl-carousel,
  body.tax-activites main section.content-int .row.row-bloc:nth-child(even) .owl-carousel {
    height: 350px;
  }
  body header {
    padding: 3em 3em 0 3em;
  }
  body header #logo {
    width: 150px;
    height: 124px;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container {
    top: 55%;
    width: 80%;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container .title {
    font-size: 26px;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container-swiper-img {
    margin: 1em;
  }
  body #slider-interne {
    margin: 1em;
  }
  body #slider-interne .container-h-int {
    min-height: 400px;
  }
  body #slider-interne .container {
    padding: 2em;
  }
  body #slider-interne .container .title {
    font-size: 22px;
  }
  body main section {
    padding: 4em 0;
  }
  body main section.valeurs {
    padding: 0 !important;
  }
  body main section.valeurs .sub-title {
    font-size: 29px;
  }
  body main section.valeurs .bloc-icons {
    padding: 4em 3em;
  }
  body main section.news {
    padding: 0 !important;
  }
  body main section.news .row,
  body main section.news .container-fluid,
  body main section.news [class*='col-'] {
    margin: 0;
    padding: 0;
  }
  body main section.news .col-news {
    margin-bottom: 2em !important;
  }
  body main section.news .col-news :last-child {
    margin-bottom: 0 !important;
  }
  body main section.liens .container-bg::before,
  body main section.liens .container-bg::after {
    width: 100px;
    height: 100px;
  }
  body main section.liens .container-swiper {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  body main section.content-int .container-padd {
    padding: 1em .5em !important;
  }
  body main section.content-int .container-padd.container-offices {
    padding: 0 1em !important;
  }
  body footer #footer-top .paragraphe span {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 389.98px) {
  body.single header,
  body.error404 header,
  body.page-id-3 header,
  body.page-id-8 header {
    padding: 2em;
  }
  body.fixed header #logo {
    width: 80px;
    height: 66px;
  }
  body #slider-interne .container-h-int {
    min-height: 350px;
  }
  body #slider-interne .container .title {
    font-size: 17px;
  }
  body .container-swiper .swiper-cat .swiper-wrapper .swiper-slide [data-bg] {
    height: 400px;
  }
  body main .modal .modal-body {
    padding: 0 1em 1em 1em;
  }
  body main .modal .modal-body .visuel {
    height: 350px;
  }
  body main section #vente-biens {
    padding: 3em 1em;
  }
  body footer .menu-idcomweb-container {
    display: none;
  }
  body footer .btn-facebook {
    margin-top: 2em;
    display: inline-block;
  }
  body footer #footer-bottom {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 359.98px) {
  body.page-id-12 main section .col-comp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-12 main section .titre-page a {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
  }
  body .btn {
    font-size: 12px;
  }
  body #menu-idcomweb .container-menu .startMenu,
  body #nav-top .container-menu .startMenu {
    padding: 4em 2em;
    width: calc(100% - 20px);
    max-width: 90%;
  }
  body #menu-idcomweb li a,
  body #nav-top li a {
    font-size: 22px;
  }
  body #menu-idcomweb li.dropdown-item,
  body #nav-top li.dropdown-item {
    padding: 0 0 0 .5em;
  }
  body #slider .swiper-container .swiper-wrapper .swiper-slide .container .title {
    font-size: 22px;
  }
  body main .paragraphe {
    font-size: 14px;
  }
  body main section {
    padding: 4em 0;
  }
  body main section.valeurs ul li img {
    height: 50px;
  }
}
@media screen and (max-width: 319.98px) {
  body.fixed header #logo {
    width: 60px;
    height: 50px;
  }
  body main section {
    padding: 2em 0;
  }
}
