.set-pad-mar {
  padding: 0;
  margin: 0;
}
.pad-mar {
  padding: 0;
  margin: 0;
}
.pad-mar-tb {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.padd-t-m {
  padding-top: 50px;
}
.padd-t-l {
  padding-top: 30px;
}
.padd-b-xl {
  padding-bottom: 45px;
}
.padd-t-xl {
  padding-top: 50px;
}
.marg-t-l {
  margin-top: 30px;
}
.marg-t-xl {
  margin-top: 45px;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/Menu-Web8.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* titre de chaque partie
--------------------------------*/
.title_red_bottom {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: arial;
}
.title_red_bottom span {
  display: inline-block;
  background-color: #9ec632;
  width: 126px;
  height: 6px;
}
.title_white_bottom {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  font-family: arial;
}
.title_white_bottom span {
  display: inline-block;
  background-color: #9ec632;
  width: 126px;
  height: 6px;
}
.img-max {
  width: 100%;
}
.courbe {
  margin-bottom: 50px;
}
/* Header
--------------------------------*/
header {
  background: url(../images/background-accueil1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
  word-wrap: break-word;
  z-index: 0;
}
header h1 {
  color: #fff;
  letter-spacing: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-size: 4rem;
}
header img {
  display: inline-block;
  width: 50%;
  margin-left: -10px;
}
header nav {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
header nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
header nav ul li {
  padding-left: 1rem;
}
header nav ul li a {
  font-size: 1.1rem;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
}
header nav ul li .activate {
  color: #9ec632 !important;
}
header nav ul li:last-child a {
  padding-right: 0!important;
}
header .probootstrap-navbar-light {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navbar-light .navbar-nav .nav-link {
  color: #6297bc !important;
  text-align: right;
  font-family: arial;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #9ec632 !important;
}
header .navbar-light .navbar-nav .nav-link:focus {
  color: #9ec632 !important;
}
header h1 {
  padding: 0;
  margin: 0;
}
header p {
  color: #fff;
  font-size: 1.2rem;
}
header .box-wrapper {
  text-align: center;
  text-transform: uppercase;
  margin-top: 3rem;
}
header .box-wrapper a {
  text-decoration: none;
  background-color: #9ec632;
  color: #fff;
  border-radius: 50px;
  padding: 8px 32px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: arial;
}
header .box-wrapper a:hover {
  text-decoration: none;
  background-color: #6297bc;
}
/* Partis haut de page Accueil
--------------------------------*/
#accueil .navbar-toggler {
  border-color: #fff
}
.row1{
  margin-top: 90px;
}
.text-accueil {
  font-size: 20px;
  font-family: arial;
}
.espace-accueil {
  margin-top: 10px;
}
.list-classic ul {
  list-style-type: none;
  padding-top: 50px;
  font-size: 20px;
  color: #fff;
}
.list-classic ul li {
  padding-bottom: 20px;
}
.list-classic ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #9ec632;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 14px;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
/* Notre metier
--------------------------------*/
.text_notre_metier {
  line-height: 47px;
  margin-top: 35px;
  font-size: 20px;
  font-family: arial;
}
.text-img-notre-metier {
  font-size: 20px;
  font-family: arial;
}
.text {
  text-align: center;
  background-color: #f2f2f2;
  height: 86px;
  font-family: arial;
}
#facts .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  background-color: #9ec632;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: 320px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 2000px) {
  .mobile-text1 {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption {
    opacity: 1;
  }
  .text-img-notre-metier {
    font-size: 15px;
  }
  header img {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-top: -30px;
  }
  #facts .about-col .icon2 {
    bottom: 325px;
  }
  #facts .about-col .icon1 {
    bottom: 325px;
  }
  #facts .about-col .icon3 {
    bottom: 325px;
  }
}
/* notre expertise
--------------------------------*/
#facts {
  padding: 50px 0 42px 0;
}
#facts .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#facts .about-col:hover i {
  font-size: 36px;
  line-height: 1;
  color: #9ec632;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#facts .about-col:hover .icon {
  background-color: #fff;
}
.about-col {
  text-align: center !important;
  background-color: #f2f2f2;
  height: 586px;
}
.about-col ul li{
  padding-top: 1rem;
  font-family: arial;
}
.about-col ul {
  list-style-type: none;
  padding: 0;
}
.title {
  color: #000;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 15px;
  font-family: arial;
}
.img-fluid1 {
  width: 100%;
  max-height: 233px;
  border-radius: 4px 4px 0 0;
}
.text_notre-expertise{
  color: black;
  margin-top: 35px;
  margin-bottom: 59px;
  font-size: 20px;
  font-family: arial;
  }
/* Ils nous font confiance
--------------------------------*/

#clients img {
  max-width: 185px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 45px 19px;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #9ec632;
}
/* Nous contacter
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #9ec632;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: grey;
  font-family: arial;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #9ec632;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
#contact address {
  color: grey!important;
  font-family: arial;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 88px;
  }
}

@media (min-width: 768px) {
  #contact .contact-border {
    border-left: 1px solid #000;
    height: 130px;
    margin-top: 30px;
  }
}

#contact .form #sendmessage {
  color: #9ec632;
  border: 1px solid #9ec632;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  margin-top: 20px;
}

#contact .form button[type="submit"] {
  background: #9ec632;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}
#contact h2 {
  color: #000;
  margin-top: 20px;
  font-family: arial;
}
#contact p {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  font-family: arial;
}
.email{
  font-size: 17px !important;
}
.fond-contact {
  background-color: #fff;
  border-radius: 10px;
}
.background-wrapper_cont {
  background: url(../images/background-contact.jpg) center top no-repeat fixed;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.form-stle em {
  text-decoration: none;
  font-weight: 700;
}
.form-stle input {
  border-radius: 4px;
}
.form-stle textarea {
  border-radius: 4px;
}
.form-stle .custom-file {
  margin-bottom: 1rem;
}
.form-stle input[type=submit] {
  background-color: #9ec632;
  color: white;
  border: 1px solid #9ec632;
  border-radius: 50px;
  padding: 8px 32px;
}
.form-stle input[type=submit]:focus,
.form-stle input[type=submit]:hover,
.form-stle input[type=submit]:active,
.form-stle input[type=submit]:target {
  background-color: #9ec632 !important;
  border: 1px solid #9ec632 !important;
}
.form-control {
  border: 1px solid #fff !important;
  color: #000 !important;
}
.espace-address {
  margin-top: 10px;
}
.wrapper_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96%;
}
.form-control::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
.form-control::placeholder {
  color: #000 !important;
  opacity: 1;
}
.btn {
  background-color: #9ec632;
  border-color: #9ec632;
  border-radius: 40px !important;
  width: 140px;
}
.btn:hover {
  background-color: #9ec632;
  border-color: #9ec632;
}
/* Nous connaitre
--------------------------------*/
#nousconnaitre {
  background: url(../images/background-nous-connaitre.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 3rem;
  word-wrap: break-word;
  z-index: 0;
}
#nousconnaitre h1 {
  color: #fff;
  letter-spacing: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-size: 70px;
}
#nousconnaitre h1 img {
  display: inline-block;
  margin-right: 6px;
  max-width: 70px;
}
#nousconnaitre nav {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
#nousconnaitre nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
#nousconnaitre nav ul li {
  padding-left: 1rem;
}
#nousconnaitre nav ul li a {
  font-size: 1.1rem;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
}
#nousconnaitre nav ul li .activate {
  color: #d95757 !important;
}
#nousconnaitre nav ul li:last-child a {
  padding-right: 0 !important;
}
#nousconnaitre .probootstrap-navbar-light {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#nousconnaitre .navbar-light .navbar-nav .nav-link {
  text-align: right;
}
#nousconnaitre .navbar-light .navbar-nav .nav-link:hover {
  color: #9ec632 !important;
}
#nousconnaitre .navbar-light .navbar-nav .nav-link:focus {
  color: #9ec632 !important;
}
#nousconnaitre .navbar-toggler {
  border-color: #fff;
}
#nousconnaitre h1 {
  padding: 0;
  margin-top: 155px;
  margin-left: 20px;
  font-family: arial;
}
#nousconnaitre p {
  color: #fff;
  font-size: 1.2rem;
  margin: 1.8rem 0 0 0;
}
#nousconnaitre .box-wrapper {
  text-align: center;
  text-transform: uppercase;
  margin-top: 3rem;
}
#nousconnaitre .box-wrapper a {
  text-decoration: none;
  background-color: #9ec632;
  color: #fff;
  padding: 7px 15px;
}
#nousconnaitre .box-wrapper a:hover {
  text-decoration: none;
  background-color: #d95757;
}
#nousconnaitre h1 span{
  color: #9ec632;
  font-family: j;
  font-weight: bold;
  font-size: 100px;
  display: contents;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #9ec632;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/* ------------Footer------------ */
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 30px;
}
.footer-copyright {
 color: #fff;
 margin-left: 340px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .footer-bottom ul {
      margin-bottom: 32px;
  }
}
.border-footer {
  border-bottom: solid 1px #fff;
  margin-left: 340px;
  width: 61%;
}
footer img {
  display: inline-block;
  width: 232px;
  margin-top: -15px;
  margin-left: 330px;
}
footer .copyright {
  padding-top: 50px;
  color: #fff;
  margin-left: 180px;
}
footer {
  padding: 30px 0;
  background-color: #000;
  position: absolute;
  width: 100%
}
.img-footer {
  width: 30px !important;
}
.social-buttons1 {
  padding-top: 25px;
  margin-right: 340px;
}
footer ul.social-buttons li a:hover {
  background-color: #9ec632;
}
.logo-footer {
  font-size: 24px !important;
line-height: 55px !important;
width: 55px !important;
height: 55px !important;
}
/*----------Nous rejoindre--------*/
#nousrejoindre .navbar-toggler {
  border-color: #fff;
}
#nousrejoindre {
  background: url(../images/0-background-nous-rejoindre-v3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 3rem;
  word-wrap: break-word;
  z-index: 0;
}
#nousrejoindre .container {
  max-width: 1211px;
}
#nousrejoindre h2 span {
  color: #9ec632;
  font-family: j;
  font-weight: bold;
  font-size: 100px;
  display: contents;
}
/*--------Notre vie interne----------*/
.list-classics ul {
  list-style-type: none;
  padding-top: 15px;
  color: #000;
  font-size: 20px;
}
.list-classics ul li {
  padding-bottom: 29px;
  padding-right: 0px;
  padding-left: 0px;
}
.list-classics ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #9ec632;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.img-notre-vie-interne {
  margin-left: 88px;
}
@media screen and (min-width: 544px) and (max-width: 1024px) {
  .img-notre-vie-interne {
      margin-left: 6px;
  }
}
/*--------Nos dirigeant et nos valeurs--------*/
.citation-nos-dirigeants p{
  margin-bottom: 30px;
  font-size: 20px;
  }
.citation-nos-dirigeants {
  margin-top: 18px;
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
}
.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid gainsboro;
}
.team-member {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 75px;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
  line-height: 1.75;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 24px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #212529;
  text-align: center;
}
ul.social-buttons li a:hover {
  background-color: #9ec632;
}
.carousel-control-prev-icon {
  background-image: url(../images/arrow-left-light.png)!important;

}
.carousel-control-next-icon {
  background-image: url(../images/arrow-right-light.png)!important;
}
/*------7 Bonnes raisons de nous rejoindre----*/
.title-7-brdnr {
  margin-top: 155px;
}
.title-7-brdnr h2 {
  color: #fff;
  font-size: 70px;
  font-family: arial;
}
/*--------Nos offres d'emploi--------*/
.espace-noe {
  margin-top: 50px;
}
.block-noe {
  font-size: 1.3rem !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  font-weight: bold !important;
}
/*-----Les avantages a nous rejoindre-------*/
.logo-avantages {
  width: 70%
}
.logo-avantages5 {
  margin-top: 0px;
  width: 50% !important;
}
.logo-avantages1 {
  margin-top: 17px;
}
.logo-avantages2 {
  margin-top: 19px;
}
.logo-avantages3 {
  width: 60%;
  margin-top: 4px;
}
.logo-avantages4 {
  margin-top: 9px;
}
.p-logo {
  margin-top: 15px;
}
.jk {
  margin-left: 38px;
}

/*               */
.wrapper-wrappedr {
  text-align: center;
}
.wrapper-wrappedr .row-box-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #9ec632;
}
.wrapper-wrappedr .row-box-wrapper1 p {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 20px;
}
.wrapper-wrappedr .row-box-wrapper1 h3 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 30px;
  background-color: #fff;
  color: #9ec632;
  font-family: arial;
}
.wrapper-wrappedr .row-box-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #e9e9e9;
}
.wrapper-wrappedr .row-box-wrapper2 p {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}
.wrapper-wrappedr .row-box-wrapper2 h3 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 30px;
  background-color: #fff;
  font-family: arial;

}
.wrapper-wrappedr .row-box-wrapper3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #5a5959;

}
.wrapper-wrappedr .row-box-wrapper3 a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 20px;
}
.wrapper-wrappedr .row-box-wrapper3 a:hover {
  text-decoration: none;
  background-color: #9ec632;
}
.wrapper-wrappedr .row-box-wrapper3 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 30px;
  background-color: #fff;
  color: #9ec632;

}
.wrapper-wrappedr .row-box-wrapper4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #e9e9e9;
}
.wrapper-wrappedr .row-box-wrapper4 p {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}
.wrapper-wrappedr .row-box-wrapper4 a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  color: #000;
}
.wrapper-wrappedr .row-box-wrapper4 a:hover {
  text-decoration: none;
  background-color: #9ec632;
  color: #fff;
}
.wrapper-wrappedr .row-box-wrapper4 h3 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 30px;
  background-color: #fff;
  font-family: arial;


}
.background-wrapper_x .exac {
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.background-wrapper_x .exac span {
  font-size: 3.5rem;
  font-weight: bold;
}
.background-wrapper_xs .exac {
  text-align: center;
}
.background-wrapper_xs .exac span {
  font-size: 3.5rem;
}
/*--------Media queries----------*/
@media screen and (min-width: 200px) and (max-width: 1024px) {
  .xd {
    padding-bottom: 20px;
  }
  .jk {
    margin-left: 0px;
  }
  .pk {
    margin-top: 25px;
    line-height: initial;
  }
  .pk1 {
    line-height: initial;
  }
  .social-buttons1 {
    margin-right: 0px;
  }
  .footer-copyright {
    margin: auto;
    margin-top: 20px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .img-notrevieinterne {
      margin-left: -97px;
      width: 136%;
  }
  #nousconnaitre h1 {
    margin-left: 0;
    font-size: 48px;
    margin-top: 0;
  }
  #nousconnaitre h1 span {
    color: #9ec632;
    font-family: j;
    font-weight: bold;
    font-size: 88px;
    display: contents;
  }
  .title-7-brdnr h2 {
    color: #fff;
    font-size: 45px;
  }
  .text-accueil {
  font-size: 20px;
  margin-top: 25px;
  }
  .title-7-brdnr {
    margin-top: 0;
  }
  .row1 {
    margin-top: 0;
  }
  .logo-avantages {
    width: 23% !important;
  }
  .logo-avantages1 {
    width: 27% !important;
    margin-top: 50px;
  }
  .logo-avantages5 {
    width: 19% !important;
  }
  .padd-t-m {
    padding-top: 10px;
  }
  #portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
    opacity: 0;
  }
  #accueil h1 {
    font-size: 60px !important;
  }
  footer .copyright {
    margin-left: 0px;
  }
  .social-buttons1 {
    margin: auto;
  }
  footer img {
    margin: auto;
  }
  .border-footer {
    margin-left: 9px;
    width: 95%;
  }
  .mobile-title {
    color: #9ec632;
  }
  .portfolio-box {
    margin-top: 13px;
  }
  .team-member img {
    width: 185px;
    height: 185px;
  }
  ul.social-buttons li a {
      font-size: 18px;
      line-height: 40px;
      display: block;
      width: 40px;
      height: 40px;
  }
}
