/*style specifiques*/
/* line 55, _sass/style.scss */

#usp * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.header-container
/* line 61, _sass/style.scss */
#usp .header-container {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  max-width: none;
}
@media screen and (max-width: 640px) {
  /* line 61, _sass/style.scss */
  #usp .header-container {
    margin-bottom: 0;
    /*top: 58px;*/
  }
}
/* line 69, _sass/style.scss */
#usp .head-usp {
  height: 327px;
}
@media screen and (max-width: 1024px) {
  /* line 69, _sass/style.scss */
  #usp .head-usp {
    height: 380px;
  }
}
@media screen and (max-width: 640px) {
  /* line 69, _sass/style.scss */
  #usp .head-usp {
    height: 275px;
  }
}
/* line 77, _sass/style.scss */
#usp .head-usp .breadcrumb {
  float: none;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 20;
  margin-top: 100px;
  width: 966px;
  margin-left: auto;
  margin-right: auto;
  font: normal 12px latoregular, arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  /* line 77, _sass/style.scss */
  #usp .head-usp .breadcrumb {
    width: 95%;
  }
}

/* line 89, _sass/style.scss */
#usp .head-usp .breadcrumb li {
  color: #999;
  background-position: right 8px;
  line-height: 20px;
  background-image: url(/imagerie/content/separator-grey.png);
}
/* line 94, _sass/style.scss */
#usp .head-usp .breadcrumb li.last {
  background: none;
}
/* line 97, _sass/style.scss */
#usp .head-usp .breadcrumb li a {
  color: inherit;
}
/* line 102, _sass/style.scss */
#usp .head-usp .visu {
  background: url(/imagerie/our-services/header_usp.jpg) no-repeat center top;
  position: absolute;
  z-index: 10;
  background-size: cover;
  height: 550px;
  overflow: hidden;
  top: -90px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  /* line 102, _sass/style.scss */
  #usp .head-usp .visu {
    height: 310px;
    position: static;
  }
}
/* line 115, _sass/style.scss */
#usp .head-usp .visu .txt {
  position: absolute;
  width: 340px;
  height: 170px;
  margin-left: -170px;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
/* line 126, _sass/style.scss */
#usp .head-usp .visu .txt h1 {
  font: normal 26px latolight, arial, sans-serif;
}
@media screen and (max-width: 640px) {
  /* line 115, _sass/style.scss */
  #usp .head-usp .visu .txt {
    top: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
/* line 137, _sass/style.scss */
#usp .inter-usp {
  text-align: center;
  margin: 50px 60px;
  width: 966px;
  margin-left: auto;
  margin-right: auto;
  font: normal 16px latoregular, arial, sans-serif;
  color: #152338;
}
@media screen and (max-width: 1024px) {
  /* line 137, _sass/style.scss */
  #usp .inter-usp {
    width: 95%;
  }
}
/* line 144, _sass/style.scss */
#usp .blocks-usp {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin: auto auto 30px;
  overflow: hidden;
  padding: 10px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  /* line 144, _sass/style.scss */
  #usp .blocks-usp {
    flex-direction: column;
    width: 95%;
  }
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp {
    width: 100%;
  }
}

/* line 150, _sass/style.scss */
#usp .blocks-usp .bloc {
  display: flex;
  flex: 50%;
  max-width: 50%;
  padding: 15px .5%;
}

@media screen and (max-width: 758px) {
  /* line 150, _sass/style.scss */
  #usp .blocks-usp .bloc {
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp .bloc {
    align-items: center;
    flex-direction: column;
  }
}
/* line 159, _sass/style.scss */
#usp .blocks-usp .bloc img {
  margin: auto;
  padding: 15% 0;
  transition: all 0.4s ease 0s;
  width: 100px;
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp .bloc img {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  /* line 159, _sass/style.scss */
  #usp .blocks-usp .bloc img {
    height: auto;
    padding: 0;
  }
}
/* line 171, _sass/style.scss */
#usp .blocks-usp .bloc div:first-child {
  align-items: center;
  background: #ccedff;
  max-width: 40%;
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp .bloc div:first-child {
    width: 100%;
    max-width: 100%;
  }
}

#usp .blocks-usp .bloc div {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  text-align: center;
  width: 60%;
}

@media screen and (max-width: 768px) {
  /* line 171, _sass/style.scss */
  #usp .blocks-usp .bloc div {
    align-items: start;
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp .bloc div {
    align-items: center;
    padding: 10px;
    width: 100%;
  }
}

/* line 181, _sass/style.scss */
#usp .blocks-usp .bloc div h3 {
  font: normal 14px latoblack, arial, sans-serif;
  color: #0a1728;
}
/* line 186, _sass/style.scss */
#usp .blocks-usp .bloc div p {
  font: normal 12px latoregular, arial, sans-serif;
  color: #333333;
}
/* line 190, _sass/style.scss */
#usp .blocks-usp .bloc div a {
  background: #1E1852;
  color: #fff;
  font: normal 11px latoblack, arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-top: auto;
  padding: 10px 20px;
  width: 70%;
}

@media screen and (max-width: 414px) {
  #usp .blocks-usp .bloc div a {
    width: 100%;
  }
}

/* line 207, _sass/style.scss */
#usp .blocks-usp .bloc div a:before {
  content: "+ ";
}
/* line 212, _sass/style.scss */
#usp .blocks-usp .bloc.on {
  cursor: pointer;
}
/* line 214, _sass/style.scss */
#usp .blocks-usp .bloc.on a {
  background: #076094;
}
/* line 218, _sass/style.scss */
#usp .blocks-usp .bloc.on img {
  background: #66c9ff;
}
/* line 226, _sass/style.scss */
#usp.review .head-usp {
  height: 537px;
}
@media screen and (max-width: 1024px) {
  /* line 226, _sass/style.scss */
  #usp.review .head-usp {
    height: 450px;
  }
}
@media screen and (max-width: 640px) {
  /* line 226, _sass/style.scss */
  #usp.review .head-usp {
    position: relative;
    height: 300px;
  }
}
/* line 235, _sass/style.scss */
#usp.review .head-usp .breadcrumb {
  margin: 90px 50px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 50px;
  width:calc(100% - 100px);
}

@media screen and (max-width: 1024px) {
  /* line 77, _sass/style.scss */
  #usp.review .head-usp .breadcrumb {
    /*display: none;*/
    margin-top: 80px;
  }
}

/* line 239, _sass/style.scss */
#usp.review .head-usp .breadcrumb li {
  color: white;
}
/* line 243, _sass/style.scss */
#usp.review .head-usp .visu {
  background: url(/imagerie/our-services/avis/header.jpg) no-repeat center top;
  background-size: cover;
  height: 750px;
}
@media screen and (max-width: 1024px) {
  /* line 243, _sass/style.scss */
  #usp.review .head-usp .visu {
    height: 480px;
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  /* line 243, _sass/style.scss */
  #usp.review .head-usp .visu {
    height: 230px;
  }

  #usp.review .head-usp .breadcrumb {
    margin: 70px 10px 0 10px;
    padding: 10px;
    width: 100%;
  }
}
/* line 254, _sass/style.scss */
#usp.review .head-usp .visu .txt {
  text-align: center;
  background: none;
  width: 100%;
  margin-top: -50px;
  margin-left: 0;
  left: 0;
  height: 100px;
}
@media screen and (max-width: 640px) {
  /* line 254, _sass/style.scss */
  #usp.review .head-usp .visu .txt {
    margin-top: 100px;
    background: rgba(0, 0, 0, 0.2);
  }
}
/* line 266, _sass/style.scss */
#usp.review .head-usp .visu .txt img {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  /* line 266, _sass/style.scss */
  #usp.review .head-usp .visu .txt img {
    width: 42px;
    vertical-align: middle;
  }
}
/* line 272, _sass/style.scss */
#usp.review .head-usp .visu .txt h1 {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 20px;
  font: normal 40px latolight, arial, sans-serif;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 640px) {
  /* line 272, _sass/style.scss */
  #usp.review .head-usp .visu .txt h1 {
    font-size: 23px;
    max-width: calc(100% - 70px);
    vertical-align: middle;
  }
}
/* line 282, _sass/style.scss */
#usp.review .head-usp .visu .txt h1 strong {
  display: block;
  font: normal 40px latoblack, arial, sans-serif;
}
@media screen and (max-width: 640px) {
  /* line 282, _sass/style.scss */
  #usp.review .head-usp .visu .txt h1 strong {
    font-size: 18px;
  }
}
/* line 292, _sass/style.scss */
#usp.review .head-usp .visu .bandeau {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 0;
}
@media screen and (max-width: 1024px) {
  /* line 292, _sass/style.scss */
  #usp.review .head-usp .visu .bandeau {
    bottom: -140px;
  }
}
@media screen and (max-width: 640px) {
  /* line 292, _sass/style.scss */
  #usp.review .head-usp .visu .bandeau {
    top: 230px;
    padding: 5px;
  }
}
/* line 306, _sass/style.scss */
#usp.review .head-usp .visu .bandeau h2 {
  font: normal 24px latobold, arial, sans-serif;
  color: #252b38;
  text-transform: uppercase;
  line-height: 70px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  /* line 306, _sass/style.scss */
  #usp.review .head-usp .visu .bandeau h2 {
    font-size: 14px;
    line-height: 40px;
    width: auto;
  }
}
/* line 318, _sass/style.scss */
#usp.review .head-usp .visu .bandeau h2 strong {
  padding: 12px;
  margin: 5px;
  background: #534f5e;
  color: white;
}
@media screen and (max-width: 640px) {
  /* line 318, _sass/style.scss */
  #usp.review .head-usp .visu .bandeau h2 strong {
    padding: 6px;
  }
}
/* line 327, _sass/style.scss */
#usp.review .head-usp .visu .bandeau h2 span {
  display: block;
  font: normal 18px latolight, arial, sans-serif;
}
/* line 329, _sass/style.scss */
#usp.review .head-usp .visu .bandeau h2 span:before, #usp.review .head-usp .visu .bandeau h2 span:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #152338;
  margin-right: 10px;
  vertical-align: 5px;
}
/* line 338, _sass/style.scss */
#usp.review .head-usp .visu .bandeau h2 span:after {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  /* line 327, _sass/style.scss */
  #usp.review .head-usp .visu .bandeau h2 span {
    font-size: 13px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #usp.review .head-usp .visu .bandeau h2 span:before, #usp.review .head-usp .visu .bandeau h2 span:after {
    position: absolute;
    display: block;
    width: 20px;
    top:7px;
  }

  #usp.review .head-usp .visu .bandeau h2 span:before {
    left: -22px;
  }
  #usp.review .head-usp .visu .bandeau h2 span:after {
    right: -22px;
  }


}
/* line 352, _sass/style.scss */
#usp.review .review-steps .step {
  height: 440px;
  width: 100%;
  background: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 352, _sass/style.scss */
  #usp.review .review-steps .step {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  /* line 352, _sass/style.scss */
  #usp.review .review-steps .step {
    background: none !important;
    height: auto !important;
  }
}
/* line 364, _sass/style.scss */
#usp.review .review-steps .step .texte {
  width: 390px;
  color: #232936;
  z-index: 30;
  position: absolute;
  top: 90px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 364, _sass/style.scss */
  #usp.review .review-steps .step .texte {
    position: static;
    width: 100%;
    text-align: center;
  }

  .review-steps {
    padding-top: 50px;
  }

  .de .review-steps {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  /* line 364, _sass/style.scss */
  #usp.review .review-steps .step .texte {
    margin-bottom: 0 !important;
  }
}
/* line 379, _sass/style.scss */
#usp.review .review-steps .step .texte .picto-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 379, _sass/style.scss */
  #usp.review .review-steps .step .texte .picto-mobile {
    display: inline;
  }
}
/* line 385, _sass/style.scss */
#usp.review .review-steps .step .texte h4 {
  color: #232936;
  text-transform: none;
  font: normal 94px latohairline, arial, sans-serif;
}
/* line 389, _sass/style.scss */
#usp.review .review-steps .step .texte h4 strong {
  font: normal 94px latoblack, arial, sans-serif;
}
/* line 391, _sass/style.scss */
#usp.review .review-steps .step .texte h4 strong sup {
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  /* line 385, _sass/style.scss */
  #usp.review .review-steps .step .texte h4 {
    font: normal 75px latolight, arial, sans-serif;
  }
  /* line 397, _sass/style.scss */
  #usp.review .review-steps .step .texte h4 strong {
    font: normal 75px latoblack, arial, sans-serif;
  }
}
@media screen and (max-width: 640px) {
  /* line 385, _sass/style.scss */
  #usp.review .review-steps .step .texte h4 {
    font: normal 40px latolight, arial, sans-serif;
    margin-top: 0;
  }
  /* line 404, _sass/style.scss */
  #usp.review .review-steps .step .texte h4 strong {
    font: normal 40px latoblack, arial, sans-serif;
  }
}
/* line 409, _sass/style.scss */
#usp.review .review-steps .step .texte .star {
  text-align: center;
}
/* line 412, _sass/style.scss */
#usp.review .review-steps .step .texte p {
  font: normal 16px latobold, arial, sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  /* line 412, _sass/style.scss */
  #usp.review .review-steps .step .texte p {
    font-size: 16px;
  }
}
/* line 420, _sass/style.scss */
#usp.review .review-steps .step .visu {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  /* line 420, _sass/style.scss */
  #usp.review .review-steps .step .visu {
    display: none !important;
  }
}
/* line 428, _sass/style.scss */
#usp.review .review-steps .step.step1 .texte {
  left: 10%;
}
/* line 431, _sass/style.scss */
#usp.review .review-steps .step.step1 .visu1 {
  bottom: 1px;
  right: 10%;
}
@media screen and (max-width: 1024px) {
  /* line 431, _sass/style.scss */
  #usp.review .review-steps .step.step1 .visu1 {
    position: static;
    width: 75%;
    display: block;
    margin: auto;
  }
}
/* line 442, _sass/style.scss */
#usp.review .review-steps .step.step2 {
  background: url(/imagerie/our-services/avis/bg-step-2.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* line 446, _sass/style.scss */
#usp.review .review-steps .step.step2 .texte {
  right: 20%;
}
@media screen and (max-width: 1024px) {
  /* line 446, _sass/style.scss */
  #usp.review .review-steps .step.step2 .texte {
    margin-bottom: 360px;
  }
  /* line 450, _sass/style.scss */
  #usp.review .review-steps .step.step2 .texte h4, #usp.review .review-steps .step.step2 .texte .star, #usp.review .review-steps .step.step2 .texte p {
    position: relative;
    z-index: 30;
  }
}
/* line 456, _sass/style.scss */
#usp.review .review-steps .step.step2 .visu1 {
  bottom: 0;
  left: 20%;
}
/* line 460, _sass/style.scss */
#usp.review .review-steps .step.step2 .visu2 {
  bottom: 0;
  right: 0;
  height: 100%;
  width: 800px;
  background: url(/imagerie/our-services/avis/item-step-2_2.png) center center repeat-y;
}
@media screen and (max-width: 1024px) {
  /* line 460, _sass/style.scss */
  #usp.review .review-steps .step.step2 .visu2 {
    display: none;
  }
}
/* line 470, _sass/style.scss */
#usp.review .review-steps .step.step2 .visu3 {
  top: 0;
  width: 100%;
  height: 253px;
  background: url(/imagerie/our-services/avis/item-step-2_3.png) center top repeat-x;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  /* line 470, _sass/style.scss */
  #usp.review .review-steps .step.step2 .visu3 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 481, _sass/style.scss */
  #usp.review .review-steps .step.step3 {
    overflow: hidden;
  }
}
/* line 485, _sass/style.scss */
#usp.review .review-steps .step.step3 .texte {
  left: 15%;
  width: 710px;
}
@media screen and (max-width: 1024px) {
  /* line 485, _sass/style.scss */
  #usp.review .review-steps .step.step3 .texte {
    margin-bottom: 300px;
    position: static;
    width: 100% !important;
  }
  /* line 492, _sass/style.scss */
  #usp.review .review-steps .step.step3 .texte h4, #usp.review .review-steps .step.step3 .texte .star, #usp.review .review-steps .step.step3 .texte p {
    position: relative;
    z-index: 30;
  }
}
/* line 497, _sass/style.scss */
#usp.review .review-steps .step.step3 .texte .align {
  display: table;
  width: 100%;
}
/* line 500, _sass/style.scss */
#usp.review .review-steps .step.step3 .texte .align > div {
  display: table-cell;
  align: left;
}
@media screen and (max-width: 1024px) {
  #usp.review .review-steps .step.step3 .texte .align > div {
   display: block;
  }
}

/* line 503, _sass/style.scss */
#usp.review .review-steps .step.step3 .texte .align > div h4 {
  text-align: left;
}
/* line 507, _sass/style.scss */
#usp.review .review-steps .step.step3 .texte .align p {
  display: table-cell;
  vertical-align: middle;
  max-width:290px;
}
@media screen and (max-width: 1024px) {
  /* line 497, _sass/style.scss */
  #usp.review .review-steps .step.step3 .texte .align {
    display: block;
  }
  /* line 514, _sass/style.scss */
  #usp.review .review-steps .step.step3 .texte .align > div h4, #usp.review .review-steps .step.step3 .texte .align > div .star {
    text-align: center;
    display: block;
  }
  /* line 519, _sass/style.scss */
  #usp.review .review-steps .step.step3 .texte .align p {
    text-align: center;
    display: block;
	max-width:100%;
  }
}
/* line 526, _sass/style.scss */
#usp.review .review-steps .step.step3 .supp {
  display: table;
  width: 660px;
  position: absolute;
  top: 300px;
  left: 15%;
  z-index: 20;
}
/* line 533, _sass/style.scss */
#usp.review .review-steps .step.step3 .supp > div {
  display: table-cell;
  width: 115px;
  text-align: center;
}
/* line 538, _sass/style.scss */
#usp.review .review-steps .step.step3 .supp p {
  display: table-cell;
  border-left: 1px solid #d3d4d7;
  width: 600px;
  padding-left: 20px;
  vertical-align: middle;
  font: normal 16px latoregular, arial, sans-serif;
  color: #232936;
}
@media screen and (max-width: 1024px) {
  /* line 526, _sass/style.scss */
  #usp.review .review-steps .step.step3 .supp {
    display: block;
    width: 40%;
    text-align: center;
    left: 7%;
  }
  /* line 552, _sass/style.scss */
  #usp.review .review-steps .step.step3 .supp > div {
    display: inline-block;
  }
  /* line 555, _sass/style.scss */
  #usp.review .review-steps .step.step3 .supp p {
    display: block;
    text-align: center;
    width: auto;
    border: none;
  }
}
/* line 563, _sass/style.scss */
#usp.review .review-steps .step.step3 .visu3 {
  bottom: 0;
  right: 15%;
}
@media screen and (max-width: 1024px) {
  /* line 563, _sass/style.scss */
  #usp.review .review-steps .step.step3 .visu3 {
    width: 40%;
    right: 7%;
  }
}
/* line 572, _sass/style.scss */
#usp.review .review-steps .step.step4 {
  background: url(/imagerie/our-services/avis/bg-step-4.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* line 576, _sass/style.scss */
#usp.review .review-steps .step.step4 .pos {
  position: relative;
  width: 1000px;
  height: 430px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  /* line 576, _sass/style.scss */
  #usp.review .review-steps .step.step4 .pos {
    position: static;
    width: auto;
    height: auto;
  }
}
/* line 587, _sass/style.scss */
#usp.review .review-steps .step.step4 .texte {
  right: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 587, _sass/style.scss */
  #usp.review .review-steps .step.step4 .texte {
    position: static;
  }
}
/* line 593, _sass/style.scss */
#usp.review .review-steps .step.step4 .visu1 {
  bottom: 25px;
  left: -10%;
}
@media screen and (max-width: 1024px) {
  /* line 593, _sass/style.scss */
  #usp.review .review-steps .step.step4 .visu1 {
    position: static;
    display: block;
    margin: 0 auto 20px auto;
  }
}

/*style base*/
/* line 610, _sass/style.scss */
body .header-container .body-wrapper {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  max-width: none;
}

/* line 616, _sass/style.scss */
/*.header-container .top-container-wrapper .header {
  background: none !important;
}*/

@media screen and (max-width: 1024px) {
  /* line 620, _sass/style.scss */
  body.page-responsive {
    padding: 0 0 50px;
  }

  /* line 621, _sass/style.scss */
  /*body #profile-banner {
    display: none !important;
  }*/

  /* line 622, _sass/style.scss */
  body .header-container {
    padding-top: 0;
    height: 60px;
  }
  

  /* line 623, _sass/style.scss */
  body .header-container .top-container-wrapper .header, body .header-container .top-container-wrapper .header h2.logo {
    height: auto !important;
  }

  /* line 624, _sass/style.scss */
  body .header-container .col-md-3, .header-container .top-container-wrapper .header h2.logo a {
    width: 100%;
    text-align: center;
  }

  /* line 626, _sass/style.scss */
  /*body .header-container .top-container-wrapper .header .wrapper-level-1,*/ body div#bottom-container, body #footer-main {
    display: none !important;
  }

  /* line 627, _sass/style.scss */
  body .header-container .top-container-wrapper .header {
    text-align: center;
  }

  /* line 628, _sass/style.scss */
  body .header-container .top-container-wrapper .logo-wrapper {
    float: none;
    display: inline-block;
  }

  /* line 631, _sass/style.scss */
  .social-link {
    margin-right: 0%;
  }

  /* line 632, _sass/style.scss */
  .breadcrumb {
    width: 95%;
  }
}
/*IE8*/
/* line 636, _sass/style.scss */
.ie8 #usp.review .head-usp .visu .txt {
  background: none;
}

/* line 639, _sass/style.scss */
.ie8 #usp .head-usp .visu .txt,
.ie8 #usp.review .head-usp .visu .bandeau,
.ie8 body .header-container .body-wrapper {
  background: url(/imagerie/bg1pxWhite70opacity.png);
}

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

  body #profile-banner .pb-button{
    padding-right:10px;
  }
  body #profile-banner .pb-fright{
    width: 100%;
    background: #dadbdd;
  }

  /* line 646, _sass/style.scss */
  .ie8 #usp .head-usp .visu .txt,
  .ie8 #usp.review .head-usp .visu .txt {
    background: url(/imagerie/bg1pxWhite70opacity.png);
  }
}
/*SPECIFIQUE LANGUE*/
/* line 653, _sass/style.scss */
.id #usp.review .head-usp .visu .bandeau h2 span {
  background: none;
}

/* line 656, _sass/style.scss */
.id #usp.review .review-steps .step .texte {
  width: 440px;
}
@media screen and (max-width: 1024px) {
  /* line 656, _sass/style.scss */
  .id #usp.review .review-steps .step .texte {
    width: 100%;
  }
}

/* line 662, _sass/style.scss */
.th #usp.review .review-steps .step .texte {
  width: 470px;
}
@media screen and (max-width: 1024px) {
  /* line 662, _sass/style.scss */
  .th #usp.review .review-steps .step .texte {
    width: 100%;
  }
}

/* line 668, _sass/style.scss */
.th #usp.review .review-steps .step.step3 .texte {
  width: 950px;
}

/* line 671, _sass/style.scss */
/*
.it #usp.review .review-steps .step.step3 .texte, .ru #usp.review .review-steps .step.step3 .texte, .de #usp.review .review-steps .step.step3 .texte, .es #usp.review .review-steps .step.step3 .texte, .id #usp.review .review-steps .step.step3 .texte {
  width: 710px;
}
*/

/* line 674, _sass/style.scss */
.ja #usp.review .review-steps .step .texte h4 {
  font-size: 60px;
}

/* line 677, _sass/style.scss */
#usp.ja .blocks-usp .bloc div p {
  font-size: 10px;
}
#footer *{
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
#header-sf .dependentdropdown__field-select{
  box-sizing: content-box;
}
#mount-ah-navigation {
  min-height: 4.5rem;
}
