@font-face {
  font-family: "Univers";
  src: url("css/fonts/UniversLTStd.otf");
}
@font-face {
  font-family: "Univers-light";
  src: url("css/fonts/UniversLTStd-Light.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Univers-cond-bold";
  src: url("css/fonts/Univers-Condensed-Bold.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Univers-bold";
  src: url("css/fonts/UniversLTStd-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Univers-black";
  src: url("css/fonts/UniversLTStd-Black.otf");
}
body {
  position: relative;
  font-family: "Univers";
}

.hide {
	display: none;
}

.pos-fix {
  position: fixed;
}

.top-0 {
  top: 0;
}

.color_red {
  color: #D32526 !important;
}

.color_green {
  color: #378E42 !important;
}

.color_grey {
  color: #aaa !important;
} 

.color_dark_grey {
	color: #363636 !important;
}

.bg-red {
  background: #D32526 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-green {
  background-color: #378E42 !important;
}

.bg-blue {
  background-color: #34374d !important;
}

.bg-dark-blue {
  background-color: #34374D !important;
}

.bg-submenu {
  position: relative;
}

.line-green {
  display: block;
  border-bottom: 3px solid #378E42;
}

.fz-22 {
	font-size: 22px;
}

.btn {
  font-family: "Univers-bold";
}

.btn,
.form-control {
  border: none;
  border-radius: 0;
}

.btn-green {
  background: #378e42;
  color: white;
  padding: 1.3rem 2rem;
  max-width: 350px;
  border-radius: 28px;
  text-transform: uppercase;
  margin-top: 5rem;
  text-decoration: none;
}

.btn-bordered-green {
	border: 2px solid #378E42;
	padding: 0.5rem 2.5rem;
}

.btn-green .arrow-left {
  margin-left: 1.2rem;
  width: 22px;
  height: 22px;
}
.btn-green:hover {
  text-decoration: none;
  color: #fff;
}

.black-mask, .submenu-mask {
  background: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.submenu-mask {
  background: rgba(52, 55, 77, 0.61);
}

.line-grey {
  border-bottom: 2px solid #ddd;
}

.full-screen {
  height: 84vh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
	overflow: hidden;
    top: 0;
    left: 0;
}

.bg-img .img-resp {
	object-fit: cover;
	width: 100%;
	height: 100%;
	animation: increase 40s linear 10ms infinite;
}

@keyframes increase {
	0% { transform: scale(1) }
	50% { transform: scale(1.15) }
	100% { transform: scale(1) }
}

.zi-999{
  z-index: 999;
}

.faq {
  width: 100%;
  height: 55vh;
  min-height: 650px;
  background: #378e42;
  transition: all 0.3s;
}

.icon-plus, .arrow-left {
  background: url(img/icon-plus.svg) center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.arrow-left {
  background: url(img/arrow-left.svg) center no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
  width: 48px;
}

.carousel-control-prev-icon,
#poste .owl-prev {
  background-image: url(img/prev_1.svg) !important;
  width: 48px;
  height: 48px;
  margin-left: -65px !important;
}

.carousel-control-next-icon,
#poste .owl-next {
  background-image: url(img/next_1.svg) !important;
  width: 48px;
  height: 48px;
  margin-right: -65px !important;
}

#poste .owl-prev,
#poste .owl-next {
  background-position: center !important;
  border-radius: 0 !important;
}

#poste .owl-prev {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translate(-50%, -50%);
}

#poste .owl-next {
  position: absolute;
  top: 50%;
  right: -0.7rem;
  transform: translate(-50%, -50%);
}

.green_bar, .red_bar {
  width: 35px;
  height: 25px;
  display: block;
  border-bottom: 10px solid #378E42;
}

.red_bar {
  border-bottom-color: #D32526 !important;
}

.home-slide #slider-container {
  width: 100%;
  height: 100%;
}
.home-slide #slider-container .carousel-indicators {
  top: 55%;
  bottom: 0;
  left: 20%;
  right: 50%;
}
.home-slide #slider-container .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  height: 35px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  position: relative;
  padding: 8px 0;
  color: #fff;
  font-family: "Univers-bold";
}
.home-slide #slider-container .carousel-indicators li.active,
.home-slide #slider-container .carousel-indicators li:hover {
  opacity: 1;
}
.home-slide #slider-container .carousel-indicators li.active::after,
.home-slide #slider-container .carousel-indicators li:hover::after {
  content: "";
  position: absolute;
  background: url(img/white-point.svg) no-repeat center;
  width: 6px;
  height: 6px;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
}
.home-slide #slider-container .carousel-inner {
  height: 100%;
}
.home-slide #slider-container .carousel-inner .carousel-caption {
  top: 20%;
  left: 50%;
  right: 0;
  bottom: 0;
  text-align: left;
  max-height: 290px;
  font-family: "Univers-cond-bold";
  text-transform: uppercase;
}
.home-slide #slider-container .carousel-inner .carousel-caption h2,
.home-slide #slider-container .carousel-inner .carousel-caption p {
  font-size: 2.8rem;
  font-weight: bold;
}

.fullpage {
  min-height: 84vh;
}

#motpresidence.carousel {
  margin-top: -14rem;
}
#motpresidence.carousel .carousel-item {
  background: #fff;
  border-top: 6px solid #D32526;
  padding: 2rem 4rem;
  min-height: 475px;
	
}
#motpresidence.carousel .carousel-item h3 {
  margin: 22px auto;
}
#motpresidence.carousel .carousel-item h3:first-child {
  font-family: "Univers-bold";
}
#motpresidence.carousel .carousel-item small {
  font-size: 10px;
}
#motpresidence.carousel .carousel-item .tiret {
  display: inline-block;
  border-bottom: 1px solid grey;
  width: 15px;
  margin-right: 5px;
}

.actualites,
.postes {
  margin-top: 8rem;
  color: #fff;
}
.actualites .title,
.postes .title {
  text-transform: uppercase;
  font-family: "Univers-bold";
}
.actualites .tiret,
.postes .tiret {
  width: 35px;
  height: 25px;
  display: block;
  border-bottom: 10px solid #378E42;
}
.actualites #actus,
.actualites #poste,
.postes #actus,
.postes #poste {
  margin: 3rem 0 8rem 0;
  width: 100%;
}
.actualites #actus .content,
.actualites #poste .content,
.postes #actus .content,
.postes #poste .content {
  /*background-color: #fff;*/
  border: 12px solid #ddd;
  text-decoration: none;
  display: block;
  position: relative;
  color: black;
  padding: 2rem;
  transition: all 600ms ease-in-out;
  min-height: 420px;
}
.actualites #actus .content .small-title,
.actualites #poste .content .small-title,
.postes #actus .content .small-title,
.postes #poste .content .small-title {
  color: #34374D;
  font-size: 21px;
  animation: hide 1s ease-in-out;
  animation-fill-mode: forwards;
}
.actualites #actus .content .readmore,
.actualites #poste .content .readmore,
.postes #actus .content .readmore,
.postes #poste .content .readmore {
  animation: hide 1s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes hide {
  0% {
    display: none;
    opacity: 0;
  }
  60% {
    display: block;
    opacity: 0.6;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.actualites #actus .content .date,
.actualites #poste .content .date,
.postes #actus .content .date,
.postes #poste .content .date {
  padding-top: 1rem;
  border-top: 1px solid #848484;
  color: #848484;
  display: block;
}
.actualites #actus .content:hover,
.actualites #poste .content:hover,
.postes #actus .content:hover,
.postes #poste .content:hover {
  border: 12px solid #D32526;
}
.actualites #actus .content:hover .readmore,
.actualites #poste .content:hover .readmore,
.postes #actus .content:hover .readmore,
.postes #poste .content:hover .readmore {
  display: block;
}
.actualites #actus .content:hover .title.mb-3,
.actualites #actus .content:hover .small-title,
.actualites #actus .content:hover .date,
.actualites #poste .content:hover .title.mb-3,
.actualites #poste .content:hover .small-title,
.actualites #poste .content:hover .date,
.postes #actus .content:hover .title.mb-3,
.postes #actus .content:hover .small-title,
.postes #actus .content:hover .date,
.postes #poste .content:hover .title.mb-3,
.postes #poste .content:hover .small-title,
.postes #poste .content:hover .date {
  display: none;
}
.actualites #actus .content .readmore,
.actualites #poste .content .readmore,
.postes #actus .content .readmore,
.postes #poste .content .readmore {
  display: none;
  font-family: "Univers-bold";
  font-size: 2rem;
  border-bottom: 6px solid #D32526;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.actualites #actus .content .readmore:hover,
.actualites #poste .content .readmore:hover,
.postes #actus .content .readmore:hover,
.postes #poste .content .readmore:hover {
  color: #D32526;
}
.actualites #actus .content span.color_red,
.actualites #poste .content span.color_red,
.postes #actus .content span.color_red,
.postes #poste .content span.color_red {
  font-size: 2.4rem;
  float: right;
  transition: all 400ms ease-in-out;
}
.actualites #actus .content h2,
.actualites #poste .content h2,
.postes #actus .content h2,
.postes #poste .content h2 {
  border-bottom: 1px solid black;
}
.actualites #actus .owl-dot,
.actualites #poste .owl-dot,
.postes #actus .owl-dot,
.postes #poste .owl-dot {
  outline: none;
}
.actualites #actus .owl-dot span,
.actualites #poste .owl-dot span,
.postes #actus .owl-dot span,
.postes #poste .owl-dot span {
  border: 1px solid #ddd;
  width: 16px;
  height: 16px;
  background: transparent;
  margin: 2rem 8px 0;
}
.actualites #actus .owl-dot.active span,
.actualites #poste .owl-dot.active span,
.postes #actus .owl-dot.active span,
.postes #poste .owl-dot.active span {
  border: 1px solid #378E42;
  background: #378E42;
}

.section-3 {
  margin: 5rem 0;
}
.section-3 .col-md-12 {
  margin-top: 5rem;
  text-align: center;
}
.section-3 .col-md-12 h2.title {
  text-transform: uppercase;
}
.section-3 .col-md-12 .tiret {
  width: 35px;
  height: 25px;
  display: block;
  border-bottom: 10px solid #378E42;
}
.section-3 .owl-confiances {
  padding-left: 64px;
  padding-right: 64px;
  height: 200px;
}
.section-3 .owl-confiances .owl-stage-outer {
  /*margin: auto 64px;*/
}
.section-3 .owl-confiances .item {
  height: 200px;
}
.section-3 .owl-confiances .item .img-resp {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*.section-3 .owl-confiances .owl-nav {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}*/
.section-3 .owl-confiances .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
  height: 100%;
  width: 62px;
  float: left;
  background: url(img/arrow_left.png) no-repeat center !important;
}
.section-3 .owl-confiances .owl-prev span {
  display: none;
}
.section-3 .owl-confiances .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0;
  height: 100%;
  width: 62px;
  float: right;
  background: url(img/arrow_right.png) no-repeat center !important;
}
.section-3 .owl-confiances .owl-next span {
  display: none;
}

.btn-contact {
	border-radius: 26px;
	background: #d32526;
	color: white;
	padding: 9px 2rem;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tradenet h1 {
  font-size: 3rem;
  font-family: "Univers-bold";
}
.tradenet .bg-submenu {
  color: #fff;
}
.tradenet .bg-submenu .container {
  z-index: 2;
}
.tradenet .bg-submenu .container ul {
  height: 100%;
  margin-left: 2rem;
}
.tradenet .bg-submenu .container ul li {
  list-style: none;
  margin: 3rem auto;
  cursor: pointer;
}
.tradenet .bg-submenu .container ul li a {
  text-decoration: none;
  color: #fff;
}
.tradenet .bg-submenu .container ul li .red-hover {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 14px;
}
.tradenet .bg-submenu .container ul li:hover .red-hover {
  background: #D32526;
}
.tradenet .bg-submenu .container ul li:hover a {
  text-decoration: none;
  color: #d32526;
}
.tradenet .bg-submenu .footer {
  min-height: 80px;
  z-index: 2;
}
.tradenet .bg-submenu .footer a:not(.btn) {
  margin: 0 0.8rem;
}
.tradenet .bg-submenu .footer a:not(.btn) img {
  width: 48px;
  height: 48px;
}
.job-row {
  height: 78vh;
  min-height: 480px;
  overflow-y: visible;
}
.form-job-content {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.form-job-content .form-content label {
  color: #707070;
  text-transform: uppercase;
}
.form-job-content .form-content .form-group input.form-control,
.form-job-content .form-content .form-group div.form-control,
.form-job-content .form-content .form-group select.form-control,
.form-job-content .form-content .form-group .input-files {
  border-bottom: 1px solid #707070;
  padding: 0.375rem 0;
  box-shadow: none;
  background: transparent;
  color: white;
  cursor: pointer;
}
.form-job-content .form-content .form-group input.form-control .strombone,
.form-job-content .form-content .form-group div.form-control .strombone,
.form-job-content .form-content .form-group .input-files .strombone {
  width: 24px;
  height: 24px;
  background: url(img/strombone.svg) center no-repeat;
  float: right;
  background-size: contain;
}
.form-job-content .form-content .form-group input.form-control .lm-details,
.form-job-content .form-content .form-group div.form-control .lm-details,
.form-job-content .form-content .form-group .input-files .lm-details {
  color: #848484;
}
.form-job-content .form-content .form-group .input-file-content {
  position: relative;
}
.form-job-content .form-content .form-group .input-file-content .input-files {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-job-content .form-content .form-group .btn {
  padding: 12px 24px;
  color: white;
}
.form-job-content .form-content .form-group .btn.btn-danger {
  margin-right: 2px;
  text-decoration: none;
}
.form-job-content .form-content .form-group .btn.btn-danger:hover {
  color: #d32526;
  background-color: #fff !important;
}
.form-job-content .form-content .form-group .btn.btn-success {
  padding: 12px 3rem;
}
.form-job-content .form-content ::-webkit-input-placeholder {
  color: #fff;
}
.form-job-content .form-content :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-job-content .form-content ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-job-content .form-content :-ms-input-placeholder {
  color: #fff;
}
.form-job-content .form-content ::-ms-input-placeholder {
  color: #fff;
}
.form-job-content .form-content ::placeholder {
  color: #fff;
}

.job-slider-details {
  min-height: 100vh;
  background: rgba(212, 213, 215, 0.9);
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.job-slider-details .container::-webkit-scrollbar {
    width: 6px;
    background-color: #ededed;
} 
.job-slider-details .container::-webkit-scrollbar-thumb {
    background-color: #d32526;
    height: 80px;
    border-radius: 6px;
}
.job-slider-details .container {
  height: 78vh;
  min-height: 480px;
  margin-top: 168px;
  overflow-y: scroll;
}
.job-slider-details .container .job_details {
  min-height: 480px;
  background: #fff;
  padding: 2rem 4rem;
  margin-top: 10%;
}
.btn-return {
    padding: 12px;
    background: #ddd;
    color: #fff;
    border-radius: 3rem;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    width: 140px;
}
.btn-return:hover {
	color: white;
	text-decoration: none;
}
.btn-return .arrow-left {
  transform: rotate(180deg);
  position: absolute;
  left: 1rem;
}
.bar_red_job {
	height: 10px;
    background: red;
    margin-bottom: 7px;
}
.btn-return .txt {
  margin-left: 8px;
}
.job-slider-details .container .job_details .content .col-lg-10 h2 {
  font-size: 2rem;
}
.job-slider-details .container .job_details .content .col-lg-10 .col-lg-12.mt-4 {
  color: #707070;
}
.job-slider-details .container .job_details .content .col-lg-10 .col-lg-12.mt-4 .line-grey {
  border-top: 1px solid #707070;
  border-bottom: none;
  width: 80%;
}
.job-slider-details .footer .btn-green {
  border-radius: 0;
  margin-top: 0;
}

.cgc-header {
  min-height: 56px;
}
.cgc-header h2 {
  font-size: 1.3rem;
}

.cgc-content {
  margin: 6rem 0;
}
.cgc-content h3 {
  margin: 2rem 0;
}

.table-mouvement tr:not(.head) {
  border-bottom: 1px solid #34374D;
}
.table-mouvement tr:not(.head):hover {
  background: #aaa;
}
.table-mouvement tr:not(.head):hover td {
  color: #d32526;
}

@media screen and (max-width: 1199px) {
  .comprendre .interior-content .details .details-title{
    font-size: 20px!important;
  }
}

@media screen and (max-width: 1024px) {
  #motpresidence.carousel {
    margin-top: -4rem;
  }
  .page-whyus .full-screen,#nous-sommes.full-screen,.comprendre .full-screen{
    height: 92vh;
    min-height: 780px;
  }
  .home-slide #slider-container .carousel-inner .carousel-caption {
    top: 5%;
  }

  .home-slide.full-screen {
    height: 100%;
    min-height: auto;
  }

  .actualites #actus .content {
  padding: 1rem;
}
.navbar .navbar-nav .menu-item a {
  font-size: 11px!important;
}
#menu-principal{
  justify-content: center;
}
}

@media screen and (max-width: 768px) {

  .home-slide.full-screen {
    height: auto;
    min-height: auto;
  }
  .carousel-control-prev-icon {
    margin-left: 0px !important;
  }

  .carousel-control-next-icon {
    margin-right: 0px !important;
  }

  .owl-confiances .owl-prev {
    width: 50px !important;
  }
  .owl-confiances .owl-next {
    width: 50px !important;
  }
}

@media screen and (max-width: 649px) {
  #poste .owl-prev {
    left: 88px;
  }

  #poste .owl-next {
    right: 42px;
  }
}

/*.navbar {
  height: 8vh;
  padding: 2rem 5rem;
}*/

.navbar .navbar-brand {
  margin-left: 5rem;
}
.navbar .navbar-brand .logo-item {
  width: 144px;
  height: auto;
  object-fit: contain;
}
.navbar .form-inline .form-control {
  width: 300px;
  border: 1px solid black;
}
#searchform {
	display: none;
	justify-content: flex-end;
	width: 45%;
	transition: all 400ms ease;
}
#searchform input#search {
	display: block;
	border: none;
    border-bottom: 2px solid #c1c1c1;
    width: 100%;
    outline: none;
	transition: all 400ms ease;
}
#btn-search {
  background: url(img/search.svg) no-repeat center;
  width: 35px;
  height: 35px;
  margin-right: 35px;
}
.navbar .langage {
  	display: flex;
	right: 0;
	height: 100%;
	color: #848484;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background-color: #EDEDED;
	width: 185px;
	min-height: 92px;
	margin-left: 60px;
}
.navbar .langage a {
  font-family: "Univers-light";
  color: #707070;
  text-decoration: none;
  padding: 5px;
  font-weight: 500;
  outline: none;
}
.navbar .langage-mobile {
  display: none;
}
.navbar .navbar-nav .menu-item {
  /*margin: 0 0.8rem;*/
	transition: all 400ms ease;
}
.navbar .navbar-nav .menu-item a {
  font-family: "Univers-bold";
  font-size: 14px;
  color: #fff;
  padding-right: 0;
  padding-left: 0;
  height: 68px;
  min-width: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.8rem;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
	transition: all 400ms ease;
}
.navbar .navbar-nav .menu-item.current-menu-item a,
.navbar .navbar-nav .menu-item:hover a {
  font-family: "Univers-bold";
  background-color: #28763C;
  color: #fff;
  position: relative;
}
/*.navbar .navbar-nav .menu-item.current-menu-item a::after,
.navbar .navbar-nav .menu-item:hover a::after {
  color: #3E556F;
  content: "";
  background: url(img/green-point.svg) no-repeat center;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -8px;
}*/
.navbar .navbar-text .btn-follow_folder {
  background-color: #DDDDDD;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
.navbar .navbar-text .btn-follow_folder .text {
  padding-right: 32px;
  width: 236px;
  display: block;
}
.navbar .navbar-text .btn-follow_folder .arrow-right {
  background: url(img/right.svg) no-repeat center #D32526;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

 @media screen and (max-width: 991px) { 
  .navbar .navbar-nav .menu-item a {
    height: 40px;
  }
   #nos-valeurs.content-subtitle{
     position: relative!important;
   }

  .interior-content .mission .mission-grid {
    transform: unset!important;
    left: 0!important;
  }
     .navbar-expand-lg .navbar-toggle {
    display: block;
    outline: none;
    }
    .navbar .navbar-toggle {
  border-radius: 0;
}
   .nav-menu-green{
     min-height:0px!important;
   } 
  .interior-content .mission .mission-grid{
    position: relative!important;
  }
  .interior-content .mission {
    height: 100%!important;
  }
.interior-content .mission {
    min-height: 1600px!important;
  }
  .navbar-collapse {
    background: #378e42;
    padding: 2rem;
    position: fixed;
    top: 139px;
    width: 100%;
    z-index: 9999;
    
  }
  .navbar-collapse .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
} 

@media screen and (max-width: 768px) {
  .navbar {
    height: auto;
    min-height: 12vh;
    padding: 1rem 2rem;
  }
.navbar-collapse {
    top: 127px;
  }
.navbar-collapse .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar .langage {
    display: none;
  }
  .navbar .langage-mobile {
    display: block;
  }
  .navbar .langage-mobile a {
    color: #848484;
    text-decoration: none;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 425px) {
  .accordeon-title h2{
    font-size: 1.5rem;
  }
  .tradenet .bg-submenu .container ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #motpresidence.carousel .carousel-item {
    padding: 2rem 1rem;
  }
  .home-slide #slider-container .carousel-indicators {
    top: 58%!important;
    left: 34%;
}
#motpresidence.carousel {
  margin-top: -2rem;
}
.home-slide #slider-container .carousel-indicators {
  top: 68%;
}
}

@media (max-width: 320px) {
  .nav-flex-icons{
    width: 34%;
  }
  .navbar-collapse {
    top: 152px;
  }
}

@media (max-width: 1635px) {
  #navbar-md .navbar-nav .menu-item a {
    font-family: "Univers-light";
    font-size: 14px;
    color: #3E556F;
    padding-right: 0;
    padding-left: 0;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    transition: all 400ms ease;
}
#navbar-md .navbar-nav .menu-item.current-menu-item a,
#navbar-md .navbar-nav .menu-item:hover a {
  font-family: "Univers-bold";
  color: #378E42;
  position: relative;
}
#navbar-md .navbar-nav .menu-item.current-menu-item a::after,
#navbar-md .navbar-nav .menu-item:hover a::after {
  color: #378E42;
  content: "";
  background: url(img/green-point.svg) no-repeat center;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
  #navbar-md{
    padding: 12px;
    display: block!important;
  }
  #navbar-md #menu-principal-1{
    flex-direction: row;
  }

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
} 
}

.mask-grey {
  background: rgba(132, 132, 132, 0.72);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.rounded-red-small {
  width: 48px;
  height: 48px;
  background: #d32526;
  border-radius: 50%;
  transition: all 200ms linear;
}
.rounded-red-small img {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 200ms linear;
}
.rounded-red-small:hover img {
  zoom: 110%;
}

.interior-header .col-md-6 {
  background: white;
  min-height: 250px;
  padding: 1.5rem;
}
.interior-header .col-md-6 .content .title {
  color: #D32526;
  font-size: 2.3rem;
  text-transform: uppercase;
}
.interior-header .col-md-6 .content .title .boule {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #d32526;
  top: 14px;
}
.interior-header .col-md-6 .content .title .text {
  margin-left: 21px;
  font-weight: 400;
}
.interior-header .col-md-6 .content p {
  margin-left: 5rem;
  margin-top: 2rem;
}

.interior-content .created-date .col-lg-4 h2 {
  color: #d32526;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
}
.interior-content .created-date .col-lg-4 p {
  font-size: 1.75rem;
}
.interior-content .created-date .col-lg-8 {
  color: #848484;
}
.interior-content .mission {
  min-height: 950px;
  height: 80vh;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
.interior-content .mission .content-title {
  height: 100%;
  transition: all 0.6s;
}
.interior-content .mission .content-title:hover, .interior-content .mission .content-title:focus {
  transform: scale(1.2);
}
.interior-content .mission .content-title .content {
  color: #fff;
}
.interior-content .mission .content-title .content .row {
  padding: 6rem 3rem;
}
.interior-content .mission .content-title .content .row .rounded-white {
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms linear;
}
.interior-content .mission .content-title .content .row .rounded-white img {
  display: block;
  width: 38px;
  height: 38px;
  transition: all 200ms linear;
}
.interior-content .mission .content-title .content .row .rounded-white:hover img {
  zoom: 110%;
}
.interior-content .mission .content-title .content .row h2 {
  margin-left: 2rem;
  text-transform: uppercase;
}
.interior-content .mission .content-description {
  padding: 6rem 3rem;
  height: 100%;
  color: #fff;
}
.interior-content .mission .content-subtitle {
  position: absolute;
  bottom: 0;
  min-height: 140px;
  padding: 2rem 4rem;
  background: #fff;
}
.interior-content .mission .content-subtitle .rounded-red {
  width: 62px;
  height: 62px;
  background: #d32526;
  border-radius: 50%;
  transition: all 200ms linear;
}
.interior-content .mission .content-subtitle .rounded-red img {
  display: block;
  width: 38px;
  height: 38px;
  transition: all 200ms linear;
}
.interior-content .mission .content-subtitle .rounded-red:hover img {
  zoom: 110%;
}
.interior-content .mission .content-subtitle h2 {
  margin-left: 2rem;
  text-transform: uppercase;
}
.interior-content .mission .mission-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 250px;
  transform: translate(-50%, -50%);
}
.interior-content .mission .mission-grid .col-lg-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.interior-content .mission .mission-grid .col-lg-4 .contenu {
  height: 100%;
  border: 1rem solid #ddd;
  padding: 2rem;
  background-color: #fff;
  color: #3E556F;
}
.interior-content .mission .mission-grid .col-lg-4 .contenu .line-grey {
  border-bottom-color: #aaa !important;
  width: 80%;
}
.interior-content .valeur h2 {
  color: #aaa;
}
.interior-content .valeur .mt-8 {
  margin-top: 6rem;
}
.interior-content .valeur .mt-10 {
  margin-top: 12rem;
}
.interior-content .valeur .mt-12 {
  margin-top: 18rem;
}
.interior-content .motdudirection {
  margin-top: 6rem;
}
.interior-content .motdudirection .col-lg-12 {
  min-height: 425px;
  border-top: 8px solid #d32526;
  background-size: cover;
}
.interior-content .motdudirection .col-lg-12 .description {
  margin: 6rem 3rem 0 3rem;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-3 .rounded-red {
  width: 115px;
  height: 115px;
  background: #d32526;
  border-radius: 50%;
  transition: all 200ms linear;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-3 .rounded-red img {
  display: block;
  width: 45px;
  height: 45px;
  transition: all 200ms linear;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-3 .rounded-red:hover img {
  zoom: 110%;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-6 {
  min-height: 165px;
  background-color: #fff;
  padding: 3rem;
  margin-top: 4rem;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-6 .title-dg {
  color: #d32526;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 1.5rem;
  padding-top: 14px;
}
.interior-content .motdudirection .col-lg-12 .description .col-lg-6 .txt-dg {
  margin-left: 75px;
  margin-top: 20px;
  color: #aaa;
}
.interior-content .mot-content .header p {
  color: #aaa;
  margin-left: 7rem;
}
.interior-content .mot-content .text-title p {
  font-size: 28px;
}
.interior-content .mot-content .text-grey p {
  color: #848484;
}

.interior-footer {
  min-height: 415px;
  border-top: 8px solid #d32526;
  position: relative;
}
.interior-footer .content {
  color: #fff;
  text-align: center;
  z-index: 2;
}
.interior-footer .content .btn-postuler {
  color: white;
  text-decoration: none;
  margin-top: 4rem;
  text-transform: uppercase;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.interior-footer .content .btn-postuler .arrow-left {
  margin-left: 2rem;
}
.interior-footer .content .btn-postuler:hover .arrow-left {
  margin-left: 2.5rem;
}

.comprendre .col-md-6,
.bsc .col-md-6,
.module .col-md-6 {
  min-height: 1px;
  padding: 2rem 3rem;
}
.comprendre .col-md-6 .text,
.bsc .col-md-6 .text,
.module .col-md-6 .text {
  font-size: 2rem;
  text-transform: uppercase;
  margin-left: 2rem;
  width: 65%;
}
.comprendre .interior-content,
.bsc .interior-content,
.module .interior-content {
  margin-top: 5rem;
}
.comprendre .interior-content .details,
.bsc .interior-content .details,
.module .interior-content .details {
  margin: 4rem 0;
}
.comprendre .interior-content .details .details-title,
.bsc .interior-content .details .details-title,
.module .interior-content .details .details-title {
  font-size: 26px;
  text-transform: uppercase;
}
.comprendre .interior-content .mission .mission-grid,
.bsc .interior-content .mission .mission-grid,
.module .interior-content .mission .mission-grid {
  transform: translate(-50%, 0%);
}

.bsc .submenu-content .submenu,
.module .submenu-content .submenu {
  background: #d32526;
  height: 62px;
}
.bsc .submenu-content .submenu ul li,
.module .submenu-content .submenu ul li {
  list-style-type: none;
}
.bsc .submenu-content .submenu ul li a,
.module .submenu-content .submenu ul li a {
  color: #ddd;
  padding: 0 0.8rem;
  text-decoration: none;
}
.bsc .submenu-content .submenu ul li a:hover, .bsc .submenu-content .submenu ul li a.active,
.module .submenu-content .submenu ul li a:hover,
.module .submenu-content .submenu ul li a.active {
  color: white;
}
.bsc .interior-content .details,
.module .interior-content .details {
  margin: 4rem 0;
}
.bsc .interior-content .details .details-title,
.module .interior-content .details .details-title {
  font-size: 26px;
  text-transform: none;
}
.bsc .interior-content .details p,
.module .interior-content .details p {
  font-size: 1rem;
}
.bsc .interior-content .btn,
.module .interior-content .btn {
  color: white;
  padding: 1.3rem 2rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  border-radius: 36px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.bsc .interior-content .btn-red,
.module .interior-content .btn-red {
  background: #d32526;
  text-align: left;
  padding-left: 6rem;
}
.bsc .interior-content .btn-green,
.module .interior-content .btn-green {
  text-align: left;
  padding-left: 6rem;
}
.bsc .interior-content .btn-blue,
.module .interior-content .btn-blue {
  background: #34374D;
}
.bsc .interior-content .interactive::before,
.module .interior-content .interactive::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(img/interactivity.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 36px;
  top: 18px;
}
.bsc .interior-content .graph::before,
.module .interior-content .graph::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(img/bar_graph.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 36px;
  top: 18px;
}
.bsc .info.bordered,
.module .info.bordered {
  color: #fff;
  padding: 2rem 3rem;
  margin-bottom: 6rem;
  position: relative;
  border-top: 8px solid #d32526;
  transition: all 0.6s;
}
.bsc .info.bordered:hover, .bsc .info.bordered:focus,
.module .info.bordered:hover,
.module .info.bordered:focus {
  transform: scale(1.05);
}
.bsc .btn-link,
.module .btn-link {
  padding: 1rem 2rem;
  margin-top: 0;
  border-radius: 36px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #B7B7B7;
  color: black;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bsc .btn-link:hover,
.module .btn-link:hover {
  color: white;
  background: #378E42;
  border: 2px solid #378E42;
}
.bsc .red_bar,
.module .red_bar {
  width: 80px;
  border-bottom: 8px solid #d32526;
}

.module .module-section {
  display: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.module .module-section.active {
  display: block;
}
.module table.table-module td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
}

.page-joinus .full-screen {
  position: relative;
}
.page-joinus .full-screen h2,
.page-joinus .full-screen p {
  font-size: 3.2rem;
  color: #fff;
}


.page-joinus .content-joinus .carousel-top #motpresidence.carousel {
  margin-top: -5rem;
}
.page-joinus .content-joinus .carousel-top #motpresidence.carousel img {
  background-color: #34374D;
  border-radius: 50%;
  max-width: 160px;
}
.page-joinus .content-joinus .spontanee h2 {
  text-align: center;
}

.form-job-content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

#poste .content:hover .readmore {
  font-size: 3.5rem;
}
#poste .owl-dot span {
  border: 1px solid #ddd;
  width: 16px;
  height: 16px;
  background: transparent;
  margin: 2rem 8px 0;
}
#poste .owl-dot.active span {
  border: 1px solid #fff;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .form-job-content {
    overflow: scroll;
  }
}
.page-whyus .container:not(.content-page) .title,
.page-whyus .container-fluid.header .title {
  background: white;
  padding: 2rem 3rem;
  border-top: 6px solid #D32526;
}
.page-whyus .container:not(.content-page) .title .color_red,
.page-whyus .container-fluid.header .title .color_red {
  font-size: 2rem;
  text-transform: uppercase;
  margin-left: 2rem;
}
.page-whyus .content-page .accordeon-secondary {
  border-bottom: 2px solid #378e42;
}
.page-whyus .content-page .accordeon-secondary .secondary-title h3 {
  font-size: 1.5rem;
}
.page-whyus .content-page .accordeon {
  margin: 8rem 0;
}
.page-whyus .content-page .accordeon .icon-plus, .page-whyus .content-page .accordeon .arrow-left,
.page-whyus .content-page .accordeon .icon-down {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.page-whyus .content-page .accordeon .icon-down {
  background: url(img/down-grey.svg) center no-repeat;
  width: 32px;
  height: 32px;
}
.page-whyus .content-page .accordeon .accordeon-content,
.page-whyus .content-page .accordeon .secondary-content {
  border-bottom: 1px solid #707070;
}
.page-whyus .content-page .accordeon .accordeon-content .accordeon-title,
.page-whyus .content-page .accordeon .accordeon-content .secondary-title,
.page-whyus .content-page .accordeon .secondary-content .accordeon-title,
.page-whyus .content-page .accordeon .secondary-content .secondary-title {
  position: relative;
  cursor: pointer;
  width: 100%;
}
/* .page-whyus .content-page .accordeon .accordeon-content .accordeon-title:hover .icon-plus, .page-whyus .content-page .accordeon .accordeon-content .accordeon-title:hover .arrow-left,
.page-whyus .content-page .accordeon .accordeon-content .secondary-title:hover .icon-plus,
.page-whyus .content-page .accordeon .accordeon-content .secondary-title:hover .arrow-left,
.page-whyus .content-page .accordeon .secondary-content .accordeon-title:hover .icon-plus,
.page-whyus .content-page .accordeon .secondary-content .accordeon-title:hover .arrow-left,
.page-whyus .content-page .accordeon .secondary-content .secondary-title:hover .icon-plus,
.page-whyus .content-page .accordeon .secondary-content .secondary-title:hover .arrow-left {
  transform: translate(-50%, -50%) rotate(45deg);
} */
.page-whyus .content-page .accordeon .accordeon-content .accordeon-title h2,
.page-whyus .content-page .accordeon .accordeon-content .accordeon-title h3,
.page-whyus .content-page .accordeon .accordeon-content .secondary-title h2,
.page-whyus .content-page .accordeon .accordeon-content .secondary-title h3,
.page-whyus .content-page .accordeon .secondary-content .accordeon-title h2,
.page-whyus .content-page .accordeon .secondary-content .accordeon-title h3,
.page-whyus .content-page .accordeon .secondary-content .secondary-title h2,
.page-whyus .content-page .accordeon .secondary-content .secondary-title h3 {
  max-width: 90%;
  font-family: "Univers-bold";
}
.page-whyus .content-page .accordeon .accordeon-content .main-content,
.page-whyus .content-page .accordeon .accordeon-content .secondary-main-content,
.page-whyus .content-page .accordeon .secondary-content .main-content,
.page-whyus .content-page .accordeon .secondary-content .secondary-main-content {
  display: none;
  overflow: hidden;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.page-whyus .content-page .accordeon .accordeon-content .main-content .bordered-grey,
.page-whyus .content-page .accordeon .accordeon-content .secondary-main-content .bordered-grey,
.page-whyus .content-page .accordeon .secondary-content .main-content .bordered-grey,
.page-whyus .content-page .accordeon .secondary-content .secondary-main-content .bordered-grey {
  margin: 2rem auto;
  padding: 2rem 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.page-whyus .content-page .accordeon .accordeon-content .main-content .line-grey,
.page-whyus .content-page .accordeon .accordeon-content .secondary-main-content .line-grey,
.page-whyus .content-page .accordeon .secondary-content .main-content .line-grey,
.page-whyus .content-page .accordeon .secondary-content .secondary-main-content .line-grey {
  border-bottom: 1px solid #707070;
}
.page-whyus .content-page .accordeon .accordeon-secondary.show-more .secondary-title .icon-down {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-whyus .content-page .accordeon .accordeon-secondary.show-more .secondary-main-content {
  display: block;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .accordeon-title h2 {
  color: #378e42;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .accordeon-title .icon-plus, .page-whyus .content-page .accordeon .accordeon-content.show-more .accordeon-title .arrow-left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content {
  display: block;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content img {
  object-fit: cover;
  width: 100%;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content .img-md-5 {
  max-height: 320px;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content .img-md-12 {
  max-height: 650px;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content .img-maxheight {
  max-height: 100%;
}
.page-whyus .content-page .accordeon .accordeon-content.show-more .main-content .img-fullheight {
  height: 100%;
}
.page-whyus .content-page .content-info {
  margin: 8rem auto;
}
.page-whyus .content-page .content-info .date {
  color: #aaa;
  font-size: 22px;
}
.page-whyus .content-page .content-info .content-image {
  padding-left: 0;
  padding-top: 8px;
  max-height: 460px;
  overflow: hidden;
  transition: all 200ms linear;
}
.page-whyus .content-page .content-info .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease;
}
.page-whyus .content-page .content-info .content-image img:hover {
  transform: scale(1.2);
}
.page-whyus .content-page .content-info .content-image.details {
  padding-left: 15px;
}
.page-whyus .content-page .content-info .content-apercue {
  color: #707070;
}
.page-whyus .content-page .content-info .content-apercue .title {
  color: #34374d;
  font-size: 2.4rem;
}
.page-whyus .content-page .content-info .content-apercue .bare-red {
  border-bottom: 7px solid #D32526;
  width: 61px;
  margin-top: 22px;
  margin-bottom: 3rem;
  display: block;
}
.page-whyus .content-page .content-info .content-apercue a {
  color: #707070;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 3rem;
  display: block;
}
.page-whyus .faq-content .accordeon .accordeon-content:not(.no-border-shadow) {
  background: white;
  padding: 1rem 3rem;
  color: #B7B7B7;
  box-shadow: 1px 1px 6px #707070;
  margin: 2rem 0;
  border-bottom: none !important;
}
.page-whyus .faq-content .accordeon .accordeon-content:not(.no-border-shadow) .accordeon-title h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.page-whyus .faq-content .accordeon .accordeon-content:not(.no-border-shadow) .icon-plus, .page-whyus .faq-content .accordeon .accordeon-content:not(.no-border-shadow) .arrow-left {
  background: url(img/plus.svg) center no-repeat;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.page-whyus .faq-content .section-3 {
  margin: 0 0 3rem 0;
}
.page-whyus .faq-content .content-tradenet {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.devis .rounded-red-small img {
  width: 48px;
  height: 48px;
}
.devis .content-devis {
  margin: 8rem 0;
  border: 6px solid #378E42;
  color: #378E42;
  padding: 4rem 5rem;
}
.devis .content-devis h3 {
  font-weight: 300;
}
.devis .content-devis .change {
  margin-top: 4rem;
}
.devis .content-devis .change .b-r {
  border-right: 1px solid black;
}
.devis .content-devis .change .table {
  color: #34374D;
  text-transform: uppercase;
}
.devis .content-devis .change .table td {
  border: none;
}

@media screen and (max-width: 767px) {
  .devis .content-devis .change .b-r {
    border-right: none;
  }
  .devis .table.text-right {
    text-align: left !important;
  }
}
.page-contact .contact-info {
  position: relative;
  z-index: 5;
  background: #fff;
  margin-top: -16rem;
  height: 16rem;
}
.page-contact .contact-info .info-top .contact-label {
  color: #fff;
  background: #378e42;
  padding: 14px 8px;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -45px;
  left: -20px;
}
.page-contact .contact-info .info-top .contact-label:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid #378e42;
  border-top: 10px solid #378e42;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.page-contact .contact-info .info-top .contact-siege {
  color: #fff;
  background: #d32526;
  padding: 14px 22px;
  width: 240px;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -45px;
  left: 220px;
  z-index: 3;
  cursor: pointer;
  animation: all 1s ease-in-out;
}
.page-contact .contact-info .info-top .contact-siege .contact-text {
  position: relative;
  height: 24px;
  animation: all 1s ease-in-out;
}
.page-contact .contact-info .info-top .contact-siege .contact-text:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(img/down.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 0;
  animation: transform 1s ease-in-out;
}
.page-contact .contact-info .info-top .contact-siege .adress-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
  display: none;
  animation: all 1s ease-in-out;
}
.page-contact .contact-info .info-top .contact-siege .adress-list li {
  margin: 12px 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  cursor: pointer;
}
.page-contact .contact-info .info-top .contact-siege .adress-list li:hover {
  font-weight: bolder;
}
/*.page-contact .contact-info .info-top .contact-siege:hover .contact-text:after {
  transform: rotate(180deg);
}
.page-contact .contact-info .info-top .contact-siege:hover .adress-list {
  display: block;
}*/
.page-contact .contact-info .info-content {
  padding: 3rem 3rem 0 3rem;
}
.page-contact .contact-info .info-content.hide {
  display: none;
}
.page-contact .contact-info .btn-green {
  padding: 14px 26px;
  background: #378e42;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .interior-content .mot-content .header p {
    margin-left: 3rem;
}
  .section-3 .owl-confiances .owl-stage-outer {
    margin: auto;
}
  .navbar .navbar-nav .menu-item a {
    font-size: 14px!important;
}
  .home-slide #slider-container .carousel-inner .carousel-caption {
    left:20%;
  }

  .navbar-collapse .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #navbar-md{
    display: none!important;
  }
    .navbar-collapse {
      background: rgba(55, 142, 66, 0.95);
      padding: 1rem;
  } 
  .page-contact .contact-info {
    margin-top: 46px;
  }
}
.page-contact .container.contact-form .row.justify-content-center {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group {
  margin-bottom: 2rem;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group label {
  text-transform: uppercase;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group input.form-control {
  border-bottom: 3px solid #707070;
  padding: 0.375rem 0;
  box-shadow: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group input.form-control:focus {
  outline: none;
  -webkit-appearance: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group select.form-control {
  border-bottom: 3px solid #707070;
  padding: 0.375rem 0;
  box-shadow: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group select.form-control option {
  color: white;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group select.form-control:focus {
  outline: none;
  -webkit-appearance: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group textarea {
  display: block;
  width: 100%;
  background-color: #3E556F;
  color: #fff;
  border: none;
  box-shadow: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group textarea:focus {
  outline: none;
  -webkit-appearance: none;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .form-group_txtarea {
  margin-bottom: 0.5rem;
}
.page-contact .container.contact-form .row.justify-content-center .col-lg-10 .contact-form .btn {
  padding: 1rem 4rem;
  text-transform: uppercase;
}

footer .row.content {
  border-top: 2px solid #ddd;
}
footer .info .color_red {
  font-family: "Univers-bold";
}
footer .nav-footer .footer-logo img {
  max-width: 150px;
}
footer .nav-footer ul {
  list-style-type: none;
  margin: 0;
}
footer .nav-footer ul li a {
  text-decoration: none;
  color: grey;
  font-family: "Univers-bold";
}
footer .nav-footer ul li a:hover {
  color: #d32526;
}
footer .nav-footer ul li img {
  width: 150px;
  height: auto;
}
footer .col-lg-3.bg-green .content {
  color: #fff;
  padding: 4rem 3rem;
}
footer .col-lg-3.bg-green .content h3 {
  font-family: "Univers-bold";
}
footer .col-lg-3.bg-green .content .social-media p {
  font-family: "Univers-bold";
}
footer .col-lg-3.bg-green .content .social-media a {
  margin: 0 8px;
}
footer .col-lg-3.bg-green .content .social-media a img {
  width: 48px;
}
footer .col-lg-3.bg-green .content form {
  margin: 3rem 0 5rem;
}
footer .col-lg-3.bg-green .content form .btn-newsletter {
  background-color: #D32526;
  color: #fff;
  padding: 0 18px;
}
footer .info {
  font-size: 12px;
}
footer .bandeau {
  min-height: 65px;
  font-size: 12px;
}
footer .bandeau .end-page {
  text-decoration: none;
  font-size: 12px;
  color: #8f97d2;
}
footer .bandeau .end-page li {
  display: inline-flex;
  /*color: white;*/
}
footer .bandeau .end-page li a {
  color: white;
  text-decoration: none;
}
footer .bandeau .end-page li a:hover {
  color: #D32526;
}
footer .bandeau .rs-link {
  text-decoration: none;
  color: #959DDB;
}
footer .bandeau .rs-link:hover {
  color: #D32526;
}

@media screen and (max-width: 768px) {
  footer .col-lg-3.bg-green .content {
    padding: 4rem 1rem;
  }
}

.page-item.active .page-link {
    background-color: #378e42;
    border-color: #378e42;
}

.page-link {
    border: 1px solid #dee2e6;
	color: #000;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;	
}

#dynamique-table_filter input {
	border: 1px solid #c1c1c1;	
}

#dynamique-table_wrapper .col-sm-12.col-md-6 {
	padding: 0 15px!important;	
}

.page-numbers {
	margin: 0 .8rem;
	text-decoration: none;
}

.page-numbers.prev, 
.page-numbers.next {
	text-decoration: none;
	width: 42px;
    height: 42px;
    display: inline-flex;
    color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 1.4rem;
}

.page-numbers:not(.prev):not(.next) {
    padding-bottom: 4px;
    color: #34374D;
    font-weight: 800;
    font-size: 19px;	
	text-decoration: none;
}

.page-numbers.current, .page-numbers:not(.prev):not(.next):not(.dots):hover {
    border-bottom: 2px solid #d32526;
}

.prev.page-numbers {
	background-image: url(img/arrow_black.png);
	background-position: center;
	background-repeat: no-repeat;
}

.next.page-numbers {
	background-image: url(img/arrow_black.png);
 	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.prev.page-numbers:hover {
	background-image: url(img/arrow_white.png);
    background-color: #d32526;
	transform: rotate(-180deg);
}

.next.page-numbers:hover {
	background-image: url(img/arrow_white.png);
	background-color: #d32526;
	transform: rotate(0deg);
}

.article-nav a {
	margin: 0 1rem;
    color: #378e42;
    text-decoration: none;
}

.search-input.hide {
	display: none;
}

.search-input.show {
	display: inline-block;
}

/*# sourceMappingURL=style.css.map */

.submenu-content.fixed-menu {
    display: flex;
    position: fixed;
    top: 31px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}

.border-bottom-green {
	border-bottom: 2px solid #378E42;
}

.tracking-content .border-green {
	border: 16px solid #378E42;
}

.tracking-select {
	color: #fff;
    background: #378E42;
    padding: 14px 22px;
    width: 240px;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
    animation: all 1s ease-in-out;
}

.tracking-select .select-text {
    position: relative;
    height: 24px;
    animation: all 1s ease-in-out;
}

.tracking-select .select-text:after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(img/down.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: 0;
    animation: transform 1s ease-in-out;
}

.tracking-select .option-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 2rem;
    display: none;
    animation: all 1s ease-in-out;
}

.tracking-select .option-list li {
  margin: 12px 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  cursor: pointer;
}

.tracking-select .option-list li:hover {
  font-weight: bolder;
}

.tracking-select:hover .select-text:after {
  transform: rotate(180deg);
}

.tracking-select:hover .option-list {
  display: block;
}

.border-none {
	border-radius: 0;
}

.inline-input_text {
    border: none;
    border-bottom: 1px solid #707070;
    margin-left: 14px;
	color: #ddd;
	outline: none;
}

.inline-input_text::placeholder {
	color: #ddd;
}

.inline-input_text:-ms-input-placeholder {
  color: #ddd;
}

.inline-input_text::-ms-input-placeholder {
  color: #ddd;
}

.close-search {
    position: absolute;
    background: url(img/icon-plus.svg) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    transform: translate(-50%,-50%) rotate(45deg);
    right: 12px;
    top: 50%;
	z-index: 999999;
}

.list-style-none {
	list-style-type: none;
}

.borde-bottom-grey {
	border-bottom: 1px solid #707070;
}

.tracking-result {
	display: none;
}

.sticky-top { 
	top: -2px;
}

.mr-60p {
	margin-right: 60px;
}

html.sr .load-hidden {
  visibility: hidden;
}

html.sr .animated-info,
{
  visibility: hidden;
}

.nav-menu-green {
	-webkit-box-shadow: 0px 3px 26px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 26px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 26px -5px rgba(0,0,0,0.6);
}

.liste-poste option, .contact-select option { 
    background-color: #34374D;
}

.green-navigation .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.green-navigation .owl-dot {
	outline: none;
}
.green-navigation .owl-dot span {
	background: #fff;
	border: 1px solid #378e42;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	margin: 0 4px;
}			
.green-navigation .owl-dot.active span {
	background: #378e42;
}

 #go-top {
	 display: none;
	 position: fixed;
	 bottom: 200px;
	 right: 35px;
	 width: 60px;
	 height: 60px;
	 line-height: 45px;
	 text-align: center;
	 cursor: pointer;
	 z-index: 9999;
	 background: url('img/down.svg') center no-repeat;
	 background-size: 16px 28px;
	 background-color: #B7B7B7;
	 transform: rotate(180deg);
 }
 
.dl-300 {
	animation-delay: 0.3s;
}
	
.dl-500 {
	animation-delay: 0.5s;
}

.dl-600 {
	animation-delay: 0.6s;
}

.dl-700 {
	animation-delay: 0.7s;
}

.dl-800 {
	animation-delay: 0.8s;
}

.dl-900 {
	animation-delay: 0.9s;
}

.dl-1100 {
	animation-delay: 1.1s;
}

.dl-1200 {
	animation-delay: 1.2s;
}

.dl-1300 {
	animation-delay: 1.3s;
}

.dl-1400 {
	animation-delay: 1.4s;
}

.dl-1500 {
	animation-delay: 1.5s;
}

.dl-1600 {
	animation-delay: 1.6s;
}
	
.dl-1700 {
	animation-delay: 1.7s;
}