html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.Mobile ul.menu_footer {
    display: grid;
    line-height: 48px;
    text-transform: uppercase;
}
body {
  background-color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  margin: 0;
}

div#Messages {
   z-index: 999;
    font-size: 25px;
    background: #cd6666;
    position: absolute;
    color: #fff;
}
 

a,
a:hover,
a:active {
  color: inherit;
  text-decoration:none;
  outline: 0;
}
ul,
ol {
  list-style:none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  border:0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6, .titreH_ {
  margin-bottom: .5rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}

h3, .titreH_ {
    font-size: 24px;
}
@media(max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }

  h3, .titreH_ {
      font-size: 18px;
  }
}

.container::after,
.row::after,
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1600px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.icon {
  background: url('../images/icon/sprit.png') no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.icon-map {
  background-position: 0 0;
}
.icon-tel {
  background-position: 11px -75px;
}
.icon-phone {
  background-position: 7px -129px;
}
.icon-arrow-down {
  background-position: -3px -40px;
  width: 11px;
  height: 8px;
  margin-left: 15px;
}

/*------------------------------------*\
   Header
\*------------------------------------*/

#HEADER {
  background-color: white;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  z-index: 100;
}
.TopNav {
  background-color: #052060;
  padding: 5px 0;
}
.home .TopNav {
  background-color: rgba(0, 0, 0, 0.45);
}
.BotNav {
  background-color: #fff;
  min-height: 57px;
}
.BotNav_color {
  background-color: rgba(255, 255, 255, 0.9);
}
@media(min-width: 992px) {
  .TopNav {
    display: none;
  }
  .BotNav_color {
    min-height: 100px !important;
    height: 100px;
  }
}
@media(max-width: 1199px) {
  .BotNav_color {
    height: 73px;
  }
}
.Left {
  float: left;
}
.Right {
  float: right;
}
.tel {
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.tel:hover,
.tel:focus {
  color: #fff;
}
.tel span {
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 5px;
    color: #949494;
    position: relative;
    top: -2px;
}
.home .tel span {
  color: #000000;
}
@media(max-width: 767px) {
  .TopNav .container {
    padding: 0;
  }
  .tel {
    margin: 0 10px;
  }
  .Left {
    float: none;
  }
  .Right {
    display: none;
  }
}
@media(max-width: 343px) {
  .tel {
    margin: 0;
  }
}
.Right > p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#Adresse_bloc {
  background-color: #E8E9ED;
  margin-top: 2rem;
  text-align: center;
}
.adresse {
  font-size: 26px;
  color: #111a16;
  margin-bottom: 0;
  padding: 15px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 5px;
}
@media(max-width: 767px) {
  .adresse {
    font-size: 18px;
  }
}
.urgence {
  display: inline-block;
  background-color: #6D6D6D;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}
.home .urgence {
  background-color: #111a16;
}
@media(max-width: 991px) {
  .urgence {
    display: none !important;
  }
}

/* Logo */
.logo {
  display: block;
  height: 57px;
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logo {
  float: left;
  max-width: 20%;
  position: static;
  width: 20%;
}
.logo > img {
  max-width: 80%;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media(min-width: 1600px) {
  .logo {
    float: left;
    max-width: 25%;
    position: static;
    width: 25%
  }
  .logo > img {
    max-width: 55%;
  }
  .BotNav_color .logo img {
    width: 42%;
  }
}
.logo > span {
  opacity: 0;
  color: #052060;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Devis {
    background-color: #052060;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    width: 85px;
    position: relative;
    top: 7px;
}
.realisations {
  background-color: #052060;
  color: #fff;
  border-radius: 3px;
}
@media(min-width: 992px) {
  .Right > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 4px 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    z-index: 1;
  }
  .Right > a.Devis:before {
    background-color: #619612;
  }
  .Right > a.realisations:before {
    background-color: #C72E3D;
  }
  .Right > a:before,
  .btn:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: -1;
  }
  .Right > a:hover,
  .Right > a:focus,
  .btn:hover,
  .btn:focus {
    color: #fff;
  }
  .Right > a:hover:before,
  .btn:hover:before {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .urgence {
    display: none;
  }
}
@media(max-width: 991px) {
  .Devis {
    display: inline-block;
    position: static;
  }
  .realisations {
    margin-left: 15px;
    padding: 13px 10px;
  }
}
@media(max-width: 767px) {
  .Devis {
    display: block;
    margin: 0 0 0 auto;
  }
  .realisations {
    margin-left: 15px;
    padding: 13px 10px;
  }
}
.BotNav_color .logo {
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.BotNav_color .logo img {/*
  width: 70%;*/
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.BotNav_color .logo span {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}
@media(max-width: 991px) {
  .logo {
    top: -15px;
  }
  .BotNav_color .logo {
    top: -43px;
  }
}
@media(max-width: 767px) {
  .logo {
    float: left;
    top: inherit;
    text-align: left;
    height: inherit;
    padding: 10px 0;
    z-index: 20;
  }
  .logo > img {
    max-width: 100%;
  }
  .BotNav_color .logo {
    top: initial;
  }
}
@media(max-width: 543px) {
  .logo {
    width: 100%;
    max-width: 55%;
  }
}

/* Navigation */

.RightNav {
  float: left;
  width: 80%
}
@media (min-width: 1600px) {
  .RightNav {
    width: 75%
  }
}
@media(max-width: 767px) {
  .RightNav {
    float: none;
    margin: 0 0 0 auto;
  }
}
@media(max-width: 543px) {
  .RightNav {
    width: 50%;
  }
}
.nav-list {
  margin: 0;
  padding-left: 0;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav-item {
  display:table-cell;
  position:relative;
}
@media(min-width: 992px) {
  .nav {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
  }
  .BotNav_color .nav {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.nav-item a {
  font-family: 'Lato', sans-serif;
  color: #111a16;
  display:block;
  padding:5px 10px;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-item:last-child a {
  border-right: none;
}
@media(min-width: 992px) and (max-width: 1199px) {
  .nav-item a {
    font-size: 14px;
  }
}
.nav-item.active > a,
.nav-item > a:hover,
.nav-item > a:focus {
  background-color: #052060;
  color: white;
}
.nav-item:hover .nav-submenu {
  display:block;
  transition: all .4s;
}
/* Navigation submenu */
.nav-submenu {
  display:none;
  position:absolute;
  left:0;
  width: 100%;
    padding-left: 0;
    background: #fff;
    z-index: 10;
}
.nav-submenu-item a {
  display:block;
  padding:15px;
  border: none;
}
.nav-submenu-item:hover {
	background: #052060;
	color: #fff;
}
.nav-submenu-item a:hover {
	color: #fff;
}
.nav-mobile {
    display:none;
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    top: 0;
    right: 5%;
    background: url(../images/icon/nav.png) no-repeat right center;
    height: 27px;
    width: 100px;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 5px;
}

.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #052060;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-click:hover {
  background-color:#052060;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}
/* Mobile navigation */
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display:block;
  }
  .nav {
    width:100%;
    padding:50px 0 0;
  }
  .nav-list {
    background-color: #fff;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    top: 98%;
  }
  .nav-item {
    width:100%;
    display: block;
    text-align: left;
  }
  .nav-item > a {
    padding:15px;
    border-right: none;
  }
  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    position:static;
    width:100%;
  }
}

/* Urgence toiture */
.Urgence_toiture {
  padding-top: 10px;
  text-align: left;
  height: 55px;
}
@media(min-width: 992px) {
  .Urgence_toiture {
    height: 55px;
    position: relative;
  }
}
@media(max-width: 991px) {
  .Urgence_toiture {
    height: inherit;
    margin-left: 5rem;
    padding-top: 5px;
    position: absolute;
    top: 0;
  }
}
@media(max-width: 767px) {
  .Urgence_toiture {
    padding-top: 24px;
  }
  .horaire_urgence {
    display: none !important;
  }
}
@media(max-width: 543px) {
  .Urgence_toiture {
    display: none;
  }
}
.logo_urgence {
  background: url('../images/icon/charte_qualite.png') no-repeat left center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
  color: #052060;
  padding: 13px 0 13px 55px;
  vertical-align: top;
}
.tel_urgence {
    display: inline-block;
    font-size: 46px;
    font-weight: bolder;
    letter-spacing: -5px;
    color: #000;
    margin: 0 25px;
    position: relative;
    top: -12px;
}
.icon-phone-large {
  background: url('../images/icon/telephone-icon.png') no-repeat left center;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.horaire_urgence {
  font-size: 20px;
  color: #000;
  position: relative;
  top: -13px;
}
@media(max-width: 1320px) {
  .tel_urgence {
    font-size: 36px;
    margin: 5px 25px;
    position: relative;
    top: -12px;
  }
}
@media(max-width: 1199px) {
  .logo_urgence {
    padding: 0 0 0 55px;
    width: 165px;
  }
  .tel_urgence {
    top: -5px;
  }
}
@media(max-width: 991px) {
  .tel_urgence {
    display: none;
  }
  .horaire_urgence {
    top: 10px;
  }
}

/* Section 4 */
.Section_4 {
  background: url('../images/img/bg-foot.webp') no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px;
}
.block_cnt {
  position: relative;
    height: 100%;
    padding: 21px 25px 27px 25px;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}
.item_cnt {
  background: rgba(255, 255, 255, 0.38);
  padding: 2rem;
}
.item_cnt .titreH_ {
  color: #111a16;
  font-size: 40px;
}
.item_cnt .titreH_ span {
  font-family: 'Lobster', cursive;
  text-transform: none;
  display: block;
}
.item_cnt p {
  font-size: 30px;
}
.item_cnt .heure {
  color: #052060;
}
.text-primary a {
    color: #000;
    font-weight: bold;
}
.btn {
    background: #052060;
    padding: 15px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.btn:before {
  background: #619612;
}
@media(max-width: 767px) {
  .Section_4 {
    padding: 0;
  }
  .block_cnt {
    max-width: 100%;
    padding: 15px;
  }
  .item_cnt {
    padding: 10px;
  }
  .item_cnt .titreH_ {
    font-size: 30px;
  }
  .item_cnt p {
    font-size: 18px;
  }

}

/*------------------------------------*\
   Content
\*------------------------------------*/

/* Slick slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 6;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    cursor: pointer;
    height: 43px;
    width: 51px;
    bottom: 35%;
    opacity: .5;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev {
  background: url('../images/icon/prev.png') no-repeat;
  left: 5%;
}
.slick-next {
  background: url('../images/icon/next.png') no-repeat;
  right: 5%;
}
@media(max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* Homeslider */
.Homeslider {
  height: 600px;
  text-align: center;
}
.Slider_Image  {
  height: 600px;
  position: absolute;
  top: 0;
  width: 100%;
}
.SliderImg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 600px;
}
@media(max-width: 991px) {
  .text-travaille p {
    font-size: 22px;
    color: #fff;
    /* background: red; */
}
  .Homeslider,
  .Slider_Image,
  .SliderImg {
    height: 524px;
  }
}
/*.image_1 {
  background-image: url('../images/bg/index-1.jpg');
}*/
.image_2 {
  background-image: url('../images/bg/bg-index.webp');
}
.image_3 {
  background-image: url('../images/bg/bg-couverture.webp');
}
.image_4 {
  background-image: url('../images/bg/bg-peinture.webp');
}
.image_5 {
  background-image: url('../images/bg/bg-interieur.webp');
}
/*.Mobile .image_1 {
  background-image: url('../images/bg/index-mobile.jpg');
}*/
.Mobile .image_2 {
  background-image: url('../images/bg/bg-index.webp');
}
.Mobile .image_3 {
  background-image: url('../images/bg/bg-couverture.webp');
}
.Mobile .image_4 {
  background-image: url('../images/bg/bg-peinture.webp');
}
.Mobile .image_5 {
  background-image: url('../images/bg/bg-interieur.webp');
}
.Banner_interne {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 150px;
  margin-bottom: 3rem;
  text-align: center;
}

.Caption_Slider {
  padding-top: 10rem;
  max-width: 50%;
  margin: 0 auto;
}
.Banner_interne .Caption_Slider {
  padding-top: 3rem;
}
.temoignages .Banner_interne .Caption_Slider {
  padding-top: 8rem;
}
.accroche_ {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 9px black;
}
.Mobile .accroche_ {
    font-size: 20px;
}
@media(max-width: 1199px) {
  .Caption_Slider {
    max-width: 65%;
  }
}
@media(max-width: 991px) {
  .Caption_Slider {
    max-width: 90%;
  }
}
@media(max-width: 991px) {
  .Caption_Slider {
    padding-top: 12rem;
  }
}
.Capition_title {
  position: relative;
}
.Capition_title a {
    color: #fff;
    display: inline-block !important;
    border-radius: 0;
    padding: 15px;
    vertical-align: top !important;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    z-index: 1;
}
.Capition_title a {
  background-color: #052060;
}
.Capition_title a.realisations {
  background-color: #fff;
  color: #111a16;
  width: 30%
}
.Mobile .Capition_title a.realisations {
    width: initial;
    margin: 0;
}
.Capition_title a.Devis {
  width: 60%;
margin-bottom: 10px;}
.Capition_title a.Devis:before {
  background-color: #fff;
}
.Capition_title a.realisations:before {
  background-color: #111a16;
}
.Capition_title a:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: -1;
}
.Capition_title a.Devis:hover,
.Capition_title a.Devis:focus {
  color: #111a16;
}
.Capition_title a.realisations:hover,
.Capition_title a.realisations:focus {
  color: #fff;
}
.Capition_title a:hover:before {
  height: 100%;
}

.toggle_button {
  display: none;
}
.Rappel_immediat {
  position: relative;
}
.Rappel_immediat > span {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 -1px 7px #111a16;
    padding-top: 10px;
    display: block;
}
@media(max-width: 543px) {
  .Rappel_immediat > span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.Rappel_immediat a:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 100px solid #E8E9ED;
  border-left: 100px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.Rappel_immediat a:hover::before {
  border-bottom-color: #ffffff;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.Rappel_immediat a:after {
    content: "";
    background: url('../images/icon/phone.png') no-repeat;
    position: absolute;
    right: 5px;
    height: 40px;
    width: 38px;
    background-size: contain;
    bottom: 10px;
}

.Toggle_form {
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  margin-bottom: .5rem;
}
.Toggle_form strong {
  display: block;
  padding: 0 10px 5px;
  color: #111a16;
}
#mail {
  display: none !important;
}
#rappel_immediat {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.tel_rappel {
    border: 1px solid #FFF;
    padding: 10px;
    width: 75%;
    margin-right: 5px;
    background-color: rgb(255, 255, 255);
    color: #111a16;
    outline: 0 !important;
}
.submit_tel {
  border: 1px solid #111a16;
  color: #fff;
  background-color: #111a16;
  padding: 10px 15px;
  outline: 0 !important;
  cursor: pointer;
 margin-top: 9px;}
@media(max-width: 543px) {
  .tel_rappel {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    margin-bottom: 6px;
  }
  .submit_tel {
    width: 100%;
  }
}

/* Catégorie */
.Categorie_block {
  margin: 10px 0;
}
.list_cat {
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.list_cat li {
  backface-visibility: hidden;
  width: 16%;
  display: table-cell;
  padding: 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
@media (max-width: 1319px) {
  .list_cat li {
    width: 14.9%;
  display: inline-block;}
}
@media (max-width: 991px) {
  .list_cat li {
    width: 47.25%;
  }
}
.list_cat li > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media(max-width: 767px) {
  .list_cat {
    margin: 0 -10px;
  }
  .list_cat li {
    width: 50%;
    padding: 0;
  }
  .list_cat li > a {
    padding: 10px;
    display: block;
    width: initial;
  }
}
@media(max-width: 543px) {
  .list_cat li {
    width: 50%;
  }
}
.cat_box,
.article_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.Mobile .cat_box{
  height: 180px;
}
.Mobile .cat_box img {
    width: 155px;
    height: 180px;
    object-fit: cover;
    display: block;
}
.cat_box img,
.article_box img {
    width: 100%;
    height: auto;
    display: block;
}
.Mobile .article_box img{    height: 425px;
    filter: contrast(0.7);
    object-fit: cover;}
.Desktop .cat_box img,
.Desktop .article_box img ,.Desktop .article_box ,.Desktop .cat_box  {
  height: 350px;
  object-fit: cover;
}
.Mobile .article_box p {
  margin-top: -90px;
}
.cat_title {
    opacity: 1;
    position: absolute;
    bottom: 25%;
    font-size: 14px;
    background: #E8E9ED;
    color: #111a16;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    line-height: 150%;
    text-align: center;
    padding-left: 0px;
    text-transform: uppercase;
}
@media(max-width: 767px) {
  .cat_title {
    opacity: 0.6;
    width: initial;
   padding-left: 0px;
  width: 100%;
  text-align: center;}
 }
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(33,33,33,.9);
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media(min-width: 992px) {
  .list_cat li:hover .mask,
  .Box_une:hover .mask {
      opacity: 1;
  }
  .list_cat li:hover .cat_title {
    opacity: 0;
  }
}
.ligne {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: 20%;
  left: 50%;
  margin-left: -20px;
  margin-top: -14px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media(min-width: 992px) {
  .list_cat li .cat_box:hover .ligne {
    -webkit-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
  }
}
.cat_box p,
   .article_box h2 {
    display: flex;
    width: 100%;
    left: 0;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #f1f1f1;
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media(min-width: 992px) {
  .list_cat li .cat_box:hover p,
  .col_4:nth-child(1) .article_box:hover h2,
  .col_4:nth-child(2) .article_box:hover h2 {
    -webkit-transition-delay: .1s;
      transition-delay: .1s;
    opacity:1;
    letter-spacing:4px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  .list_cat li .cat_box:hover p {
    max-width: 85%;
    left: 8%;
  }
}
.article_box p,
.ImgHover {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    margin-top: 80px;
    z-index: 5;
    opacity: 0;
    text-align: center;
    text-transform: none;
    color: #fff;
    letter-spacing: 20px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media(min-width: 992px) {
  .article_box:hover p,
  .article_box:hover .ImgHover {
    -webkit-transition-delay: .1s;
      transition-delay: .1s;
    opacity:1;
    letter-spacing:4px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
}



/* Stection 1 */
.Section_1 {
  position: relative;
  padding-top: 3rem;
}
.section_wrap {
  margin: 0 auto;
  text-align: center;
}
.section_inner {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .Section_1 {
    padding-bottom: 0;
  }
}
@media(max-width: 991px) {
  .Section_1 {
    background: white;
    padding: 1rem;
  }
  .section_wrap {
    margin-top: 5rem;
  }
  .section_inner {
    padding: 0;
  }
}
@media(max-width: 767px) {
  .Section_1 {
    padding: 0;
  }
  .section_wrap {
    margin-top: 1rem;
  }
}
@media (min-width: 1600px) {
  .section_inner {
    padding-right: 5rem;
  }
}
.section_inner h1,
.section_inner h2 {
  position: relative;
  color: #111a16;
  margin: 0;
  padding-bottom: 20px;
}
.section_inner h1 {
  font-family: 'Lobster', cursive;
  text-transform: none;
  max-width: 75%;
  margin: 0 auto;
}
.section_inner h1:after,
.section_inner h2:after {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #111a16;
  width: 210px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.section_inner h1:after {
  left: 40%;
}
.section_inner p {
  font-size: 16px;
  margin-top: 35px;
  color: #000;
}
@media(max-width: 767px) {
  .section_inner h1 {
    max-width: 100%;
  }
  .section_inner h1:after {
    left: 0;
    width: 100%
  }
  .section_wrap p {
    text-align: justify !important;
    color: #000;
  }
}
.SndBlock .Item_section h2 {
  color: #111a16;
}
.SndBlock .Item_section .titreH_ {
  font-size: 18px;
}

.TirhdBlock {
    background: #F9F9F9;
    margin: 2rem 0;
    padding: 2rem 0;
}
.nettoyage-toiture .TirhdBlock,
.depannage-velux .TirhdBlock {
    margin-bottom: 0;
}
.LastBlock {
    margin-bottom: 3rem;
}

.Item_SndBlock {
  margin-top: 5rem;
  padding: 0 15px;
}
.Img_thumb {
  margin: 0;
}
.Item_SndBlock h2 {
  font-size: 20px;
  color: #111a16;
  line-height: 26px;
}
.Mobile .Item_SndBlock h2 {
  font-size: 16px;
}
.ImgSndBlock {
  margin-top: 3rem;
  text-align: right;
}
.TextBlock {
    padding: 0 15px;
}
.TextBlock h2 {
  color: #111a16;
  font-size: 24px;
  padding-left: 4rem;
  position: relative;
}
.TextBlock h2:before,
.TextBlock h2:after {
  content: "";
  background-color: #111a16;
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.TextBlock h2:before {
  top: 40%;
}
.TextBlock p,
.TextBlock ul {
    padding-left: 4rem;
}
@media(max-width: 1199px) {
  .TextBlock h2:before,
  .TextBlock h2:after {
    display: none;
  }
  .TextBlock h2,
  .TextBlock p,
  .TextBlock ul {
      padding-left: 0;
  }
  .TextBlock h2 {
    font-size: 20px;
  }
}

/* Stection 2 */
.Section_2 {}
.section2_bg {
  background-color: #052060; 
  background-image: -webkit-linear-gradient(to right, #ffffff 40%, #052060 40%); 
  background-image:    -moz-linear-gradient(to right, #ffffff 40%, #052060 40%); 
  background-image:      -o-linear-gradient(to right, #ffffff 40%, #052060 40%); 
  background-image:         linear-gradient(to right, #ffffff 40%, #052060 40%); 
  margin: 72px 0;
  color: #ffffff;
}
@media(max-width: 1199px) {
  .section2_bg {
    background-image: -webkit-linear-gradient(to right, #ffffff 43%, #052060 40%); 
    background-image:    -moz-linear-gradient(to right, #ffffff 43%, #052060 40%); 
    background-image:      -o-linear-gradient(to right, #ffffff 43%, #052060 40%); 
    background-image:         linear-gradient(to right, #ffffff 43%, #052060 40%);
  }
}
.Item_section {
  margin: 3rem;
  margin-left: 2rem;
}
.scrollbar-inner article {
  padding-right: 5rem;
}
@media(max-width: 767px) {
  .section2_bg {
    background-image:none;
    margin-top: 0;
  }
  .section2_bg .container {
    margin-top: -5px;
    padding: 0;
  }
  .section2_bg .col_5 {
    background: #fff;
    text-align: center;
  }
  .Item_section {
    margin: 1rem;
    margin-left: 1rem;
  }
  .scrollbar-inner article {
    padding-right: 1rem;
  }
}

.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8 {
  float: left;
  position: relative;
  min-height: 1px;
}

.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.333333%;
}
.Mobile .col_4 {
  width: 100%;
}
.col_5 {
  width: 41.666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.333333%;
}
.col_8 {
  width: 66.666667%;
}
@media(max-width: 991px) {
  .SndBlock .col_3 {
    width: 50%;
  }
  .TirhdBlock .col_6 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .SndBlock .col_3 {
    width: 100%;
  }
}
.spacer {
  clear: both;
}
.spacer:after {
  display: table;
  content: "";
  clear: both;
}
/* Section 3 */
.Box_une {
  padding: 0 15px;
  display: table;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Mobile #Last_bloc {
    display: block;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
#Last_bloc {
 display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
#Last_bloc > div {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.article_box h2 {
    text-align: center;
    background: #052060;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}
.article_box p {
  letter-spacing: 0 !important;
  top: 0 !important;
  text-align: left !important;
}
.Item_visible {
  background-color: #E8E9ED;
  position: absolute;
  bottom: 5%;
  max-width: 80%;
  left: 5%;
  padding: 5%;
}
@media(max-width: 991px) {
  #Last_bloc > div {
    width: 50%;
  }
  #Last_bloc > div:last-child {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
  .carte_intervention {
    display: block;
  }
  .article_box p {
    opacity: 1;
    position: static;
    transform: none;
    color: #777;
    text-align: justify !important;
    width: 100%;
  }
  .Item_visible {
    position: static;
    max-width: 100%;
  }
  .ImgHover {
    opacity: 1;
    position: static;
    transform: none;
  }
}
@media(max-width: 767px) {
  #Last_bloc {
    padding: 0;
  }
  #Last_bloc > div {
    width: 100%;
    float: none;
    clear: both;
  }
  .Box_une {
    display: block;
  }
}
.Item_visible h2 {
  font-size: 20px;
  margin: 0;
  line-height: 25px !important;
  color: #454F4E;
  opacity: 1;
  position: static;
  letter-spacing: 0;
  transform: none;
  text-align: center !important;
  max-width: 100% !important;
}
@media(min-width: 992px) {
  .Box_une:hover .Item_visible {
    opacity: 0;
  }
  .Box_une.carte_intervention:hover .Item_visible {
    opacity: 1 !important;
  }
  .article_box:hover .ImgHover {
    left: 0;
    top: -15px;
  }
}

/* Stection interne */
.Section_interne {
  padding-top: 10rem;
}
.realisations .Section_interne,
.Mobile.realisations {
  background-color: #fff;
  padding: 0;
}
.Desktop.realisations,
.Tablet.realisations,
.Mobile.realisations {
  margin: 0;
  padding: 0;
}
.realisations .Section_interne .container {
  max-width: 1200px;
}
.realisations .Section_interne .col_3 {
  width: 20%
}
@media(max-width: 767px) {
  .realisations .Section_interne .col_3 {
    float: left;
    width: 33.33337%;
  }
}
@media(max-width: 543px) {
  .realisations .Section_interne .col_3 {
    float: left !important;
    text-align: center;
    width: 100%
  }
}
.realisations .Section_interne .col_3 > a {
  display: block;
  padding: 7px;
}
.realisations .Section_interne .col_3 > a div {
  display: none;
}
.titre-album {
  margin-left: 7px;
  color: #111a16;
}
.Section_interne li {
  position: relative;
  padding-left: 20px;
}
.Section_interne li:before {
  content: "";
  background: url('../images/icon/puce.png') no-repeat center;
  position: absolute;
  left: 0;
  top: 5px;
  height: 12px;
  width: 12px;
}
.Intro_section h1 {
  font-family: 'Lobster', cursive;
  text-transform: none;
  max-width: 75%;
  margin: 0 auto 2rem;
  color: #000;
}
.Intro_section p {
  max-width: 85%;
  margin: 0 auto;
  font-size: 16px;
  color: #111a16;
}
@media(max-width: 767px) {
  .Intro_section h1,
  .Intro_section p {
    max-width: 100%;
  }
  .Intro_section p {
    text-align: justify !important;
  }
}

/* Desvis gratuit */
.Devis_gratuit {
    margin: 0;
    border: 0 none;
    padding: 0;
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    bottom: 0;
    width: 350px;
    right: 5%;
    background-color: #052060;
    background-clip: padding-box;
    border-radius: 8px 8px 0px 0px !important;
    -moz-border-radius: 8px 8px 0px 0px !important;
    -webkit-border-radius: 8px 8px 0px 0px !important;
    border-bottom: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    position: fixed;
}
.Btn_devis {
  display: block;
  padding: 10px 15px 5px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
}
.Btn_devis:hover,
.Btn_devis:focus {
  color: #fff;
  opacity: .8;
}
.Btn_devis.open i {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}
#mail2 {
  display: none !important;
}
.Devis_content {
  background-color: #fff;
  display: none;
  padding: 15px;
  width: initial;
}
@media(max-width: 767px) {
  .Devis_gratuit {
    position: static;
    width: 100%;
    border-radius: 0 !important;
  }
  .Devis_content {
    display: block !important;
  }
}
#devis_form input[type='text'],
#devis_form input[type='num'],
#devis_form textarea,
#avis_form input[type='text'],
#avis_form input[type='num'],
#avis_form textarea {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 10px 5px;
    width: 100%;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: 0;
}
#devis_form textarea {
  min-height: 70px;
}
#devis_form input[type='submit'],
#avis_form input[type='submit'] {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: #052060;
    border: 1px solid #052060;
    padding: 10px 15px;
    color: #fff;
    width: 150px;
    margin: 0 0 0 auto;
    border-radius: 3px;
    cursor: pointer;
}
.devis .Devis_gratuit {
  display: none !important;
}
.devis .Section_interne {
  background: url('../images/bg/bg_devis_gratuit.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15rem;
  padding-bottom: 5rem;
}
#Box_form {
  max-width: 75%;
  margin: 0 auto;
}
@media(max-width: 991px) {
  #Box_form {
    max-width: 100%;
  }
}
.devis h2 {
  margin-bottom: 4rem;
  margin-top: 0;
  color: #111a16;
}
@media(min-width: 768px) {
  #Box_form #devis_form {
    padding-right: 30px;
  }
}
#Box_form #devis_form input[type='submit'] {
  margin: 0 auto 0 0;
}
#Map {
  height: 250px;
}
.MapDevis {
  text-align: center;
}
@media(max-width: 767px) {
  .MapDevis {
    margin-top: 15px;
  }
}

/*------------------------------------*\
   Footer
\*------------------------------------*/
#FOOTER {
  background-color: #052060; 
  background-image: -webkit-linear-gradient(to top, #111a16 84%, #052060 40%); 
  background-image:    -moz-linear-gradient(to top, #111a16 84%, #052060 40%); 
  background-image:      -o-linear-gradient(to top, #111a16 84%, #052060 40%); 
  background-image:         linear-gradient(to top, #111a16 84%, #052060 40%);
}
@media (max-width: 1366px) {
  #FOOTER .container {
    max-width: 1200px;
  }
}
.menu_footer li {
    color: white;
}
.footer_title {
  font-family: 'Lobster', cursive;
  text-transform: none;/*
  margin-top: 15px;*/
  color: #fff;
}
.Mobile .footer_title {
    color: #fff;
}
.footer_title > span {
  color: #fff;
}
.menu_footer {
  margin-top: 3rem;
  padding-left: 0;
}
.menu_footer li a {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.menu_footer li a:hover,
.menu_footer li a:focus {
  color: white;
}
.Bloc_about {
  margin-top: 3rem;
  border-left: 1px solid #444;
  padding-left: 20px;
}
.Bloc_about p {
  max-width: 580px;
  color: white;
}

a.fb-lien {
    display: inline-block;
    margin: 9px 16px;
}
a.fb-lien img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.Mobile a.fb-lien {
    width: 54px;
    display: block;
    margin: auto;
}
.logo_agence {
  display: block;
  margin-top: 10px;
}
.logo_Akisiweb {
  height: 30px;
}
.experience_pro_footer {
    font-size: 24px;
    color: #fff;
    display: block;
    position: relative;
    top: 8px;
}
@media(max-width: 991px) {
  .experience_pro_footer {
    font-size: 14px;
  }
}
.experience_pro_footer .icon_trophe {
  display: inline-block;
  vertical-align: middle;
}
.Logo_footer {
  text-align: center;
  margin-top: 3rem;
}
.partenaire {
  border-top: 1px solid;
  margin: 1rem 0;
  text-align: center;
}
.Logo_footer img {
    max-width: 70px !important;
    margin: 0 15px 15px;
}
.partenaire > strong {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    top: -18px;
    background: #052060;
    padding: 5px 15px;
    color: white;
}
.logo_part img {
  margin: 0 5px;
}
@media(max-width: 767px) {
  .col_3,
  .col_5,
  .col_6,
  .col_7 {
    float: none;
    width: 100%;
  }
  #FOOTER {
    background-color: #111a16;
    background-image: none;
    padding-top: 1rem;
    text-align: center;
  }
  .menu_footer {
    margin-top: 1rem;
  }
  .menu_footer li {
    display: inline-block;
    margin: 0 5px;
    color: white;
  }
  .Bloc_about {
    margin-top: 1rem;
    border-left: none;
    padding-left: 0;
  }
  .Logo_footer {
    clear: both;
    border-top: 1px solid #434343;
    margin-top: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .experience_pro_footer {
    font-size: 24px;
  }
  .logo_part img {
    margin: 5px;
  width: 50%;
  }
}

/* Logo divers */
.LogoDivers {
  background: #052060;
    padding: 16px 0px;
  background-size: cover;
  text-align: center;
  
  margin: 10px 0;
}
.Mobile .LogoDivers{background:#052060 ;}
.LogoDivers .titre_valeurs {
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.Mobile .LogoDivers .titre_valeurs{
  font-size: 27px;
}

.LogoDivers .titre_valeurs em {
  font-weight: 300;
  font-style: normal;
}
.LogoDivers .texte_valeurs {
  color: #fff;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
}
.Mobile .LogoDivers .texte_valeurs {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.LogoDivers .texte_valeurs b {
  font-weight: normal;
  margin: 0 5px;
  color: #fff;
}
.Mobile .logo_content {
  background: #052060;
    padding: 36px 0px;
}
.logo_content img {
  margin: 0 15px;
}
.logo_content span {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3rem;
}
.icon_trophe {
  background: url('../images/icon/icon-star.png') no-repeat center;
  background-size: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  width: 50px;
}
@media(max-width: 543px) {
  .logo_content img {
    width: 20%;
  }
  .logo_content span {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

/* Témoignage */
.Block_temoignage {
  background-image: url('../images/bg/bg_temoignage.png');
  background-color: #ffffff;
  padding: 2rem 0;
}
.Box_temoignage {
  max-width: 75%;
  margin: 0 auto;
}
.Box_temoignage h2 {
  line-height: 150%;
  color: #111a16;
  margin-bottom: 4rem;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.Box_temoignage h2:after {
  content: "";
  background-color: #111a16;
  position: absolute;
  height: 2px;
  width: 100px;
  left: 43%;
  bottom: -15px;
}
.item_temoignage {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.item_temoignage > strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #111a16;
}
.item_temoignage > p {
  margin-bottom: 0;
  margin-top: 7px;
  border-top: 1px dotted #ccc;
  padding-top: 7px;
}
.List_temoignage {
  max-width: 85%;
  margin: 0 auto 25px;
  border: 3px solid #111a16;
  padding: 10px;
}

.List_temoignage .col_6 {
    width: 45.99999%;
    padding: 0 2%;
}
.List_temoignage h2 {
  color: #052060;
  text-align: center;
  margin: 3rem;
}
.List_temoignage .item_temoignage {
  border: 3px solid #eee;
  position: relative;
  margin-bottom: 40px;
}
.List_temoignage .item_temoignage:before,
.List_temoignage .item_temoignage:after {
  background: url('../images/icon/sprit.png') no-repeat;
  content: "";
  position: absolute;
  height: 25px;
  width: 31px;
}
.List_temoignage .item_temoignage:before {
  background-position: -118px -16px;
  left: -10px;
  top: -20px;
}
.List_temoignage .item_temoignage:after {
  background-position: -118px -67px;
  right: -10px;
  bottom: -20px;
}
@media(max-width: 991px) {
  .Box_temoignage .col_4,
  .Box_temoignage .col_8 {
    float: none;
    width: 100%;
  }
}
@media(max-width: 767px) {
  .Box_temoignage {
    max-width: 100%;
  }
  .Box_temoignage h2 {
    margin-bottom: 2rem;
  }
  .Box_temoignage h2:after {
    display: none;
  }
  .List_temoignage .col_6 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .List_temoignage {
    border:none;
    max-width: 100%;
  }
}
.avis_btn {
  display: block;
  text-align: center;
  width: 78%;
}
@media(max-width: 991px) {
  .avis_btn {
    width: initial;
    margin-bottom: 15px;
  }
}
#FOOTER .avis {
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.avis > i {
  background: url('../images/icon/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
#FOOTER .avis > i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #111a16;
  display: block;
}
#avis_form > div {
  margin-bottom: 15px;
}
#avis_form > div label {
  float: left;
  width: 50%;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
@media(max-width: 767px) {
  #avis_form > div label {
    float: none;
    width: 100%;
  }
}
@media(min-width: 768px) {
  #avis_form > div label:last-child {
    margin-left: 1%;
    width: 49%;
  }
}
#avis_form textarea {
  height: 100px;
}
#avis_form {
    margin-top: 25px;
}
#mail3 {
  display: none !important;
}
.Progress_note {
  margin-top: 20px;
}
.Progress_note > div {
  margin-bottom: 15px;
}
.Progress_note > div:after {
  display: table;
  content: "";
  clear: both;
}
.note_avis {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #111a16;
  float: left;
  width: 30%;
}
.progress-full-wrap {
  float: left;
  position: relative;
  width: 70%;
}
.progress-wrap {
    margin: 0;
    position: relative;
    top: 8px;
    width: 175px;
}
.progress {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    height: 12px;
    width: 175px;
}
.progress:before {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50% 0 0 50%;
    content: "";
    height: 12px;
    left: -12px;
    position: absolute;
    top: 0;
    width: 12px;
}
.progress:after {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 0 50% 50% 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
}
.progress-data-wrap {
    left: 0;
    margin: 0;
    position: relative;
    top: -8px;
    width: 175px;
}
.progress-data {
    background-color: #052060;
    height: 16px;
    left: -2px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.progress-data:before {
    background-color: #052060;
    border-radius: 50% 0 0 50%;
    content: "";
    height: 16px;
    left: -12px;
    position: absolute;
    width: 12px;
    z-index: 10;
}
.progress-data:after {
    background-color: #052060;
    border-radius: 0 50% 50% 0;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: -12px;
    width: 12px;
    z-index: 10;
}
.progress-full-wrap.size0 .progress-data {
    width: 0;
}
.progress-full-wrap.size0 .progress-data:before,
.progress-full-wrap.size0 .progress-data:after {
  background-color: #ffffff;
}
.progress-full-wrap.size1 .progress-data {
    width: 20%;
}
.progress-full-wrap.size2 .progress-data {
    width: 40%;
}
.progress-full-wrap.size3 .progress-data {
    width: 60%;
}
.progress-full-wrap.size4 .progress-data {
    width: 80%;
}
.progress-full-wrap.size5 .progress-data {
    width: 100%;
}


/* Mentions Légales */
.mentions .Section_interne .container {
  max-width: 1000px;
}
#Bloc_mention {
  background: #f7f7f7;
  border: 2px solid #DA405C;
  padding: 30px;
  margin-bottom: 30px;
}
@media(max-width: 767px) {
  #Bloc_mention {
    padding: 10px;
  }
}
#Bloc_mention h2 {
  font-family: 'Lobster', cursive;
  color: #111a16;
  text-transform: none;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 3rem;
}
#Bloc_mention h3 {
  text-transform: none;
  color: #111a16;
}
#Bloc_mention ol {
  padding-left: 15px;
}
#Bloc_mention ol > li {
    list-style-type: none;
    counter-increment: compteur;
    position: relative;
}
#Bloc_mention ol > li::before {
    content: counter(compteur);
    color: #111a16;
    position: absolute;
    font-size: 26px;
    left: -15px;
    top: -6px;
    background: none;
}

.text-travaille p {
    font-size: 28px;
    color: #fff;
    /* background: red; */
}
.Mobile p.tel-footer a {
    line-height: 48px;
}
/* Page 404 */
.introuvable {
  height: 100%;
  position: fixed;
  width: 100%;
  background-color: #932121;
}
.page404 {
  text-align: center;
  padding-top: 5rem;
}
.page404 h1 {
  margin: 0;
}
.page404 p {
    font-size: 2rem;
    margin-top: 5rem;
    color: #fff;
    letter-spacing: 10px;
}
.page404 a {
  color: #e9ec18;
  font-weight: bold;
}
.page404 a:hover,
.page404 a:focus {
  color: #e9ec18;
  text-decoration: underline;
}

@media(max-width: 767px) {
  .page404 p {
    font-size: 20px;
    }
}

/**
404
*/
.blog_pageIntrouvable {
    background: #052060;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #ffffff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 7px !important;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    top: 50px !important;
    right: 35% !important;
    width: 30px !important;
    height: 30px !important;
    background-position: 5px 2px !important;
    transform: translateX(-50%) !important;
}
.Mobile .article_box h2 {
  top: 75% !important;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 2px;
  color: white;
 font-weight: bold;}
 .Mobile .article_box p{
  color: #000;
 }
a.swipebox img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.Mobile a.swipebox img{
  height: 270px;
}
.Mobile .section_inner h1 {
 font-size: 22px;
}

p.text-primary a {
    padding: 0px 30px;
}