*,
*: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;
  -webkit-appearance: 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;
  outline: none;
}
strong {
  font-weight: 700;
}
#grdp_barre_maxi,
#grdp_barre_mini {
  background-color: rgba(40,83,107,0.9) !important;
  z-index: 800 !important;
}
#grdp_barre_maxi .cross-close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg);
}
.scene {
  width: 100%;
  height: 100%;
  cursor: wait;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
}
.scene svg {
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}
::-webkit-input-placeholder {
  color: ;
  opacity: .5;
  font-style: italic;
}
::-moz-placeholder {
  color: ;
  opacity: .5;
  font-style: italic;
}
::-ms-input-placeholder {
  color: ;
  opacity: .5;
  font-style: italic;
}
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;
}
*::-moz-selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
*::selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
*::-moz-selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
*::-webkit-selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
*::-khtml-selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
*::-o-selection {
  background: rgba(40,83,107,0.85);
  color: #FFFFFF;
}
a {
  color: #d79b04;
  -webkit-transition: .5s linear;
  -ms-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
}
a:hover {
  color: #131a2e;
}
.btn {
  color: #FFFFFF;
  border-radius: 0;
  display: inline-block;
  padding: 0.5em 2em;
  transition: all .5s linear;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 320px) / 1080);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn:focus {
  box-shadow: none;
}
.btn i {
  margin-right: 0.5em;
}
@media (max-width: 479px) {
  .btn {
    white-space: normal;
  }
}
.btn-primary {
  background-color: #28536b;
  border-color: #28536b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #d79b04;
  border-color: #d79b04;
  color: #FFFFFF;
  box-shadow: none;
}
.btn-light {
  background-color: transparent;
  border-color: ;
  color: ;
  font-weight: 400;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-link {
  transition: all .5s linear;
  font-weight: 600;
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #131a2e;
}
.btn-link:hover {
  color: #d79b04;
  text-decoration: none;
}
.btn-link-chevron {
  display: inline-block;
  width: auto;
  letter-spacing: 3px;
  font-size: 12px;
  color: #d79b04;
  text-transform: uppercase;
  position: relative;
}
.btn-link-chevron::before {
  color: #32748c;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link-chevron::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d79b04;
  margin-top: .3em;
}
.btn-link-chevron:hover {
  padding-right: 3.5em;
  color: #32748c;
}
.btn-link-chevron:hover::before {
  -webkit-transform: translate(5px,-50%);
  transform: translate(5px,-50%);
  opacity: 1;
  color: #32748c;
}
.btn-link-chevron:hover::after {
  background-color: #32748c;
}
[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;
}
html {
  width: 100%;
  overflow-x: hidden;
  line-height: 1;
  scroll-behavior: smooth;
}
* {
  cursor: none;
}
.your-cursor2 {
  position: absolute;
  background-color: #d79b04;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75,-1.27,0.3,2.33) transform, 0.2s cubic-bezier(0.75,-0.27,0.3,1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
.your-cursor2.active {
  opacity: 0.5;
  transform: scale(0);
}
.your-cursor2.hovered {
  opacity: 0.08;
}
.follow2 {
  position: absolute;
  background-color: rgba(215,155,4,0.3);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75,-1.27,0.3,2.33) transform, 0.2s cubic-bezier(0.75,-0.27,0.3,1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px,5px);
}
.follow2.active {
  opacity: 0.7;
  transform: scale(3);
}
.follow2.hovered {
  opacity: 0.08;
}
body {
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Raleway', sans-serif;
  background-color: #f3f2f1;
}
body.single-post .zoom a {
  height: auto !important;
}
body.single-post section {
  padding: 4em 0;
}
body.single-post section .row-title [class*='col-'] {
  text-align: center !important;
}
body.single-post section [class*='col-'] {
  text-align: left !important;
}
body.single-post section .bg_hands {
  padding: 0;
}
body.single-post section .cont-txt {
  text-align: left;
}
body.single-post section .cont-img {
  height: 500px;
}
body.single-post section .btn-primary {
  margin-top: 1em;
}
body.single-post section .btn-light {
  color: #32748c;
  border-color: #32748c;
}
body.single-post section .btn-light:hover {
  color: #d79b04;
  border-color: #d79b04;
}
body.single-post section .btn-light.btn-right i {
  margin-left: .5em;
  margin-right: 0;
}
body.page-id-22 section {
  padding: 4em 0 0 0 !important;
}
body.page-id-22 section .bg_hands {
  padding: 0 !important;
}
body.page-id-8 section,
body.page-id-3 section {
  padding: 4em 0 0 0;
  text-align: left;
}
body.page-id-8 section .bg_hands,
body.page-id-3 section .bg_hands {
  padding: 0;
}
body.page-id-8 section p,
body.page-id-3 section p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1080);
  color: #7d746a;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.8;
  width: 100%;
}
body.page-id-8 h2:not(.titre_page,
body.page-id-8 .legende),
body.page-id-8 h3:not(.titre_page),
body.page-id-8 h4,
body.page-id-3 h2:not(.titre_page,
body.page-id-3 .legende),
body.page-id-3 h3:not(.titre_page),
body.page-id-3 h4 {
  color: #32748c;
  font-weight: 600;
  margin: .5em 0;
  width: 100%;
}
body.page-id-8 h2:not(.titre_page,
body.page-id-8 .legende),
body.page-id-3 h2:not(.titre_page,
body.page-id-3 .legende) {
  font-size: calc(18px + 1 * (100vw - 320px) / 1080);
}
body.page-id-8 h3:not(.titre_page),
body.page-id-3 h3:not(.titre_page) {
  font-size: calc(16px + 1 * (100vww - 320px) / 1080);
}
body.page-id-8 h4::before,
body.page-id-3 h4::before {
  content: '•';
  display: inline-block;
  margin-right: .5em;
}
body.page-id-8 ul li,
body.page-id-8 ol li,
body.page-id-3 ul li,
body.page-id-3 ol li {
  font-size: calc(14px + 2 * (100vw - 320px) / 1080);
  color: #7d746a;
  font-weight: 400;
  line-height: 1.8;
}
body.page-id-8 .no-disc li,
body.page-id-3 .no-disc li {
  list-style-type: none;
}
body.fixed .go-top {
  opacity: 1;
}
body.fixed #header {
  padding: 0.3em 1em;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 2px 0 #999;
}
body.fixed #header .container-fluid #logo {
  width: 150px;
  height: 53px;
  background-size: contain;
}
body.error404 {
  text-align: center;
}
body.error404 .btn {
  margin-top: 1em;
}
body.error404 .bg_hands {
  padding: 14em 0 4em 0;
}
body .go-top {
  cursor: pointer;
  transition: .25s;
  background: #d79b04;
  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 #modalTarifs .modal-header {
  border: 0;
  padding: 2em 2em 0 2em;
  flex-direction: column;
}
body #modalTarifs .modal-header .paragraphe {
  margin-bottom: 1em;
  font-weight: 600;
}
body #modalTarifs .modal-header .close {
  position: absolute;
  top: 30%;
  right: 5%;
  font-size: 2.2em;
}
body #modalTarifs .modal-title {
  color: #28536b;
  font-size: calc(22px + 6 * (100vw - 320px) / 1080);
  text-align: center;
  width: 100%;
}
body #modalTarifs .modal-title i,
body #modalTarifs .modal-title em {
  color: #d79b04;
  font-style: normal;
}
body #modalTarifs .modal-body {
  padding: 2em;
  text-align: center;
}
body #modalTarifs .modal-body .paragraphe {
  font-size: calc(13px + 1 * (100vw - 320px) / 1080);
}
body #header {
  width: 100%;
  -webkit-transition: .5s linear;
  -ms-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
  padding: 1.5em 3em;
  background-color: #FFFFFF;
}
body #header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #header .container-fluid #logo {
  background: url(../img/logo-tipea.svg) no-repeat center center;
  width: 219px;
  height: 77px;
  background-size: contain;
  text-indent: -99999px;
  display: inline-block;
}
body #header .container-fluid #menu-idcomweb {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body #header .container-fluid #menu-idcomweb li {
  position: relative;
  margin: 0 1em;
  text-transform: uppercase;
  list-style-type: none;
}
body #header .container-fluid #menu-idcomweb li:nth-child(1) {
  display: none;
}
body #header .container-fluid #menu-idcomweb li:nth-child(2) span {
  display: none;
}
body #header .container-fluid #menu-idcomweb li a {
  background-color: transparent;
  color: #131a2e;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
body #header .container-fluid #menu-idcomweb li a:hover {
  color: #d79b04;
  text-decoration: none;
  outline: none;
}
body #header .container-fluid #menu-idcomweb li a:hover:before {
  width: 100%;
  left: 0;
}
body #header .container-fluid #menu-idcomweb li a:focus {
  outline: none;
}
body #header .container-fluid #menu-idcomweb li a:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  background-color: #d79b04;
  -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 #header .container-fluid #rs-top ul {
  display: flex;
  margin: 0;
}
body #header .container-fluid #rs-top ul li {
  margin: 0 0.2em;
}
body .slider [data-bg] {
  min-height: 500px;
  height: 70vh;
  z-index: 1;
}
body .slider [data-bg].bg_texture:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(19,26,46,0.5) 100%);
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(19,26,46,0.5) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(19,26,46,0.5) 100%);
}
body .slider .container {
  display: flex;
  justify-content: center;
  z-index: 3;
}
body .slider #cont-gs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
}
body .slider #cont-gs .gs_left {
  position: absolute;
  left: 10%;
  height: 585px;
  width: 438px;
  z-index: 3;
}
body .slider #cont-gs .gs_right {
  position: absolute;
  right: 10%;
  text-align: center;
  background-color: #FFFFFF;
  height: 585px;
  width: 438px;
  top: 150px;
  z-index: 3;
  padding: 2em;
  overflow: hidden;
}
body .slider #cont-gs #cont-cite {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .slider #cont-gs .cite {
  font-size: calc(24px + 6 * (100vw - 320px) / 1080);
  color: #131a2e;
  line-height: 1.2;
  font-weight: 300;
}
body .slider #cont-gs .cite_autor {
  color: #32748c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
  margin-top: .5em;
}
body .slider #cont-gs .cite_autor span {
  display: inline-block;
  width: 100%;
}
body #slider-interne [data-bg] {
  min-height: 300px;
  height: 40vh;
}
body #slider-interne #cont-gs .gs_left,
body #slider-interne #cont-gs .gs_right {
  height: 451px;
  width: 338px;
}
body #slider-interne #cont-gs .gs_left {
  left: 17%;
}
body #slider-interne #cont-gs .gs_right {
  right: 17%;
}
body #slider-interne #cont-gs .cite {
  font-size: calc(22px + 3 * (100vw - 320px) / 1080);
}
body .legende {
  text-transform: uppercase;
  color: #a1978c;
  letter-spacing: 2px;
  font-size: calc(11px + 2 * (100vw - 320px) / 1080);
  font-weight: 300;
  width: 100%;
}
body .titre_page {
  color: #131a2e;
  font-size: calc(28px + 10 * (100vw - 320px) / 1080);
  font-weight: 300;
  width: 100%;
  margin-bottom: 1.5em;
}
body .titre_page i,
body .titre_page em {
  color: #d79b04;
  font-style: normal;
}
body .titre_parag {
  color: #28536b;
  font-size: calc(18px + 2 * (100vw - 320px) / 1080);
  font-weight: 500;
}
body .paragraphe {
  font-size: calc(14px + 2 * (100vw - 320px) / 1080);
  color: #7d746a;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.8;
}
body .bg_hands {
  padding: 12em 0 4em 0;
}
body .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 80%;
  margin: 4em auto;
  max-height: 600px;
}
body .card .card-body {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 4em 2em;
  background-color: #FFFFFF;
}
body .card .card-title {
  color: #131a2e;
  font-size: calc(24px + 6 * (100vw - 320px) / 1080);
  font-weight: 300;
  line-height: 1;
}
body .card .paragraphe {
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
  margin-bottom: 1em;
  line-height: 1.6;
  height: 150px;
  overflow: hidden;
}
body .card .paragraphe::after {
  background: linear-gradient(to bottom,transparent 50%,#FFFFFF);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
body .blueC {
  color: #32748c;
}
body strong {
  font-weight: 600;
}
body .list-mots {
  display: flex;
  justify-content: center;
  margin: 2em 0 4em 0;
  align-content: center;
  flex-wrap: wrap;
}
body .list-mots li {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1080);
  font-weight: 300;
  color: #131a2e;
  margin: .2em 0;
}
body .list-mots li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d79b04;
  border-radius: 100px;
  display: inline-block;
  margin: 0 0.8em;
}
body .list-mots li:last-child::after {
  display: none;
}
body .bloc {
  text-align: left;
  padding-right: 4em;
}
body .bloc [data-bg] {
  height: 300px;
  margin-bottom: 1.5em;
}
body .img-transform {
  margin-top: -150px;
}
body .zoom a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .zoom a:before {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(215,155,4,0.9);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body .zoom a:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
body .zoom a:hover:after {
  opacity: 1;
  width: 70px;
  height: 70px;
}
body .zoom a:after {
  content: '';
  background: url(../img/icon_search.svg) no-repeat center center;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s linear;
  -ms-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 0;
  color: #FFFFFF;
}
body #slider-ref {
  width: 100%;
  height: auto;
  z-index: 100;
  overflow: hidden;
  margin-top: -230px;
}
body #slider-ref .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 100;
}
body #slider-ref .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 4em;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref {
  width: 50%;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref [data-bg] {
  height: 500px;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref .img-mini {
  display: inline-block;
  position: absolute;
  bottom: -15%;
  right: 10%;
  z-index: 1;
  width: 40%;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt {
  text-align: left;
  width: 50%;
  padding: 10em 4em 0 2em;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt .btn-link {
  display: inline-block;
  margin: 1em 0;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt .title {
  font-size: calc(22px + 8 * (100vw - 320px) / 1080);
  color: #131a2e;
  font-weight: 300;
  margin: 0;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt .title em,
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt .title i {
  color: #d79b04;
}
body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt .paragraphe {
  font-size: calc(13px + 1 * (100vw - 320px) / 1080);
  font-style: italic;
}
body #slider-ref .swiper-container .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: auto;
  height: auto;
  display: flex;
}
body #slider-ref .swiper-container .swiper-nav div {
  position: static;
  width: 19px;
  height: 36px;
  cursor: pointer;
  margin: 0;
  opacity: .5;
}
body #slider-ref .swiper-container .swiper-nav div.swiper-button-prev::after {
  content: '';
  background: url(../img/arrow-prev.svg) no-repeat center center;
  width: 19px;
  height: 36px;
  background-size: contain;
}
body #slider-ref .swiper-container .swiper-nav div.swiper-button-next::after {
  content: '';
  background: url(../img/arrow-next.svg) no-repeat center center;
  width: 19px;
  height: 36px;
  background-size: contain;
}
body #slider-ref .swiper-container .swiper-nav div:nth-child(2) {
  margin-left: 1em;
}
body #slider-ref .swiper-container .swiper-nav div:hover {
  opacity: 1;
}
body main .aside-edito {
  text-align: center;
  padding: 6em 0;
  background-color: #f3f2f1;
}
body main .aside-edito .edito-bottom {
  font-size: calc(20px + 8 * (100vw - 320px) / 1080);
  font-weight: 300;
}
body main .aside-edito .edito-bottom em {
  color: #d79b04;
}
body main .aside-edito .edito-bottom + a {
  display: inline-block;
  margin-top: 1em;
}
body main section {
  width: 100%;
}
body main section .col-btns {
  display: flex;
  justify-content: space-between;
  padding-top: 4em;
}
body main section #motif1 {
  position: absolute;
  top: 0;
  left: -2%;
  z-index: 10;
}
body main section #motif2 {
  position: absolute;
  bottom: -30%;
  right: -10%;
  z-index: 10;
}
body main section #motif3 {
  position: absolute;
  bottom: -50%;
  left: -10%;
  z-index: 10;
}
body main section.content-interne {
  padding-top: 8em;
  text-align: center;
}
body main section.content-interne .titre_page {
  margin-bottom: 1em;
}
body main section.editionsvg .bg_hands {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 70%;
}
body main section.tiragessvg .bg_hands {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 70%;
}
body main section.content-home {
  text-align: center;
  padding-bottom: 22em;
}
body main section.content-home .bg_hands {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 70%;
}
body main section#content-contact {
  text-align: center;
}
body main section#content-contact .bg_hands {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 30%;
  padding: 14em 0 8em 0;
}
body main section.jeanpaulzaksvg .bg_hands {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 70%;
}
body main section#services {
  background-color: #FFFFFF;
}
body main section#services [class*='col-'] {
  margin-top: -300px;
}
body main section#services .btn-link {
  margin-top: 12em;
}
body main section#services .titre_page,
body main section#services .legende {
  text-align: left !important;
}
body main section#lartiste {
  background-color: #FFFFFF;
  padding: 6em 0 10em 0;
  text-align: left;
  margin-top: 4em;
}
body main section#lartiste .img-transform {
  width: 90%;
  margin-top: -300px;
}
body main section#lartiste .titre_page {
  margin-bottom: .5em;
  font-size: calc(22px + 6 * (100vw - 320px) / 1080) !important;
}
body main section#lartiste .paragraphe {
  font-size: calc(13px + 1 * (100vw - 320px) / 1080) !important;
}
body main section#sect-ref .bg_hands,
body main section#content-news .bg_hands {
  padding: 14em 0 8em 0;
}
body main section#references {
  background-color: #FFFFFF;
  padding: 8em 0 4em 0;
  text-align: left;
  margin-top: 2em;
}
body main section#galerie-sect .content-mix {
  display: flex;
  flex-wrap: wrap;
}
body main section#galerie-sect .content-mix ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 3em 0;
}
body main section#galerie-sect .content-mix ul li {
  margin: 0 1em;
}
body main section#galerie-sect .content-mix ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7d746a;
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
}
body main section#galerie-sect .content-mix ul li a.mixitup-control-active {
  color: #d79b04;
}
body main section#galerie-sect .content-mix ul li a.mixitup-control-active::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -50%;
  left: 0;
  background-color: #d79b04;
}
body main section#galerie-sect .content-mix .content-mix-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body main section#galerie-sect .content-mix .content-mix-img a {
  display: inline-block;
  width: 100%;
}
body main section#galerie-sect .mix {
  display: inline-block;
  width: 33.333333%;
}
body main section#galerie-sect .mix a:before {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(215,155,4,0.9);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section#galerie-sect .mix a:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
body main section#galerie-sect .mix a:hover:after {
  opacity: 1;
  width: 70px;
  height: 70px;
}
body main section#galerie-sect .mix a:after {
  content: '';
  background: url(../img/icon_search.svg) no-repeat center center;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s linear;
  -ms-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 0;
  color: #FFFFFF;
}
body main section#atouts {
  background-color: #edeae6;
  padding: 6em 0;
  text-align: center;
}
body main section#atouts::before {
  content: '';
  background-color: #d79b04;
  border-radius: 100px;
  width: 8px;
  height: 153px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section#atouts .col-list {
  display: flex;
  flex-wrap: wrap;
}
body main section#atouts .col-list .bloc {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
body main section#atouts .col-list .bloc img {
  height: 115px;
  width: auto;
  display: inline-block;
}
body main section#atouts .col-list .bloc .titre {
  font-size: calc(18px + 2 * (100vw - 320px) / 1080);
  color: #52493f;
  margin: 1em 0 .5em 0;
}
body main section#atouts .col-list .bloc .paragraphe {
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
  line-height: 1.4;
  padding: 0 1em;
  margin-bottom: 0;
}
body main section#atouts .col-btns {
  justify-content: center;
}
body main section#list-services {
  height: auto;
}
body main section#list-services .swiper-wrapper .swiper-slide .row {
  bottom: 50px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  body main section#list-services .swiper-wrapper .swiper-slide .row {
    bottom: 0px;
    padding: 0rem;
    margin: 0px;
  }
}
body main section#list-services .swiper-wrapper .swiper-slide .row div .image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body main section#list-services .swiper-wrapper .swiper-slide .row div .image {
    height: 300px;
  }
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt {
  width: 75%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt {
    position: relative;
    width: 100%;
    padding: 2rem;
  }
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd {
  justify-content: center;
  text-align: left;
  height: 100%;
  align-items: center;
  width: 75%;
}
@media screen and (max-width: 767px) {
  body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd {
    width: 100%;
  }
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd .ellipse {
  background-color: #d79b04;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: inline-block;
  align-content: center;
  text-align: center;
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd .ellipse span {
  color: #FFFFFF;
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd .titre {
  color: #131a2e;
  font-weight: 600;
  font-size: calc(24px + 2 * (100vw - 320px) / 1080);
  margin: .5em 0;
  padding-top: 1em;
}
body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd .paragraphe {
  font-size: calc(12px + 1 * (100vw - 320px) / 1080);
}
@media screen and (max-width: 574px) {
  body main section#list-services .swiper-wrapper .swiper-slide .row .infos-txt .forrwd .paragraphe {
    text-align: justify;
  }
}
body main section#list-services .options {
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  body main section#list-services .options {
    top: -5rem;
  }
}
body main section#list-services .options .swiper-nav {
  margin-left: 25%;
  margin-right: 25%;
}
@media screen and (max-width: 767px) {
  body main section#list-services .options .swiper-nav {
    display: none;
  }
}
body main section#list-services .options .swiper-nav .swiper-button-prev {
  color: #d79b04;
}
body main section#list-services .options .swiper-nav .swiper-button-next {
  color: #d79b04;
}
body main section#list-services .options .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #7d746a;
  opacity: 0.7;
  margin: 0 8px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
body main section#list-services .options .swiper-pagination-bullet-active {
  background-color: #d79b04;
  opacity: 1;
}
body main section#list-services .options .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}
body main section#galerie {
  padding: 8em 0;
  text-align: center;
}
body main section#galerie::before {
  content: '';
  background-color: #d79b04;
  border-radius: 100px;
  width: 8px;
  height: 153px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section#galerie .container-galerie {
  display: flex;
  flex-wrap: wrap;
}
body main section#galerie .container-galerie a {
  display: inline-block;
  width: 33.333333%;
}
body main section#encadrements .container {
  padding: 6em 0;
  text-align: center;
  position: relative;
}
body main section#encadrements .bg_white {
  background-color: rgba(255,255,255,0.5);
  padding: 2em;
}
body main section#encadrements .bg_yellow {
  background-color: #d79b04;
  padding: 4em;
}
body main section#encadrements h5 {
  color: #FFFFFF;
  font-size: calc(18px + 10 * (100vw - 320px) / 1080);
  font-weight: 300;
}
body main section#encadrements h5 + a {
  margin-top: 1em;
}
body main section#encadrements .btn-link-chevron {
  color: #FFFFFF !important;
  opacity: .7;
}
body main section#encadrements .btn-link-chevron:hover {
  color: #32748c !important;
  opacity: 1;
}
body main section.sect-news {
  background-color: #FFFFFF;
  padding: 6em 0;
  text-align: center;
  margin-top: 2em;
}
body main section.sect-news::before {
  display: none;
}
body main section.sect-news .col-large {
  display: flex;
  margin-bottom: 4em;
}
body main section.sect-news .col-large:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
}
body main section.sect-news .col-large * {
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
}
body main section.sect-news .cont-img,
body main section.sect-news .cont-txt {
  width: 50%;
}
body main section.sect-news .cont-img {
  height: 500px;
  margin-top: -180px;
}
body main section.sect-news .cont-txt {
  padding: 0 0 0 3em;
  text-align: left;
}
body main section.sect-news h4 {
  font-size: calc(26px + 8 * (100vw - 320px) / 1080);
  font-weight: 300;
  margin-bottom: .5em !important;
  color: #131a2e;
}
body main section.sect-news [data-link]:hover h4 {
  color: #d79b04 !important;
}
body main section.sect-news [data-link]:hover .cont-img {
  box-shadow: 0 20px 20px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
body main section.sect-news [data-link]:hover .btn {
  background-color: #d79b04;
  border-color: #d79b04;
}
body main section.sect-news .col-mini .cont-txt {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}
body main section.sect-news .col-mini .cont-txt:hover {
  webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
}
body main section.sect-news .col-mini .cont-img {
  width: 100%;
  margin-top: 0;
  height: 300px !important;
}
body main section .col-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  align-items: center;
}
body main section .col-pagination .page-numbers {
  margin: 0 0.5em;
  display: inline-block;
}
body main section .col-pagination .page-numbers span {
  display: none;
}
body main section .col-pagination .page-numbers.current {
  border-radius: 50%;
  background-color: #28536b;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
body main section#news {
  background-color: #FFFFFF;
  padding: 8em 0;
  text-align: center;
}
body main section#news::before {
  content: '';
  background-color: #32748c;
  border-radius: 100px;
  width: 8px;
  height: 153px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body main section#news [data-link]:hover {
  background-color: #FFFFFF;
}
body main section#news [data-link]:hover h4 a {
  color: #d79b04 !important;
}
body main section#news [data-link]:hover .cont-img {
  box-shadow: 0 20px 20px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
body main section#news .cont-img {
  height: 500px;
  margin-bottom: 1.5em;
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
}
body main section#news .cont-txt {
  text-align: left;
}
body main section#news .cont-txt .legende {
  font-size: calc(10px + 1 * (100vw - 320px) / 1080);
  margin-bottom: .5em;
}
body main section#news .cont-txt h4 {
  font-size: calc(26px + 8 * (100vw - 320px) / 1080);
  font-weight: 300;
  margin-bottom: 1em;
}
body main section#news .cont-txt h4 a {
  color: #131a2e;
}
body main section#news .cont-txt h4 .cont-img {
  box-shadow: 0 20px 20px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
body main section#news .cont-txt .paragraphe {
  line-height: 1.6;
}
body main section#news .col-large {
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
}
body main section#news .col-mini .cont-txt {
  border-bottom: solid 1px #d79b04;
  padding-bottom: 2em;
  margin: 0 0 2em 0;
  -webkit-transition: .2s linear;
  -ms-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
}
body main section#news .col-mini .cont-txt:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
body main section#news .col-mini .cont-txt h4 {
  color: #32748c;
  font-size: calc(20px + 4 * (100vw - 320px) / 1080);
}
body main section#news .col-mini .cont-txt h4 a {
  color: #32748c;
}
body main section#news .col-mini .cont-txt .paragraphe {
  font-size: calc(14px + 1 * (100vw - 320px) / 1080);
  height: 85px;
  overflow: hidden;
  margin: 0;
}
body main section#news .col-mini .cont-txt .paragraphe::after {
  background: linear-gradient(to bottom,transparent 50%,#FFFFFF);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
body main #jpz .st0 {
  fill: #FFFFFF;
}
body main .nf-form-fields-required {
  display: none;
}
body main .alert-success {
  margin: 1.5em 0;
}
body main .nf-form-cont .nf-form-title,
body main .nf-form-cont .nf-before-form-content {
  display: none;
}
body main .nf-form-cont .nf-field-container {
  margin-bottom: 0.5em;
  padding: 0 15px;
}
body main .nf-form-cont .nf-field-element {
  text-align: left;
}
body main .nf-form-cont .nf-field-label {
  text-align: left;
}
body main .nf-form-cont .nf-field-label #nf-label-field-9 {
  font-size: 12px;
  font-weight: 300;
}
body main .nf-form-cont #nf-field-9-container {
  margin-bottom: 1em;
}
body main .nf-form-cont .nf-error-msg {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  margin-top: 1rem;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-right: 0;
  font-size: 14px;
  font-style: italic;
}
body main .nf-form-cont form {
  margin-top: 2em;
}
body main .nf-form-cont form label {
  color: #7d746a;
  font-size: 14px;
  font-weight: 600;
}
body main .nf-form-cont form textarea.ninja-forms-field,
body main .nf-form-cont form input[type="text"],
body main .nf-form-cont form input[type="tel"],
body main .nf-form-cont form input[type="email"],
body main .nf-form-cont form select {
  font-size: 14px;
  padding: 3px 18px 0;
  width: 100%;
  background: #FFFFFF;
  border: #FFFFFF solid 1px;
}
body main .nf-form-cont form textarea.ninja-forms-field:focus,
body main .nf-form-cont form input[type="text"]:focus,
body main .nf-form-cont form input[type="tel"]:focus,
body main .nf-form-cont form input[type="email"]:focus,
body main .nf-form-cont form select:focus {
  border: #d79b04 solid 1px !important;
}
body main .nf-form-cont form #nf-label-field-8 {
  display: none;
}
body main .nf-form-cont form .nf-form-content .list-select-wrap .nf-field-element > div {
  font-size: 14px;
  padding: 3px 18px 0;
  width: 100%;
  border: none !important;
  background: #FFFFFF;
}
body main .nf-form-cont form select,
body main .nf-form-cont form .nf-form-content .list-select-wrap > div select {
  font-size: 14px;
}
body main .nf-form-cont form select:focus,
body main .nf-form-cont form .nf-form-content .list-select-wrap > div select:focus {
  border: #d79b04 solid 1px;
}
body main .nf-form-cont form *:focus {
  color: ;
  border-color: #d79b04 !important;
}
body main .nf-form-cont form textarea.ninja-forms-field {
  padding: 1em;
  margin-bottom: 1em;
}
body main .nf-form-cont form #nf-field-3 {
  min-height: 190px;
  height: auto;
}
body main .nf-form-content button,
body main .nf-form-content input[type="button"],
body main .nf-form-content input[type="submit"] {
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0;
  display: inline-block;
  padding: 0.5em 2em;
  transition: all .5s linear;
  background-color: #d79b04;
  cursor: pointer;
  margin-top: 1em;
}
body main .nf-form-content button:hover,
body main .nf-form-content input[type="button"]:hover,
body main .nf-form-content input[type="submit"]:hover {
  background-color: #28536b;
  color: #FFFFFF;
}
body main .nf-after-form-content {
  max-width: 1000px;
  margin: 0 auto;
}
footer {
  text-align: left;
  background-color: #f3f2f1;
}
footer p {
  margin: 0;
}
footer p strong {
  font-weight: 600;
}
footer [data-mail] {
  font-weight: 600;
}
footer #rs-bottom {
  display: flex;
  align-items: center;
}
footer #rs-bottom ul {
  display: flex;
  margin: 0;
}
footer #rs-bottom ul li {
  margin: 0 0.2em;
}
footer #rs-bottom p {
  font-size: 11px;
  color: #7d746a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 1em;
  line-height: 1.4;
}
footer #footer-top {
  padding: 4em 0;
}
footer #footer-top img {
  width: 70%;
}
footer #footer-top p,
footer #footer-top .p-email {
  color: #131a2e;
  font-size: 18px;
  padding-left: 1.5em;
}
footer #footer-top p::before,
footer #footer-top .p-email::before {
  position: absolute;
  color: #d79b04;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
footer #footer-top p.p-adress::before,
footer #footer-top .p-email.p-adress::before {
  content: '\f3c5';
}
footer #footer-top p.p-tel::before,
footer #footer-top .p-email.p-tel::before {
  content: '\f3cd';
}
footer #footer-top .p-email::before {
  content: '\f0e0';
}
footer #footer-bottom .container {
  border-top: #ddd6d0 solid 1px;
  padding: 4em 0;
}
footer .copyright {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #7d746a;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer .copyright img {
  margin-bottom: auto;
  margin-right: 1em;
  width: 50px;
  height: auto;
}
footer .copyright a {
  display: inline;
  color: #7d746a;
}
footer .copyright i {
  color: #d79b04;
}
footer .copyright strong,
footer .copyright span {
  color: #32748c;
}
@media (max-width: 1580px) {
  body main section #motif1,
  body main section #motif2,
  body main section #motif3 {
    width: 15%;
  }
  body main section #motif2 {
    right: -2%;
  }
  body main section #motif3 {
    left: -2%;
  }
}
@media (max-width: 1280px) {
  body #header .container-fluid #menu-idcomweb li {
    margin: 0 .5em;
  }
  body #header .container-fluid #menu-idcomweb li a {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  body .list-mots {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  body .bloc {
    padding-right: 2em;
  }
  body main .card {
    width: 90%;
    max-height: 550px;
  }
  body main section #motif1,
  body main section #motif2,
  body main section #motif3 {
    display: none;
  }
  body main section.tiragessvg .bg_hands {
    background-size: 80%;
  }
  body main section.content-home {
    padding-bottom: 16em;
  }
  body main section#lartiste {
    margin-top: 6em;
  }
  body main section#list-services .cont-center {
    width: 60%;
  }
  body footer #footer-top img {
    width: 20%;
    display: inline-block;
  }
  body footer #footer-top .col-logo {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media (max-width: 1095px) {
  body #header {
    padding: 1.5em 2em;
  }
  body #header .container-fluid #menu-idcomweb li a {
    letter-spacing: 0;
  }
}
@media (min-width: 1101px) {
  #btn-menu {
    display: none;
  }
}
@media (max-width: 1100px) {
  body #header .container-fluid #menu-idcomweb {
    flex-direction: column;
  }
  body #header .container-fluid #menu-idcomweb li:not(.show) {
    opacity: 0;
    top: -50px;
    animation-delay: 1s;
  }
  body #header .container-fluid #menu-idcomweb li {
    width: 100%;
    display: inline-block;
    line-height: 1.8;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    margin: 0;
  }
  body #header .container-fluid #menu-idcomweb li.show {
    top: 0;
    opacity: 1;
  }
  body #header .container-fluid #menu-idcomweb li a {
    color: #FFFFFF;
    text-transform: none;
    font-size: 26px;
    font-weight: 300;
    opacity: 1;
  }
  body #header .container-fluid #menu-idcomweb li a:hover {
    color: #d79b04;
  }
  body #header .container-fluid #menu-idcomweb li:nth-child(1) {
    display: inline-block !important;
    margin-bottom: 2em;
    opacity: 0.5;
  }
  body #header .container-fluid #menu-idcomweb li:nth-child(1) a {
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
  }
  body #header .container-fluid #menu-idcomweb li:nth-child(1):hover {
    opacity: 1;
  }
  body #header .container-fluid #menu-idcomweb li:nth-child(2) i {
    display: none;
  }
  body #header .container-fluid #menu-idcomweb li:nth-child(2) span {
    display: inline-block;
  }
  body #header .container-fluid #rs-top {
    display: none;
  }
  #btn-menu {
    display: flex !important;
    align-items: center;
    z-index: 999;
  }
  #btn-menu.openNav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }
  #btn-menu.openNav .nav span {
    background: #131a2e;
  }
  #btn-menu.openNav .nav span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  #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;
  }
  #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;
  }
  #btn-menu.openNav .menu_name {
    color: #131a2e;
  }
  #btn-menu .nav {
    width: 30px;
    height: 23px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 800;
  }
  #btn-menu .nav span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 100%;
    height: 1px;
    background: #131a2e;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 5000;
    border-radius: .25rem;
  }
  #btn-menu .nav span:nth-child(1) {
    top: 0;
  }
  #btn-menu .nav span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #btn-menu .nav span:nth-child(3) {
    bottom: 0;
  }
  #btn-menu .nav:hover span {
    background: #131a2e;
  }
  #btn-menu .menu_name {
    font-size: calc(21.185185185185px);
    color: #131a2e;
    padding-left: 0.5em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
  }
  #nav-top {
    position: fixed;
    background: #131a2e;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 50%;
    max-width: 50%;
    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;
  }
  #nav-top.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 2000px 300px rgba(0,0,0,0.2), 0 0 500px 100px #000000;
  }
  #nav-top .container-menu {
    height: 100%;
    width: 100%;
  }
  #nav-top .container-menu .startMenu {
    padding: 4em;
    width: 100%;
    float: left;
    display: block;
  }
}
@media (max-width: 991px) {
  body .slider [data-bg] {
    min-height: 300px;
    height: 50vh;
  }
  body .slider #cont-gs .gs_left,
  body .slider #cont-gs .gs_right {
    height: 400px;
    width: 299px;
  }
  body .slider #cont-gs .gs_left {
    left: 5%;
  }
  body .slider #cont-gs .gs_right {
    right: 5%;
    margin-top: -10%;
  }
  body .slider #cont-gs .cite {
    font-size: calc(24px + 6 * (100vw - 320px) / 1080);
  }
  body #slider-interne #cont-gs .gs_left,
  body #slider-interne #cont-gs .gs_right {
    height: 400px;
    width: 299px;
  }
  body #slider-interne #cont-gs .gs_left {
    left: 5%;
  }
  body #slider-interne #cont-gs .gs_right {
    right: 5%;
  }
  body #slider-ref {
    margin-top: -270px;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref {
    width: 55%;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt {
    width: 45%;
    padding-top: 14em;
  }
  body main .card {
    width: 100%;
  }
  body main .bloc {
    text-align: center;
    padding-right: 0;
  }
  body main section.content-home {
    padding-bottom: 18em;
  }
  body main section.content-home .bg_hands {
    background-size: 110%;
  }
  body main section.content-interne .bg_hands,
  body main section#content-contact .bg_hands {
    padding: 8em 0 4em 0;
    background-size: 110%;
  }
  body main section.editionsvg .bg_hands {
    background-position: center 50%;
  }
  body main section#atouts .container {
    width: 100%;
    max-width: 96%;
  }
  body main section#atouts .container .col-list .bloc .paragraphe {
    padding: 0;
    line-height: 1.6;
  }
  body main section#services .container {
    max-width: 96%;
    padding: 0;
  }
  body main section#services .btn-link {
    margin-top: 18em;
  }
  body main section#references {
    margin-top: 0;
  }
  body main section#references .container {
    width: 100%;
    max-width: 96%;
  }
  body main section#news .cont-img {
    height: 400px;
  }
  body main section#news .cont-txt {
    border-bottom: solid 1px #d79b04;
    padding-bottom: 1em;
  }
  body main section#news .cont-txt p {
    margin: 0;
  }
  body main section#news .col-mini {
    padding-top: 1em;
  }
  body main section#news-details {
    padding: 4em 0 0 0;
  }
  body main section#news-details .btn {
    margin: 0 0 2em 0;
  }
  body main section#news-details .bg_hands {
    padding: 0;
  }
  body main section#news-details .cont-txt {
    text-align: center;
  }
  body main section.sect-news {
    margin-top: 0;
  }
  body main section.sect-news .col-large {
    flex-direction: column;
    margin-bottom: 2em;
  }
  body main section.sect-news .col-large .btn {
    margin-bottom: 1em;
  }
  body main section.sect-news .cont-txt,
  body main section.sect-news .cont-img {
    width: 100%;
    padding-left: 0;
  }
  body main section.sect-news .cont-img {
    height: 500px !important;
    margin-top: -230px;
  }
  body main section.sect-news .col-mini .cont-img {
    height: 500px !important;
  }
  body main section.sect-news .col-mini .cont-txt .paragraphe {
    height: 45px !important;
  }
  body main section .nf-form-cont #nf-field-9-container {
    margin-bottom: 0;
  }
  body footer .container {
    max-width: 96%;
  }
  body footer #footer-top p,
  body footer #footer-top .p-email {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body footer #footer-top p i:not(.fa-at),
  body footer #footer-top .p-email i:not(.fa-at) {
    display: none;
  }
  body footer #footer-top p::before,
  body footer #footer-top .p-email::before {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  body #nav-top {
    width: 70%;
    max-width: 70%;
  }
  body #slider-ref {
    margin-top: 0;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref {
    width: 100%;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .infos-txt {
    width: 100%;
    padding: 4em 0 0 0;
    text-align: center;
  }
  body #slider-ref .swiper-container .swiper-nav {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body main .card {
    max-height: 800px;
  }
  body main .card .paragraphe {
    height: 99px;
  }
  body main section .col-btns {
    display: inline-block;
  }
  body main section .col-btns a + a {
    margin-top: .5em;
  }
  body main section#sect-ref .bg_hands {
    padding: 14em 0 4em 0;
  }
  body main section#references {
    padding: 4em 0;
  }
  body main section#services .titre_page,
  body main section#services .legende {
    text-align: center !important;
  }
  body main section#services .btn-link {
    display: none;
  }
  body main section#services .col-serv-two {
    padding-top: 18em;
  }
  body main section#services .col-serv-two .card {
    max-height: 500px;
  }
  body main section#galerie .container-galerie a {
    width: 50%;
  }
  body main section#galerie-sect .content-mix ul li {
    margin: .5em 1em;
  }
  body main section#galerie-sect .mix {
    width: 50%;
  }
  body main section#atouts .col-list .bloc {
    width: 50%;
    margin-bottom: 2em;
  }
  body main section#atouts .col-list .bloc img {
    height: 80px;
  }
  body main section#lartiste {
    margin-top: 3em;
    text-align: center;
  }
  body main section#lartiste .img-transform {
    width: 100%;
    margin-top: 2em;
    transform: none !important;
  }
  body main section#lartiste .row {
    flex-direction: column-reverse;
  }
  body footer {
    text-align: center;
  }
  body footer #footer-top img {
    width: 30%;
  }
  body footer #footer-top p,
  body footer #footer-top .p-email {
    margin: .5em 0;
    padding: 0;
  }
  body footer #footer-top p i:not(.fa-at),
  body footer #footer-top .p-email i:not(.fa-at) {
    display: inline-block;
    color: #d79b04;
    margin-right: .5em;
  }
  body footer #footer-top p::before,
  body footer #footer-top .p-email::before {
    display: none;
  }
  body footer #footer-top p br,
  body footer #footer-top .p-email br {
    display: none;
  }
  body footer #footer-top .p-email [data-mail] {
    display: inline;
  }
  body footer #footer-bottom {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body main section#services .container,
  body main section#references .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 574px) {
  body .go-top {
    display: none !important;
  }
  body #nav-top {
    width: 100%;
    max-width: 100%;
  }
  body.fixed #header {
    padding: 0.5em 1em;
  }
  body.fixed #header .container-fluid #logo {
    width: 100px;
    height: 35px;
  }
  body #header {
    padding: 0.5em 1em;
  }
  body #header .container-fluid #logo {
    width: 150px;
    height: 53px;
    background-size: contain;
  }
  body .slider #cont-gs,
  body #slider-interne #cont-gs {
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
    padding: 0;
  }
  body .slider #cont-gs .gs_left,
  body .slider #cont-gs .gs_right,
  body #slider-interne #cont-gs .gs_left,
  body #slider-interne #cont-gs .gs_right {
    width: 100%;
    height: 100%;
  }
  body .slider #cont-gs .gs_left,
  body #slider-interne #cont-gs .gs_left {
    left: 0;
  }
  body .slider #cont-gs #cont-cite,
  body #slider-interne #cont-gs #cont-cite {
    width: 80%;
    height: auto;
    background-color: rgba(23,54,71,0.7);
    top: 50%;
    padding: 1em;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  body .slider #cont-gs .gs_right,
  body #slider-interne #cont-gs .gs_right {
    height: 100%;
    width: 100%;
    right: auto;
    left: auto;
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    top: 0;
  }
  body .slider #cont-gs .cite,
  body #slider-interne #cont-gs .cite {
    font-size: calc(22px + 3 * (100vw - 320px) / 1080);
    color: #FFFFFF;
  }
  body .slider #cont-gs .cite_autor,
  body #slider-interne #cont-gs .cite_autor {
    color: #3f93b2;
  }
  body .bg_hands {
    padding: 4em 0;
  }
  body main .card {
    max-height: 700px;
  }
  body main .card .paragraphe {
    height: 120px;
  }
  body main section.content-interne {
    padding-top: 0;
  }
  body main section.content-interne .bg_hands {
    padding: 4em 0 4em 0;
  }
  body main section#sect-ref .bg_hands,
  body main section#galerie-sect .bg_hands,
  body main section#content-news .bg_hands {
    padding: 4em 0 4em 0 !important;
  }
  body main section.sect-news {
    padding: 4em 0 !important;
  }
  body main section.sect-news .cont-img {
    height: 500px !important;
    margin-top: 0;
  }
  body main section#content-contact .bg_hands {
    padding: 4em 0 0 0;
  }
  body main section#services .container {
    max-width: 74%;
  }
  body main section#services .col-serv-two .card {
    max-height: 450px;
  }
  body main section#encadrements .container {
    padding: 4em 0;
  }
  body main section#encadrements .bg_white {
    padding: 2em;
    width: 90%;
    margin: 0 auto;
  }
  body main section#encadrements .bg_yellow {
    padding: 3em;
  }
  body main section#content-contact .bg_hands {
    background-position: center 15%;
  }
  body footer #footer-bottom .row  [class*='col-'] {
    display: flex;
    justify-content: center;
  }
  body footer #footer-bottom .copyright {
    margin-top: 2em;
  }
}
@media (max-width: 489px) {
  body.single-post section .cont-img {
    height: 400px;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref [data-bg] {
    height: 400px;
  }
  body main .card .card-body {
    margin-top: -10%;
  }
  body main .aside-edito {
    padding: 4em 0;
  }
  body main section.content-home .bg_hands {
    padding: 4em 0 8em 0;
  }
  body main section#services [class*="col-"] {
    margin-top: -380px;
  }
  body main section#services .container {
    max-width: 90%;
  }
  body main section#encadrements .bg_yellow {
    padding: 3em 2em;
  }
  body main section#references {
    padding: 4em 0 1em 0;
  }
  body main section.sect-news .cont-img,
  body main section.sect-news .col-mini .cont-img {
    height: 400px !important;
  }
  body footer #footer-top {
    padding: 2em 0;
  }
  body footer #footer-top .col-logo {
    margin-bottom: 1em;
  }
  body footer #footer-top img {
    width: 40%;
  }
  body footer #footer-bottom .container {
    padding: 2em 0;
  }
  body footer #footer-bottom #rs-bottom,
  body footer #footer-bottom .copyright {
    flex-direction: column;
    text-align: center;
  }
  body footer #footer-bottom #rs-bottom p {
    margin-top: .5em;
  }
  body footer #footer-bottom .copyright img {
    margin-bottom: .5em;
    width: 30px;
  }
}
@media (max-width: 389px) {
  body main #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref [data-bg] {
    height: 300px;
  }
  body main #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref .img-mini {
    width: 60%;
  }
  body main .card {
    max-height: 600px;
  }
  body main .card .card-body {
    width: 90%;
  }
  body main .card .paragraphe {
    height: 150px;
  }
  body main section .col-btns {
    padding-top: 2em;
  }
  body main section .list-mots {
    margin-top: 0;
  }
  body main section#services .col-serv-two .card {
    max-height: 400px;
  }
  body main section#galerie,
  body main section#news,
  body main section#atouts {
    padding: 4em 0;
  }
  body main section#galerie::before,
  body main section#news::before,
  body main section#atouts::before {
    width: 8px;
    height: 80px;
  }
  body main section#galerie-sect .bg_hands {
    padding: 4em 0;
  }
  body main section#news .cont-img {
    height: 300px;
  }
  body main section.sect-news .cont-img,
  body main section.sect-news .col-mini .cont-img {
    height: 300px !important;
  }
  body main section#lartiste {
    margin-top: 0;
    padding: 4em 0;
  }
  body main section#atouts {
    padding: 4em 0;
  }
  body main section#atouts .col-list .bloc .paragraphe {
    padding: 0 1em;
  }
}
@media (max-width: 360px) {
  #btn-menu .menu_name {
    display: none;
  }
  body #slider-ref .swiper-container .swiper-wrapper .swiper-slide .imgs-ref [data-bg] {
    height: 300px;
  }
  body main .card .card-body {
    padding: 2em;
  }
  body main section#galerie .container-galerie a {
    width: 100%;
  }
  body main section#galerie-sect .mix {
    width: 100%;
  }
  body main section#services [class*="col-"] {
    margin-top: -400px;
  }
  body main section#atouts {
    padding: 4em 0;
  }
  body main section#atouts .col-list .bloc .paragraphe {
    padding: 0 1em;
    font-size: calc(11px + 1 * (100vw - 320px) / 1080);
  }
  body main section#atouts .col-list .bloc img {
    height: 60px;
  }
  body main section#atouts .col-list .bloc .titre {
    font-size: calc(16px + 2 * (100vw - 320px) / 1080);
  }
  body main section#encadrements .bg_white {
    padding: 1em;
  }
  body main section#encadrements .bg_yellow {
    padding: 2em;
  }
}
