a,
a:hover {
  color: inherit
}

.block--temoignages .carousel-temoignages .item,
.button-wrap,
.owl-dots {
  text-align: center
}

.block--temoignages .carousel-temoignages .item .card .inner .wrap,
.block-modals .modal-content .block-title,
.section-carriers .carriers-menu li {
  float: left
}

@font-face {
  font-family: Raleway;
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNyCg4TYFv.ttf) format('truetype')
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf) format('truetype')
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype')
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype')
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype')
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqZPBQ.ttf) format('truetype')
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

.menu-sticky {
  height: 111px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1f2641;
  z-index: 100
}

.section-carriers {
  font: 18px Raleway, sans-serif
}

.section-carriers .carriers-menu {
  background: #fff
}

@media (max-width:767px) {
  .mobile-hide,
  .section-carriers .carriers-menu {
    display: none
  }
}

.section-carriers .carriers-menu.sticky {
  position: fixed;
  top: 111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000
}

.section-carriers .carriers-menu ul {
  list-style: none;
  padding: 0;
  width: 692px;
  max-width: 100%;
  margin: 0 auto;
  background: #f39200;
  position: relative;
  height: 50px
}

@media screen and (max-width:820px) {
  .section-carriers .carriers-menu ul {
    width: 640px
  }
}

.section-carriers .carriers-menu ul:after,
.section-carriers .carriers-menu ul:before {
  content: "";
  position: absolute;
  top: 0;
  width: 62px;
  height: 50px
}

.section-carriers .carriers-menu ul:before {
  left: -61px;
  background: url(../images/orangeBorderLeft.png) no-repeat
}

.section-carriers .carriers-menu ul:after {
  right: -61px;
  background: url(../images/orangeBorderRight.png) no-repeat
}

.section-carriers .carriers-menu li a {
  font-weight: 600;
  color: #212740;
  font-size: 16px;
  line-height: 50px;
  padding: 0 40px;
  display: inline-block;
  height: 50px
}

@media screen and (max-width:820px) {
  .section-carriers .carriers-menu li a {
    padding: 0 35px
  }
}

.button-wrap {
  margin-bottom: 150px
}

.button--blue {
  display: inline-block;
  color: #fff;
  background: #2b9dd1;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  font-weight: 300
}

@media (max-width:767px) {
  .button-wrap {
    margin-bottom: 0
  }
  .button--blue {
    font-size: 16px
  }
}

.button--blue strong {
  font-weight: 700
}

.button--blue:hover {
  color: #fff
}

.block-carriers-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center
}

.block-carriers-banner .container h1 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 26px;
  text-transform: none
}

@media (max-width:767px) {
  .block-carriers-banner .container h1 {
    font-size: 36px;
    margin-bottom: 39px
  }
}

.block-carriers-banner .container p {
  margin-bottom: 74px;
  line-height: 28px
}

@media (max-width:767px) {
  .block-carriers-banner .container p {
    margin-bottom: 41px
  }
}

.block-carriers-banner .container .button--blue {
  margin-bottom: 90px
}

@media (max-width:767px) {
  .block-carriers-banner .container .button--blue {
    margin-bottom: 46px
  }
}

.block-carriers-banner .container .scroll {
  display: inline-block;
  width: 22px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative
}

.block-carriers-banner .container .scroll:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-radius: 10px;
  background: #fff;
  left: 8px;
  top: 6px
}

.block-carriers-banner .carousel-carriers .carousel-item .image {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover
}

.block--valeurs {
  margin-bottom: 100px
}

.block--valeurs .container {
  width: 1194px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

.block--valeurs .block-header {
  margin-top: 97px;
  margin-bottom: 17px
}

@media (max-width:767px) {
  .block--valeurs .container {
    padding: 0
  }
  .block--valeurs .block-header {
    margin-top: 53px;
    margin-bottom: 43px;
    padding-left: 40px;
    padding-right: 40px
  }
}

.block--valeurs .row {
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 49px
}

@media (min-width:768px) {
  .block--valeurs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:767px) {
  .block--valeurs .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 33px;
    margin-bottom: 55px
  }
}

.block--valeurs .row .col-sm-4 {
  padding: 0 22px
}

@media (max-width:767px) {
  .block--valeurs .row .col-sm-4 {
    padding: 0 7px
  }
}

.block--valeurs .row .col-sm-4 img {
  width: 100%
}

.block--valeurs .row .col-sm-4 div {
  padding: 25px 30px
}

.block--valeurs .row .col-sm-4 div h3 {
  color: #212740;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px
}

.block--valeurs .row .col-sm-4 div p {
  color: #838692;
  font-size: 18px;
  line-height: 28px
}

.owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  background: #a0a0a0!important;
  display: inline-block
}

.owl-dots .owl-dot.active {
  background: #2b9dd1!important;
}

.block--temoignages {
  margin-bottom: 117px
}

@media (max-width:767px) {
  .block--valeurs .row .col-sm-4 div {
    padding: 25px 0 0
  }
  .block--temoignages {
    margin-bottom: 0
  }
}

.block--temoignages .container {
  width: 1194px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

.block--temoignages .block-header {
  margin-bottom: 40px
}

@media (max-width:767px) {
  .block--temoignages .container {
    padding: 0 40px
  }
  .block--temoignages .block-header {
    margin-bottom: 14px
  }
  .block--temoignages .block-header .block-title {
    margin-bottom: 0
  }
}

.block--temoignages .carousel-temoignages {
  width: 1314px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (max-width:767px) {
  .block--temoignages .carousel-temoignages {
    padding: 0 40px
  }
  .block--temoignages .carousel-temoignages .owl-dots {
    display: none
  }
}

.block--temoignages .carousel-temoignages .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 74px
}

@media (max-width:767px) {
  .block--temoignages .carousel-temoignages .owl-stage-outer {
    padding-top: 35px
  }
}

.block--temoignages .carousel-temoignages .item>img {
  margin-bottom: 21px;
  width: auto;
  display: inline-block
}

.block--temoignages .carousel-temoignages .item .name {
  color: #212740;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px
}

.block--temoignages .carousel-temoignages .item .position {
  color: #838692;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 24px
}

.block--temoignages .carousel-temoignages .item .intro {
  background: #f9f9f9;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto;
  font-style: italic;
  color: #838692;
  font-size: 18px;
  line-height: 28px;
  padding: 25px 30px;
  text-align: left;
  position: relative
}

.block--temoignages .carousel-temoignages .item .intro:after,
.block--temoignages .carousel-temoignages .item .intro:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px
}

.block--temoignages .carousel-temoignages .item .intro:before {
  background: url(../images/quot-top.png) no-repeat;
  top: -7px;
  left: 20px
}

.block--temoignages .carousel-temoignages .item .intro:after {
  background: url(../images/quot-bottom.png) no-repeat;
  bottom: -4px;
  right: 20px
}

.block--temoignages .carousel-temoignages .item .link {
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: url(../images/restangle-icon.png) no-repeat
}

.block--temoignages .carousel-temoignages .item .link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.block--temoignages .carousel-temoignages .item .card {
  display: none;
  text-align: left;
  background: #2b9dd1;
  position: absolute;
  width: 375px;
  top: -20px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 -7px 40px 0 #ccc;
  box-shadow: 0 -7px 40px 0 #ccc
}

@media (max-width:1160px) and (min-width:1024px) {
  .block--temoignages .carousel-temoignages .item .card {
    width: 320px
  }
}

@media (max-width:1023px) and (min-width:768px) {
  .block--temoignages .carousel-temoignages .item .card {
    width: 244px
  }
}

@media (max-width:767px) {
  .block--temoignages .carousel-temoignages .item .card {
    width: 100%;
    max-width: 320px;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.block--temoignages .carousel-temoignages .item .card .close {
  width: 21px;
  height: 21px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1
}

.block--temoignages .carousel-temoignages .item .card .inner {
  padding: 20px
}

@media (max-width:1023px) {
  .block--temoignages .carousel-temoignages .item .card .inner {
    padding: 15px
  }
}

.block--temoignages .carousel-temoignages .item .card .inner>img {
  width: 120px;
  height: auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px
}

.block--temoignages .carousel-temoignages .item .card .inner .wrap .name {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding-top: 30px
}

@media (max-width:1160px) {
  .block--temoignages .carousel-temoignages .item .card .inner .wrap .name {
    padding-top: 0
  }
}

.block--temoignages .carousel-temoignages .item .card .inner .wrap .position {
  font-weight: 300;
  color: #9fdcf8;
  font-size: 14px;
  line-height: 20px
}

@media (max-width:1023px) {
  .block--temoignages .carousel-temoignages .item .card .inner .wrap .position {
    font-size: 13px
  }
}

.block--temoignages .carousel-temoignages .item .card .inner .text {
  clear: both;
  background: #fff;
  border-radius: 20px;
  font-style: italic;
  color: #838692;
  font-size: 18px;
  line-height: 28px;
  padding: 30px 38px 16px;
  position: relative
}

@media (max-width:1160px) {
  .block--temoignages .carousel-temoignages .item .card .inner .text {
    padding: 15px;
    font-size: 14px;
    line-height: 20px
  }
}

.block--temoignages .carousel-temoignages .item .card .inner .text:after,
.block--temoignages .carousel-temoignages .item .card .inner .text:before {
  content: "";
  position: absolute
}

.block--temoignages .carousel-temoignages .item .card .inner .text:before {
  background: url(../images/quot-bigTop.png) no-repeat;
  width: 28px;
  height: 22px;
  top: -15px;
  left: 20px
}

.block--temoignages .carousel-temoignages .item .card .inner .text:after {
  background: url(../images/quot-bigBottom.png) no-repeat;
  width: 27px;
  height: 22px;
  bottom: -14px;
  right: 20px
}

.block-header {
  position: relative;
  text-align: center
}

.block-header .block-title {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  color: #212740;
  font-size: 40px;
  line-height: 44px;
  display: inline-block
}

@media (max-width:767px) {
  .block-header {
    text-align: left
  }
  .block-header .block-title {
    font-size: 30px;
    line-height: 37px;
    display: block
  }
}

.block-header .tag {
  position: absolute;
  left: 0;
  top: 23px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  color: #2b9dd1
}

.block-header .tag:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  left: 0;
  bottom: -10px;
  background: #2b9dd1
}

.block-header .tag.orange {
  color: #f39200
}

.block-header .tag.orange:before {
  background: #f39200
}

@media (max-width:991px) and (min-width:768px) {
  .block-header .tag {
    top: -40px
  }
}

@media (max-width:767px) {
  .block-header .tag {
    position: relative;
    top: 0;
    margin-bottom: 40px
  }
  .block--offres .block-header .block-title {
    margin-bottom: 0
  }
}

.block--offres .container {
  width: 1194px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (max-width:767px) {
  .block--offres .container {
    padding: 0 40px
  }
}

.block--offres .carousel-wrapper {
  padding-top: 20px;
  overflow: hidden;
  position: relative
}

.block--offres .carousel-wrapper:after,
.block--offres .carousel-wrapper:before {
  content: "";
  position: absolute;
  width: 262px;
  height: 422px;
  top: 19px;
  z-index: -1
}

.block--offres .carousel-wrapper:before {
  left: 0;
  background: url(../images/slide-left.png) no-repeat
}

@media (max-width:767px) {
  .block--offres .carousel-wrapper:before {
    background: url(../images/slide-left-sm.png) no-repeat;
    width: 119px;
    height: 263px
  }
  .block--offres .carousel-wrapper:after {
    display: none
  }
}

.block--offres .carousel-wrapper:after {
  right: 0;
  background: url(../images/slide-right.png) no-repeat
}

.block--offres .carousel-offres {
  margin-left: 8.2%
}

.block--offres .carousel-offres .owl-dots {
  margin-right: 8.2%
}

.block--offres .carousel-offres .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:767px) {
  .block--offres .carousel-offres {
    margin-left: 9.2%
  }
  .block--offres .carousel-offres .owl-stage-outer {
    padding-top: 32px;
    padding-bottom: 46px
  }
}

.block--offres .carousel-offres .owl-item {
  padding: 0 20px
}

@media (min-width:768px) {
  .block--offres .carousel-offres .item {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
  }
  .block--offres .carousel-offres .item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.block--offres .carousel-offres .card {
  border: none;
  -webkit-box-shadow: 0 9px 47px 0 #a9a9a9;
  box-shadow: 0 9px 47px 0 #a9a9a9
}

.block--offres .carousel-offres .card>a {
  display: block;
  height: 320px;
  position: relative;
  overflow: hidden
}

@media (max-width:767px) {
  .block--offres .carousel-offres .owl-item {
    padding: 0 7px
  }
  .block--offres .carousel-offres .owl-item:not(.active)+.active {
    padding-left: 0
  }
  .block--offres .carousel-offres .card>a {
    height: 200px
  }
}

.block--offres .carousel-offres .card>a:hover {
  text-decoration: none
}

.block--offres .carousel-offres .card>a .left {
  text-align: center;
  width: 200px;
  padding-top: 60px
}

.block--offres .carousel-offres .card>a .left .img-wrap {
  min-height: 84px
}

@media (max-width:767px) {
  .block--offres .carousel-offres .card>a .left {
    width: 123px;
    padding-top: 18px
  }
  .block--offres .carousel-offres .card>a .left .img-wrap {
    min-height: 62px
  }
}

.block--offres .carousel-offres .card>a .left .img-wrap img {
  margin-bottom: 16px;
  width: auto;
  display: inline-block
}

@media (max-width:767px) {
  .block--offres .carousel-offres .card>a .left .img-wrap img {
    width: 38%;
    margin-bottom: 0
  }
}

.block--offres .carousel-offres .card>a .left .title {
  color: #212740;
  font-size: 18px;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 30px;
  font-weight: 600
}

@media (max-width:767px) {
  .block--offres .carousel-offres .card>a .left .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    min-height: 45px
  }
}

.block--offres .carousel-offres .card>a .left .offers {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 4px
}

.block--offres .carousel-offres .card>a .left .offers strong {
  display: block;
  font-size: 24px;
  line-height: 32px
}

.block--offres .carousel-offres .card>a .left .offers.blue {
  background: url(../images/blue-offer.png) no-repeat
}

.block--offres .carousel-offres .card>a .left .offers.yellow {
  background: url(../images/orange-offer.png) no-repeat
}

.block--offres .carousel-offres .card>a .left .offers.purple {
  background: url(../images/purple-offer.png) no-repeat
}

.block--offres .carousel-offres .card>a .right img {
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 200px;
  height: 100%
}

@media (min-width:1390px) {
  .block--offres .carousel-offres .card>a .right img {
    width: 70%;
    height: auto
  }
}

@media (max-width:767px) and (min-width:374px) {
  .block--offres .carousel-offres .card>a .right img {
    width: 81%;
    height: auto
  }
}

.block--avantages {
  width: 1194px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 149px 15px 142px
}

@media (max-width:767px) {
  .block--offres .carousel-offres .card>a .right img {
    left: 123px
  }
  .block--avantages {
    padding: 63px 40px 48px
  }
  .block--avantages .carousel-avantages .owl-stage-outer .owl-item:not(.active) {
    opacity: 0
  }
}

@media (min-width:768px) {
  .block--avantages .block-header {
    margin-bottom: 45px
  }
}

.block--avantages .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.block--avantages .carousel-avantages .owl-stage-outer {
  padding-bottom: 34px;
  overflow: visible
}

.block--avantages .carousel-avantages .owl-stage-outer .owl-item.open {
  z-index: 2
}

.block--avantages .carousel-avantages .owl-stage-outer .item {
  text-align: center;
  position: relative
}

.block--avantages .carousel-avantages .owl-stage-outer .item .img-wrap {
  min-height: 97px
}

.block--avantages .carousel-avantages .owl-stage-outer .item .img-wrap img {
  width: auto;
  display: inline-block
}

.block--avantages .carousel-avantages .owl-stage-outer .item h3 {
  color: #212740;
  font-size: 18px;
  line-height: 24px;
  font-family: Raleway, sans-serif;
  font-weight: 400
}

.block--avantages .carousel-avantages .owl-stage-outer .item .link {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: 28px;
  width: 24px;
  height: 24px;
  background: url(../images/restangle-sm.png) no-repeat;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.block--avantages .carousel-avantages .owl-stage-outer .item .link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card {
  display: none;
  text-align: left;
  background: #2b9dd1;
  position: absolute;
  width: 375px;
  top: -190px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 -7px 45px 0 #ccc;
  box-shadow: 0 -7px 45px 0 #ccc
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .close {
  width: 21px;
  height: 21px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .inner {
  padding: 20px;
  text-align: center
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .inner .image {
  background: url(../images/white-shape.png) no-repeat;
  width: 122px;
  height: 122px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  position: relative
}

@media (max-width:767px) {
  .block--avantages .carousel-avantages .owl-stage-outer .item .card {
    max-width: 240px;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .block--avantages .carousel-avantages .owl-stage-outer .item .card .inner {
    padding: 15px
  }
  .block--avantages .carousel-avantages .owl-stage-outer .item .card .inner .image {
    margin-bottom: 8px
  }
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .inner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .inner>h3 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 21px
}

@media (max-width:767px) {
  .block--avantages .carousel-avantages .owl-stage-outer .item .card .inner>h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px
  }
}

.block--avantages .carousel-avantages .owl-stage-outer .item .card .inner .text {
  clear: both;
  background: #fff;
  border-radius: 20px;
  font-style: italic;
  color: #838692;
  font-size: 18px;
  line-height: 28px;
  padding: 30px 38px 16px
}

.block--avantages .carousel-avantages .owl-stage-outer .owl-item.active .card {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.block--avantages .carousel-avantages .owl-stage-outer .owl-stage .owl-item +.active .card {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width:768px) {
  .block--avantages .carousel-avantages .owl-stage-outer .owl-item+.active+.active+.active+.active .card {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.block--deposer-candidature {
  text-align: center;
  position: relative
}

.block--deposer-candidature img {
  width: 100%
}

@media (max-width:767px) {
  .block--avantages .carousel-avantages .owl-stage-outer .item .card .inner .text {
    padding: 15px;
    font-size: 14px;
    line-height: 20px
  }
  .block--avantages .carousel-avantages .owl-stage-outer .owl-item:not(.active)+.active+.active .card {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  .block--deposer-candidature {
    overflow: hidden
  }
  .block--deposer-candidature img {
    height: 430px;
    width: 1227px
  }
}

.block--deposer-candidature .container {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.block--deposer-candidature h2 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 70px
}

@media (max-width:930px) and (min-width:768px) {
  .block--deposer-candidature h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 50px
  }
}

@media (max-width:767px) {
  .block--deposer-candidature h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 30px
  }
}

.block--deposer-candidature .button--blue {
  font-weight: 600;
  font-size: 16px
}

.block-annonce-banner {
  position: relative
}

.block-annonce-banner .container {
  width: 1194px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

@media (max-width:767px) {
  .block--deposer-candidature .button--blue {
    font-size: 18px
  }
  .block-annonce-banner .container {
    padding: 0 40px
  }
}

.block-annonce-banner .container h1 {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 60px;
  text-transform: none;
  color: #fff;
  margin-bottom: 10px
}

@media (max-width:767px) {
  .block-annonce-banner .container h1 {
    font-size: 36px;
    margin-bottom: 23px
  }
}

.block-annonce-banner .container .category {
  margin-bottom: 47px
}

.block-annonce-banner .container .category span {
  display: inline-block;
  color: #fff;
  background: #f39200;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px
}

@media (max-width:767px) {
  .block-annonce-banner .container .category {
    margin-bottom: 58px
  }
  .block-annonce-banner .container .category span {
    font-size: 16px;
    line-height: 46px;
    padding: 0 20px
  }
}

@media (max-width:330px) {
  .block-annonce-banner .container .category span {
    font-size: 15px
  }
}

.block-annonce-banner .container p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 700px
}

@media (max-width:767px) {
  .block-annonce-banner .container p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 72px
  }
}

.block-annonce-banner .container .arrow {
  width: 23px;
  height: 13px;
  background: url(../images/arrow-bottom.png) no-repeat;
  font-size: 0;
  margin: 0 auto;
  display: block
}

@media (min-width:768px) {
  .block-annonce-banner .container .arrow {
    display: none;
    font-size: 0
  }
}

.block-annonce-banner .image {
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover
}

.block-modals .modal-content {
  padding: 20px
}

@media (max-width:767px) {
  .block-annonce-banner .image {
    height: 100vh
  }
  .block-modals .modal-content .block-title {
    margin-bottom: 10px
  }
  .block-modals .modal-content p {
    font-size: 16px;
    line-height: 20px
  }
}

.block-modals .modal-content .close {
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  background: url(../images/close-blue.png) no-repeat;
  opacity: 1
}

.block-modals .modal-content .close span {
  display: none
}

.annonce-details {
  position: relative;
  color: #838692
}

.annonce-details>.container {
  max-width: 1220px
}

.annonce-header {
  height: 60px;
  padding-top: 20px;
  background: #f39200;
  color: #fff
}

@media (max-width:767px) {
  .annonce-details>.container {
    padding-left: 0;
    padding-right: 0
  }
  .annonce-header {
    display: none
  }
  #annonce-right {
    padding-left: 0;
    padding-right: 0
  }
}

.annonce-header .container {
  max-width: 1370px
}

.annonce-header .return {
  display: block;
  width: 28px;
  height: 20px;
  background: url(../images/arrow-left.png);
  text-indent: -9999px;
  overflow: hidden
}

#annonce-right {
  margin-top: -140px
}

@media (max-width:991px) {
  #annonce-right {
    margin-top: 0;
    margin-bottom: 100px
  }
}

.annonce-sidebar {
  position: relative;
  top: 140px;
  max-width: 388px;
  width: 100%;
  margin-top: -60px;
  z-index: 10;
  font-size: 16px;
  text-align: center
}

@media (max-width:991px) {
  .annonce-sidebar {
    position: relative!important
  }
}

.annonce-sidebar.fixed,
.annonce-sidebar.sticky {
  position: fixed;
  top: 40px
}

.annonce-sidebar .block-header {
  color: #fff;
  font-weight: 700;
  line-height: 20px
}

.annonce-sidebar .block-header:before {
  content: '';
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: 1;
  width: 142px;
  height: 73px;
  margin-left: -71px;
  background: url(../images/annonce-sidebar-bg.png)
}

.annonce-sidebar .block-header .wrap {
  position: relative;
  height: 102px;
  padding: 47px 75px;
  background: #f39200
}

@media (max-width:767px) {
  .annonce-sidebar {
    max-width: 100%
  }
  .annonce-sidebar .block-header .wrap {
    text-align: center;
    height: 122px
  }
  .annonce-sidebar .block-header .wrap span {
    font-size: 24px;
    line-height: 27px
  }
}

.annonce-sidebar .block-header .wrap:after,
.annonce-sidebar .block-header .wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 42px
}

.annonce-sidebar .block-header .wrap:before {
  left: 0;
  background: url(../images/orangeBorderLeft-2.png)
}

.annonce-sidebar .block-header .wrap:after {
  right: 0;
  background: url(../images/orangeBorderRight-2.png)
}

.annonce-sidebar .inner {
  padding: 56px 38px 184px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #212740;
  color: #fff
}

@media (max-width:767px) {
  .annonce-sidebar .inner {
    padding: 49px 40px 60px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 26px
  }
  .annonce-sidebar .label,
  .annonce-sidebar .label .value {
    font-size: 18px
  }
}

.annonce-sidebar .row {
  display: block;
  margin-bottom: 29px
}

.annonce-sidebar .label {
  margin-bottom: 5px;
  color: #f39200;
  font-weight: 600
}

.annonce-sidebar .buttons a {
  display: block;
  max-width: 243px;
  margin: 0 auto 14px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 49px;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.annonce-sidebar .buttons a:first-child {
  border: 1px solid #4d5266
}

@media (max-width:767px) {
  .annonce-sidebar .buttons a {
    line-height: 60px;
    max-width: 297px;
    font-size: 18px
  }
  .annonce-sidebar .buttons a:first-child {
    border: 1px solid #fff;
    margin-top: 51px;
    margin-bottom: 18px
  }
}

.annonce-sidebar .buttons a:first-child:hover {
  border-color: #fff;
  background: #fff;
  color: #212740
}

.annonce-sidebar .buttons a:last-child {
  border: 1px solid #f39200;
  background: #f39200
}

.annonce-sidebar .buttons a:last-child:hover {
  border-color: #fff;
  background: #fff;
  color: #f39200
}

.annonce-sidebar .share {
  margin-top: 41px
}

.annonce-sidebar .share .title {
  margin-bottom: 12px;
  font-size: 12px
}

@media (max-width:767px) {
  .annonce-sidebar .share {
    margin-top: 44px
  }
  .annonce-sidebar .share .title {
    font-size: 18px;
    margin-bottom: 23px
  }
}

.annonce-sidebar .share ul {
  margin: 0;
  padding: 0
}

.annonce-sidebar .share li {
  list-style: none;
  display: inline-block;
  margin: 0 2px
}

.annonce-sidebar .share li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #f39200;
  display: block
}

@media (max-width:767px) {
  .annonce-sidebar .share li {
    margin: 0 4px
  }
  .annonce-sidebar .share li a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px
  }
  .block-citation {
    display: none
  }
}

.block-citation {
  margin-top: -143px;
  padding: 0 34px;
  text-align: left
}

.block-citation .text {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, .25);
  position: relative;
  margin-bottom: 18px
}

.block-citation .text p {
  margin: 0
}

.block-citation .text:after {
  content: '';
  position: absolute;
  bottom: -38px;
  left: 44px;
  width: 48px;
  height: 38px;
  background: url(../images/bulle.png)
}

.block-citation .footer {
  position: relative;
  padding: 19px 105px 0 32px;
  text-align: right
}

.block-citation .footer img {
  position: absolute;
  top: 0;
  right: 0
}

.block-citation .footer .name {
  margin-bottom: 3px;
  font-weight: 700;
  color: #212740
}

.block-citation .footer .position {
  color: #8f93a6;
  font-size: 12px;
  line-height: 22px
}

.annonce-left {
  padding-top: 55px
}

.annonce-left .row {
  display: block;
  margin-bottom: 130px
}

@media (max-width:767px) {
  .annonce-left {
    padding-left: 40px;
    padding-right: 40px
  }
  .annonce-left .row {
    margin-bottom: 70px
  }
}

.annonce-left .row:last-child {
  margin: 0
}

@media (max-width:767px) {
  .annonce-left .row:last-child li:last-child {
    margin-bottom: 4px
  }
}

.annonce-left .tag {
  position: relative;
  margin-bottom: 57px;
  font-weight: 800;
  color: #f39200;
  font-size: 16px;
  text-transform: uppercase
}

.annonce-left .tag:before {
  background: #f39200;
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  left: 0;
  bottom: -10px
}

.annonce-left h2 {
  max-width: 520px;
  color: #212740;
  font-weight: 700;
  font-size: 26px;
  font-family: Raleway, sans-serif
}

.annonce-left p {
  padding-left: 30px;
  line-height: 28px
}

@media (max-width:767px) {
  .annonce-left .tag {
    margin-bottom: 49px
  }
  .annonce-left h2 {
    font-size: 22px
  }
  .annonce-left p {
    padding-left: 0;
    font-size: 16px
  }
}

.annonce-left ul {
  margin: 0;
  padding-left: 30px
}

@media (max-width:767px) {
  .annonce-left ul {
    padding-left: 0
  }
}

.annonce-left ul li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 50px;
  list-style: none
}

@media (max-width:767px) {
  .annonce-left ul li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 33px;
    margin-bottom: 28px
  }
}

.annonce-left ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 11px;
  background: url(../images/check.png)
}

.octo {
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  transform: rotate(45deg);
}
.octo1 {
  transform: rotate(-45deg);
}

.block--temoignages .carousel-temoignages .item .card .inner img {
  width: 120px;
  height: auto;
}

.block--temoignages .carousel-temoignages .item .card .inner > .octo {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 25px;
}

.block--temoignages .carousel-temoignages .item .name {
  margin-top: 20px;
}

.block--temoignages .carousel-temoignages .item .card .inner .wrap {
  max-width: 180px;
}
