.txt-justify, .txt-justify > p {
	text-align: justify !important;
}
.m-h-sector {
	min-height: 100px;
	display: flex;
	align-items: center;
}
.details {
	margin-left:25px;
	margin-right: 25px;
}
.container-details {
	justify-content: center !important;
}
.w-100 {
  width: 100%;
}
.blog-article a {
  font-weight: bold;
  text-decoration: underline;
}
.blog-article a:hover {
  text-decoration: none;
  font-weight: bold;
}
.site-header {
  padding: 5.5px 0;
  z-index: 99;
}

.site-header .logo {
  width: 100%;
  text-align: center;
}

.site-header .logo a {
  width: 122px;
  margin: 0 auto;
}

.header-btn--contact a {
  background-color: #a50020 !important;
}

.ampstart-navbar-trigger {
  color: #1e386b;
}

#homepage_video {
  top: 0;
}

.hero--video-homepage {
  position: relative;
}

.common--hero {
  min-height: 117px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.only-img {
  position: relative;
  min-height: 279px;
}

.only-img amp-img img {
  object-fit: cover;
  object-position: center;
}

.wpml-ls-first-item.wpml-ls-last-item ul {
  display: none;
}

.wpml-ls-first-item.wpml-ls-last-item a {
  pointer-events: none;
}

.wpml-ls-first-item.wpml-ls-last-item a:before {
  display: none;
}
.new-form input[type="text"],
.new-form input[type="email"],
.new-form input[type="tel"],
.new-form textarea {
  border-radius: 2px;
  width: 100%;
  box-shadow: none;
  border: 2px groove threedface;
  height: 30px;
  padding: 30px 10px 20px 30px;
  font-size: 16px;
  font-family: inherit;
}
.new-form input[type="file"] {
  margin-left: 16px;
}

.new-form label {
  font-weight: 600;
  margin-left: 25px;
  padding: 0 5px;
  background-color: white;
  margin-bottom: -12px;
  display: table;
  position: relative;
  z-index: 2;
}
.checkbox {
  margin-bottom: 10px !important;
}

.new-form textarea {
  height: 100px;
}

.new-form input[type="submit"] {
  background: #a50021;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  min-width: 209px;
  max-height: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
}
select {
  width: 100%;
  padding: 20px 10px 10px;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  border: 2px groove threedface;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select option {
  font-family: Poppins, sans-serif;
}

.site--contact--form h2 {
  font-weight: 600;
}

.site--contact--form .contact--form .new-form label {
  font-size: 13px;
  margin-bottom: -12px;
  padding: 0 4px;
  margin-left: 12px;
}

.site--contact--form .contact--form .new-form label.checkbox,
.site--contact--form
  .contact--form
  .new-form
  .wpcf7-checkbox
  .wpcf7-list-item
  label {
  margin: 0;
  padding: 0;
}

.site--contact--form .contact--form .new-form .input {
  margin-bottom: 22px;
}

.site--contact--form .contact--form .new-form input[type="text"],
.new-form input[type="email"],
.new-form input[type="tel"],
.new-form input[type="file"],
.new-form textarea,
select {
  padding: 0 15px !important;
  border: 1px solid #858c94 !important;
  border-radius: 8px !important;
  height: 48px !important;
}
.site--contact--form .contact--form .new-form 
select {
  background-image: url("../img/down-icon.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.site--contact--form .contact--form .new-form input::placeholder {
  font-weight: 600;
  color: rgba(9, 16, 29, 0.4);
  font-size: 16px;
}

.site--contact--form .contact--form .new-form select {
  color: rgba(9, 16, 29, 0.4);
  font-weight: 600;
}

.site--contact--form .contact--form .new-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.site--contact--form .contact--form .new-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 -4px;
  display: block;
  width: 52%;
}

.site--contact--form
  .contact--form
  .new-form .input
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.site--contact--form
  .contact--form
  .new-form .input
  .wpcf7-checkbox
  .wpcf7-list-item
  label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.site--contact--form
  .contact--form
  .new-form .input
  .wpcf7-checkbox
  .wpcf7-list-item
  input:checked
  ~ .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}

.site--contact--form
  .contact--form
  .new-form .input
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  border: 1px solid #1e386b;
}

.site--contact--form
  .contact--form
  .new-form
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 7px;
  width: 8px;
  height: 4px;
  border: 1px solid #1e386b;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}

.site--contact--form .contact--form .new-form .checkbox .wpcf7-list-item-label {
  font-size: 11px;
  display: block;
}

.site--contact--form .contact--form .new-form .checkbox .wpcf7-list-item {
  width: 100%;
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
}

.site--contact--form .contact--form .new-form input[type="file"] {
  margin-left: 0;
  padding: 13px 15px !important;
}

.site--contact--form
  .contact--form
  .new-form
  input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  
}

.site--contact--form .contact--form .new-form input[type="submit"] {
  font-size: 15px;
  padding: 7px 10px;
  min-width: 111px;
}

@media only screen and (min-width: 768px) {
  .new-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .new-form .input {
    width: calc(50% - 15px);
  }

  .new-form .checkbox input {
    margin-right: 30px;
  }

  .new-form input[type="text"],
  .new-form input[type="email"],
  .new-form input[type="tel"],
  .new-form textarea {
    border-radius: 8px;
    height: 50px;
  }

  .new-form textarea {
    height: 120px;
  }
  select {
    padding: 20px 10px 10px;
    border-radius: 8px;
    margin-left: 16px;
  }
}

.text-content {
  margin-bottom: 25px;
  font-size: 18px;
}

/* Clamping */
.text-content.tiny {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:9;
}

.text-content p,
.text-content ul {
  margin: 0 0 1em;
  line-height: 1.5;
}

.text-content p:last-child {
  margin-bottom: 0;
}

.read-more {
  cursor: pointer;
  color: #043055;
  background-color: transparent;
  border: 0;
  width: 100%;
  padding: 0 0 20px;
  font-size: 18px;
  text-align-last: left;
}


@media (min-width: 992px) {
  .ampstart-headerbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .custom-menu-lang-switcher {
    margin: 0 12px !important;
    max-width: none !important;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 0 !important;
    font-weight: 500;
    color: #1e386b;
  }

  .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
  .wpml-ls-legacy-dropdown-click a:focus,
  .wpml-ls-legacy-dropdown-click a:hover {
    color: #a50020 !important;
    background-color: transparent !important;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: none !important;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
    position: absolute;
    content: "";
    width: 0.677083333vw;
    height: 0.36458333vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/down.svg);
    right: -1.2375vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #fff;
    border: 1px solid #707070 !important;
    width: 4.21875vw;
    padding: 3px 0;
    margin: 7px 0 0 -9px;
  }

  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
    margin: 0;
  }

  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding: 0 9px;
    font-weight: 500;
    background-color: transparent !important;
  }

  .site-header {
    padding: 0;
  }

  .site-header .logo {
    width: auto;
    text-align: left;
  }

  .site-header .logo a {
    width: 170px;
    margin: 0;
  }

  .site-header .container {
    position: static;
  }

  .site-header .row .col-12 {
    position: static;
  }

  .header_menu > li > a {
    position: relative;
  }

  .header_menu > li:hover > a::before {
    background-image: url(../img/up.svg);
  }

  .header_menu .menu-item-has-children > a::before {
    position: absolute;
    content: "";
    width: 0.677083333vw;
    height: 0.36458333vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/down.svg);
    right: -1.2375vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .header_menu > .current_page_item > a,
  .header_menu > li:hover > a,
  .sub-menu li:hover a {
    color: #a50020;
    font-weight: 400 !important;
  }

  .sub-menu li:hover a {
    color: #a50020;
    font-weight: 600 !important;
  }

  .header_menu li.language-switcher::hover a {
    font-weight: 500 !important;
  }

  .site-header .header-btn a {
    font-size: 14px;
    min-width: auto;
  }

  .site-header .header-btn--main {
    padding-right: 0;
  }

  .site-header .header-btn--contact a {
    margin-left: 0 !important;
  }

  .ampstart-headerbar-nav {
    padding: 0 20px;
  }

  .header_menu li a {
    padding: 30px 0;
    margin: 0 !important;
  }

  .header_menu li {
    padding: 0 12px;
  }

  .header_menu .menu-item-has-children {
    position: static !important;
  }

  .sub-menu {
    padding: 20px 100px;
    margin: 0 !important;
    width: 100% !important;
    left: 0 !important;
    top: 100% !important;
  }

  .sub-menu li {
    margin: 0 0 20px !important;
  }

  .sub-menu li a {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .sub-menu .col-4 {
    padding: 0;
  }

  .three-col-submenu .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .three-col-submenu .sub-menu li {
    width: 33.33%;
  }

  .header_menu .single-col-submenu {
    position: relative !important;
  }

  .single-col-submenu .sub-menu {
    min-width: 350px;
    background-color: transparent;
    padding: 20px 0;
  }

  .single-col-submenu .sub-menu::before {
    position: absolute;
    content: "";
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }

  .only-img {
    min-height: 279px;
  }

  .common--hero {
    min-height: 135px;
  }

  .site--contact--form
    .contact--form
    .new-form
    .wpcf7-checkbox
    .wpcf7-list-item {
    width: 50%;
    margin: 0 0 23px;
  }

  .site--contact--form .contact--form .new-form label {
    font-size: 18px;
  }

  .site--contact--form .contact--form .new-form input::placeholder {
    font-size: 18px;
  }

  .site--contact--form .contact--form .new-form .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 400;
  }

  .site--contact--form .contact--form .new-form select {
    margin-left: 0;
  }

  .site--contact--form
    .contact--form
    .new-form .input
    .wpcf7-checkbox
    .wpcf7-list-item
    .wpcf7-list-item-label::before {
    top: 8px;
    left: 2px;
  }
  .site--contact--form
    .contact--form
    .new-form .input
    .wpcf7-checkbox
    .wpcf7-list-item
    .wpcf7-list-item-label::after {
    top: 12px;
    left: 5px;
    width: 9px;
  }

  .site--contact--form .contact--form .new-form div.checkbox {
    width: 100%;
  }

  .site--contact--form .contact--form .new-form div.checkbox .wpcf7-list-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .site--contact--form
    .contact--form
    .new-form
    .checkbox
    .wpcf7-list-item-label {
    display: inline-block;
  }

  .site--contact--form .contact--form .new-form input[type="submit"] {
    font-size: 18px;
    padding: 12px 46px;
    max-height: none;
    min-width: 157px;
  }
}

@media (min-width: 1200px) {
  .header_menu li {
    padding: 0 20px;
  }

  .custom-menu-lang-switcher {
    margin: 0 20px !important;
  }

  .sub-menu {
    padding: 40px 50px 40px 200px;
  }

  .single-col-submenu .sub-menu {
    padding: 40px 0;
  }

  .career--main .container {
    max-width: 1277px;
  }
}

@media (min-width: 1400px) {
  .site-header .header-btn a {
    min-width: 130px;
  }

  .site--contact--form
    .contact--form
    .new-form
    .wpcf7-checkbox
    .wpcf7-list-item {
    margin: 0 0 23px;
    width: 33.33%;
  }
}

@media (min-width: 1600px) {
  .site-header .container {
    max-width: 1858px;
    padding: 0 50px;
  }

  .custom-menu-lang-switcher {
    margin: 0 35px !important;
  }

  .header_menu li {
    padding: 0 35px;
  }

  .site-header .logo a {
    width: 200px;
  }

  .header_menu li a {
    font-size: 18px !important;
    padding: 50px 0;
  }

  .site-header .header-btn a {
    font-size: 18px !important;
    padding: 8px 25px !important;
    margin-left: 35px !important;
  }

  .sub-menu {
    padding: 55px 80px 55px 190px;
  }

  .single-col-submenu .sub-menu {
    padding: 55px 0;
  }

  .sub-menu li {
    margin: 0 0 40px !important;
  }

  .site--contact--form
    .contact--form
    .new-form
    .checkbox
    .wpcf7-list-item-label {
    display: inline-block;
    font-size: 14px;
  }
}

@media (min-width: 1900px) {
  .header_menu li a {
    font-size: 20px !important;
  }

  .custom-menu-lang-switcher {
    margin: 0 30.5px !important;
  }

  .site-header .header-btn a {
    font-size: 20px !important;
  }

  .header_menu li {
    padding: 0 30.5px;
  }

  .site-header .header-btn a {
    margin-left: 58px !important;
  }

  .site-header .header-btn--contact a {
    margin-left: 0 !important;
  }

  .site-header .logo a {
    width: 256px;
  }

  .ampstart-headerbar-nav {
    padding: 0 40px 0 100px;
  }

  .sub-menu {
    padding: 55px 80px 55px 290px;
  }
}

/* new style */
.news-box {
  padding: 0 11px;
  margin-bottom: 56px;
}

.filter {
  max-width: 266px;
  margin: 0 auto 90px;
}

.filter .btn {
  background-color: #1e386b;
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 2px 11px;
  text-align: center;
  border: 0;
  width: 100%;
  cursor: pointer;
  line-height: 40px;
  font-family: Poppins, sans-serif;
}

.filter .btn:hover {
  font-weight: 600;
}

.filter .button {
  padding-top: 11px;
}

.filter amp-accordion {
  margin-bottom: 26px;
}

.filter amp-accordion section {
  height: 40px;
}

.filter amp-accordion section[expanded] {
  height: auto;
}

.filter amp-accordion section[expanded] .opener {
  border-bottom: 0 !important;
}

.filter amp-accordion section[expanded] .slide {
  border-top: 0 !important;
}

.filter amp-accordion section[expanded] .open-children {
  transform: translateY(-50%) rotate(180deg);
}

.filter h2 {
  font-size: 16px;
}

.filter .opener {
  background-color: #fff;
  padding: 6px 17px;
  border: 2px solid #1e386b !important;
}

.filter .slide {
  padding: 8px 15px 9px;
  background-color: #fff;
  z-index: 9;
  border: 2px solid #1e386b;
}

.filter .slide .checkbox-wrap {
  margin-bottom: 17px;
}

.filter .slide .checkbox-holder {
  padding-top: 5px;
}

.filter .slide .checkbox-wrap label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #173753;
  padding-left: 30px;
  cursor: pointer;
  width: 100%;
}

.filter .slide .checkbox-wrap label::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #173753;
}

.filter .slide .checkbox-wrap label::after {
  transition: all 0.25s ease-in-out;
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}

.filter .slide .checkbox-wrap input {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.filter .slide .checkbox-wrap input:checked ~ label::before {
  background-color: #173753;
}

.filter .slide .checkbox-wrap input:checked ~ label::after {
  opacity: 1;
  visibility: visible;
}

.filter .opener .open-children {
  transition: all 0.25s ease-in-out;
  background-image: url("../img/down-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.news--main .aurys-m-height-title {
  height: auto;
}

.blog-article {
  padding-bottom: 40px;
}

.blog-article .single-thumb amp-img img {
  object-fit: cover;
}

.blog-article .single-thumb {
  height: 349px;
  position: relative;
  margin-bottom: 21px;
}

.blog-article .single-thumb amp-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-article #breadcrumbs {
  margin-left: 0;
}

.blog-article .heading-block {
  margin-bottom: 34px;
}

.blog-article .heading-block li {
  color: #8b919a;
  font-weight: 500;
  margin-right: 3px;
}

.blog-article .heading-block li span {
  color: #000;
}

.blog-article .text {
  margin-bottom: 20px;
}

.blog-article .sidebar p {
  color: #1e386b;
  margin: 0 0 22px;
}

.blog-article .sidebar p a {
  color: #1e386b;
}

.blog-article .sidebar p i {
  font-size: 20px;
  margin-left: 4px;
}

.blog-article .sidebar h3 {
  margin: 0 0 52px;
  position: relative;
}

.blog-article .sidebar h3::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 83px;
  margin: 0 auto;
  bottom: -26px;
  height: 2px;
  background-color: #a50021;
}

.blog-article .top-img-block {
  max-width: 275px;
  margin: 0 auto;
}

.blog-article .top-img-block .img {
  margin: -108px 0 71px;
  min-height: 171px;
  position: relative;
  margin-bottom: 36px;
}

.blog-article .top-img-block .img amp-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.download-btn {
  background-color: #d9d9d9;
  color: #1e386b;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  line-height: 47px;
  display: block;
  text-align: center;
  padding: 2px 20px;
}

.download-btn:hover {
  background-color: #1e386b;
  color: #fff;
}

.blog-article .sidebar .top-img-block {
  display: none;
}

.ref-box {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.ref-box .whole-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.ref-box:hover {
  transform: scale(1.02);
  box-shadow: 0 1.88px 6.75px rgb(0 0 0 / 8%);
}

.ref-title {
  color: #fff;
  margin: 0 !important;
}

.ref-title-box {
  background-color: #1e386b;
  box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.075);
  color: #fff;
  padding: 21px 10px;
}

.ref-title a {
  color: #043055;
}

.ref-img-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  padding: 21px 34px 24px;
  position: relative;
  margin-top: 0 !important;
}

.ref-img {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.ref-img-box .list {
  width: 100%;
  padding: 15px 0;
  position: relative;
  flex: 1;
}

.ref-img-box .list::before,
.ref-img-box .list::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #a50021;
  height: 0.5px;
}

.ref-img-box .list::before {
  width: 22.7%;
}

.ref-img-box .list::after {
  bottom: 0;
  top: auto;
}

.ref-img-box .list li {
  margin-bottom: 5px;
  color: #8b919a;
  text-align: left;
}

.ref-img-box .list li:last-child {
  margin-bottom: 0;
}

.ref-img-box li.blue {
  color: #1e386b;
  font-weight: 500;
}

.ref-img amp-img img {
  border-radius: 4px;
  object-fit: contain;
}

.ref-box {
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.075);
  border-radius: 0px;
  max-width: 324px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 !important;
}

.page-template-page-references-new .ref-img img {
  object-fit: contain;
}

.ref-box hr {
  border-bottom: 1px solid #a50021 !important;
  border-top: 0;
}

.ref--main {
  padding-bottom: 4rem;
}

.ref--main .row .col-12.col-md-6.col-lg-4 {
  margin-bottom: 41px;
  text-align: left;
}

.ref--main .filter .slide .checkbox-wrap label {
  font-size: 15px;
}

.ref--main .filter amp-accordion {
  margin-bottom: 23px;
}

/* Lexique ML */
.red {
  color: #a50021;
}

.title_lexique {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 40px;
  font-weight: 500;
}

.title_lexique::after {
  content: "";
  border: 3px #a50021 solid;
  position: absolute;
  top: 100px;
  width: 100px;
}

.lexique_description {
  text-align: center;
}

.lexique_description,
.letter,
.definition {
  font-size: 18px;
  font-weight: 500;
}

.lettre {
  text-align: center;
  background-color: #1e386b;
  color: white;
  font-size: 40px;
  font-weight: 600;
  padding: 5px 0;
}

.letter {
  color: #a50021;
}

.definition {
  color: #1e386b;
}

.definition > p {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .news-box {
    margin-bottom: 62px;
    padding: 0;
  }

  .filter .btn {
    font-size: 16px;
  }

  .filter .button {
    margin: 7px 13px;
    padding-top: 0;
  }

  .filter {
    max-width: none;
    margin-bottom: 79px;
  }

  .filter amp-accordion section {
    margin-bottom: 0;
  }

  .filter amp-accordion {
    width: 240px;
    margin: 0 6px;
  }

  .blog-article .sidebar {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-article .sidebar p {
    text-align: left;
  }

  .blog-article .sidebar h3::before {
    margin: 0;
  }

  .blog-article .sidebar .site-btn {
    min-width: 195px;
  }

  .blog-article #breadcrumbs {
    margin: 0 0 38px;
  }

  .blog-article .top-img-block {
    display: none;
  }

  .blog-article .sidebar .top-img-block {
    display: block;
    max-width: none;
    width: 100%;
    margin-bottom: 0;
  }

  .blog-article .top-img-block .img {
    min-height: 185px;
  }

  .ref--main .row .col-12.col-md-4 {
    margin-bottom: 34px;
  }

  .ref-title {
    margin-bottom: 31px;
  }

  .ref-box {
    max-width: 376px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
  }

  .ref-img-box {
    margin-top: auto;
    padding: 21px 34px 24px;
  }

  .ref--main .row .col-12.col-md-6.col-lg-4 {
    margin-bottom: 38px;
  }

  .site--contact--form .contact--form .new-form select {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .filter {
    margin-bottom: 85px !important;
  }

  .filter .btn {
    min-width: 171px;
  }

  .filter .opener {
    padding: 14px 26px;
  }

  .filter amp-accordion {
    width: 265px;
    margin: 0 13px !important;
  }

  .filter amp-accordion section {
    height: 54px;
  }

  .blog-article .heading-block li {
    font-size: 24px;
  }

  .blog-article.blog-article--reference .sidebar {
    margin-right: -40px;
  }

  .blog-article .sidebar h3 {
    font-size: 32px;
    margin-bottom: 79px;
    order: 1;
  }

  .blog-article .sidebar p {
    font-size: 24px;
    order: 0;
    margin: 55px 0;
  }

  .blog-article .sidebar .site-btn {
    order: 2;
    margin-bottom: 72px;
  }

  .blog-article .text {
    font-size: 18px;
    margin-bottom: 90px;
  }

  .blog-article .sidebar p i {
    font-size: 30px;
  }

  .download-btn {
    color: #4f4f4f;
    font-size: 24px;
    height: 67px;
    line-height: 67px;
    width: 100%;
  }

  .ref--main {
    margin-top: -64px;
  }

  .ref-img-box {
    padding: 39px 60px 20px !important;
  }

  .ref-title-box {
    padding: 31px 10px;
  }

  .ref-img {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .ref--main .container {
    max-width: 1225px !important;
  }

  .blog-article.blog-article--reference .sidebar {
    margin-right: -30px;
  }
}

@media (min-width: 1400px) {
  .blog-article.blog-article--reference .sidebar {
    margin-right: -100px;
  }
}

@media (max-width: 768px) {
  .title_lexique {
    flex-wrap: wrap;
  }

  .title_lexique::after {
    top: 160px;
  }
}

@media (max-width: 596px) {
  .title_lexique {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .title_lexique::after {
    border: 2px #a50021 solid;
    top: 70px;
  }

  .lexique_description {
    font-size: 15px;
  }

  .letter {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .definition > p {
    font-size: 16px;
    text-align: initial;
  }

  .lettre {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-menu-lang-switcher {
    margin-left: 0;
    margin-right: 45px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

html {
  scroll-behavior: smooth;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background-color: #a50021;
  border-radius: 6px;
  padding: 9px 14px;
  color: #fff;
  min-width: 141px;
  text-align: center;
  border: 1px solid #a50021;
}

.btn:hover {
  font-weight: 400;
  background-color: #fff;
  color: #a50021;
}

.btn.btn-outline {
  background-color: transparent;
}

.btn.btn-outline {
  border-color: #043055;
  color: #043055;
}

.btn.btn-outline:hover {
  color: #fff;
  background-color: #043055;
}

.buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buttons li {
  margin-bottom: 30px;
}

.expertise-banner {
  color: #111;
  position: relative;
}

.expertise-banner .lines {
  position: absolute;
  top: 100px;
  left: 0;
  width: 10px;
}

.expertise-banner .lines .line {
  position: absolute;
  width: 10px;
  height: 42px;
  background-color: #043055;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.expertise-banner .lines .line + .line {
  background-color: #a50021;
  transform: translateY(50%);
}

.expertise-banner p {
  margin-bottom: 26px;
  text-align: left;
}

.expertise-banner h1 {
  font-weight: 600;
}

.expertise-banner .text {
  position: relative;
  padding: 1px 0;
  margin-bottom: 30px;
}

.expertise-banner .text:after {
  width: 190px;
  height: 1px;
  background-color: #043055;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}

.expertise-banner .image {
  margin: 30px 13px;
  background-size: cover;
  padding-top: 226px;
  position: relative;
  background-position: 50% 50%;
}

.expertise-banner .image .img {
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
}

.expertise-banner .image:after,
.expertise-banner .image:before {
  position: absolute;
  content: "";
  z-index: -1;
}

.expertise-banner .image:before {
  width: 235px;
  height: 81px;
  background-color: #a50021;
  top: -10px;
  right: -10px;
}

.expertise-banner .image:after {
  width: 140px;
  height: 85px;
  background-color: #043055;
  left: -10px;
  bottom: -10px;
}

.container-new,
.page-template-evaluation .site-header .container {
  padding: 0 40px;
}

.site-section {
  padding: 40px 0;
  color: #111;
}

.site-section h2 {
  font-weight: 500;
  margin-top: 0;
}

.support-methods-list {
  list-style: none;
  margin: 0;
  padding: 25px 0 0;
}

.support-methods-list img {
  width: 43px;
  height: 43px;
}

.support-methods-list li {
  margin-bottom: 50px;
  text-align: center;
}

.support-methods-list li:last-child {
  margin-bottom: 0;
}

.support-methods-list h3 {
  font-weight: 500;
}

.text-center,
.text-center p {
  text-align: center;
}

.text-text {
  color: #111;
}

.text-text .text {
  padding: 10px 0;
  position: relative;
}

.text-text .text .red-line,
.text-text .text .blue-line {
  position: absolute;
}

.text-text .text .red-line {
  width: 64px;
  height: 9px;
  right: 0;
  top: 0;
  background-color: #a50021;
}

.text-text .text .blue-line {
  background-color: #043055;
  bottom: 0;
  left: -20px;
  width: 64px;
  height: 9px;
}

.text-text h2 {
  color: inherit;
}

.showcase {
  padding: 40px 0;
  overflow: hidden;
}

.showcase.bg-blue .text,
.showcase.bg-blue h2 {
  color: #fff;
}

.showcase.bg-blue .text:before {
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  top: -120px;
  content: "";
  background-color: #043055;
  z-index: -1;
}

.showcase.bg-blue .social-networks a {
  color: #fff;
}

.showcase.no-bg .image {
  position: relative;
}

.showcase.no-bg .image:before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 181px;
  height: 98px;
  content: "";
  background-color: #a50021;
  z-index: -1;
}

.showcase.no-bg .text:after {
  position: absolute;
  content: "";
  width: 189px;
  height: 1px;
  background-color: #043055;
  bottom: 0;
  left: 0;
}

.showcase .flex .btn {
  margin-left: 2vw;
}

.showcase p {
  text-align: left;
}

.showcase h2 {
  font-size: 20px;
}

.showcase .image {
  padding-top: 395px;
  background-size: cover;
  max-width: 310px;
  margin: 0 auto;
  background-position: 50% 50%;
  position: relative;
}

.showcase .image .img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.showcase .text {
  padding: 48px 0;
  position: relative;
}

.showcase .lines {
  left: -40px;
}

.showcase .lines,
.showcase .lines .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.showcase .lines .line {
  height: 60px;
  background-color: #043055;
  left: 0;
}

.showcase .lines .line + .line {
  background-color: #a50021;
  transform: translateY(50%);
}

.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
}

.social-networks li {
  margin-right: 35px;
}

.clients-carousel.swiper {
  padding: 0;
  text-align: center;
}

.clients-carousel.swiper .swiper-wrapper {
  align-items: center;
}

.clients-carousel.swiper img {
  height: auto;
  max-width: 55%;
  width: 100%;
}

.clients-carousel.swiper .swiper-pagination {
  padding: 15px 0;
  position: static;
}

.clients-carousel.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #043055;
  margin: 0 5px !important;
  opacity: 1;
}

.clients-carousel.swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a50021;
  border-color: #a50021;
}

.page-template-evaluation .botton-wrap,
.page-template-evaluation .ampstart-headerbar-nav {
  display: none;
}

.page-template-evaluation .site-header a {
  margin: 0;
}

@media (min-width: 768px) {
  .buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .buttons li {
    margin: 0 20px 0 0;
  }

  .expertise-banner .text {
    padding-bottom: 30px;
  }

  .showcase .lines {
    left: -64px;
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 1.0417vw;
    padding: 0.5729vw 0.8333vw;
  }

  .page-template-evaluation .site-header .logo {
    padding: 12.3px 0;
  }

  .buttons li {
    margin-right: 2.0833vw;
  }

  .expertise-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1vw 0;
    min-height: calc(100vh - 90px);
  }

  .expertise-banner .lines {
    top: auto;
    width: 0.8854vw;
    bottom: 10vw;
  }

  .expertise-banner .lines .line {
    width: 0.8854vw;
    height: 3.3333vw;
  }

  .expertise-banner p {
    margin-bottom: 40px;
  }

  .expertise-banner h1 {
    font-size: 2.6042vw;
  }

  .expertise-banner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .expertise-banner .text {
    width: 58%;
    padding: 0 5vw 3.5vw 0;
    margin: 0;
    font-size: 0.9375vw;
  }

  .expertise-banner .text:after {
    width: 9.8958vw;
  }

  .expertise-banner .image {
    width: 42%;
    margin: 0;
    padding-top: 35vw;
    max-height: calc(100vh - 180px);
  }

  .expertise-banner .image:before {
    width: 31.1979vw;
    height: 16.1458vw;
    top: -1.5vw;
    right: -1.5vw;
  }

  .expertise-banner .image:after {
    width: 18.48vw;
    height: 11.25vw;
    left: -1.5vw;
    bottom: -1.5vw;
  }

  .container-new,
  .page-template-evaluation .site-header .container {
    max-width: 82.39583333333333vw;
  }

  .site-section h2 {
    font-size: 1.823vw;
  }

  .support-methods-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9375vw;
    margin: 0 -1vw;
  }

  .support-methods-list img {
    width: 3.125vw;
    height: 3.125vw;
  }

  .support-methods-list li {
    width: calc(33.33% - 2vw);
    margin: 0 1vw;
  }

  .support-methods-list h3 {
    font-size: 1.5625vw;
  }

  .text-text {
    font-size: 0.9375vw;
  }

  .text-text .text .red-line {
    width: 6.40625vw;
    height: 0.625vw;
    right: 13.0208vw;
  }

  .text-text .text .blue-line {
    width: 6.40624vw;
    height: 0.885416vw;
    left: -2vw;
  }

  .text-text p {
    max-width: 97%;
  }

  .text-text h2,
  .text-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .text-text h2 {
    max-width: 46vw;
  }

  .showcase {
    padding: 5vw 0;
    font-size: 0.9375vw;
    margin-top: 5vw;
  }

  .showcase .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .showcase.bg-blue .text:before {
    top: -5vw;
  }

  .showcase.no-bg {
    margin-top: 0;
  }

  .showcase.no-bg .image {
    order: 2;
  }

  .showcase.no-bg .image:before {
    width: 18.489583333333336vw;
    height: 9.53125vw;
    bottom: -1.5vw;
    right: -1.5vw;
  }

  .showcase .flex {
    justify-content: flex-start !important;
  }

  .showcase p {
    margin: 2.2917vw 0;
  }

  .showcase h2 {
    font-size: 1.8229vw;
  }

  .showcase .image {
    width: 39%;
    padding-top: 38vw;
    margin: 0;
    max-width: none;
  }

  .showcase .text {
    width: 53%;
    padding: 0 0 5vw;
  }

  .showcase .lines {
    width: 0.8854vw;
    top: 2.4vw;
    left: -10.9vw;
  }

  .showcase .lines .line {
    width: 0.8854vw;
    height: 3.3333vw;
  }

  .social-networks {
    font-size: 1.8229vw;
  }

  .social-networks li {
    margin-right: 1.8229vw;
  }

  .clients-carousel.swiper img {
    max-width: 95%;
  }

  .clients-carousel.swiper .swiper-pagination {
    padding: 3.5vw 0 0;
  }

  .clients-carousel.swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 19px !important;
  }
}

@media (min-width: 1600px) {
  .page-template-evaluation .site-header .logo {
    padding: 32.3px 0;
  }
}

/* Services and sectors */
.bg-img {
  background-size: cover;
  background-position: 50% 50%;
}

.bg-img .bg-img--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

/* service new style */
.banner {
  position: relative;
  min-height: 689px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 38px;
  color: white;
}

.banner h2,
.banner h1 {
  color: white;
  margin: 0 0 73px;
  /*font-size: 28px;*/
}

.banner a {
  color: white;
}

.banner .site-btn {
  font-size: 15px;
  min-width: 111px;
  padding: 7px 5px;
}

.site-section.service .heading-block {
  margin-bottom: 38px;
}

.site-section.service p {
  max-width: 275px;
  margin: 0 auto;
  line-height: 1.87;
}

.service-card-wrap {
  padding: 0 38px;
}

.service-card {
  margin-bottom: 76px;
  position: relative;
}

.service-card .text h3 {
  font-size: 24px;
  margin: 0;
}

.service-card .image {
  margin-bottom: 16px;
  padding-top: 70%;
}

.service-image-text-module h2 {
  color: #000;
  font-weight: 600;
}

.service-image-text-module p {
  max-width: 284px;
  margin: 0 auto 27px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.service-image-text-module {
  padding: 0 18px;
}

.service-image-text-module .image {
  margin-bottom: 18px;
  position: relative;
  padding-top: 70.38%;
}

.service-image-text-module .image amp-img img {
  object-fit: cover;
}

.ewcommendation-listing-block {
  margin: 0;
  padding: 0;
}

.recommendation-listing-block li .icon {
  margin-right: 16px;
  width: 8px;
}

.recommendation-listing-block li p {
  margin: 0;
  flex: 1;
}

.recommendation-listing-block li .icon img {
  width: 100%;
}

.four-col-text .column {
  background-color: #1e386b;
  min-height: 193px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 29px;
  padding: 10px 25px;
}

.form-tab-block {
  margin: 0;
  padding: 0;
}

.form-tab-block li {
  margin-bottom: 54px;
}

.form-tab-block a {
  display: table;
  background-color: #a50021;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding: 14px 5px;
  color: white;
  text-align: center;
  border: 2px solid #a50021;
  min-width: 215px;
}

.form-tab-block.form-tab-block-big a {
  min-width: 311px;
}

.form-tab-block a:hover {
  background-color: transparent;
  color: #a50021;
}

.four-col-text-heading {
  padding: 20px 0 40px;
  font-weight: 500;
}

.site-section.image-text-card-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-text-card {
  padding: 0 7px;
  margin-bottom: 70px;
}

.image-text-card .image {
  position: relative;
  padding-top: 57.5%;
  margin-bottom: 20px;
}

.image-text-card p {
  font-size: 18px;
}

.image-text-card .site-btn {
  padding: 6px;
  display: table;
  margin: 0 auto;
  min-width: 168px;
  font-size: 16px;
}

.site-section.team-section .team-box {
  box-shadow: none;
}

.team-slider .swiper-button-prev,
.team-slider .swiper-button-next {
  position: absolute;
}

.team-slider .swiper-button-prev {
  left: 0;
}

.team-slider .swiper-button-next {
  right: 0;
}

.team-slider .swiper-slide {
  padding: 0 55px;
}

.team-section .image.bg-img {
  padding-top: 114%;
}

@media (min-width: 768px) {
  .site-section.service p {
    max-width: 550px;
  }

  .service-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -25px;
    padding: 0;
  }

  .service-card {
    width: calc(50% - 50px);
    margin: 0 25px 50px;
  }

  .service-image-text-module p {
    max-width: 550px;
  }

  .form-tab-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-tab-block {
    margin: 0 -10px;
  }

  .form-tab-block li {
    margin: 0 10px 54px;
  }

  .team-slider .swiper-slide {
    padding: 0 80px;
  }

  .team-section .image.bg-img {
    padding-top: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }

  .container.container-lg {
    max-width: 2000px;
  }

  .container.container-xl-lg {
    max-width: 2200px;
  }

  .banner {
    min-height: 684px;
    padding: 50px 0;
  }

  .banner h2 {
    margin: 0 0 19px;
  }

  .banner p {
    max-width: 700px;
    margin: 0 0 17px;
    line-height: 1.87;
  }

  .site-section.service h2 {
    font-size: 32px;
  }

  .site-section.service p {
    max-width: 843px;
  }

  .site-section.service .heading-block {
    margin-bottom: 94px;
  }

  .service-card-wrap {
    margin: 0 -33px;
    justify-content: flex-start;
  }

  .service-card {
    width: calc(25% - 66px);
    margin: 0 33px 115px;
  }

  .service-image-text-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .service-image-text-module .image {
    width: 48.2%;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 392px;
  }

  .service-image-text-module .text {
    width: 46.7%;
    text-align: left;
  }

  .service-image-text-module p {
    max-width: none;
    margin: 0 0 30px;
    text-align: left;
  }

  .service-image-module h2 {
    font-size: 32px;
    margin-bottom: 33px;
  }

  .four-col-text {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }

  .four-col-text .column {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }

  .form-tab-block {
    max-width: 1111px;
    margin: 0 auto;
    padding: 38px 0;
  }

  .form-tab-block.form-tab-block-big {
    max-width: none;
    margin: 0;
  }

  .form-tab-block li {
    margin: 0 20px 40px;
  }

  .form-tab-block.form-tab-block-big a {
    min-width: 215px;
  }

  .recommendation-listing-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px 0;
  }

  .recommendation-listing-block li {
    width: 48%;
    font-weight: 500;
    margin-bottom: 47px;
    padding-right: 75px;
  }

  .recommendation-listing-block li .icon {
    width: 14px;
  }

  .image-text-card {
    width: 29%;
  }

  .image-text-card h2 {
    font-size: 32px;
  }

  .image-text-card .image {
    margin-bottom: 30px;
  }

  .image-text-card .site-btn {
    font-size: 18px;
    min-width: 209px;
    padding: 11px;
  }

  .team-slider {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
  }

  .team-slider:before,
  .team-slider:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
  }

  .team-slider:before {
    left: -100%;
    right: 92.5%;
  }

  .team-slider:after {
    right: -100%;
    left: 92.5%;
  }

  .team-slider .swiper-slide {
    padding: 0;
  }

  .team-section .image.bg-img {
    padding-top: 90.1%;
    max-width: 312px;
    margin: 0 auto;
  }

  .team-slider .swiper-button-prev,
  .team-slider .swiper-button-next {
    top: 240px;
  }
}

.whole-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wpcf7-form-control-wrap {
    display: block;
}

.input .wpcf7-form-control-wrap input {
    width: 100%;
}