/** END FONCTIONS **/
a[hreflang="sq"] {
    display: none !important;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 1;
  background-color: #ffffff;
  display: none;
}
.sidebar-overlay.open {
  display: block;
}
#main {
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Catamaran', sans-serif;
}
a {
  text-decoration: none;
}
.btn a,
.wp-block-button a {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 16px;
  padding: 15px 40px;
  background-color: #F8AE00;
  display: inline-block;
  border-radius: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn a:hover,
.wp-block-button a:hover {
  background-color: #f89b00;
}
.btn.blanc a,
.wp-block-button.blanc a {
  background-color: #fff;
  color: #F8AE00;
}
.btn.blanc a:hover,
.wp-block-button.blanc a:hover {
  background-color: #00A77D;
  color: #fff;
}
.btn-reset {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(../images/redo.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 15px;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}
#bloc_search {
  border-radius: 10px;
  background-color: #00A77D;
  width: 100%;
  max-width: 700px;
  padding: 30px;
  font-size: 0;
  display: none;
}
#bloc_search.open {
  visibility: visible;
  opacity: 1;
}
#bloc_search .screen-reader-text {
  display: none;
}
#bloc_search input[type="search"] {
  background-color: #F1F4FE;
  border: none;
  border-radius: 8px;
  outline: none;
  width: calc(100% - 30px);
  font-size: 16px;
  margin: 0;
  box-shadow: none;
  box-sizing: content-box;
  color: #53627D;
  height: 40px;
  padding: 0 15px;
}
#bloc_search input[type="submit"] {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  outline: none;
  font-size: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
  background-image: url(../images/btn_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0;
}
/** HEADER **/
/* preloader */
@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader {
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 200;
  background: #fff;
}
#preloader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  -webkit-animation: rotate-loader 500ms infinite linear;
  -moz-animation: rotate-loader 500ms infinite linear;
  -ms-animation: rotate-loader 500ms infinite linear;
  -o-animation: rotate-loader 500ms infinite linear;
}
#preloader > span > span {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border: 2px solid #00a77c;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
}
/* end preloader */
/* MENU */
/*MENU MOBILE*/
header#masthead {
  height: 70px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 19px;
  right: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
header#masthead.mobile .btn_toggle span {
  width: 24px;
  height: 2px;
  background-color: #212225;
  border-radius: 1px;
  position: absolute;
  top: 15px;
  left: 4px;
}
header#masthead.mobile .btn_toggle span:nth-of-type(1) {
  top: 8px;
}
header#masthead.mobile .btn_toggle span:nth-of-type(3) {
  top: 22px;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 500px;
  background-color: #00A77D;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar.open {
  top: 70px;
  visibility: visible;
  opacity: 1;
}
header#masthead.mobile .sidebar .overflow {
  overflow-y: auto;
  height: calc(100vh - 70px);
}
header#masthead.mobile .sidebar .bloc_1 {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
header#masthead.mobile .sidebar .bloc_1 .menu {
  z-index: 10;
}
header#masthead.mobile .sidebar .bloc_1 .menu .menu-item a,
header#masthead.mobile .sidebar .bloc_1 .menu .menu-item span {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 0;
  letter-spacing: 1px;
  display: block;
}
header#masthead.mobile .sidebar .bloc_1 .menu .menu-item span {
  color: #F8AE00;
}
header#masthead.mobile .sidebar .bloc_1 .sub-menu {
  display: none;
  background-color: #0F9070;
  padding: 5px 0;
}
header#masthead.mobile .sidebar .bloc_1 .sub-menu .menu-item a,
header#masthead.mobile .sidebar .bloc_1 .sub-menu .menu-item span {
  font-size: 13px;
  text-transform: inherit;
}
header#masthead.mobile .sidebar .bloc_1 .menu-item-has-children:hover .sub-menu {
  display: block;
}
header#masthead.mobile .sidebar .bloc_2 {
  z-index: 10;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 100% 160px, 100% 200%, 0 200%, 0% 160px);
}
header#masthead.mobile .sidebar .bloc_2 .menu .menu-item a,
header#masthead.mobile .sidebar .bloc_2 .menu .menu-item span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  padding: 10px 0;
  display: block;
}
header#masthead.mobile .sidebar .bloc_2 .btn {
  margin-top: 15px;
}
#primary-menu .menu-item.menu-item-home a,
#primary-menu .menu-item.menu-item-home span {
  font-size: 0;
  text-align: center;
}
#primary-menu .menu-item.menu-item-home a i,
#primary-menu .menu-item.menu-item-home span i {
  width: 10px;
  height: 8px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#primary-menu .menu-item.menu-item-home a i:before,
#primary-menu .menu-item.menu-item-home span i:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  right: 0;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #fff transparent;
}
#primary-menu .menu-item.menu-item-home.current_page_item a i,
#primary-menu .menu-item.menu-item-home.current_page_item span i {
  background-color: #F8AE00;
}
#primary-menu .menu-item.menu-item-home.current_page_item a i:before,
#primary-menu .menu-item.menu-item-home.current_page_item span i:before {
  border-color: transparent transparent #F8AE00 transparent;
}
.btn_search {
  position: absolute;
  top: 19px;
  right: 60px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/btn_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}
#logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  padding-bottom: 10px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#logo img {
  width: 120px;
  margin: 5px 5px 5px 20px;
  box-sizing: content-box;
  z-index: 10;
}
#bloc_langues {
  position: absolute;
  top: 19px;
  right: 100px;
}
#bloc_langues > div {
  width: 50px;
}
#bloc_langues .js-wpml-ls-item-toggle {
  padding: 0;
  border: 0;
  line-height: 32px;
  padding-right: 10px;
  background-image: url(../images/lang-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px;
}
#bloc_langues .js-wpml-ls-item-toggle span {
  width: 15px;
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 2px;
}
#bloc_langues .js-wpml-ls-item-toggle:after {
  display: none;
}
#bloc_langues .wpml-ls-legacy-dropdown-click a:hover,
#bloc_langues .wpml-ls-legacy-dropdown-click a:focus,
#bloc_langues .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: #ffffff;
}
#bloc_langues .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  width: 80px;
  padding: 10px 0;
  background-color: #fff;
  left: inherit;
  right: -10px;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
#bloc_langues .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-native {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 5px;
}
#bloc_langues .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  padding: 5px 15px;
}
#bloc_langues .wpml-ls-legacy-dropdown-click a {
  border: 0;
}
#reseaux_sociaux {
  margin-top: 15px;
}
#reseaux_sociaux p {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 12px;
  font-weight: 900;
  color: #000;
}
#reseaux_sociaux a {
  width: 30px;
  height: 30px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#reseaux_sociaux a:before {
  font-size: 30px;
  color: #F8AE00;
  margin: 0;
}
#reseaux_sociaux a:hover:before {
  color: #f89b00;
}
/* */
/** END HEADER **/
#sticky_btn {
  position: fixed;
  bottom: 30px;
  right: -180px;
  width: 210px;
  z-index: 80;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sticky_btn li {
  box-shadow: 0 2px 10px 0 rgba(0, 7, 7, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
}
#sticky_btn li:after {
  content: '';
  position: absolute;
  width: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/sticky-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sticky_btn li a {
  border-radius: 8px;
  width: 100%;
  height: 100px;
  display: block;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 45px;
  overflow: hidden;
  position: relative;
}
#sticky_btn li a strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}
#sticky_btn li a span {
  display: inline-block;
}
#sticky_btn li a span span {
  font-weight: 300;
}
#sticky_btn li a:after {
  content: '';
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 30px 100%, 0% 100%);
}
#sticky_btn li:nth-of-type(1) {
  background-image: url(../images/fond-sticky.jpg);
  background-repeat: no-repeat;
  background-position: 30px 0;
  background-size: 210px;
}
#sticky_btn li:nth-of-type(1) a span {
  color: #F8AE00;
}
#sticky_btn li:nth-of-type(1) a:after {
  background-color: #F8AE00;
}
#sticky_btn li:nth-of-type(2) {
  background-image: url(../images/sticky-download.jpg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
}
#sticky_btn li:nth-of-type(2) a span {
  color: #00A77D;
}
#sticky_btn li:nth-of-type(2) a:after {
  background-color: #00A77D;
  border-color: transparent transparent #00A77D transparent;
}
#sticky_btn.open {
  right: -5px;
}
#sticky_btn.open li:after {
  transform: rotate3d(0, 1, 0, 180deg);
}
#sticky_btn:not(.open):hover {
  right: -160px;
}
.r1 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%, -50%);
}
.r1 .r2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* bandeau haut page */
#bandeau_haut {
  height: 300px;
  width: 100%;
  padding: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
#bandeau_haut .img {
  width: 380px;
  height: 190px;
  right: -190px;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bandeau_haut .img .r1 {
  width: 269px;
  height: 269px;
  top: 0;
}
#bandeau_haut .img .r1 .r2 {
  width: 380px;
  height: 190px;
  transform: rotate(-45deg) translate(-65px, 84px);
}
#bandeau_haut:after {
  content: '';
  position: absolute;
  top: -70px;
  right: 62px;
  width: 40px;
  height: 300px;
  transform: rotate(-45deg);
  opacity: 0.5;
  background-color: #F8AE00;
}
#bandeau_haut #breadcrumbs {
  z-index: 10;
}
#bandeau_haut #breadcrumbs a,
#bandeau_haut #breadcrumbs span {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}
#bandeau_haut .titre_h1 {
  color: #ffffff;
  padding: 0 25px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-shadow: 0 2px 4px rgba(45, 26, 15, 0.9);
}
/* end bandeau haut page */
#primary {
  padding-top: 70px;
}
/** FOOTER **/
footer {
  background-color: #fff;
  text-align: center;
}
footer .menu {
  padding: 25px 0;
}
footer .menu .menu-item {
  display: block;
  vertical-align: top;
  padding: 10px 0;
}
footer .menu .menu-item a,
footer .menu .menu-item span {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
footer p {
  font-size: 11px;
  opacity: 0.5;
  line-height: 1;
  padding-bottom: 20px;
}
footer p a {
  color: #000000;
}
/** END FOOTER **/
#partage {
  padding-top: 15px;
  border-top: 3px solid #F8AE00;
  display: inline-block;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  margin-bottom: 30px;
}
#partage .titre {
  font-size: 14px;
  font-weight: 900;
  line-height: 30px;
  display: inline-block;
  color: #000;
  margin-bottom: 0;
}
#partage .addthis_inline_share_toolbox_qwdo {
  display: inline-block;
  margin-left: 10px;
}
#partage .at-share-tbx-element a.at-icon-wrapper {
  margin-right: 0px;
  margin-left: 8px;
  border-radius: 50% !important;
  background-color: #F8AE00 !important;
}
#partage .at-share-tbx-element a.at-icon-wrapper span.at-icon-wrapper {
  line-height: 30px !important;
  height: 30px !important;
  width: 30px !important;
}
#partage .at-share-tbx-element a.at-icon-wrapper span.at-icon-wrapper svg {
  height: 24px !important;
  width: 24px !important;
  margin: 3px;
}
.fancybox-bg {
  background: #ffffff !important;
}
/* Version 768 */
/* Version > 1024 */
@media (min-width: 1024px) {
  #sticky_btn {
    top: 450px;
    bottom: inherit;
    cursor: pointer;
  }
  #sticky_btn.open {
    right: 50px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    height: 105px;
  }
  header#masthead .btn_toggle {
    display: none;
  }
  header#masthead #logo {
    position: absolute;
    padding-bottom: 15px;
    padding-top: 19px;
    padding-right: 35px;
  }
  header#masthead #logo img {
    width: 170px;
    margin: 0;
  }
  header#masthead #header {
    position: relative;
    height: 105px;
    max-width: 1120px;
    margin: 0 auto;
  }
  header#masthead #header ul#primary-menu {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  header#masthead #header ul#primary-menu > li {
    display: inline-block;
    vertical-align: top;
  }
  header#masthead #header ul#primary-menu > li > a,
  header#masthead #header ul#primary-menu > li > span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    margin-right: 50px;
    display: block;
    border-bottom: 0px solid #F8AE00;
  }
  header#masthead #header ul#primary-menu > li a:hover,
  header#masthead #header ul#primary-menu > li span {
    color: #F8AE00;
    border-bottom-width: 5px;
    padding-bottom: 15px;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children {
    position: relative;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul {
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 47px;
    width: 240px;
    left: -15px;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul li > a,
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul li > span {
    display: block;
    padding: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul li > a:hover,
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul li > span:hover {
    background-color: #f3f3f3;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children > ul li:not(:last-of-type) {
    border-bottom: 1px solid #f3f3f3;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 37px;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children:hover > ul:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 10px;
    width: 100%;
  }
  header#masthead #header ul#primary-menu > li.menu-item-has-children:hover > ul:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home {
    vertical-align: bottom;
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home a,
  header#masthead #header ul#primary-menu .menu-item.menu-item-home span {
    height: 28px;
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home a i,
  header#masthead #header ul#primary-menu .menu-item.menu-item-home span i {
    background-color: #000;
    transform: translateY(-2px);
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home a i:before,
  header#masthead #header ul#primary-menu .menu-item.menu-item-home span i:before {
    border-color: transparent transparent #000 transparent;
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home.current_page_item span i,
  header#masthead #header ul#primary-menu .menu-item.menu-item-home a:hover i {
    background-color: #F8AE00;
  }
  header#masthead #header ul#primary-menu .menu-item.menu-item-home.current_page_item span i:before,
  header#masthead #header ul#primary-menu .menu-item.menu-item-home a:hover i:before {
    border-color: transparent transparent #F8AE00 transparent;
  }
  header#masthead #header #secondary-menu {
    position: absolute;
    right: 510px;
    top: 15px;
    font-size: 0;
  }
  header#masthead #header #secondary-menu li {
    display: inline-block;
  }
  header#masthead #header #secondary-menu li a,
  header#masthead #header #secondary-menu li span {
    line-height: 30px;
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    opacity: 0.7;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
  }
  header#masthead #header #secondary-menu li:not(:last-of-type) a:after,
  header#masthead #header #secondary-menu li:not(:last-of-type) span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 10px;
    right: -0.5px;
    background-color: #000000;
    opacity: 0.7;
  }
  header#masthead #header .btn {
    position: absolute;
    top: 15px;
    right: 340px;
  }
  header#masthead #header .btn a {
    line-height: 30px;
    padding: 0 25px;
    border-radius: 15px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  header#masthead #header #reseaux_sociaux {
    position: absolute;
    top: 15px;
    margin: 0;
    right: 80px;
  }
  header#masthead #header #reseaux_sociaux p {
    font-size: 14px;
  }
  header#masthead #header #bloc_langues {
    position: absolute;
    top: 15px;
    right: 0;
  }
  header#masthead #header .btn_search {
    position: absolute;
    bottom: 10px;
    right: 0;
    top: inherit;
    cursor: pointer;
  }
  #main {
    overflow: hidden;
    padding-top: 105px;
  }
  /* bandeau haut page */
  #bandeau_haut {
    width: 1920px;
    height: 380px;
    left: 50%;
    transform: translateX(-50%);
    background-position: left center;
    background-size: 1220px;
    clip-path: polygon(0 0, 1600px 0, 1220px 100%, 0 100%);
  }
  #bandeau_haut .img {
    width: 760px;
    height: 380px;
    left: 840px;
  }
  #bandeau_haut .img .r1 {
    width: 538px;
    height: 538px;
    top: 0;
  }
  #bandeau_haut .img .r1 .r2 {
    width: 760px;
    height: 380px;
    transform: rotate(-45deg) translate(-135px, 167px);
  }
  #bandeau_haut:after {
    top: -110px;
    left: 1038px;
    height: 600px;
  }
  #bandeau_haut .container {
    max-width: 1140px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #bandeau_haut .titre_h1 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 100px;
    font-size: 62px;
    padding: 0;
    padding-right: 250px;
  }
  /* end bandeau haut page */
  footer .menu {
    padding: 25px 0;
  }
  footer .menu .menu-item {
    display: inline-block;
    padding: 0 10px;
  }
}
