@font-face {
  font-family: Gilroy-Light;
  src: url(../css/fonts/Gilroy-Light.otf);
}

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url(../css/fonts/Gilroy-ExtraBold.otf);
}

html,
body {
  font-family: Gilroy-ExtraBold;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GilRoy-ExtraBold;
}

.header {
  font-family: GilRoy-ExtraBold;
}

p {
  width: 100%;
  color: #2b5a6d;
  margin-bottom: 0;
  font-family: Gilroy-Light;
}

.orange {
  color: #db5e0c;
}

/*.bleu{color:#312650;}*/

/*.violet{color:#6a3154;}*/

.violet {
  color: #87466c;
}

.secondary-color {
  color: #2b5a6d !important;
}

/* header */

.header {
  height: 90px;
  display: flex;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 15;
}

.num {
  color: #e25b23;
  font-weight: 600;
  font-size: 13px;
}

.lang {
  color: #ccc;
  font-family: Gilroy-Light;
}

.header .menu {
  width: calc(100% - 120px);
  float: left;
  padding: 0;
  display: flex;
  align-items: center;
}

#a1,
#a2,
#a3,
#a4,
#a5,
#a6 {
  float: left;
}

.h-link a {
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px;
  color: #302650;
  transition: all linear 0.2s;
}

.h-link a:hover {
  color: #db5e0c;
}

.header .m-user,
.header .m-lang {
  color: #2b5a6d;
  padding: 0 15px;
  text-decoration: none !important;
  font-size: 20px;
}

.header .m-phone {
  color: #db5e0c;
  padding: 0 15px;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .header {
    height: 60px;
  }

  .m-menu {
    height: 60px;
    width: 60px;
    float: left;
    background-color: #db5e0c;
  }

  .bar {
    background-color: #fff;
    width: 30px;
    height: 1px;
    position: relative;
    top: 20px;
    left: 15px;
    transform: translateY(0px);
    transition: all 0ms 300ms;
  }

  .bar:before {
    background-color: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 10px;
    content: '';
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar:after {
    background-color: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 20px;
    content: '';
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #m-menu {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
  }

  #m-menu .bar.animate {
    background-color: rgba(255, 255, 255, 0);
  }

  #m-menu .bar.animate:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #m-menu .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@media screen and (max-width: 544px) {
  .header .num {
    display: none;
  }

  .header .num .fa {
    display: block;
  }
}

/* footer */

.footer {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .coord {
  color: #2f2750;
  font-size: 15px;
  line-height: 18px;
}

.footer .socials-f a {
  color: #db5e0c;
  border: 1px solid #ccc;
  float: right;
  margin: 0 5px;
  transition: 0.5s;
}

.footer .socials-f a:hover {
  color: #fff;
  background-color: #db5e0c;
}

.footer .socials-f a i {
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
}

.footer .socials-f img {
  height: auto !important;
}

.footer .mail-f {
  margin-top: 25px;
  text-align: right;
}

.footer .mail-f input {
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  padding-left: 15px;
  font-size: 14px;
  outline-color: transparent;
  margin-bottom: 15px;
}

.footer .mail-f input:before {
  font-size: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0e0';
}

@media screen and (max-width: 768px) {
  .footer .networks {
    display: flex;
  }

  .footer .networks a {
    margin: auto;
  }

  .footer .coords {
    text-align: center;
    margin-bottom: 25px;
  }
}

/* bannière */

.banniere {
  /* height: 70vh; */
  height: 100%;
  background: url('../elements/img/banniere-accueil.jpg') center no-repeat;
  background-size: cover;
  padding-top: 13%;
    position: relative;
}

.banniere .bg {
  background: linear-gradient(90deg, #fff, transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.banniere .title {
  color: #e25c1d;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0;
}

.banniere .title span {
  color: #2b5a6d;
}

.banniere .desc {
  font-size: 17px;
  padding: 0;
  font-family: Gilroy-Light;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .banniere {
    height: 70vh;
  }
}

/*relocation */

.relocation {
  padding: 50px 0px;
}

.relocation .c-title {
  font-weight: 600;
  text-transform: uppercase;
}

.relocation .block {
  margin-bottom: 50px;
  -moz-box-shadow: 0px 5px 15px 0px #ccc;
  -webkit-box-shadow: 0px 5px 15px 0px #ccc;
  -o-box-shadow: 0px 5px 15px 0px #ccc;
  box-shadow: 0px 5px 15px 0px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=15);
}

.relocation .c-s-title {
  color: #db5e0c;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.relocation .block .hover-effect {
  background-color: rgba(255, 115, 66, 0.7);
  color: #fff;
  width: 100%;
  position: absolute;
  height: 200px;
  z-index: 10;
  transition: all linear 0.3s;
  opacity: 0;
  display: flex;
}

.relocation .block .hover-effect span {
  margin: auto;
  border: 1px solid #fff;
  padding: 10px;
}

.relocation .block .img-bg {
  height: 200px;
}

.relocation .block .indic {
  height: 80px;
  color: #2b5a6d;
  font-weight: 600;
  display: flex;
}

.relocation .block .indic span {
  margin-top: auto;
  margin-bottom: auto;
}

.relocation .b-link:hover .hover-effect {
  opacity: 1;
}

.relocation .b-link:hover {
  text-decoration: none;
}

/* Easyrelo */

.easyrelo {
  margin-bottom: 10%;
}

.easyrelo .desc {
  margin-top: 2%;
}

/* témoignages */

.temoignages {
  background: url('../elements/img/temoignage-accueil.jpg') center no-repeat;
  background-size: cover;
}

.temoignages .container {
  padding: 50px 0px;
}

.temoignages .c-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.temoignages .c-v-title {
  color: #693251;
  font-weight: 600;
  text-transform: uppercase;
}

.temoignages .c-vg-title {
  color: #693251;
  font-weight: 600;
  font-size: 30px;
}

.temoignages .c-s-title {
  color: #db5e0c;
  font-weight: 600;
  font-size: 35px;
}

.temoignages .tem {
  color: #fff;
}

.temoignages .aut {
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 15px;
}

.temoignages .aut span {
  font-weight: 400;
}

.temoignages .btn-con span {
  color: #db5e0c;
  border: 1px solid #db5e0c;
  padding: 10px;
  font-weight: 600;
}

.temoignages .btn-con a {
  text-decoration: none !important;
}

.temoignages .btn-con a:hover span {
}

/* relocation 2 */

.relocation-2 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.relocation-2 .c-title {
  font-weight: 600;
  text-transform: uppercase;
}

.relocation-2 .c-s-title {
  color: #db5e0c;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}

.relocation-2 .block {
  margin-bottom: 20px;
  padding: 25px;
  transition: all linear 0.3s;
  -moz-box-shadow: 0px 5px 15px 0px #ccc;
  -webkit-box-shadow: 0px 5px 15px 0px #ccc;
  -o-box-shadow: 0px 5px 15px 0px #ccc;
  box-shadow: 0px 5px 15px 0px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=15);
  background-color: #fff;
}

.relocation-2 .b-link {
  font-weight: 600;
}

.relocation-2 .b-link:hover {
  text-decoration: none;
}

.relocation-2 .b-link:hover .block {
  color: #db5e0c;
}

/* articles */

.articles {
  padding: 50px 0;
}

.articles .container {
  padding: 0;
}

.articles .c-title {
  text-transform: uppercase;
  font-weight: 600;
}

.articles .c-s-title {
  color: #db5e0c;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

.articles .art {
  padding: 0;
}

.articles .art a {
  color: #db5e0c;
  border: 1px solid #db5e0c;
  padding: 7px 15px;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  transition: 0.5s;
}

.articles .art a:hover {
  background-color: #db5e0c;
  color: #fff;
}

.articles .art .art-t {
  font-weight: 600;
  margin-bottom: 20px;
}

.articles .art .art-d {
  font-size: 13px;
  color: #333;
  margin-bottom: 20px;
  font-family: gilroy-Light;
  font-size: 15px;
}

@media screen and (max-width: 544px) {
  .articles .art {
    margin-bottom: 25px;
  }

  .articles .art a {
    width: 100%;
    float: left;
    text-align: center;
  }
}

/* index video */

.index-video {
  background: url('../elements/img/videos.png') center no-repeat;
  background-size: cover;
}

.index-video > .row {
  background-color: rgba(226, 91, 32, 0.8);
}

.index-video .container {
  padding: 140px 0;
}

.index-video .fa {
  color: #fff;
  font-size: 100px;
  cursor: pointer;
  transition: 0.5s;
}

.index-video .fa:hover {
  color: #2b5a6d;
}

.index-video .title {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.index-video .desc {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  font-family: Gilroy-Light;
}

/* relocation client */

.relocation-client {
  padding: 50px 0;
}

.relocation-client .c-title {
  font-weight: 600;
  text-transform: uppercase;
}

.relocation-client .c-s-title {
  color: #db5e0c;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}

.relocation-client .c-t-title {
  color: #2b5a6d;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) and (min-width: 544px) {
  .relocation-client .col-4.col-lg-4 {
    width: 33.33%;
    padding: 0;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .relocation-client img {
    padding: 0 5px;
  }
}

/* général */

.row {
  margin: 0;
}

.f-right {
  float: right;
}

.d-flex {
  display: flex;
}

.no-padding {
  padding: 0;
}

.auto-margin {
  margin: auto;
}

/*---- menu déroulant ----*/

ul.drop a {
  display: block;
  color: #2b5a6d;
  font-size: 13px;
  text-decoration: none;
}

ul.drop,
ul.drop li,
ul.drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #302650;
}

ul.drop {
  position: relative;
  float: left;
  width: 100%;
}

ul.drop li {
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  padding: 10px;
}

ul.drop li.hover,
ul.drop li:hover {
  position: relative;
}

ul.drop ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 195px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 3px solid #e25b23;
}

ul.drop ul li {
  float: none;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  text-align: left;
}

ul.drop ul ul {
  top: -2px;
  left: 100%;
}

ul.drop li:hover > ul {
  visibility: visible;
}

a li#first-solo {
  color: #2b5a6d;
  transition: 0.3s;
}

li#sousMenu a {
  color: #2b5a6d !important;
}

li#sousMenu:hover a {
  color: #e25b23 !important;
}

a:hover li#first-solo,
li#first:hover a {
  color: #e25b23;
  transition: 0.3s;
}

li#first,
li#first solo {
  padding: 36px 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

ul.drop ul li:hover {
  background-color: #f5f5f5;
}

li#first-solo {
  padding: 36px 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

li#first-solo:hover {
  border-bottom: 3px solid #db5e0c;
  transition: 0s;
}

.col-12.no-padding.fil-ariane {
  background-color: #f5f5f5;
}

/* Page Entreprises */

.container.entreprise {
  background-color: rgba(245, 245, 245, 0.9);
  margin: 0;
  padding: 0;
  width: 100%;
}

.col-12.no-padding.relocation-2.entreprise {
  background: url(../elements/img/confiance.jpg) center no-repeat;
  background-size: cover;
}

.col-12.quote {
  font-size: 40px;
  color: #db5e0c;
}

.row.entreprise {
  border: 1px solid #db5e0c;
  padding: 25px;
  height: 100%;
}

.col-12.text-temoignage {
  padding-top: 20px;
  min-height: 180px;
}

.col-lg-4.col-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.auteur {
  color: #2b5a6d;
  font-weight: 600;
  font-size: 14px;
  padding-top: 20px;
  min-height: 50px;
}

.col-12.auteur {
  padding-top: 25px;
}

.col-12.lien a {
  color: #db5e0c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
}

.col-12.lien {
  margin-top: 50px;
}

.col-12.lien a:hover {
  color: #2b5a6d;
  transition: 0.5s;
}

/* Page réseau */

.col-12.reseau {
  color: #2b5a6d;
  font-weight: 600;
  font-size: 25px;
}

.col-12.text-reseau {
  color: #2b5a6d;
  letter-spacing: 1px;
  font-size: 19px;
}

.container.reseau {
  padding: 50px 50px 0 50px;
  width: 100%;
}

span.reseau {
  color: #db5e0c;
  font-weight: 600;
}

.col-12.reseau-li {
  padding: 25px 0;
}

.col-12.reseau-li li {
  padding: 10px;
  color: #2b5a6d;
}

.col-lg-6.col-6.reseau {
  min-height: 40vh;
}

span.reseau-first {
  font-size: 19px;
  color: #2b5a6d;
  letter-spacing: 1px;
}

.col-12.titre-installation {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  padding: 50px 0;
}

/* Page installation */

.col-12.installation {
  margin: 10px 0;
}

span.titre-installation {
  color: #db5e0c;
  font-weight: 600;
  font-size: 25px;
}

/* Page contact */

.col-12.text-contact {
  color: #2b5a6d;
  margin-top: 20px;
}

.col-12.titreContact {
  color: #2b5a6d;
  font-weight: 600;
  font-size: 35px;
}

.numeroContact {
  color: #db5e0c;
  font-size: 25px;
  font-weight: 600;
  border: 1px solid;
  padding: 15px;
  margin: 35px 0;
  transition: 0.5s;
}

.numeroContact:hover {
  background-color: #db5e0c;
  color: #fff;
}

input.form-control,
textarea.form-control {
  border-radius: 0;
  font-size: 20px;
}

input.form-control:focus,
textarea.form-control:focus {
  border-color: #db5e0c;
  font-size: 20px;
}

button.btn-contact {
  color: #db5e0c;
  background-color: #fff;
  border: 1px solid;
  font-size: 15px;
  padding: 10px 60px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

.col-4.offset-8.btnEnvoyer {
  text-align: right;
}

button.btn-contact:hover {
  background-color: #db5e0c;
  color: #fff;
  cursor: pointer;
}

.col-lg-3.col-12.infoContact {
  color: #2b5a6d;
  padding-left: 5vh;
}

.contactTitre {
  font-size: 25px;
  font-weight: 600;
}

.contactTel,
.contactMob,
.contactEmail,
.contactSkype {
  color: #db5e0c;
  font-weight: 600;
  font-size: 17px;
}

.contactCP,
.contactNumTel,
.contactNumMob,
.contactMail {
  margin-bottom: 20px;
}

.form-inline {
  margin-bottom: 1rem;
}

input.form-control {
  width: 100% !important;
}

/* Menu */

a.lienLang {
  color: #ccc;
  text-transform: none;
  text-decoration: none;
}

/* Page interne */

li.titreBanniere {
  font-family: Gilroy-Extrabold !important;
  color: #db5e0c !important;
}

h2 {
  color: #db5e0c;
  font-weight: 600;
  font-size: 24px;
}

a {
  color: #db5e0c;
  text-decoration: none;
}

a:link {
  color: #db5e0c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #db5e0c;
}

/* fil d'arianne */

ol#ariane {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  font-family: Gilroy-Light;
  color: #2b5a6d;
}

li.liAriane {
  list-style: none;
  display: inline;
  font-size: 12px;
  color: #2b5a6d;
}

li.liAriane a {
  text-decoration: none;
  text-transform: none;
  color: #2b5a6d;
}

/* Animation */

@keyframes title {
  0% {
    left: -1200px;
  }
  100% {
    left: 0px;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 543px) {
  #slideshow {
    height: 100px;
  }
}

#slideshowAcc {
  position: relative;
  width: 65%;
  height: 205px;
  overflow: hidden;
}

#sContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  animation-name: title;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}

/* page temoignage */

button.btn.btn-default {
  cursor: pointer;
  background-color: transparent;
  color: #ccc;
}

/* Map de la page contact */

#map {
  width: 100%;
  height: 500px;
}

/* Menu mobile */

@media (max-width: 1524px) {
  ul.drop {
    padding: 0;
  }

  .menu {
    width: auto;
  }
}

@media (max-width: 1442px) {
  .petit {
    display: block;
  }

  .grand {
    display: none;
  }
}

@media (min-width: 1442px) {
  .petit {
    display: none;
  }

  .grand {
    display: block;
  }
}

@media (max-width: 1050px) {
  m-menu {
    display: block;
  }
}

@media (max-width: 1051px) {
  .col-lg-9.hidden-md-down {
    padding: 0;
  }
}

@media (max-width: 1010px) {
  .menu {
    padding: 0 !important;
  }
  .row.col-12.d-flex {
    padding: 0;
  }
}

/* Accueil 30/06/2017 */

.col-lg-3.col-sm-12.col-12.temoignage {
  border: 1px solid #db5e0c;
  margin: 10px;
  padding-top: 10px;
}
/*.col-lg-4.col-sm-12.col-12.temoignage {border: 1px solid #db5e0c;margin: 10px;}*/

.logoClient {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.row-relocalisation span {
  transition: 0.5s;
}

.row-relocalisation:hover span {
  color: #db5e0c;
}

.img-bg-1 {
  height: 200px;
  background: url('../elements/img/picto/pourquoi.png') center no-repeat;
  transition: 0.5s;
}

.row-relocalisation:hover .img-bg-1 {
  background: url('../elements/img/picto/pourquoi-orange.png') center no-repeat;
}

.img-bg-2 {
  height: 200px;
  background: url('../elements/img/picto/quelle.png') center no-repeat;
  transition: 0.5s;
}

.row-relocalisation:hover .img-bg-2 {
  background: url('../elements/img/picto/quelle-orange.png') center no-repeat;
}

.img-bg-3 {
  height: 200px;
  background: url('../elements/img/picto/qui.png') center no-repeat;
  transition: 0.5s;
}

.row-relocalisation:hover .img-bg-3 {
  background: url('../elements/img/picto/qui-orange.png') center no-repeat;
}

.row-relocation {
  padding: 50px 35px 75px 35px;
}

.reloc {
  font-size: 20px;
  height: 10vh;
}

.num {
  font-size: 20px;
}

.modal-dialog.video {
  max-width: 50%;
}

.col-12 .container .row ul li {
  font-family: Gilroy-Light;
  color: #2b5a6d;
}

@media (max-width: 544px) {
  .col-12.art-b {
    max-width: 35%;
    margin: auto;
  }
}

.coords {
  font-family: Gilroy-Light;
}

button.btn.btn-default:hover {
  color: #db5e0c;
}

/* class active */

.active {
  border-bottom: 3px solid #db5e0c;
}

.spanarial {
  color: #db5e0c;
  margin: 0 5px;
  font-size: 12px;
}

.articles .art .art-t {
  height: 5vh;
}

.articles .art .art-d {
  height: 5vh;
}

.articles .art .art-b {
  height: 5vh;
}

@media (min-width: 575px) and (max-width: 992px) {
  .articles .art .art-d {
    height: 12vh;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .reloc {
    height: 15vh;
  }
}

a.a-presta:hover {
  background-color: #fff !important;
}

a.a-presta {
  border: 0 !important;
}

.col-2.no-padding.lang.text-center,
.col-2.no-padding.enve.text-center {
  margin: auto;
}

select {
  outline: none;
  border: none;
  background-color: transparent;
  color: #ccc;
  font-size: 1.5em;
}

.m-lang {
  padding: 0 !important;
}

.col-4.mobile {
  padding: 0;
}

.hover {
  text-align: center;
  color: #fff;
  background-color: rgba(226, 91, 32, 0.8);
  height: 200px;
  padding-top: 26%;
}

button.navbar-toggle.collapsed {
  width: 60px !important;
  height: 60px !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

button.navbar-toggle {
  width: 60px !important;
  height: 60px !important;
  border: none !important;
  background-color: transparent !important;
}

nav.navbar.navbar-default {
  padding: 0 !important;
  position: absolute;
  left: 0;
  z-index: 2;
}

.container-fluid {
  padding: 0 !important;
}

.col-7.d-flex.hidden-md-up.m-con {
  position: fixed;
  right: 0;
  margin: 10px 0;
}

div#bs-example-navbar-collapse-1 {
  background-color: #fff;
  width: 1000px;
}

.dropdown-menu {
  top: 60px !important;
}

.fa-2x {
  font-size: 1.5em;
}

@media (max-width: 1355px) {
  .num {
    font-size: 18px !important;
  }
  .fa-2x {
    font-size: 1.4em;
  }
  select {
    font-size: 1.4em;
  }
}

@media (max-width: 1269px) {
  .num {
    font-size: 17px !important;
  }
  .fa-2x {
    font-size: 1.3em;
  }
  select {
    font-size: 1.3em;
  }
}

@media (max-width: 1216px) {
  .num {
    font-size: 16px !important;
  }
  .fa-2x {
    font-size: 1.2em;
  }
  select {
    font-size: 1.2em;
  }
}

@media (max-width: 1262px) {
  .num {
    font-size: 15px !important;
  }
}

@media (max-width: 1109px) {
  .num {
    font-size: 14px !important;
  }
}

@media (max-width: 1056px) {
  .num {
    font-size: 13px !important;
  }
}

@media (max-width: 1003px) {
  .num {
    font-size: 12px !important;
  }
}

@media (max-width: 992px) {
  .num {
    font-size: 20px !important;
  }
  .fa-2x {
    font-size: 2em;
  }
  select {
    font-size: 2em;
  }
  .select {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  #slideshowAcc {
    width: 100% !important;
    height: 230px !important;
  }
}

.margin-banniere {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 992px) {
  h1 {
    font-size: 1em;
  }
  .modal-dialog.video {
    max-width: 100% !important;
  }
  .col-lg-4.col-sm-12.col-12.temoignage {
    margin: 10px 0;
  }
}

.select {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #db5e0c;
  outline: none;
}

.option {
  padding: 0 30px 0 10px;
  display: flex;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background 0.4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

.select:focus .option {
  position: relative;
  pointer-events: all;
}

input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}

input:checked + label {
  order: 1;
  z-index: 2;
  border-top: none;
  position: relative;
}

input:checked + label:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #db5e0c;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3;
}

input:checked + label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
}

.select1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #db5e0c;
  outline: none;
}

.option1 {
  padding: 0 30px 0 10px;
  display: flex;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background 0.4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
}

.select1:focus .option1 {
  position: relative;
  pointer-events: all;
}

input.form-control {
  opacity: 1;
  left: 0;
  position: relative;
}

img.col-12.offset-lg-1.col-lg-10.img.img-responsive {
  width: 50%;
}

.cora {
  width: 43% !important;
}

@media (max-width: 544px) {
  img.col-12.offset-lg-1.col-lg-10.img.img-responsive {
    width: 100%;
  }
  .cora {
    width: 72px !important;
  }
}

.roundedImage {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 543px) {
  .text-justify h2 {
    text-align: left;
  }
}
.container-other-link {
    width: 160px;
    text-align: center;
    /* border: 1px solid #db5e0c; */
    padding: 8px;
}
.container-other-link img{
    width: 76px;
    margin: auto;
}
.container-footer-logo {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-footer-logo .logo-item {
    text-align: center;
}
.container-footer-logo .logo-item img {
    width: 100%;
}
.content-logo-pages img {
    width: 225px;
}
.link-home-banner {
  color: #db5e0c !important;
  border: 2px solid #db5e0c;
  padding: 0 15px;
}
.link-home-banner:hover {
  opacity: 0.8;
}
ul.content-logo-home-services {
  display: flex;
  list-style-type: none;
  -webkit-list-style:none;
  padding: 0;
  align-items: center;
  padding-top: 11%;
}
ul.content-logo-home-services img {
  width: 99px;
  margin-right: 13px;

}
.container-avis-google {
  width: 409px;
  padding: 13px 9px;
  background: #fff;
  margin-left: 13px;
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-avis-google i {
color: #e9bc3e;
font-size: 21px;
}
.container-avis-google p {
font-weight: 800;
font-size: 18px;
}
.container-star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbr-star {
  font-size: 28px;
  margin-right: 10px;
  color: #e9bc3e;
}
.g-blue{ color:#4285F4; }
.o-red{ color:#DB4437; }
.o-yellow{ color:#F4B400; }
.l-green{ color:#0F9D58; }
.e-red { display:inline-block;transform:rotate(-20deg); }
.content-fa-star i {
  color: #e9bc3e;
  font-size: 25px;
}
.content-fa-star {
  margin-top: -14px;
  margin-bottom: -9px;
}
.content-send-testimonial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:980px){
  .content-send-testimonial{
    flex-direction: column;
  }
  .col-3.contact {
    width: 100% !important;
    margin-top: 30px;
    max-width: 37%;
}
}
.content-logo-pages {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
  @media screen and (max-width:981px){
    .content-logo-pages{
      flex-wrap: wrap;
    }
    .content-logo-pages div{
      flex-basis: 100%;
    }
  }
  .content-logo-google{
    display: flex;
    justify-content: flex-end;
  }
  .content-star {
    padding: 0;
    list-style-type: none;
    -webkit-list-style:none;
    display: flex;
    justify-content: center;
    margin: 0;
}
.content-star li{
display:inline-block;
}
.content-star img {
  width: 35px;
}
.content-testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.numberavis {
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
}
.container-avis-google p {
  font-weight: 800;
  font-size: 18px;
}
.container-star-div {
  text-align: left;
  margin-left: 7px;
}
.img-google-g img {
  width: 75px;
}
.content-star-number {
  display: flex;
  align-items: center;
}
.content-star-number span {
  color: #a3a3a3;
  font-weight: 100;
  font-size: 24px;
  margin-top: 9px;
  margin-right: 5px;
}
.img-google-g {
  flex-basis: 20px;
}
span.reviews {
  font-size: 18px;
  margin-left: 14px;
}
.container-other-link span {
  font-size: 13px;
}
.header-enter-text{
  height: 100%; 
}
@media screen and (max-width:990px){
  .header-enter-text {
    height: auto;
    margin-top: 125px;
}
.content-logo-home-services a img {
  width: 75px !important;
}
}
@media screen and (max-width:500px){
  .content-logo-home-services  {
    display: none !important;
  }
}
@media screen and (max-width: 480px){
  .content-top-bar-mobile .col-4 {
    transform: scale(0.5);
    padding: 0;
}
.content-top-bar-mobile {
  max-width: 67%!important;
  margin-left: auto;
}
#slideshowAcc {
  height: 100vh !important;
}
.link-home-banner {
  display: block;
  text-align: center;
  margin-bottom: 9px;
}
}