<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}

body {
  background-color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

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%;
  vertical-align: middle;
}

button {
  outline: 0 !important;
}

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

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

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

  h3 {
      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 {
  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: rgb(53, 53, 53);
  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: 'Calibri', 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: 991px) {
  .TopNav .Left {
    padding: 7px 0;
  }
}
@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 &gt; 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: #333;
  margin-bottom: 0;
  padding: 15px;
  font-family: 'Calibri', 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: #333;
}
@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%;
  padding-top: 7px;
}
.logo &gt; 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;
}
.Mobile .logo &gt; img {
  height: 100%;
  object-fit: contain;
}
@media(min-width: 1600px) {
  .logo {
    float: left;
    max-width: 25%;
    position: static;
    width: 25%
  }
  .logo &gt; img {
    max-width: 55%;
  }
  .BotNav_color .logo img {
    width: 42%;
  }
}
.logo &gt; span {
  opacity: 0;
  color: #172890;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-family: 'Calibri', 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: #d80027;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    width: 85px;
    position: relative;
    top: 7px;
}
.realisations {
  background-color: #172890;
  color: #fff;
  border-radius: 3px;
}
@media(min-width: 992px) {
  .Right &gt; 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 &gt; a.Devis:before {
    background-color: #619612;
  }
  .Right &gt; a.realisations:before {
    background-color: #C72E3D;
  }
  .Right &gt; 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 &gt; a:hover,
  .Right &gt; a:focus,
  .btn:hover,
  .btn:focus {
    color: #fff;
  }
  .Right &gt; 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 {
  top: -40px;
  padding-top: 10px;
  -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: 58%;
  -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 &gt; 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:inline-block;
  zoom:1;
  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 {
    width: 16.66%;
  }
}
.nav-item a {
  font-family: 'Calibri', sans-serif;
  color: #333;
  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 &gt; a,
.nav-item &gt; a:hover,
.nav-item &gt; a:focus {
  background-color: #d80027;
  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: 5px 10px;
    border: none;
    font-size: 12px;
}
.nav-submenu-item:hover {
  background: #d80027;
  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: 'Calibri', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 5px;
}

.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #172890;
  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:#172890;
}
.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%;
  }
  .nav-item {
    width:100%;
    float:none;
    text-align: left;
  }
  .nav-item &gt; 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;
  }
  .BotNav_color .Urgence_toiture {
    display: none;
  }
}
@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: #DA415D;
  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/depannage_urgence.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_h3 {
  color: #333;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.item_cnt_h3 span {
  font-family: 'Calibri', cursive;
  text-transform: none;
  display: block;
}
.item_cnt p {
  font-size: 30px;
}
.item_cnt .heure {
  color: #DA415D;
}
.text-primary a {
    color: #000;
    font-weight: bold;
}
.btn {
    background: #d80027;
    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 h3 {
    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) {
  .Homeslider,
  .Slider_Image,
  .SliderImg {
    height: 450px;
  }
}
.image_1 {
  background-image: url('../images/bg/slider-1.webp');
  background-position: center top;
}
.image_2 {
  background-image: url('../images/bg/slider-2.webp');
}
.image_3 {
  background-image: url('../images/bg/slider-3.webp');
}
.image_4 {
  background-image: url('../images/bg/slider-4.webp');
  background-position: 50% top;
}
.image_5 {
  background-image: url('../images/bg/slider-5.webp');
}


.Mobile .image_1 {
  background-image: url('../images/bg/slider-mobile-1.webp');
  background-position: center top;
}
.Mobile .image_2 {
  background-image: url('../images/bg/slider-mobile-2.webp');
}
.Mobile .image_3 {
  background-image: url('../images/bg/slider-mobile-3.webp');
}
.Mobile .image_4 {
  background-image: url('../images/bg/slider-mobile-4.webp');
  background-position: 50% top;
}
.Mobile .image_5 {
  background-image: url('../images/bg/slider-mobile-5.webp');
}


.Banner_interne {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 150px;
  margin-bottom: 3rem;
  text-align: center;
}
.ramonage-de-cheminee .Banner_interne {
  background-image: url('../images/bg/banner_ramonage-de-cheminee.webp');
}
.nettoyage-et-demoussage .Banner_interne {
  background-image: url('../images/bg/banner_nettoyage-et-demoussage.webp');
}
.gouttiere .Banner_interne {
  background-image: url('../images/bg/banner_gouttiere.webp');
}
.maÃ§onnerie .Banner_interne {
  background-image: url('../images/bg/banner_maÃ§onnerie.webp');
}
.fuite-toiture .Banner_interne {
  background-image: url('../images/bg/banner_fuite-toiture.webp');
}
.realisations .Banner_interne {
  background-image: url('../images/bg/banner_realisations.webp');
}
.temoignages .Banner_interne {
  background-image: url('../images/bg/banner_temoignages.webp');
  height: 300px;
}
.Desktop .colonnes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  top: 10rem;
}
.Mobile .col-left {
    margin-top: 170px;
}
.col-left &gt; div &gt; img {
    width: auto;
    height: 350px;
    object-fit: cover;
}
.Mobile .col-left &gt; div &gt; img {
  height: 200px;
}
.col-left &gt; div:last-child &gt; p {
    background-color: #d80027;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 5px;
}
.Mobile .col-left &gt; div:last-child &gt; p {
  font-size: 14px;
}
.Caption_Slider {
  margin: 0 auto;
}
.Banner_interne .Caption_Slider {
  padding-top: 3rem;
}
.temoignages .Banner_interne .Caption_Slider {
  padding-top: 8rem;
}
@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: 1rem;
  }
}
.Capition_title {
  position: relative;
  display: flex;
}
.Capition_title a {
    color: #fff;
    display: inline-block !important;
    border-radius: 0;
    padding: 15px;
    vertical-align: middle !important;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: 'Calibri', 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: #333;
}
.Capition_title a.realisations {
  background-color: #fff;
  color: #333;
  width: 30%
}
.Capition_title a.Devis {
  width: 60%
}
.Capition_title a.Devis:before {
  background-color: #fff;
}
.Capition_title a.realisations:before {
  background-color: #333;
}
.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: #333;
}
.Capition_title a.realisations:hover,
.Capition_title a.realisations:focus {
  color: #fff;
}
.Capition_title a:hover:before {
  height: 100%;
}
@media(max-width: 767px) {
  .Capition_title {
    display: none;
  }
}
.toggle_button {
  display: none;
}
.Rappel_immediat {
  position: relative;
}
.Rappel_immediat &gt; span {
  font-family: 'Calibri', sans-serif;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 5px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 -1px 7px #333;
}
.Mobile .Rappel_immediat &gt; span {
  color: #000;
}
.Mobile .list_cat li {
    width: 50%;
}
@media(max-width: 543px) {
  .Rappel_immediat &gt; span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 36px;
  }
}
.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: 10px;
  color: #333;
}
#mail {
  display: none !important;
}
#rappel_immediat {
    margin: 0 auto;
    padding-bottom: 15px;
}
.tel_rappel {
    border: 1px solid #FFF;
    padding: 10px;
    width: 73%;
    margin-right: 5px;
    background-color: rgb(255, 255, 255);
    color: #333;
    outline: 0 !important;
}
.submit_tel {
  border: 1px solid #333;
  color: #fff;
  background-color: #333;
  padding: 10px 15px;
  outline: 0 !important;
  cursor: pointer;
}
@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: 15.2%;
  float: left;
  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: 22.9%;
  }
}
@media (max-width: 991px) {
  .list_cat li {
    width: 47.25%;
  }
}
.list_cat li &gt; 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 &gt; a {
    padding: 10px;
    display: block;
    width: initial;
  }
}
@media(max-width: 543px) {
  .list_cat li {
    width: 100%;
  }
}
.cat_box,
.article_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cat_box img,
.article_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cat_title {
    opacity: 1;
    position: absolute;
    bottom: 25%;
    font-size: 14px;
    background: #E8E9ED;
    color: #333;
    padding: 10px 15px;
    width: 200px;
    text-align: left;
    line-height: 150%;
}
@media(max-width: 767px) {
  .cat_title {
    width: initial;
  }
}
.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 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -54px;
    z-index: 5;
    opacity: 0;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #f1f1f1;
    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) {
  .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: 15px;
    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: #454f4e;
  margin: 0;
  padding-bottom: 20px;
}
.section_inner h1 {
  font-family: 'Calibri', 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: #454f4e;
  width: 210px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.section_inner h1:after {
  left: 40%;
}
.section_inner p {
  font-size: 16px;
  margin-top: 35px;
}
@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;
  }
}
.SndBlock .Item_section h2 {
  color: #333;
}
.SndBlock .Item_section h3 {
  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: #333;
}
.ImgSndBlock {
  margin-top: 3rem;
  text-align: right;
}
.TextBlock {
    padding: 0 15px;
}
.TextBlock h2 {
  color: #333;
  font-size: 24px;
  padding-left: 4rem;
  position: relative;
}
.TextBlock h2:before,
.TextBlock h2:after {
  content: "";
  background-color: #333;
  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: #172890; 
  background-image: -webkit-linear-gradient(to right, #ffffff 40%, #172890 40%); 
  background-image:    -moz-linear-gradient(to right, #ffffff 40%, #172890 40%); 
  background-image:      -o-linear-gradient(to right, #ffffff 40%, #172890 40%); 
  background-image:         linear-gradient(to right, #ffffff 40%, #172890 40%); 
  margin: 72px 0;
  color: #ffffff;
}
@media(max-width: 1199px) {
  .section2_bg {
    background-image: -webkit-linear-gradient(to right, #ffffff 43%, #172890 40%); 
    background-image:    -moz-linear-gradient(to right, #ffffff 43%, #172890 40%); 
    background-image:      -o-linear-gradient(to right, #ffffff 43%, #172890 40%); 
    background-image:         linear-gradient(to right, #ffffff 43%, #172890 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%;
}
.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;
}
#Last_bloc {
  margin: 0 auto;
  text-align: center;
}
#Last_bloc &gt; 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 {
  top: 31% !important;
  line-height: 150% !important;
  text-align: left !important;
  left: 5% !important;
  max-width: 90% !important;
}
.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 &gt; div {
    width: 50%;
  }
  #Last_bloc &gt; 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 &gt; 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;
}
.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: 50%
  }
}
.realisations .Section_interne .col_3 &gt; a {
  display: block;
  padding: 7px;
}
.realisations .Section_interne .col_3 &gt; a div {
  display: none;
}
.titre-album {
  margin-left: 7px;
  color: #333;
}
.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: 'Calibri', 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: #333;
}
@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: #d80027;
    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: 'Calibri', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  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: 'Calibri', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: #d80027;
    border: 1px solid #d80027;
    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: #333;
}
@media(min-width: 768px) {
  #Box_form #devis_form {
    padding-right: 30px;
  }
}
#Box_form #devis_form input[type='submit'] {
  margin: 0 auto 0 0;
}
.MapDevis {
  text-align: center;
}
@media(max-width: 767px) {
  .MapDevis {
    margin-top: 15px;
  }
}

/*------------------------------------*\
   Footer
\*------------------------------------*/
#FOOTER {
  background-color: #2d2f35; 
  background-image: -webkit-linear-gradient(to top, #2d2f35 84%, #35373E 40%); 
  background-image:    -moz-linear-gradient(to top, #2d2f35 84%, #35373E 40%); 
  background-image:      -o-linear-gradient(to top, #2d2f35 84%, #35373E 40%); 
  background-image:         linear-gradient(to top, #2d2f35 84%, #35373E 40%);
  color: #fff;
}
@media (max-width: 1366px) {
  #FOOTER .container {
    max-width: 1200px;
  }
}
.footer_title {
  font-family: 'Calibri', cursive;
  text-transform: none;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.footer_title &gt; span {
  color: #fff;
}
.menu_footer {
    margin-top: 3rem;
    padding-left: 0;
    border-bottom: dashed 1px #403f3f;
}
.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: #fff;
}
.Bloc_about {
  margin-top: 3rem;
  border-left: 1px solid #444;
  padding-left: 20px;
}
.Bloc_about p {
  max-width: 580px;
}
.logo_agence {
  display: block;
  margin-top: 10px;
}
.logo_Akisiweb {
  height: 25px;
  width: 150px;
  object-fit: contain;
}
.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: 30%;
    margin: 0 15px 15px;
    width: 105px;
    height: 80px;
    object-fit: contain;
}
.partenaire &gt; strong {
    font-family: 'Calibri', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    top: -18px;
    background: #2D2F35;
    padding: 5px 15px;
}
.logo_part img {
  margin: 0 5px;
  width: 221px;
  height: 48px;
  object-fit: contain;
}
.Mobile .menu_footer li a {
    line-height: 48px;
}
@media(max-width: 767px) {
  .col_3,
  .col_5,
  .col_6,
  .col_7 {
    float: none;
    width: 100%;
  }
  #FOOTER {
    background-color: #2d2f35;
    background-image: none;
    padding-top: 1rem;
  }
  .menu_footer {
    margin-top: 1rem;
  }
  .menu_footer li {
    display: inline-block;
    margin: 0 5px;
  }
  .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;
  }
}
.inspection_dorne {
    margin-top: 1rem;
}
.inspection_dorne img {
    border: 5px solid white;
}

/* Logo divers */
.LogoDivers {
  background: url('../images/bg/bg_1.webp') no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.Desktop .LogoDivers {
    margin-bottom: 6rem;
        height: 350px;
}
.LogoDivers .titre_valeurs {
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 40px;
  font-family: 'Calibri', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.LogoDivers .titre_valeurs em {
  font-weight: 300;
  font-style: normal;
}
.LogoDivers .texte_valeurs {
  color: #fff;
  font-size: 30px;
  font-family: 'Calibri', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
}
.LogoDivers .texte_valeurs b {
  font-weight: normal;
  margin: 0 5px;
  color: #fff;
}
.logo_content {}
.logo_content img {
    margin: 0 15px;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.logo_content span {
    font-size: 24px;
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    color: #000;
    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: 30%;
  }
  .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: #333;
  margin-bottom: 4rem;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.Box_temoignage h2:after {
  content: "";
  background-color: #333;
  position: absolute;
  height: 2px;
  width: 100px;
  left: 43%;
  bottom: -15px;
}
.item_temoignage {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.item_temoignage &gt; strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
.item_temoignage &gt; 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 #333;
  padding: 10px;
}

.List_temoignage .col_6 {
    width: 45.99999%;
    padding: 0 2%;
}
.List_temoignage h2 {
  color: #172890;
  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 &gt; i {
  background: url('../images/icon/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
#FOOTER .avis &gt; 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: #333;
  display: block;
}
#avis_form &gt; div {
  margin-bottom: 15px;
}
#avis_form &gt; div label {
  float: left;
  width: 50%;
}

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

}
@media(max-width: 767px) {
  #avis_form &gt; div label {
    float: none;
    width: 100%;
  }
}
@media(min-width: 768px) {
  #avis_form &gt; 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 &gt; div {
  margin-bottom: 15px;
}
.Progress_note &gt; div:after {
  display: table;
  content: "";
  clear: both;
}
.note_avis {
  font-size: 18px;
  font-family: 'Calibri', sans-serif;
  color: #333;
  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: #d80027;
    height: 16px;
    left: -2px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.progress-data:before {
    background-color: #d80027;
    border-radius: 50% 0 0 50%;
    content: "";
    height: 16px;
    left: -12px;
    position: absolute;
    width: 12px;
    z-index: 10;
}
.progress-data:after {
    background-color: #d80027;
    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: 'Calibri', cursive;
  color: #333;
  text-transform: none;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 3rem;
}
#Bloc_mention h3 {
  text-transform: none;
  color: #333;
}
#Bloc_mention ol {
  padding-left: 15px;
}
#Bloc_mention ol &gt; li {
    list-style-type: none;
    counter-increment: compteur;
    position: relative;
}
#Bloc_mention ol &gt; li::before {
    content: counter(compteur);
    color: #333;
    position: absolute;
    font-size: 26px;
    left: -15px;
    top: -6px;
    background: none;
}
/* 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;
    }
}

div#realisations img {
    height: 169px;
    width: 100%;
    object-fit: cover;
}
figure.Img_thumb img {
    width: 100%;
}
.Bloc_about span {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 100;
}
.avis-footer{
  text-align: center;
}

/*-------- TEMOINAGE ------*/ 

#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

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

}
.avis &gt; i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.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;
}
section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages &gt; div &gt; b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #b70d24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
}
.col-tem input:last-child {
    background: #b70d24;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 2px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
    text-transform: uppercase;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span &gt; span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}

.temoignages  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 20px;
    background: #d80027;
    color: #fff;
    padding: 5px 40px;
    font-weight: 600;
}
.temoignages .Titrecontenu{
    color: #d80027;
} 
.avis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: auto;
    padding: 200px 0 50px;
}
.Mobile .avis-grid {
    display: block;
    margin: 150px 0 30px;
    width: 100%;
    padding: 0!important;
}
.Mobile .avis-grid &gt; div {
  padding: 20px;
}
.avis-grid .item-tem {
    margin-bottom: 30px;
}

.res_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.Mobile .res_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
}

.res_content a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}</pre></body></html>