@charset "UTF-8";
@import url("https://use.typekit.net/pai5mmm.css");
.only-desk{
  display: block;
}
.only-sim{
  display: none;
}
@media all and (max-width: 569.99px) {
  .only-desk{
    display: none;
  }
  .only-sim{
    display: block;
  }
}
.srv .ariana {
  align-items: center;
  background: #fff;
  clear: both;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 5;
}
@media all and (max-width: 999.99px) {
  .srv .ariana {
    border-top: 1px solid #e2e2e2;
    font-size: 12px;
  }
}
.srv .ariana a {
  color: #333;
  font-weight: 200;
  margin: 0;
  overflow: hidden;
  padding: 14px 10px 14px 10px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
@media all and (min-width: 1000px) {
  .srv .ariana a {
    font-size: 12px;
  }
}
@media (max-width: 569.99px) {
  .srv .ariana a {
    font-size: 10px;
  }
  .srv .ariana a:nth-last-child(n+3) {
    height: 0;
    padding: 20px 0 0 0;
    width: 20px;
  }
  .srv .ariana a:nth-last-child(n+3):before {
    bottom: 6px;
    content: "...";
    display: block;
    left: 0;
    position: absolute;
  }
  .srv .ariana a:nth-last-child(n+3):after {
    right: 0;
  }
}
.srv .ariana a:hover {
  color: #333;
  opacity: 1;
}
.srv .ariana a:first-child {
  padding-left: 0;
}
.srv .ariana a:first-letter {
  text-transform: uppercase !important;
}
.srv .ariana a:after {
  content: "›";
  font-size: 25px;
  height: 31px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.srv .ariana a:last-child:after {
  display: none;
}

.srv > select.services {
  background: url(img/ico-nav-arrow.svg) no-repeat right 8px center;
  background-size: 11px !important;
  color: #fd5300;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
}
@media all and (min-width: 767.99px) {
  .srv > select.services {
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    width: auto;
    z-index: 6;
  }
  .srv > select.services:focus {
    border-color: #333;
  }
}
@media all and (max-width: 767.99px) {
  .srv > select.services {
    background: url(img/ico-nav-arrow.svg) no-repeat right 8px center #e2e2e2;
    border: 0;
    height: 35px;
    margin: 0 !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
    z-index: 5;
  }
}
@media all and (min-width: 1000px) {
  .srv > select.services {
    right: 0;
  }
}
@media all and (min-width: 767.99px) and (max-width: 999.99px) {
  .srv > select.services {
    right: 5px;
  }
}
.srv > select.services option {
  color: #434748;
}
@media all and (min-width: 768px) {
  .srv .header {
    height: 318px;
    max-width: 1000px;
    display: flex;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header {
    background: #fd5300;
    font-size: 0;
    width: 100%;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header .left {
    box-shadow: 0 0 70px #333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}
@media all and (min-width: 768px) {
  .srv .header .left {
    background-color: #fd5300;
    height: 100%;
    position: relative;
    width: 55%;
    padding: 15px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.srv .header .left h1, .srv .header .left .title-h1 {
  font-family: "ars-maquette-web", Arial, sans-serif;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: lowercase;
}
.srv .header .left h1::first-letter {
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .srv .header .left h1, .srv .header .left .title-h1{
    background: none;
    float: none;
    font-size: 38px;
    line-height: 38px;
    width: 100%;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header .left h1, .srv .header .left .title-h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0 !important;
    order: 2;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
  }
  .srv .header .left h1 br {
    display: none;
  }
  .srv .header .left h1 img {
    left: 0;
    padding-left: 16px;
    position: relative;
    top: 4px;
    width: 49px;
  }
}
@media all and (min-width: 768px) {
  .srv .header .left > p {
    display: inline-block;
    margin-top: 0 !important;
  }
  .srv .header .left > p > img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header .left > p {
    margin: 0 !important;
    order: 1;
  }
  .srv .header .left > p img {
    max-width: 50px;
    max-height: 40px;
    width: auto;
    height: auto;
  }
}
.srv .header .left > span {
  display: none;
}
@media all and (min-width: 768px) {
  .srv .header .right {
    height: 318px;
    width: 45%;
    object-fit: cover;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header .right {
    width: 100%;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header > div {
    position: relative;
  }
  .srv .header > div select.services {
    text-indent: 40px;
  }
}

.flexifier {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 767.99px) {
  .flexifier * {
    text-align: center;
  }
}
.flexifier .box__bottom {
  padding: 20px 25px 30px 25px;
}
.flexifier .box__bottom p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 50px;
}
.flexifier .legacy {
  border: 0 !important;
  display: none;
  height: auto !important;
  padding-top: 40px;
  vertical-align: top;
}
.flexifier .legacy p {
  font-size: 10px !important;
}
.flexifier .legacy p a {
  color: #666;
}
.flexifier .legacy p strong {
  font-weight: 700;
}
.flexifier small a {
  color: #646566;
  display: block;
  font-size: 11px;
  overflow: hidden;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
.flexifier small a:hover {
  text-decoration: underline;
}
.flexifier h4 {
  color: #646566;
  color: #fd5300;
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
}
.flexifier h5 {
  color: #646566;
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
}
@media all and (min-width: 768px) {
  .flexifier h5 {
    margin-top: 15px;
  }
}
@media all and (max-width: 767.99px) {
  .flexifier h5 {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
  }
}
.flexifier p {
  color: #646566;
  font-size: 13px;
  line-height: 17px;
  padding: 0 10px;
  position: static;
}
.flexifier .box__top {
  align-items: center;
  background: #fd5300;
  color: #ffffff;
  display: block;
  flex-basis: 20%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
.flexifier .box__top strong {
  font-weight: bold;
}
.flexifier .more_p p {
  margin-bottom: 15px !important;
}
.flexifier.noborders h5 {
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .flexifier.noborders h5 {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767.99px) {
  .flexifier.noborders h5 {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
  }
}
.flexifier.noborders > div {
  border: 0;
  /*@media all and (max-width: 767.99px) {
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }*/
}
.flexifier > div {
  border: 1px solid #fd5300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 15px;
  padding-bottom: 20px;
  position: relative;
}
.flexifier.slices {
  display: block;
}
.flexifier.slices .box__top {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media all and (max-width: 767.99px) {
  .flexifier.slices .box__top::after {
    display: none;
  }
}
.flexifier.slices > div {
  display: flex;
  margin: 0 auto 30px auto;
  padding-bottom: 0;
}
@media all and (max-width: 767.99px) {
  .flexifier.slices > div {
    flex-flow: column;
  }
}
.flexifier.slices > div > div {
  flex-basis: 80%;
  padding: 20px 20px 45px 20px;
}

@media all and (max-width: 767.99px) {
  .flexifier {
    flex-flow: column;
  }
  .flexifier > div {
    margin-bottom: 20px;
    width: calc(100% - 30px);
  }
}
@media all and (min-width: 768px) {
  .flexifier.noborders > div {
    flex: 1;
    margin: 0 50px;
  }
}
.flexifier.energie > div > p {
  background-color: #fd5300 !important;
}

.animated.flash {
  background: #ff5c00 !important;
}

li + li .Stitle,
li + li.Stitle {
  display: block;
  margin-top: 15px;
}

.home {
  display: none;
}
@media all and (max-width: 999.99px) {
  .home .content .opeco {
    display: none !important;
  }
}
@media all and (min-width: 1000px) {
  .home .content {
    max-width: 1000px;
    width: 100% !important;
  }
}
@media all and (max-width: 999.99px) {
  .home .content {
    margin: 10px 2.5% !important;
    position: static;
    width: 95% !important;
  }
}
.home .content .arch {
  display: block;
  margin: 10px 0;
  z-index: 2;
}
@media all and (min-width: 1000px) {
  .home .content .arch {
    position: relative;
  }
}
@media all and (max-width: 999.99px) {
  .home .content .arch {
    overflow: hidden;
    position: static;
    width: 100%;
  }
}
.home .content .arch nav {
  color: #fff;
  font-weight: 600;
  padding: 0;
  text-align: center;
}
@media all and (min-width: 1000px) {
  .home .content .arch nav:hover > ul > li > a {
    opacity: 0.7;
  }
  .home .content .arch nav:hover > ul > li > a:hover {
    opacity: 1;
  }
}
.home .content .arch nav > ul {
  display: block;
  font-size: 0;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 999.99px) {
  .home .content .arch nav > ul {
    overflow: hidden;
  }
}
.home .content .arch nav > ul > li {
  display: inline-block;
  font-size: 0;
  list-style: none;
  vertical-align: top;
}
@media all and (max-width: 999.99px) {
  .home .content .arch nav > ul > li {
    box-sizing: border-box !important;
    margin-bottom: 5px;
    width: 50% !important;
  }
  .home .content .arch nav > ul > li:nth-child(2n-1) a {
    margin-left: 0;
  }
  .home .content .arch nav > ul > li:last-child br {
    display: block !important;
  }
  .home .content .arch nav > ul > li br {
    display: none !important;
  }
}
@media all and (min-width: 1000px) {
  .home .content .arch nav > ul > li {
    position: relative;
  }
  .home .content .arch nav > ul > li:hover, .home .content .arch nav > ul > li.active {
    background-color: #fd5300;
  }
}
.home .content .arch nav > ul > li:hover::before, .home .content .arch nav > ul > li.active::before {
  border-color: #fd5300 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  z-index: 9;
}
.home .content .arch nav > ul > li:last-child:after {
  display: none;
}
.home .content .arch nav > ul > li a {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 53px;
  justify-content: center;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 1000px) {
  .home .content .arch nav > ul > li a {
    color: #fff;
    padding: 10px 22px;
  }
}
@media all and (max-width: 999.99px) {
  .home .content .arch nav > ul > li a {
    background: #e5e5e5;
    border: 0 !important;
    color: #040404;
    margin-left: 5px;
    padding: 10px 0;
  }
}
.home .content .arch nav > ul > li a:hover {
  opacity: 1;
}
.home .content .arch nav > ul > li a.double {
  line-height: 16px;
}
.home h3 {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 5px;
}
.home form.engine,
.home h3 {
  text-align: center;
}
.home form.engine {
  margin-top: 15px;
}
.home form.engine > * {
  display: inline-block;
}
.home form.engine input[type=submit] {
  background: #fd5300;
  border: 0;
  border-radius: 3px;
  color: #fff;
  vertical-align: top;
}
@media all and (min-width: 1000px) {
  .home form.engine input[type=submit] {
    height: 47px;
    margin: 0 8px;
    padding: 0 10px;
    width: auto;
  }
}
@media all and (max-width: 999.99px) {
  .home form.engine input[type=submit] {
    height: 37px;
    width: 100% !important;
  }
}
.home form.engine input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}
.home form.engine select {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  color: #656565;
  cursor: pointer;
  font-size: 14px;
  height: 47px;
  line-height: 47px;
  margin: 0 8px;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: top;
}
@media all and (min-width: 1000px) {
  .home form.engine select {
    width: auto;
  }
}
@media all and (max-width: 999.99px) {
  .home form.engine select {
    width: 100%;
  }
}
.home form.engine select:focus {
  border-color: #040404;
  color: #040404;
  transition: 0.4s;
}
.home form.engine select.selected {
  border: 1px solid #040404;
  color: #040404;
}
.home form.engine input.launched {
  background: url(/content/static/bcom/projet/2017/services/img/loader.gif) no-repeat #fd5300 50%;
  background-size: 80%;
  overflow: hidden;
  text-indent: -9999px;
}
.home form.engine option {
  cursor: pointer;
}
.home form.engine input[disabled],
.home form.engine select[disabled] {
  background: #d6d6d6;
  color: #040404;
  cursor: default;
  opacity: 0.3;
}
.home .owl-drag {
  cursor: grab;
}
.home .owl-grab {
  cursor: grabbing !important;
}
.home .packs {
  clear: both;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.home .packs a {
  display: inline-block;
}

@media all and (max-width: 999.99px) {
  .home .content .arch > div > div > h4 a {
    background: #fd5300;
    color: #fff;
    display: block;
    height: 80px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }
  .home .content .arch > div > div > h4 a:before {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(/content/static/bcom/projet/2017/services/assets/img/closeit.svg);
    background-position: 50%;
    background-size: 40%;
    content: "";
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .home .content .arch > div > div > h4 a:after, .home .content .arch > div > div > h4 a:before {
    background-repeat: no-repeat;
    display: block;
    position: absolute;
  }
  .home .content .arch > div > div > h4 a:after {
    background-image: url(/content/static/bcom/projet/2017/services/img/logo.svg);
    background-position: 100%;
    background-size: 23px;
    bottom: 10px;
    content: "LES SERVICES";
    font-size: 13px;
    font-weight: 200;
    height: 19px;
    left: 50%;
    padding-right: 20px;
    text-align: left;
    transform: translateX(-50%);
    width: 92px;
  }
}
@media all and (min-width: 1000px) {
  .home .arch nav ul {
    background: #434748;
  }
}
.lrCtn {
  background: #fff;
  display: none;
  text-align: center;
}
@media all and (min-width: 1000px) {
  .lrCtn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.267);
    left: 50%;
    padding: 20px;
    position: absolute;
    transform: translateX(-50%);
    width: 95%;
    z-index: 4;
  }
  .lrCtn a[name=close] {
    display: none;
  }
  .lrCtn > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .lrCtn .cat4,
.lrCtn .cat5 {
    justify-content: baseline;
  }
}
@media all and (max-width: 999.99px) {
  .lrCtn {
    height: 100%;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 30px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .lrCtn > div {
    display: flex;
    flex-direction: column;
  }
  .lrCtn a[name=close] {
    background-image: url(/content/static/bcom/projet/2017/services/assets/img/cross.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 1px solid #fd5300;
    border-radius: 3px;
    display: block;
    height: 33px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 33px;
  }
}
.lrCtn ul {
  line-height: 20px;
  text-align: left;
}
@media all and (min-width: 1000px) {
  .lrCtn ul {
    border-left: 1px solid #d6d6d6;
    flex: 1;
    height: 100%;
    margin-bottom: 22px;
    max-width: 33.333%;
    padding-left: 15px;
    /*
    flex: 0 0 18%;
    max-width: 18%;
    */
  }
}
@media all and (max-width: 999.99px) {
  .lrCtn ul {
    border-left: 0;
    margin: 20px auto;
    width: 75%;
  }
  .lrCtn ul .cat4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.lrCtn ul li {
  line-height: 12px;
  list-style: none;
  margin-bottom: 5px;
}
@media all and (max-width: 999.99px) {
  .lrCtn ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
.lrCtn ul li.Stitle {
  color: #667;
  line-height: 15px !important;
}
.lrCtn ul li.Stitle,
.lrCtn ul li a.Stitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 999.99px) {
  .lrCtn ul li.Stitle br,
.lrCtn ul li a.Stitle br {
    display: none;
  }
}
.lrCtn ul li a {
  color: #040404;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
.lrCtn ul li a:hover {
  text-decoration: underline;
}
.lrCtn ul li a.Stitle {
  color: #fd5300;
}
@media all and (max-width: 999.99px) {
  .lrCtn div:after {
    display: none !important;
  }
}

.srv .cloned {
  margin: 50px 0 60px;
  overflow: hidden;
}
@media all and (max-width: 999.99px) {
  .srv .cloned br {
    display: block;
  }
}
@media all and (min-width: 1000px) {
  .srv .cloned br {
    display: none;
  }
}

.srv .packs {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.srv .packs a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: flex-start;
  padding-right: 40px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 1000px) {
  .srv .packs a {
    width: 49%;
  }
}
@media all and (max-width: 999.99px) {
  .srv .packs a {
    width: 50%;
  }
}
@media all and (min-width: 720px) {
  .srv .packs a {
    height: 80px;
  }
  .srv .packs a img {
    max-height: 52px;
  }
}
@media all and (min-width: 650px) and (max-width: 719.99px) {
  .srv .packs a {
    padding: 20px 40px 20px 0;
    width: 50%;
  }
  .srv .packs a img {
    max-height: 32px;
  }
  .srv .packs a br {
    display: none;
  }
}
@media all and (min-width: 650px) {
  .srv .packs a {
    justify-content: flex-start;
  }
  .srv .packs a img {
    margin: 0 20px;
  }
}
@media all and (max-width: 649.99px) {
  .srv .packs a {
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 35px 20px 20px;
    text-align: center;
    width: 50%;
  }
  .srv .packs a img {
    margin-bottom: 15px;
    max-height: 32px;
  }
  .srv .packs a br {
    display: none;
  }
}
@media all and (max-width: 479.99px) {
  .srv .packs a {
    height: 150px;
    padding: 20px 10px !important;
  }
}
.srv .packs a img {
  height: 100%;
}
.srv .packs a:after {
  content: "";
  height: 20px;
  position: absolute;
  width: 18px;
}
@media all and (min-width: 480px) {
  .srv .packs a:after {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 479.99px) {
  .srv .packs a:after {
    bottom: 5px;
    right: 0;
  }
}
.srv .packs .push_left {
  background-color: #eee;
  color: #040404;
}
.srv .packs .push_left:after {
  background: url("/content/static/bcom/projet/2017/services/img/push_left.svg") no-repeat;
}
.srv .packs .push_right {
  background-color: transparent;
}

.srv-footer {
  display: none;
  background: #fd5300;
  margin: 50px auto 0;
  overflow: hidden;
  width: 100%;
}
.srv-footer > .titleR {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.srv-footer .links {
  align-items: flex-start;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media all and (max-width: 529.99px) {
  .srv-footer .links {
    align-items: center;
    flex-direction: column;
  }
}
.srv-footer .links > a {
  align-items: flex-start;
  color: #fff;
  display: flex;
  text-align: left;
  text-decoration: none;
}
@media all and (max-width: 529.99px) {
  .srv-footer .links > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 999.99px) {
  .srv-footer .links > a {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
@media all and (max-width: 529.99px) {
  .srv-footer .links > a {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1000px) {
  .srv-footer .links > a .links__image {
    padding-right: 15px;
  }
  .srv-footer .links > a .links__image img {
    height: 100%;
    width: 100%;
  }
}
@media all and (max-width: 999.99px) {
  .srv-footer .links > a .links__image {
    align-items: center;
    display: flex;
    height: 95px;
  }
  .srv-footer .links > a .links__image img {
    height: 100%;
    max-height: 65px;
  }
}
.srv-footer .links > a .links__text {
  width: 100%;
}
.srv-footer .links > a .links__text > * {
  display: block;
}
@media all and (min-width: 530px) {
  .srv-footer .links > a .links__text {
    max-width: 160px;
  }
}
.srv-footer .links > a .links__text .titleR {
  font: 600 15px Open Sans, Arial;
  margin-bottom: 10px;
}
.srv-footer .links > a .links__text .desc {
  font: 400 13px Open Sans, Arial;
}
.srv-footer .conditions {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 45px 0 10px;
  text-align: center;
}
@media all and (max-width: 999.99px) {
  .srv-footer .conditions {
    padding: 40px 0 10px 0;
  }
}

/* RESET */
#contenuhome {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#center_part_2_full {
  float: none;
  margin: 0 auto;
  width: 100%;
}

.content {
  padding: 0 !important;
}

#center {
  width: 100% !important;
}

h1 {
  background-image: none;
  float: none;
  padding-left: 0;
}

.return_left_blue {
  display: none;
}

.blockSearch {
  display: none !important;
}

#ftr .top,
#bottomfooter .top {
  display: none !important;
}

#bottomfooter,
#ftr {
  margin: 0 auto !important;
}

@media all and (min-width: 1000px) {
  .legacy {
    margin-top: 20px;
  }
}
@media all and (max-width: 999.99px) {
  .legacy {
    margin: 20px 10px;
  }
}
.legacy p {
  color: #333;
  font-family: "Arial", sans-serif !important;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 10px;
}

/* MAIN */
@media all and (max-width: 999.99px) {
  body {
    position: relative;
  }
  body.modaled {
    position: fixed !important;
  }
}
.srv {
  font-size: 0;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}
.srv h2 {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  margin: 40px 0 30px 0;
  padding: 0 15px;
  text-transform: uppercase;
}
@media all and (max-width: 999.99px) {
  .srv.fullscreen div.arch, .srv.fullscreen div.home {
    margin: 0 !important;
    width: 100% !important;
  }
}
.srv * {
  box-sizing: border-box;
  transition: 0.4s;
}
.srv li {
  list-style: none;
}
@media all and (max-width: 999.99px) {
  .srv option,
.srv select {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .srv option {
    margin: 0 auto 15px !important;
  }
}
.srv select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media all and (max-width: 999.99px) {
  .srv select {
    margin: 0 auto 15px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.srv select::-ms-expand {
  display: none !important;
}
.srv select:focus::-ms-value {
  background-color: white;
  color: #333;
}
.srv a:hover {
  opacity: 0.7;
}
.srv a.btn {
  background: #fd5300;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 20px auto;
  overflow: hidden;
  padding: 9px 0;
  text-decoration: none;
  width: 200px;
}
.srv .content-ajax {
  position: relative;
  z-index: 2;
}
.srv .content-ajax nav {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
@media all and (max-width: 767.99px) {
  .srv .content-ajax nav {
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (min-width: 768px) {
  .srv .content-ajax nav {
    justify-content: space-evenly;
  }
}
@media all and (max-width: 767.99px) {
  .srv .content-ajax nav ul li {
    text-align: center;
  }
}
.srv .content-ajax nav ul li a {
  color: #fd5300;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .srv .content-ajax nav ul li a {
    border-left: 2px solid #c4c4c4;
    padding-left: 20px;
  }
  .srv .content-ajax nav ul li a:hover {
    border-left: 2px solid #fd5300;
  }
}
@media all and (max-width: 767.99px) {
  .srv .content-ajax nav ul li a {
    text-align: center;
  }
}
.srv .content-ajax .template-formation {
  align-items: stretch;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media all and (min-width: 570px) and (max-width: 999.99px) {
  .srv .content-ajax .template-formation {
    margin: 15px 10px;
  }
}
@media all and (min-width: 570px) {
  .srv .content-ajax .template-formation {
    border: 1px solid #fd5300;
    border-radius: 3px;
  }
}
@media all and (min-width: 1000px) {
  .srv .content-ajax .template-formation {
    margin: 15px 0;
  }
}
@media all and (max-width: 569.99px) {
  .srv .content-ajax .template-formation {
    flex-flow: column;
  }
}
.srv .content-ajax .template-formation .txt {
  padding: 35px;
}
@media all and (min-width: 570px) {
  .srv .content-ajax .template-formation .txt {
    width: 635px;
  }
}
@media all and (max-width: 569.99px) {
  .srv .content-ajax .template-formation .txt,
.srv .content-ajax .template-formation .txt h2 {
    text-align: center;
  }
}
.srv .content-ajax .template-formation .price {
  align-items: center;
  background: #fd5300;
  color: #fff;
  display: flex;
  display: flex;
  flex-flow: column;
  font-size: 15px;
  justify-content: center;
  padding: 15px 10px 10px 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 570px) {
  .srv .content-ajax .template-formation .price {
    width: 363px;
  }
}
.srv .content-ajax .template-formation .price.center {
  justify-content: center;
}
.srv .content-ajax .template-formation .price h3 {
  font-size: 29px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.srv .content-ajax .template-formation .price h3 span {
  display: inline-block;
  font-size: 130%;
  margin: 10px 0;
}
.srv .content-ajax .template-formation p + ul {
  margin-bottom: 20px;
  margin-top: -10px;
}
.srv .content-ajax .template-formation ul {
  margin: 0;
}
.srv .content-ajax .template-formation li,
.srv .content-ajax .template-formation p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.srv .content-ajax .template-formation li strong,
.srv .content-ajax .template-formation p strong {
  font-weight: 600;
}
.srv .content-ajax .template-formation p {
  margin-bottom: 15px;
}
.srv .content-ajax .template-formation li {
  margin-bottom: 2px;
  padding-left: 10px;
  position: relative;
}
.srv .content-ajax .template-formation li:before {
  background: #333;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 8px;
  width: 3px;
}
.srv .content-ajax .template-formation h2 {
  color: #fd5300;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.srv .content-ajax .legacy {
  text-align: left;
}
.srv .header-category {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
@media all and (max-width: 767.99px) {
  .srv .header-category h2 {
    line-height: 27px;
    padding: 0 15px;
  }
}
.srv .header-category p {
  color: #646566 !important;
  font-weight: 400;
  margin-bottom: 23px;
}
@media all and (min-width: 768px) {
  .srv .header-category p {
    font-size: 17px;
  }
}
@media all and (max-width: 767.99px) {
  .srv .header-category p {
    font-size: 15px;
    line-height: 19px;
    padding: 0 15px;
  }
}
.srv a.btn,
.srv h2 {
  text-align: center;
}

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}

.owl-next:after {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fd5300;
  border-radius: 50%;
  color: #fd5300;
  content: "›";
  cursor: pointer;
  display: block;
  font-size: 50px;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0.5%;
  text-indent: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}

.owl-prev:after {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fd5300;
  border-radius: 50%;
  color: #fd5300;
  content: "‹";
  cursor: pointer;
  display: block;
  font-size: 50px;
  height: 40px;
  left: 0.5%;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}

.layout {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.layout .column {
  color: #646566;
  display: inline-block;
  flex-basis: 46%;
}
.layout .column .heading {
  font-size: 14px !important;
  overflow: hidden;
  padding-top: 20px !important;
  width: 100%;
}
@media all and (min-width: 1000px) {
  .layout .column .heading a {
    color: grey !important;
    text-decoration: none;
  }
}
.layout .column .clearfix {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.layout .column p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.layout .column strong {
  font-size: 14px;
  font-weight: 700;
}
.layout .column h2 {
  font-family: "ars-maquette-web", Arial, sans-serif;
  color: #434748;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0 !important;
  text-transform: lowercase;
  text-align: left;
  padding: 12px 0 0;
}
.layout .column h2::first-letter {
  text-transform: uppercase;
}
.layout .column.right {
  margin-left: 3%;
}

.overlayout {
  background: rgba(255, 255, 255, 0.7);
  cursor: wait;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.overlayout img {
  height: 20%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.overlayout:after,
.overlayout img {
  display: block;
  position: absolute;
}
.overlayout:after {
  content: "Veuillez patienter s'il vous plaît";
  font-size: 23px;
  overflow: hidden;
  text-align: center;
  top: 50%;
  width: 100%;
}

.navlinks .Stitle {
  color: #667;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navlinks li {
  margin-bottom: 7px;
}
.navlinks a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.navlinks a.Stitle {
  color: #fd5300;
}

.good_to_know {
  display: flex;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 1000px) {
  .good_to_know {
    height: 125px;
  }
}
.good_to_know__vertical {
  background: url(img/good_to_know.png) no-repeat #e3e3e3;
  width: 81px;
}
.good_to_know__content, .good_to_know__vertical {
  display: inline-block;
}
@media all and (min-width: 1000px) {
  .good_to_know__content, .good_to_know__vertical {
    height: 125px;
    vertical-align: top;
  }
}
.good_to_know__content {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  position: relative;
  text-align: center;
}
.good_to_know__content img {
  display: inline-block;
  vertical-align: -8px;
}
.good_to_know__content.grey {
  background: #e2e2e2 !important;
  color: #333 !important;
}
@media all and (min-width: 1000px) {
  .good_to_know__content {
    background: #434748;
    color: #fff;
  }
}
@media all and (max-width: 999.99px) {
  .good_to_know__content {
    background: #e2e2e2;
    color: #333;
    padding: 20px 10px;
  }
  .good_to_know__content a {
    border-color: #333 !important;
    color: #333 !important;
  }
  .good_to_know__content.blue {
    background: #fd5300 !important;
    color: #fff !important;
  }
  .good_to_know__content.blue {
    background: #fd5300 !important;
    color: #fff !important;
  }
  .good_to_know__content.blue a {
    border-color: #fff !important;
    color: #fff !important;
  }
}
@media all and (min-width: 570px) {
  .good_to_know__content {
    font-size: 20px;
  }
}
@media all and (max-width: 569.99px) {
  .good_to_know__content {
    color: #333;
    font-size: 17px;
    line-height: 20px;
  }
  .good_to_know__content br:nth-child(1) {
    display: none;
  }
  .good_to_know__content img {
    display: block;
    margin: 10px auto 0 auto;
  }
  .good_to_know__content.grey {
    margin-top: 20px;
  }
}
.good_to_know__content big {
  padding-top: 40px;
  text-align: left;
  text-transform: uppercase;
}
@media all and (max-width: 349.99px) {
  .good_to_know__content big {
    font-size: 15px;
  }
}
@media all and (min-width: 350px) {
  .good_to_know__content big {
    font-size: 18px;
  }
}
.good_to_know__content p {
  font-size: 18px;
  text-align: left;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all * {
  font-size: 13px !important;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all:hover {
  text-decoration: none;
}

.hotFixPreparing .footer {
  margin-top: 0 !important;
}
.hotFixPreparing .footer .top {
  display: none !important;
}

#tmp-width {
  font-size: 13px;
}

body.loading {
  overflow: hidden !important;
}

/*
.crc svg {
	fill: #d2d2d2 !important;
}
.app a {
	border-bottom: 1px solid #fff;
	color: #7d7d7d;
	font: 400 13px Open Sans, Arial;
	text-decoration: none;
	transition: all .3s;
	&:hover {
		border-bottom: 1px solid #333;
		color: #333;
		transition: all 0;
	}
}
*/

/*# sourceMappingURL=styles.min.css.map */
