/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/georgia);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (2) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Georgia", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}

a:focus,
button:focus {
  outline: none;
}

header {
  position: relative;
  z-index: 99;
}

.container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.head-spacer {
  height: 103px;
}

.bar-menu .search {
  width: 42px;
  position: relative;
}

.bar-menu .search .btn-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #CBBB9F;
  background: url(../images/ico-search.svg) no-repeat center #CBBB9F;
}

.bar-menu .search .search-box {
  display: none;
  position: absolute;
  top: -15px;
  right: 47px;
}

.bar-menu .search .search-box form {
  position: relative;
}

.bar-menu .search .search-box input[type=text] {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 40px;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #DBDADE;
  font-size: 18px;
}

.bar-menu .search .search-box input[type=submit] {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #CBBB9F;
  border: 1px solid #CBBB9F;
  padding: 12px 24px;
  color: #1C1C1C;
  border-radius: 40px;
  font-size: 16px;
}

.bar-menu .search.active .search-box {
  display: block;
  width: 1280px;
}

.bar-menu .search.active .btn-search {
  background: url(../images/xmark.svg) center #fff no-repeat;
}

.sr-logo a {
  display: block;
}

.sr-logo a img {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s ease;
  background: #000;
}

.header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.header.sticky.show {
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.inner-menu {
  display: flex;
  gap: 10px;
}

.inner-menu .link-report {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
  text-decoration: none;
  background: #CBBB9F;
  padding: 12px 16px;
  transition: all 0.3s;
  border-radius: 40px;
}

.inner-menu .link-report:hover {
  background: #fff;
}

.inner-menu .menu-rsc {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner .item-banner {
  height: 780px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.banner .item-banner .container {
  position: relative;
  z-index: 2;
}

.banner .item-banner>img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .item-banner .content-slide {
  padding-bottom: 64px;
  max-width: 612px;
}

.banner .item-banner .content-slide .title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 5px;
}

.banner .item-banner .content-slide .text-banner {
  font-family: "Teko", sans-serif;
  font-size: 80px;
  color: #fff;
  padding-bottom: 48px;
}

.banner .item-banner .content-slide a {
  font-size: 18px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 40px;
  color: #43361E;
  text-decoration: none;
  padding: 16px 40px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
}

.banner .item-banner .content-slide a:hover {
  color: #fff;
  background: #43361E;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  width: 64px;
  height: 40px;
  border: 2px solid #43361E;
  border-radius: 20px;
  background: rgba(217, 174, 9, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 16px;
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 108px;
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 108px;
}

.banner .swiper-pagination {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  bottom: 64px;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.7;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 64px;
  border-radius: 8px;
}

.show-more {
  font-size: 18px;
  border: 1px solid #43361E;
  background: #43361E;
  color: #fff;
  text-decoration: none;
  padding: 16px 52px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.show-more:after {
  content: "";
  display: block;
  background: url(../images/ico-plus-white.svg) center no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 28px;
}

.show-more:hover {
  color: #43361E;
  background: #fff;
}

.show-more:hover:after {
  background: url(../images/ico-plus-dark.svg) center no-repeat;
}

.see-more {
  font-size: 18px;
  border: 1px solid #CBBB9F;
  background: #CBBB9F;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 2px;
  align-items: center;
  gap: 16px;
}

.see-more:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/icon-plus.svg) center no-repeat;
}

.see-more:hover {
  color: #CBBB9F;
  background: #fff;
}

.see-more:hover:after {
  background: url(../images/icon-plus-hover.svg) center no-repeat;
}

.title-section h2 {
  font-family: "Teko", sans-serif;
  font-size: 83px;
  color: #43361E;
  text-align: center;
  padding-bottom: 32px;
  font-weight: 700;
  max-width: 920px;
  width: 100%;
}

.title-section p {
  font-size: 20px;
  line-height: 1.3;
  color: #1F242C;
  max-width: 600px;
  width: 100%;
}

.footer {
  background: #43361E;
}

.row-logo-menu-footer {
  padding: 80px 0 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
}

.row-logo-menu-footer .col-logo {
  max-width: 480px;
  width: 100%;
}

.row-logo-menu-footer .col-logo img {
  max-width: 100%;
}

.row-logo-menu-footer .col-logo .txt-obj {
  padding: 24px 0;
}

.row-logo-menu-footer .col-logo .txt-obj p {
  color: #DFDFDF;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 32px;
  font-weight: 600;
}

.row-logo-menu-footer .col-logo .row-coord {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  align-items: start;
}

.row-logo-menu-footer .col-logo .row-coord span {
  font-size: 16px;
  line-height: 1.4;
  color: #DFDFDF;
}

.row-logo-menu-footer .col-logo ul {
  display: flex;
  text-align: center;
  gap: 15px;
}

.row-logo-menu-footer .col-logo ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-logo-menu-footer .col-logo ul a img {
  width: auto;
  transition: all 0.3s;
}

.row-logo-menu-footer .col-logo ul a:hover img {
  transform: rotate(360deg);
}

.row-logo-menu-footer .col-menu {
  display: flex;
  gap: 95px;
}

.row-logo-menu-footer .col-menu h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1.5px;
}

.row-logo-menu-footer .col-menu ul li {
  padding: 8px;
}

.row-logo-menu-footer .col-menu ul li a {
  text-decoration: none;
  color: #DFDFDF;
  font-size: 18px;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}

.row-logo-menu-footer .col-menu ul li a:hover {
  text-decoration: underline;
}

.row-copyright {
  background: #43361E;
  padding: 15px 0;
}

.row-copyright .container {
  display: flex;
  justify-content: space-between;
  color: #DFDFDF;
  padding-top: 35px;
  padding-bottom: 35px;
}

.row-copyright .container a {
  text-decoration: none;
  color: #DFDFDF;
  transition: all 0.3s;
}

.row-copyright .container a:hover {
  text-decoration: underline;
}

.coord-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 129px;
  background: #191414;
  gap: 50px;
  border-radius: 73px;
  position: relative;
  transform: translate(0, -50%);
  justify-content: center;
}

.coord-footer .item-coord {
  display: flex;
  gap: 15px;
  align-items: center;
}

.coord-footer .item-coord .icon-coord {
  width: 48px;
  height: 48px;
  border: 4px solid #3A8A61;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.coord-footer .item-coord .info-coord .label-coord {
  font-size: 16px;
  color: #DFDFDF;
}

.coord-footer .item-coord .info-coord .content-coord {
  color: #DFDFDF;
  font-weight: 700;
}

.coord-footer .item-coord .info-coord .content-coord span {
  display: block;
}

.coord-footer .item-coord .info-coord .content-coord .tel {
  columns: 2;
  column-gap: 30px;
}

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

.hasFnd>img {
  display: none;
}

.mask-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  background: #fff;
}

.mask-modal.show {
  display: flex;
}

.logo-modal {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px auto;
  background: url(../images/logo-modal.png) center no-repeat;
  background-size: 200px;
}

.mask-modal .modal-bts {
  max-width: 720px;
  width: 100%;
  height: 520px;
  padding: 25px 30px 30px 30px;
  text-align: center;
  background: #fff;
}

.mask-modal .modal-bts img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-bts .content-modal {
  padding-top: 30px;
}

.mask-modal .modal-bts h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding-bottom: 35px;
}

.mask-modal .modal-bts p {
  font-size: 22px;
  color: #030606;
  padding-bottom: 35px;
  line-height: 1.3;
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-bts a {
  display: inline-block;
  border: 2px solid #43361E;
  background: #43361E;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s;
}

.mask-modal .modal-bts a:hover {
  color: #43361E;
  background: #fff;
}

.mask-modal .modal-bts .remembre {
  padding-top: 25px;
  font-weight: 700;
}

.popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9998;
}

.agl-timeline {
  background: #F7F4F0;
  padding: 96px 0;
}

.box-timeline {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  /* ligne centrale */
  /* items impairs → gauche */
  /* items pairs → droite */
  /* cercle gauche */
  /* cercle droite */
}

.box-timeline .timeline {
  position: relative;
}

.box-timeline .timeline::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #B2A183;
  transform: translateX(-50%);
}

.box-timeline .timeline-item {
  position: relative;
  width: 50%;
}

.box-timeline .timeline-item .desc {
  position: relative;
  border: 1px solid #B2A183;
}

.box-timeline .timeline-item .desc:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 32px;
  height: 32px;
  background: #B2A183;
  border-radius: 50%;
  z-index: 2;
  right: -65px;
}

.box-timeline .timeline-item .desc .time-date {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background: #B2A183;
  padding: 24px 32px;
  font-family: "Source Sans 3", sans-serif;
}

.box-timeline .timeline-item .desc .content-desc {
  background: #fff;
  padding: 32px;
}

.box-timeline .timeline-item .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
}

.box-timeline .timeline-item:nth-child(odd) {
  left: 0;
  padding: 0 48px 0 0;
}

.box-timeline .timeline-item:nth-child(even) {
  left: 50%;
  padding: 0 0 0 48px;
}

.box-timeline .timeline-item:nth-child(even) .desc:before {
  right: inherit;
  left: -66px;
}

.box-timeline .timeline-item:nth-child(odd)::before {
  right: -7px;
}

.box-timeline .timeline-item:nth-child(even)::before {
  left: -7px;
}

.inner-banner {
  position: relative;
  min-height: 445px;
  padding: 40px;
  background: #FFFBF6;
}

.inner-banner .container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.inner-banner .container ul {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 32px;
}

.inner-banner .container ul li {
  font-size: 18px;
  font-weight: bold;
}

.inner-banner .container ul li a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}

.inner-banner .container ul li a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/chevron-right.svg) center no-repeat;
}

.inner-banner .container span {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #B2A183;
  text-transform: uppercase;
}

.inner-banner .container h1 {
  font-size: 48px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.form {
  padding: 56px 64px;
  border: 1px solid #43361E;
}

.form .row-form {
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form .option {
  display: flex;
  gap: 9px;
}

.form .option label {
  padding-top: 5px;
}

.form img {
  max-width: 100%;
}

.form .col-option-01 {
  width: 100%;
}

.form .col-option-02 {
  width: calc((100% - 24px) / 2);
}

.form .col-option-03 {
  width: calc((100% - 48px) / 3);
}

.form label {
  display: block;
  font-size: 20px;
  color: #5D596C;
  padding-bottom: 8px;
}

.form input[type=text],
.search-actus input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  display: block;
  width: 100%;
  height: 39px;
  border: 1px solid #CBBB9F;
  padding: 0 16px;
  font-size: 16px;
  color: #5D596C;
  font-family: "Georgia", sans-serif;
}

.form textarea {
  height: 132px;
  padding: 16px;
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.form input[type=checkbox] {
  min-width: 24px;
  height: 24px;
}

.form .condition {
  display: flex;
  align-items: start;
  gap: 6px;
}

.form .row-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form button,
.form input[type="submit"],
.search-actus input[type="submit"] {
  font-size: 18px;
  border: 1px solid #CBBB9F;
  background: #CBBB9F;
  color: #fff;
  text-decoration: none;
  padding: 16px 56px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s;
}

.form input[type="submit"],
.search-actus input[type="submit"] {
  background: url(../images/icon-btn-form.svg) right 10px center no-repeat #CBBB9F;
}

.form input[type="submit"]:hover,
.search-actus input[type="submit"]:hover {
  background-color: #43361E;
}

.form button:after {
  content: "";
  display: block;
  background: url(../images/icon-btn-form.svg) center no-repeat;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 28px;
}

.form button:hover {
  background: #43361E;
}

.agl-cards {
  padding: 96px 0;
  background: #F7F4F0;
}

.agl-cards h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.box-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.box-cards .item-card {
  width: calc((100% - 80px) / 3);
  border: 1px solid #CBBB9F;
}

.box-cards .item-card .visu img {
  display: block;
  width: 100%;
}

.box-cards .item-card .desc {
  padding: 40px 24px;
  text-align: center;
}

.box-cards .item-card .desc .label-card {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

.box-cards .item-card .desc p {
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  padding-bottom: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.agl-presentation {
  background: #fff;
  padding: 96px 0;
}

.box-presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.box-presentation .visu {
  width: calc((100% - 40px) / 2);
}

.box-presentation .visu img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.box-presentation .slide-pres {
  position: relative;
  overflow: hidden;
}

.box-presentation .slide-pres .swiper-button-next,
.box-presentation .slide-pres .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #B2A183;
  background: #fff;
  font-size: 18px;
  opacity: 1;
}

.box-presentation .slide-pres .swiper-button-next:after,
.box-presentation .slide-pres .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.box-presentation .slide-pres .swiper-pagination {
  bottom: 20px;
}

.box-presentation .slide-pres .swiper-button-prev,
.box-presentation .slide-pres .swiper-rtl .swiper-button-next {
  left: 25px;
}

.box-presentation .slide-pres .swiper-button-next,
.box-presentation .slide-pres .swiper-rtl .swiper-button-prev {
  right: 25px;
}

.box-presentation .slide-pres .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}

.box-presentation .desc {
  width: calc((100% - 40px) / 2);
  padding-left: 40px;
}

.box-presentation .desc h2 {
  font-size: 38px;
  font-weight: bold;
  color: #030606;
  letter-spacing: 2px;
  padding-bottom: 24px;
}

.box-presentation .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.2;
  padding-bottom: 20px;
  letter-spacing: 1.3px;
}

.box-presentation .desc p:last-child {
  padding-bottom: 0;
}

.box-presentation .desc strong {
  font-weight: bold;
}

.box-presentation .desc ul {
  padding: 0 0 24px 30px;
  list-style: disc;
}

.box-presentation .desc ul li {
  font-size: 16px;
  color: #353535;
  padding-bottom: 10px;
}

.box-presentation .desc ul li:last-child {
  padding-bottom: 0;
}

.box-presentation .desc a {
  margin: 0;
}

.agl-categories {
  padding: 96px 0;
  background: #fff;
}

.agl-categories h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.box-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.box-categories .item-categories {
  width: calc((100% - 120px) / 4);
  background: #FFFBF6;
  border: 1px solid #CBBB9F;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.box-categories .item-categories .icon-cat img {
  transition: all 0.3s;
}

.box-categories .item-categories:hover .icon-cat img {
  transform: scale(1.02);
}

.box-categories .item-categories span {
  font-size: 24px;
  font-weight: bold;
  color: #282115;
  text-align: center;
  transition: all 0.3s;
}

.box-categories .item-categories:hover span {
  color: #CBBB9F;
}

.agl-portfolio {
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}

.agl-portfolio h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.slide-portfolio {
  position: relative;
}

.slide-portfolio .item-portfolio {
  width: auto;
}

.slide-portfolio .swiper-pagination {
  bottom: -40px;
}

.slide-portfolio .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.agl-card-folio {
  background: #fff;
  padding: 96px 0;
}

.box-card-folio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}

.box-card-folio .visu {
  width: calc((100% - 80px) / 3);
}

.box-card-folio .visu img {
  display: block;
  width: 100%;
}

.box-card-folio .desc {
  width: calc(0.6666666667 * (100% - 80px));
}

.box-card-folio .desc h2 {
  font-size: 38px;
  color: #030606;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 24px;
  max-width: 390px;
}

.box-card-folio .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
  letter-spacing: 1.5px;
  padding-bottom: 24px;
}

.agl-marques {
  padding: 96px 0;
  background: #fff;
}

.agl-marques h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.item-marques {
  padding-bottom: 56px;
}

.item-marques h3 {
  font-size: 28px;
  color: #282115;
  font-weight: bol;
  padding-bottom: 16px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 24px;
}

.item-marques .list-marques {
  display: flex;
  flex-wrap: wrap;
  gap: 112px;
}

.item-marques .list-marques .item-marque {
  width: calc((100% - 560px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.item-marques .list-marques .item-marque span {
  font-size: 22px;
  color: #282115;
  font-weight: bold;
}

.agl-recrutement {
  padding: 96px 0;
  background: #F7F4F0;
}

.box-recrutement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.box-recrutement .visu {
  width: 350px;
}

.box-recrutement .desc {
  width: calc(100% - 350px);
  padding-left: 80px;
}

.box-recrutement .desc h2 {
  font-size: 38px;
  font-weight: bold;
  color: #030606;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}

.box-recrutement .desc p {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  padding-bottom: 24px;
}

.box-recrutement .desc a {
  margin: 0;
}

.agl-photos {
  background: #fff;
  padding: 96px 0;
}

.box-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.box-photos .item-photo {
  width: calc((100% - 80px) / 3);
}

.box-photos .item-photo img {
  display: block;
  width: 100%;
}

.agl-com {
  background: #fff;
  padding: 96px 0;
}

.agl-com.odd .box-com {
  flex-direction: row-reverse;
}

.agl-com.odd .box-com .desc {
  width: calc(46% + 64px);
  background: #43361E;
  margin-left: inherit;
  margin-right: -64px;
}

.agl-com.odd .box-com .desc h2,
.agl-com.odd .box-com .desc p {
  color: #fff;
}

.box-com {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.box-com .illus {
  width: 54%;
  overflow: hidden;
}

.box-com .illus .slide-com {
  position: relative;
}

.box-com .illus .slide-com .swiper-pagination {
  bottom: 25px;
}

.box-com .illus .slide-com .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #CBBB9F;
  opacity: 1;
}

.box-com .illus .slide-com .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F3EFEF;
}

.box-com .desc {
  width: calc(46% + 64px);
  padding: 64px;
  background: #FFFBF6;
  border-radius: 16px;
  margin-left: -64px;
  position: relative;
  z-index: 1;
}

.box-com .desc h2 {
  font-size: 48px;
  color: #2A2F35;
  font-weight: bold;
  padding-bottom: 24px;
}

.box-com .desc p {
  font-size: 22px;
  font-weight: bold;
  color: #2A2F35;
  padding-bottom: 25px;
  line-height: 1.2;
}

.box-com .desc p span {
  display: block;
  padding-top: 20px;
}

.box-com .desc a {
  border: 1px solid #B2A183;
  background: #B2A183;
  padding: 16px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}

.box-com .desc a:hover {
  color: #B2A183;
  background: #fff;
}

.agl-candidature {
  background: #F7F4F0;
  padding: 96px 0;
}

.agl-candidature h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.box-candidature {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #CBBB9F;
}

.agl-accrdion {
  background: #fff;
}

.title-accord {
  background: #FFFBF6;
  font-size: 24px;
  font-weight: bold;
  padding: 40px;
}

.accord {
  width: 100%;
  padding: 25px 30px;
}

.accord-header {
  padding: 20px 54px 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.accord-header .ico-accord {
  position: absolute;
  width: 26px;
  height: 6px;
  top: 20px;
  right: 12px;
}

.accord-header .ico-accord:after {
  content: "";
  display: block;
  width: 26px;
  height: 6px;
  background: url(../images/icon-accord.svg) center no-repeat;
  transform: rotate(180deg);
  opacity: 0.5;
  background-size: contain;
}

.accord-header.active .ico-accord:after {
  transform: rotate(0deg);
  opacity: 1;
}

.active~.accord-content {
  border-bottom: 1px solid #9C9999;
}

.accord-content {
  padding: 25px 24px 40px 0;
  display: none;
}

.accord-content p {
  font-size: 18px;
  color: #000;
}

.accord-content ul li {
  font-size: 16px;
  color: #353535;
}

.accord-content ol {
  list-style: decimal;
  padding-left: 30px;
}

.accord-content ol li {
  font-size: 16px;
  color: #353535;
  padding-bottom: 15px;
}

.agl-maps {
  background: #fff;
  padding: 96px 0;
}

.box-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.box-maps .maps {
  width: calc((100% - 80px) / 2);
  height: 700px;
}

.box-maps .maps iframe {
  width: 100%;
  height: 100%;
}

.box-maps .form-maps {
  width: calc((100% - 80px) / 2);
  border: 1px solid #DBDADE;
  border-radius: 16px;
  padding: 40px;
}

.box-maps .form-maps h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2A2F35;
  padding-bottom: 10px;
}

.box-maps .form-maps h3 {
  font-size: 18px;
  color: #2A2F35;
  padding-bottom: 24px;
}

.box-maps .form-maps .form {
  padding: 0;
  border: none;
}

.box-maps .form-maps .form input[type=text],
.box-maps .form-maps .form input[type=date],
.box-maps .form-maps .form input[type=email],
.box-maps .form-maps .form input[type=tel],
.box-maps .form-maps .form select,
.box-maps .form-maps .form textarea {
  border: 1px solid #DBDADE;
  border-radius: 35px;
  height: 51px;
}

.box-maps .form-maps .form textarea {
  height: 140px;
}

.box-maps .form-maps .form button {
  border: 1px solid #116731;
  background: #FFE000;
  border-radius: 40px;
  height: 56px;
  color: #116731;
}

.box-maps .form-maps .form button:after {
  background: url(../images/ico-send.svg) center no-repeat;
}

.agl-back {
  padding-top: 80px;
  padding-bottom: 40px;
}

.agl-back a {
  display: flex;
  width: fit-content;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  gap: 10px;
  align-items: center;
  border-bottom: 2px solid #B2A183;
  color: #B2A183;
  padding-bottom: 8px;
}

.agl-back a:before {
  content: "";
  background: url(../images/icon-back.svg) center no-repeat;
  width: 16px;
  height: 22px;
}

.agl-products {
  padding-bottom: 80px;
}

.box-products {
  display: flex;
  flex-wrap: wrap;
  gap: 112px;
}

.box-products .item-product {
  text-decoration: none;
  width: calc((100% - 560px) / 6);
  display: flex;
  gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.box-products .item-product .visu img {
  max-width: 100%;
  transition: all 0.3s;
}

.box-products .item-product span {
  font-size: 14px;
  color: #B2A183;
  padding-bottom: 10px;
  display: block;
}

.box-products .item-product p {
  font-size: 22px;
  font-weight: bold;
  color: #282115;
}

.box-products .item-product:hover img {
  transform: scale(1.05);
}

.detail-product {
  border: 1px solid #CBBB9F;
  padding: 64px;
  display: flex;
  flex-wrap: wrap;
}

.detail-product .illus {
  width: 320px;
  overflow: hidden;
}

.detail-product .illus .thumb .swiper-slide {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #B2A183;
  text-align: center;
  opacity: 0.5;
}

.detail-product .illus .thumb .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.detail-product .illus .thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.detail-product .illus .gallery .swiper-slide {
  text-align: center;
}

.detail-product .illus .swiper-button-next,
.detail-product .illus .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #B2A183;
  background: rgba(178, 161, 131, 0.2745098039);
  font-size: 18px;
}

.detail-product .illus .swiper-button-next:after,
.detail-product .illus .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.detail-product .desc {
  width: calc(100% - 320px);
  padding-left: 64px;
}

.detail-product .desc img {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
}

.detail-product .desc h2 {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 5px;
}

.detail-product .desc h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}

.detail-product .desc p {
  font-size: 18px;
  color: #2A2F35;
  line-height: 1.2;
  padding-bottom: 25px;
}

.detail-product .desc .infosup {
  font-size: 16px;
  color: #2A2F35;
  padding-bottom: 10px;
}

.detail-product .desc .infosup strong {
  font-weight: bold;
}

.across-product {
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}

.across-product h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.across-product .slide-across {
  position: relative;
  padding-bottom: 30px;
}

.across-product .slide-across .swiper-pagination {
  bottom: -30px;
}

.across-product .slide-across .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.across-product .item-product {
  text-decoration: none;
  width: 160px;
  display: flex;
  gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.across-product .item-product .visu img {
  max-width: 100%;
  transition: all 0.3s;
}

.across-product .item-product span {
  font-size: 14px;
  color: #B2A183;
  padding-bottom: 10px;
  display: block;
}

.across-product .item-product p {
  font-size: 22px;
  font-weight: bold;
  color: #282115;
}

.across-product .item-product:hover img {
  transform: scale(1.05);
}

.detail-art {
  border: 1px solid #CBBB9F;
  padding: 64px;
}

.detail-art .visu {
  margin-bottom: 64px;
}

.detail-art .visu img {
  display: flex;
  width: 100%;
}

.detail-art .date {
  font-size: 18px;
  color: #2A2F35;
}

.detail-art h2 {
  display: flex;
  font-size: 38px;
  font-weight: bold;
  color: #000;
  padding-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.detail-art h2 ul {
  display: flex;
  gap: 16px;
  align-items: center;
}

.detail-art h2 ul li a {
  display: flex;
  align-items: center;
}

.detail-art p {
  font-size: 18px;
  line-height: 1.3;
  color: #2A2F35;
}

.detail-art .recru-gallery {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.detail-art .recru-gallery .thumb {
  padding-top: 20px;
}

.detail-art .recru-gallery .thumb .swiper-slide {
  width: 80px;
  height: 80px;
  border: 1px solid #B2A183;
  text-align: center;
  opacity: 0.5;
}

.detail-art .recru-gallery .thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-art .recru-gallery .thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.detail-art .recru-gallery .thumb .swiper-wrapper {
  justify-content: center;
}

.detail-art .recru-gallery .gallery .swiper-slide {
  text-align: center;
}

.detail-art .recru-gallery .swiper-button-next,
.detail-art .recru-gallery .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #B2A183;
  background: rgba(178, 161, 131, 0.2745098039);
  font-size: 18px;
}

.detail-art .recru-gallery .swiper-button-next:after,
.detail-art .recru-gallery .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.across-recru {
  padding: 96px 0;
  background: #F7F4F0;
  overflow: hidden;
}

.across-recru h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}

.across-recru .slide-recru {
  position: relative;
  padding-bottom: 30px;
}

.across-recru .slide-recru .swiper-pagination {
  bottom: -30px;
}

.across-recru .slide-recru .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.across-recru .item-recru {
  width: 480px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #CBBB9F;
}

.across-recru .item-recru .visu img {
  width: 100%;
  display: block;
}

.across-recru .item-recru .desc {
  padding: 40px;
  text-align: center;
}

.across-recru .item-recru span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #918F8B;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}

.across-recru .item-recru p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}

.across-recru .item-recru a {
  font-size: 18px;
  font-weight: bold;
  color: #B2A183;
  border-bottom: 2px solid #B2A183;
  display: flex;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.across-recru .item-recru a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
}

.agl-noticias {
  padding: 96px 0;
}

.intro-noticias {
  padding-bottom: 64px;
  padding-top: 100px;
}

.intro-noticias h2 {
  color: #030606;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 24px;
}

.intro-noticias p {
  max-width: 740px;
  font-size: 16px;
  color: #353535;
  padding-bottom: 25px;
}

.card-noticias {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 64px;
  align-items: center;
}

.card-noticias:last-child {
  padding-bottom: 0;
}

.card-noticias .visu {
  width: 480px;
}

.card-noticias .visu img {
  display: block;
  width: 100%;
}

.card-noticias .desc {
  width: calc(100% - 480px);
  padding-left: 80px;
}

.card-noticias .desc h3 {
  font-size: 38px;
  font-weight: bold;
  color: #030606;
  letter-spacing: 2px;
  padding-bottom: 24px;
}

.card-noticias .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}

.card-noticias .desc a {
  margin: 0;
}

.agl-sobre {
  padding: 96px 0 36px 0;
}

.agl-sobre.darck {
  background: #F7F4F0;
}

.agl-sobre h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}

.agl-sobre .slide-sobre {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.agl-sobre .slide-sobre .swiper-pagination {
  bottom: 10px;
}

.agl-sobre .slide-sobre .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.agl-sobre .slide-sobre .item-sobre {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #CBBB9F;
}

.agl-sobre .slide-sobre .item-sobre .visu img {
  width: 100%;
  display: block;
}

.agl-sobre .slide-sobre .item-sobre .desc {
  padding: 40px;
  text-align: center;
}

.agl-sobre .slide-sobre .item-sobre span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #918F8B;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}

.agl-sobre .slide-sobre .item-sobre p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.agl-sobre .slide-sobre .item-sobre a {
  font-size: 18px;
  font-weight: bold;
  color: #B2A183;
  border-bottom: 2px solid #B2A183;
  display: flex;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.agl-sobre .slide-sobre .item-sobre a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
}

.agl-list-sobre {
  padding: 96px 0;
  background: #F7F4F0;
}

.agl-list-sobre h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}

.box-list-sobre {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.box-list-sobre .item-sobre {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #CBBB9F;
  width: calc((100% - 80px) / 3);
}

.box-list-sobre .item-sobre .visu img {
  width: 100%;
  display: block;
}

.box-list-sobre .item-sobre .desc {
  padding: 40px;
  text-align: center;
}

.box-list-sobre .item-sobre span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #918F8B;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}

.box-list-sobre .item-sobre p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}

.box-list-sobre .item-sobre a {
  font-size: 18px;
  font-weight: bold;
  color: #B2A183;
  border-bottom: 2px solid #B2A183;
  display: flex;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: all 0.3s;
}

.box-list-sobre .item-sobre a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
  transition: all 0.3s;
}

.box-list-sobre .item-sobre a:hover:after {
  transform: rotate(360deg);
}

.darck {
  background: #F7F4F0;
}

.white {
  background: #fff;
}

.title-fabricas {
  background: #FFFBF6;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.agl-faq {
  padding: 96px 0;
}

.input-file {
  position: relative;
}

.form button.input-file-upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
}

.menu-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-row ul li {
  font-size: 15px;
  margin-right: 15px;
}

.menu-row ul li:last-child {
  margin-right: 0;
}

.menu-row ul li a {
  text-decoration: none;
  color: #fff;
  padding: 55px 10px;
  display: inline-block;
  transition: 350ms all;
  font-size: 18px;
  position: relative;
}

.menu-row ul li a.active {
  color: #CBBB9F;
  font-weight: bold;
}

.menu-row ul li a:hover {
  color: #CBBB9F;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.menu-box .logo {
  max-width: 140px;
}

.menu-box .logo img {
  width: 100%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu {
    display: flex !important;
  }

  .menu .megamenu>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }

  .menu .megamenu>a:hover:after {
    display: block;
  }

  .menu li .sub-menu {
    transition: 350ms all;
  }

  .menu li:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .menu li.megamenu>a {
    padding-right: 20px;
    position: relative;
  }

  .menu li.megamenu>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }

  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 250px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  }

  .menu li .sub-menu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
  }

  .menu li .sub-menu li:last-child {
    border: none;
  }

  .menu li .sub-menu li a {
    color: #2A2F35;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .menu li .sub-menu li a:hover {
    color: #CBBB9F;
  }

  .menu li .sub-menu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }

  .menu li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .menu-row ul li a {
    padding: 35px 5px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1224px) {
  .menu-row ul li {
    margin-right: 10px;
  }

  .menu-row ul li a {
    padding: 32px 5px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  .menu-box {
    justify-content: flex-end;
  }

  .link-rs ul {
    display: none;
  }

  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }

  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }

  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #fff;
  }

  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }

  #menu_trigger .menulines:before {
    top: -9px;
  }

  #menu_trigger .menulines:after {
    top: 9px;
  }

  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 50px);
    background: #fff;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    height: 100vh;
  }

  .menu-row .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }

  .menu-row .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
  }

  .menu-row .mobile-menu li a {
    color: #2A2F35;
    display: block;
    position: relative;
    padding: 15px 20px;
  }

  .menu-row .mobile-menu li a:hover {
    color: #FFEB3B;
  }

  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
  }

  .menu-row .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .menu-row .mobile-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }

  .menu-row .mobile-menu li .sub-menu li {
    font-size: 14px;
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fff;
    font-size: 16px;
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
    border: 1px solid #000;
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row em {
    font-style: normal;
    color: #000;
  }

  .menu-row .mobile-menu li.sub-open>.sub-menu {
    left: 0;
  }
}

@media only screen and (max-width: 1660px) {
  .content-item-banner {
    padding-left: 70px;
  }

  .bar-menu .search.active .search-box {
    width: 1000px;
  }
}

@media only screen and (max-width: 1224px) {
  .footer .row-logo-menu-footer .col-menu {
    gap: 20px;
  }
}

@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }

  .coord-footer {
    padding: 32px 40px;
  }

  .box-maps {
    gap: 30px;
  }

  .item-marques .list-marques {
    gap: 40px;
  }

  .item-marques .list-marques .item-marque {
    width: calc((100% - 120px) / 4);
  }
}

@media only screen and (max-width: 1023px) {
  .bar-menu .link-report {
    position: absolute;
    right: 107px;
    top: 40px;
  }

  .inner-menu .menu-rsc {
    display: none;
  }

  .bar-menu {
    padding: 50px 0;
    position: relative;
  }

  .bar-menu .logo-box {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .bar-menu .plus-link {
    display: none;
  }

  .bar-menu .search {
    position: absolute;
    right: 30px;
    top: 40px;
    right: 50px;
  }

  .bar-menu .search .icon-loop span {
    display: none;
  }

  .bar-menu .search .search-box {
    height: auto;
  }

  .bar-menu .search .search-box button {
    font-size: 0;
    background: url(../images/loopl.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
  }

  .bar-menu .search .search-box .gray-loop {
    display: none;
  }

  .bar-menu .search .search-form {
    padding: 10px 25px;
  }

  .bar-menu .search.active .search-box {
    width: 300px;
  }

  .bar-menu .search .search-box input[type=text] {
    padding: 0 20px;
    font-size: 14px;
  }

  .footer .row-logo-menu-footer .col-menu {
    gap: 25px;
  }

  .box-categories .item-categories {
    width: calc((100% - 40px) / 2);
  }

  .box-products {
    gap: 40px;
  }

  .box-products .item-product {
    width: calc((100% - 160px) / 5);
  }
}

@media only screen and (max-width: 900px) {
  .box-timeline .timeline:before {
    left: 5px !important;
  }

  .box-timeline .timeline-item {
    width: 100%;
    padding: 0 0 0 55px !important;
    left: 0 !important;
  }

  .box-timeline .timeline-item .desc {
    margin-bottom: 50px;
  }

  .box-timeline .timeline-item .desc:before {
    right: inherit !important;
    left: -67px !important;
  }

  .box-timeline .timeline-item:after {
    right: inherit !important;
    left: -82px !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }

  .coord-footer {
    border-radius: 24px;
    padding: 32px 20px;
  }

  .box-cards .item-card {
    width: 100%;
  }

  .box-presentation .visu {
    width: 100%;
  }

  .box-presentation .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .box-card-folio .visu,
  .box-card-folio .desc {
    width: 100%;
  }

  .box-recrutement .visu {
    width: 100%;
  }

  .box-recrutement .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .box-maps .maps {
    width: 100%;
  }

  .box-maps .form-maps {
    width: 100%;
  }

  .box-com .illus {
    width: 100%;
  }

  .box-com .desc,
  .agl-com.odd .box-com .desc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-photos .item-photo {
    width: 100%;
  }

  .box-products .item-product {
    width: calc((100% - 120px) / 4);
  }

  .detail-product {
    padding: 25px;
  }

  .detail-product .illus {
    width: 100%;
  }

  .detail-product .desc {
    padding-top: 40px;
    width: 100%;
    padding-left: 0;
  }

  .card-noticias .visu {
    width: 100%;
  }

  .card-noticias .desc {
    padding-top: 40px;
    padding-left: 0;
    width: 100%;
  }

  .box-list-sobre .item-sobre {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (max-width: 660px) {
  .banner .item-banner {
    height: 420px;
  }

  .control-banner {
    display: none;
  }

  .box-certificats .list-certificats .item-certificat {
    width: 100%;
  }

  .form .col-option-03,
  .form .col-option-02 {
    width: 100%;
  }

  .footer .row-logo-menu-footer .col-menu {
    flex-direction: column;
  }

  .footer .row-copyright {
    flex-direction: column;
  }

  .footer .row-copyright .copyright {
    padding-bottom: 25px;
  }

  .item-marques .list-marques {
    gap: 20px;
  }

  .item-marques .list-marques .item-marque {
    width: calc((100% - 20px) / 2);
  }

  .box-products .item-product {
    width: calc((100% - 40px) / 2);
  }

  .box-list-sobre .item-sobre {
    width: 100%;
  }

  .across-recru .item-recru {
    width: 320px;
  }
}

.content-404 {
  min-height: 450px;
  padding-top: 155px;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-404 span {
  font-size: 22px;
  font-weight: bold;
  color: #2A2F35;
  padding-bottom: 25px;
  line-height: 1.2
}

.content-404 h1 {
  font-size: 48px;
  color: #2A2F35;
  font-weight: bold;
  padding-bottom: 24px;
}

.content-404 p {

  font-size: 16px;
  color: #353535;
  line-height: 1.2;
  padding-bottom: 20px;
  letter-spacing: 1.3px;
}

.content-404 a {
  border: 1px solid #B2A183;
  background: #B2A183;
  padding: 16px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}

.content-404 a:hover {
  color: #B2A183;
  background: #fff;
}


.search-page-list {
  padding: 60px 0;
}

.search-page-list div.world-search {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  padding-bottom: 25px;
}

.search-page-list .world-search strong {
  font-weight: bold;
}

.search-page-list p.world-search {
  padding-bottom: 25px;
}

.search-form {
  display: flex;
  gap: 20px;
  align-items: center;
}

.list-result .item-result {
  padding-bottom: 30px;
}

.list-result .item-result .title-result a {
  font-size: 22px;
  font-weight: bold;
  color: #2A2F35;
  line-height: 1.2;
  text-decoration: none;
}

.list-result .item-result .desc-result a {
  font-weight: bold;
  color: #2A2F35;
}

.list-result .item-result .desc-result a:hover {
  text-decoration: none;
}

.home {
  padding-top: 90px;
}

#newsletter-modal h5 {
  text-align: center;
  padding: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.wrap-news {
  text-align: left;
  padding-top: 30px;
}

.wrap-news a {
  font-size: 18px;
  border: 1px solid #CBBB9F;
  color: #fff;
  text-decoration: none;
  padding: 16px 56px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../images/icon-btn-form.svg) right 10px center no-repeat #CBBB9F;


}

.wrap-news a:hover {
  background-color: #43361E;

}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0 solid #000;
  color: #46b450 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0 solid #000;
  color: #ffb900 !important;
}