@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
  color: initial;
  text-decoration: none;
  background-color: transparent;
  transition: .3s all ease;
}
a:hover,
a:focus,
a:active,
a:hover {
  color: initial;
  text-decoration: none;
  outline: 0;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
strong {
  font-weight: 700;
}

body {
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.62em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.1px;
      padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 100%;
  color: #222b35;
    text-transform: uppercase;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 24px;
}
.index h2,
#idPac .item_Block_ h2,
.immo .item_Block_ h2,
.pack-couvreur .item_Block_ h2 {
    font-size: 46px;
    letter-spacing: 0.1px;
    line-height: 0.95em;
    font-weight: 700;
    color: #222a35;
}
.index h2:after,
#idPac .item_Block_ h2:after,
.immo .item_Block_ h2:after,
.pack-couvreur .item_Block_ h2:after {
    content: '';
    display: block;
    background-color: #93be02;
    width: 37px;
    height: 3px;
    margin-top: 36px;
}
.pack-electricien .item_Block_.item_BlockElec_ h2:after {
    background-color: white !important;
}
.Mobile.index h2,
.Mobile #idPac .item_Block_ h2,
.Mobile.immo .item_Block_ h2,
.Mobile.pack-couvreur .item_Block_ h2 {
  font-size: 24px;
  margin-top: 0;
}
h3, .h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/*------------------------------------*\
    Slick
\*------------------------------------*/
.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;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
.Bg_separator {
  bottom: 0;
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 30;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media(max-width: 543px) {
  .Bg_separator {
    display: none !important;
  }
}
.svg-separtor-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.Bg_separator svg {
    bottom: 0;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.homeslider {
  background-clip: padding-box;
  position: relative;
  background-origin: padding-box;
  background-size: cover;
	background-color: #FFFFFF;
	position: relative;
  height: 400px;
}
/*.imgslider{
	  background-color: #2c2c2c;
	position: absolute;
	width: 100%;
	height: 100%;
	 background-attachment: fixed;
}*/
.img-slider-item{
	background-repeat: no-repeat ;
	  background-size: cover;
    background-position: center;
	  min-height: 600px;
	  height: 90vh;
	  position: relative;
}

.img-slider-item:before{
	content: "";
  background: rgba(0, 0, 0, 0.45) url(../images/overlay-pattern.png);
  position: absolute;;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 20;
}
.img-slider-item.lastimglist:before{
	display: none;
}
.pack-couvreur .homeslider {
  background: #2c2c2c url(../images/img/bgPackCouvreur.jpg) no-repeat center 70%;
}
.pack-taxi .homeslider {
  background: #2c2c2c url(../images/img/bgPackTaxi.jpg) no-repeat center 50%;
}
.pack-macon .homeslider {
  background: #2c2c2c url(../images/img/bgPackMacon.jpg) no-repeat center 50%;
}
.pack-vtc .homeslider {
  background: #2c2c2c url(../images/img/bgPackVTC.jpg) no-repeat center 50%;
}
.creation-site .homeslider {
  background: #2c2c2c url(../images/img/bgCreationSite.jpg) no-repeat center 50%;
}
.immo .homeslider {
  background: #2c2c2c url(../images/img/bg-immo.jpg) no-repeat center 50%;
}
.busness .homeslider {
  background: #2c2c2c url(../images/img/bg-buisness.jpg) no-repeat center 50%;
}
.ecommerce .homeslider {
  background: #2c2c2c url(../images/img/bg-ecommerce.jpg) no-repeat center 50%;
}
.pack-avocat .homeslider {
  background: #2c2c2c url(../images/img/bg-pack-avocat.jpg) no-repeat center 50%;
}
.dev-logiciel .homeslider {
  background: #2c2c2c url(../images/img/bg-dev-logiciel.jpg) no-repeat center 50%;
  height: 600px;
}
.index .homeslider {
  min-height: 600px;
  height: 100vh;
  padding-top: 86px;
  overflow: hidden;
}
@media(max-width: 991px) {
  .index .homeslider {
    min-height: 1px;
    height: 600px;
  }
}
@media(max-width: 767px) {
  .index .homeslider {
    height: inherit;
  }
  .imgslider {
    height: 400px;
    overflow: hidden;
  }
  .img-slider-item {
    min-height: 400px;
    height: 400px;
  }
}
@media(max-width: 543px) {
  .index .homeslider {
    padding-bottom: 25px;
  }
}

#header-sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1000 !important;
}
.validation-video #header-sticky-wrapper,
.avis-obligatoire #header-sticky-wrapper,
.photo-de-realisations #header-sticky-wrapper,
.pack-electricien #header-sticky-wrapper,
.pack-couvreur #header-sticky-wrapper,
.pack-avocat #header-sticky-wrapper,
.pack-paysagiste #header-sticky-wrapper,
.pack-vtc #header-sticky-wrapper,
.pack-taxi #header-sticky-wrapper,
.pack-macon #header-sticky-wrapper,
.pack-ravaleur #header-sticky-wrapper,
.immo #header-sticky-wrapper,
.pack-restaurant #header-sticky-wrapper,
.optimisation-seo-pour-entreprise-lafleur #header-sticky-wrapper,
.creation-de-flyers-personnalises #header-sticky-wrapper {
  position: relative;
}
@media(min-width: 1199px) {
  .optimisation-seo-pour-entreprise-lafleur #header-sticky-wrapper,
  .pack-electricien #header-sticky-wrapper,
  .pack-couvreur #header-sticky-wrapper {
    max-height: 87px !important;
  }
}
.Mobile #header-sticky-wrapper {
  background-color: white;
}
#header {
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
    border-bottom: 3px solid transparent;
    top: 0;
    width: 100%;
    z-index: 999;
}
.pack-couvreur #header {
  border-bottom-color: #f1f1f1
}

.is-sticky #header {
    background-color: white;
    border-bottom-color: #f1f1f1;
}
.logo {
	float: left;
	margin: 25px 15px 0 0;
  width: 250px;
}
@media(max-width: 767px) {
  #header {
    min-height: 55px;
  }
  .logo {
    margin-top: 9px;
    width: 250px;
  }
}

.btn {
	background: none;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
}

#Navigation,
.Navigation {
	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    z-index: 40;
}
.Mobile.application-mobile #Navigation {
  transform: none;
  top: inherit;
}
.index .Navigation{
	transform: inherit;
	top: inherit;
	height: 100%;
}
.index .Navigation > .container{
	display: table;
	height: 100%;
}
.titleNav {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
  display: block;
  /*text-align: center;*/
  color: #000;
  position: relative;
}
@media (max-width: 991px) {
  .titleNav {
    font-size: 18px;
  }
}
@media (max-width: 543px) {
  #Navigation {
    position: relative;
  }
}
#Form-maquette {
	margin-top: 15px;
  position: relative;
}
#mail {
	display: none !important;
}
.input-form {
	display: block;
  background: #ffffff2b;
  border: 1px solid #8ab105;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	outline: 0 !important;
}
/*.input-form::placeholder {
  color: white;
}*/
textarea.input-form {
	height: 100px;
}
.btn-submit {
	background: #222a35;
  border-color: #222a35;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: 0 !important;
  margin: 18px auto 0;
  width: 90%;
  font-size: 14px;
  letter-spacing: 2px;
  transition: transform .2s;
    -webkit-transition: transform .2s;
}
.BlockDevis .btn-submit {
	  margin: 10px auto;
    width: 70%;
    border-radius: 0;
    padding: 20px 15px
}
#footer .MaquetteGratuite{
  background: white;
  padding: 20px;
  position: relative;
}
.Mobile #footer .MaquetteGratuite {
  margin-bottom: 1rem;

}

.capiton {
	padding-top: 7%;
  text-align: center;
}
.index .capiton {
	display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}
.capiton5 p {
  margin: -1rem auto 15px !important;
}
.dev-logiciel .capiton {
  padding-top: 13%;
}
.pack-avocat .capiton strong {
  background: #93be02;
  color: #000;
  padding: 7px 20px;
  font-weight: normal;
}
.pack-avocat .capiton strong span{
  font-weight: bold;
}
.contact .capiton {
  padding-top: 13%;
}
.devis-gratuit .capiton {}
.contact .capiton h1,
.devis-gratuit .capiton h1 {
  font-size: 70px;
}
.Mobile .contact .capiton h1, 
.Mobile .devis-gratuit .capiton h1 {
  font-size: 50px;
}

.capiton em {
	font-size: 34px;
	color: #fff;
  font-weight: 700;
  margin: 0 auto 15px;
  max-width: 75%;
  font-style: normal;
  display: block;
}
.application-mobile .capiton h1 {
    margin: 13rem auto 15px;
    max-width: 100%;
    font-size: 4rem;
    border: 1px solid;
    padding: 20px;
    text-align: center;
}
.Tablet.application-mobile .capiton h1 {
	font-size: 41px;
}
.Mobile.application-mobile .capiton h1 {
  margin-top: 0;
  font-size: 2rem;
}
.index .capiton em {
	   margin-bottom: -21px;
    font-size: 70px;
    max-width: 80%;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 65px;
    display: block;
}
.Tablet.index .capiton em {
	font-size: 46px;
    max-width: 90%;
}
@media(max-width: 767px) {
	.index .capiton em {
	 font-size: 26px;
    max-width: 100%;
    line-height: 130%;
    margin-bottom: 2px;
	}
}
.capiton p {
	color: #fff;
	font-size: 16px;
  margin: -5rem auto 15px;
  line-height: normal;
  /*max-width: 75%;*/
}
.capiton p br {
	line-height: 0;
}
.index .capiton p {
	font-size: 24px;
  /*max-width: 50%;*/
}

.capiton5 em {
	margin-top: -80px; 
	margin-bottom: 25px !important;
}

.pageImg {
  width: 50%;
  padding-top: 5%;
  float: left;
}
.application-mobile .pageImg {
  text-align: right;
}
.application-mobile .pageImg img {
  height: 750px;
}
.Mobile.application-mobile .pageImg img {
  height: inherit;
}
.Mobile .pageImg {
  display: none;
}
.Mobile.application-mobile .pageImg {
  display: block;
  float: none;
  text-align: center;
  margin: auto;
}
.pageImg.Img_offres {
  text-align: center;
  float: none;
  padding-top: 3%;
  width: 100%;

}
.pageImg.Img_offres img {}

#PAGE.capiton {
	width: 50%;
  text-align: left;
  float: left;
}
.Mobile #PAGE.capiton {
  text-align: center;
  width: 100%;
}
.Mobile.application-mobile #PAGE.capiton {
  float: none;
}

@media (max-width: 991px) {
  .index .capiton h1 {
    font-size: 36px;
  }
  .index .capiton p {
    font-size: 16px;
  }
  
}
@media (max-width: 767px) {
  .index .capiton {
    padding-right: 0;
    text-align: center;
  }
  .capiton h1,
  .index .capiton h1 {
    font-size: 24px;
    max-width: 100%
  }
  .capiton p,
  .index .capiton p {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .capiton h1 {
    font-size: 24px;
  }
  .capiton p {
    font-size: 14px;
  }
}
.btn-custom {
	/*background: rgba(80, 80, 80, 0.55);*/
  color: #333b30;
  display: inline-block;
  text-align: center;
  text-transform: none;
  width: 300px;
  padding: 13px 15px;
  border-radius: 50px;
  /*border-color: rgba(80, 80, 80, 0.6);*/
	background-color: #9dc322;
  border-color: #7e9e17;
}
.btn-custom:hover,
.btn-custom:focus {
	color: #000;
}
.btn-custom .fa {
	margin-right: 20px;
}
.MaquetteFixe .MaquetteGratuite {
 background-color: #fff;
 padding: 10px 15px;
 display: none;
}
.BlockDevis .MaquetteGratuite {
  background-color: transparent;
  padding: 0 !important;
}
.MaquetteFixe {
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 25px;
  transition: all .5s linear .5s;
  -webkit-transition: all .5s linear .5s;
  z-index: 100;
}
@media(max-width: 767px) {
  .MaquetteFixe {
    right: 5%;
    width: 90%;
  }
}
.showM {
  opacity: 1;
}
.MaquetteFixe .MaquetteGratuite {
  margin-top: 0;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 -1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 5px 0 rgba(0,0,0,.2);
}
.Mobile .MaquetteFixe .MaquetteGratuite {
  display: none;
}
.toggle_title {
  color: #444;
  cursor: pointer;
  font-size: 16px;
  margin: 10px 5px;
}
.icon-arrow-down {
  height: 8px;
  width: 15px;
  background: url('../images/sprit.png') no-repeat -200px -159px;
  margin-left: 10px;
  display: inline-block;
}
.toggle_form {
  display: none;
}

.rightBlock {
  float: right;
  margin-top: 10px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}
@media(max-width: 767px) {
  .rightBlock {
    border-top: 1px solid #ddd;
    border-left: none;
    float: none;
    display: flex !important;
    align-items: center;
    padding-left: 0;
    justify-content: center;
  }
  .rightBlock a {
    margin: 5px 15px;
  }
}
.btn-devisTop {
    display: block;
    background: #93be02;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 5px;
    color: #242424;
    font-weight: 600;
    padding: 5px 15px;
    letter-spacing: 2px;
    transition: transform .2s;
    -webkit-transition: transform .2s;
}
.btn-devisTop:hover,
.btn-submit:hover {
    transform: scale(1.05);
}
.Tablet .btn-devisTop {
	margin-top: 17px;
}
.Mobile .btn-devisTop {
	font-size: 11px;
	/*margin-top: 10px;*/
}
.btn-devisTop:hover {
  color: white;
}

/* Navigation */
.nav {
	position:relative;
	float: left;
	margin-left: 0;
}
.Desktop .nav {
  width: 65%;
}
.nav-list {
	  list-style: none;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    display: table;
}
.nav-list:after {
	content: "";
	clear: both;
	display: table;
}
.nav-item {
	display: table-cell;
	zoom:1;
	position:relative;
  padding: 0 7px
}
.nav-item a {
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.5px;
    display: block;
    padding: 31px 0 22px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
@media(min-width: 992px) {
  .nav-item a::after {
    background: #93bd0e;
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -2px;
      height: 2px;
      opacity: 0;
      transition: .4s left ease, .4s right ease, .3s opacity;
  }
  .nav-item.active a::after,
  .nav-item:hover > a::after,
  .nav-item:focus > a::after {
      left: 0;
      right: 0;
      opacity: 1;
  }
}
@media (max-width: 1199px) {
  .nav {
      margin-left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      float: none;
  }
}
@media(max-width: 1199px) {
  .nav-item a {
    font-size: 14px;
    padding:15px;
  }
}
@media(min-width: 1200px) and (max-width: 1285px) {
  .logo {
    width: 200px;
  }
  .nav-item a {
    font-size: 15px;
  }
}
.nav-item.active a,
.nav-item:hover > a,
.nav-item:focus > a {
	color: #93bd0e;
}
.nav-item:hover .nav-submenu {
	display:block;
}

.nav-submenu {
	display:none;
  background: white;
  padding-left: 0;
  list-style: none;
	position:absolute;
	left:0;
	width:300px;
  z-index: 100;
}
.nav-submenu-item a {
  font-size: 14px;
	display:block;
	padding:10px 15px;
  color: #999;
}
.nav-submenu-item a:hover {
    background: #000;
    color: white;
}

.nav-mobile {
	display:none; 
	cursor: pointer;
  background: #3D3D3B url(../images/menu.png) no-repeat center;
  height: 55px;
  width: 50px;
  float: right;
  margin-right: 15px;
  margin-top: 12px;
}
.Tablet .nav-mobile {
	position: static !important;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
} 
.Mobile .nav-mobile {
	margin-top: 10px;
	margin-right: 15px;
	height: 40px;
}

.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
  z-index: 999;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/* Media Queries */
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 1199px) {
	.nav-mobile {
		display:block;
	}
	.nav-list {
    background-color: #fff;
		display: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-submenu {
    background: #eee;
		position:static;
		width:100%;
	}
}
@media only screen and (max-width: 991px) {
	.nav-item {
		width:100%;
		display: block;
	}
	.nav-item > a {
		padding:15px;
    color: #555;
	}
}

@media only screen and (max-width: 767px) {
  .nav {
    position: absolute;
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 55px;
    z-index: 150;
  }
}

/*------------------------------------*\
    Content
\*------------------------------------*/
/* Content */
#Block {
	padding: 5rem 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
#B_Block .box {
	text-align: center;
}
@media(max-width: 543px) {
  #Block {
    padding-bottom: 2rem; 
    padding-top: 2rem; 
  }
  .box {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.ItemTitle {
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 10px 0;
}
.itemText {
	display: block;
	list-style: none;
    /*max-width: 90%;*/
    margin: 0 auto;
    padding-left: 0;
}
.icon {
	display: block;
    height: 50px;
    width: 50px;
    background: url('../images/sprit.webp') no-repeat;
    margin: 0 auto;
    display: inline-block;

    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.icon {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.box:hover .icon {
	-webkit-animation-name: rotateFull;
    -moz-animation-name: rotateFull;
    -ms-animation-name: rotateFull;
    -o-animation-name: rotateFull;
    animation-name: rotateFull;
}
@-webkit-keyframes rotateFull {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotateFull {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.icon-concept {
	background-position: 0 0;
}
.icon-realisation {
	background-position: 0 -69px;
}
.icon-suivi {
	background-position: 0 -137px;
}
.icon-engager {
	background-position: -100px -57px;
}
.icon-siteweb {
	background-position: -93px -199px;
}
.icon-prix {
	background-position: -100px -114px;
}
.icon-eye {
  background-position: 0 -222px;
  height: 16px;
  width: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.capiton a:hover .icon-eye,
.capiton a:focus .icon-eye {
  background-position: -33px -222px;
}
.spacer {
	margin: 2rem 0;
}

/* Devis content */
.devis-home {
    background: url('../images/img/bgMaquette.jpg') no-repeat center;
    background-size: cover;
}
.tem {
    background: url('../images/img/bgTemoignage.jpg') no-repeat center;
    background-size: cover;
    padding: 3rem 0;
}
.BlockDevis,
.temoignages {
    background: white;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 4rem;
}

.Mobile .BlockDevis,
.Mobile .temoignages {
    width: inherit;
    height: inherit;
    border-radius: 0;
    padding: 20px;
}

#B_Block {
    background: url('../images/img/bgBBlock.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 3rem 0;
    position: relative;
}
#B_Block.passion:before {
	background: rgba(8, 8, 8, 0.37) url(../images/overlay-pattern.png);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
#B_Block h2 {
	color: #fff;
    font-size: 34px;
    position: relative;
    max-width: 60%;
    margin: 0 auto 25px;
}
#B_Block h2 strong {
	display: block;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 300;
}
#B_Block img {
	margin-top: 20px;
}
@media(max-width: 1199px) {
  #B_Block h2 {
    max-width: 90%;
  }
  #B_Block img {
    margin-top: 5rem;
  }
}
@media(max-width: 991px) {
  #B_Block img {
    margin-top: 3rem;
  }
}
@media(max-width: 767px) {
  #B_Block img {
    margin-top: 0;
  }
  .icon-svg-wrapper,
  #B_Block .margin-b-20 {
    text-align: center
  }
  #B_Block h2 {
    font-size: 24px;
  }
}
.text-right {
	text-align: right;
}
.blocUne {
	position: relative;
}
.blocUne > div {
	margin-bottom: 35px;
    padding-left: 50px;
}
.blocUne div > strong {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	/*color: #fff;*/
	margin-bottom: 10px;
	position: relative;
    display: block;
}
.bonne-raison.equipes {
    padding-bottom: 5rem !important;
    padding-top: 1rem !important;
}
.blocUne ul {
  margin-top: 15px;
	padding-left: 0;
  list-style: none;
      display: table;
    width: 100%;
}
.blocUne ul li strong{
  font-family: 'Barlow Condensed', sans-serif;
	display: block;
    color: #0e2d02;
    text-transform: uppercase;
        font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px
}
.contenu.page ul {
	padding-left: 17px;
}
.contenu.page li,
.blocUne li {
	margin-bottom: 15px;
}
.contenu.page ul li > ul {
  margin-top: 15px;
}
.contenu.page ul li > ul  li {
  margin-bottom: 0;
}
/*.blocUne li:before {
  content:"";
  background: url('../images/img/check_puce.png') no-repeat left center;
	float: left;
	background-size: 20px;
	margin-right: 10px;
	height: 25px;
	width: 25px;
	position: relative;
	top: 0;
}*/
.blocUne li {
  clear: both;
  display: table-cell;
  vertical-align: top;
  line-height: 130%;
    padding: 0 15px;
}
@media(min-width: 992px) {
  .blocUne li:nth-child(4) {
    width: 20%
  }
}
.blocUne p {
	line-height: 150%;
	font-size: 20px;
  text-align: center;
}
.compteur {
	font-style: normal;
    display: inline-block;
    font-size: 36px;
    position: relative;
    left: -8px;
    margin-left: -27px;
    color: #fff;
}
.columnBloc > strong {
	text-align: center;
    margin-bottom: 20px;
}
.columnBloc {
	padding-left: 0 !important;
    max-width: 75%;
    margin: auto;
}
#tab-3 .columnBloc {
    max-width: 100%;
}
@media(max-width: 1199px) {
  .columnBloc {
    max-width: 100%;
  }
  .contenu .col-md-5 img {
    margin-top: 5rem;
  }
}
@media(max-width: 991px) {
  .contenu .col-md-5 img {
    margin-top: 8rem;
  }
}
@media(max-width: 767px) {
  .columnBloc {
    margin-top: 0;
  }
  .columnBloc img {
    margin-bottom: 30px;
  }
  .contenu .col-md-5 img {
    margin-top: 0;
  }
  .blocUne > div {
    padding-left: 30px;
  }
}
@media(max-width: 543px) {
  .compteur {
    left: 0;
  }
  .contenu.contenu1 .compteur {
    display: block;
  }
}
/*#tab-3 .columnBloc p {
	border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
}
@media(min-width: 768px) {
  #tab-3 .columnBloc p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}*/
.contenu {
	padding: 2rem 0 !important;
}
.dev-logiciel .contenu,
.referencement .contenu,
.creation-site .contenu {
  padding-bottom: 0 !important;
}
.contenu-offre{
	padding: 3rem 0 4rem !important
}
.ecommerce .contenu {
  padding-bottom: 0 !important;
}
.contenu .compteur {
  color: #000;
}
.contenu .blocUne div > strong {
	color: #000;
}
.contenu1 {
  background-color: #93be02;
}
#Realisations.contenu1{
  background: #1e1c25;
    position: relative;
    margin-bottom: 30px;
}
#Realisations:before {
    content: "";
    background: url(../images/img/bg-devlog.jpg) no-repeat center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .1;
    position: absolute;
    top: 0;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
}
.contenu1 .Realisation {
    border: 1px solid #DDE;
    background: white;
    border-radius: 25px;
    text-align: center;
}
.contenu1 .Realisation .clearfix{
  padding: 20px;
  font-size: 14px;
}

.InnerBlock {
  font-family: 'Roboto', sans-serif;
  float: left;
  margin-top: 30px;
  padding: 0 15px;
  position: relative;
  width: 20%;
}
@media(max-width: 991px) {
	.InnerBlock {
		width: 33.33337%;
	}
}
@media(max-width: 767px) {
  .InnerBlock {
    width: 50%;
  }
  .hidden-xs {
    display: none;
  }
}
@media(max-width: 543px) {
  .InnerBlock {
    width: 100%;
  }
}
.InnerBlock .itemText {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.InnerBlock .itemText strong {
  display: block;
  font-weight: 500;
}
.InnerBlock .icon {
  position: relative;
  height: 100px;
  width: 100px;
}
.icon-desktop {
  background-position: -257px -150px;
}
.icon-users {
  background-position: -399px -105px;
}
.icon-france {
  background-position: -519px 0;
}
.icon-client {
  background-position: -270px 0;
}
.icon-exeperience {
  background-position: -399px 0;
}

/* intro index */
.topSection {
    padding: 3rem 0;
    background: #f7f7f7;
}
.intro-index {
    max-width: 960px;
    margin: auto;
    position: relative;
    text-align: center;
}
.Tablet .intro-index {
	max-width: 90%;
}
@media(max-width: 767px) {
	.intro-index {
	    max-width: 90%;
	}
}
/*.intro-index:before,
.intro-index:after {
  content: "";
  position: absolute;
  background: url(../images/crop-mark.svg) center/100%;
  width: 23px;
  height: 23px;
}
.intro-index:before{
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%) rotate(180deg);
  -ms-transform: translate(100%, -100%) rotate(180deg);
  transform: translate(100%, -100%) rotate(180deg);
}
.intro-index:after {
  bottom: -30px;
  left: -70px;
}*/
.intro-index h2{
  font-size: 34px;
  position: relative;
  letter-spacing: 0;
}
.intro-index p {
    margin: 1rem 0;
    font-size: 20px
}
.roll {
  text-align: center;
  display: block;
  max-width: 47%;
  margin: 30px auto;
}
.roll-text-inner{
	overflow: hidden;
    height: 40px;
}
.roll-text {
	font-size: 26px !important;
	display: inline;
	float: left;
	margin: 0 !important;
}
.roll-text-list {
	font-size: 26px !important;
  margin-top: 0;
  padding-left: 310px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.roll-text-list li {
	color: #93be02;
  line-height: 37px;
  margin: 0;
}

.roll-text-h2 {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top;
}
.roll-text-list-h2 {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding-left: 15px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.roll-text-list-h2 li {
  color: #627f01;
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes change {
  0%, 11.11%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  11.11%, 22.22% {
    -webkit-transform: translate3d(0, -11.11%, 0);
            transform: translate3d(0, -11.11%, 0);
  }
  22.22%,33.33% {
    -webkit-transform: translate3d(0, -22.22%, 0);
            transform: translate3d(0, -22.22%, 0);
  }
  33.33%,44.44% {
    -webkit-transform: translate3d(0, -33.33%, 0);
            transform: translate3d(0, -33.33%, 0);
  }
  44.44%,55.55% {
    -webkit-transform: translate3d(0, -44.44%, 0);
            transform: translate3d(0, -44.44%, 0);
  }
  55.55%,66.66% {
    -webkit-transform: translate3d(0, -55.55%, 0);
            transform: translate3d(0, -55.55%, 0);
  }
  66.66%,77.77% {
    -webkit-transform: translate3d(0, -66.66%, 0);
            transform: translate3d(0, -66.66%, 0);
  }
  77.77%,88.88% {
    -webkit-transform: translate3d(0, -77.77%, 0);
            transform: translate3d(0, -77.77%, 0);
  }
  88.88%,99.99% {
    -webkit-transform: translate3d(0, -88.88%, 0);
            transform: translate3d(0, -88.88%, 0);
  }
}
@keyframes change {
  0%, 11.11%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  11.11%, 22.22% {
    -webkit-transform: translate3d(0, -11.11%, 0);
            transform: translate3d(0, -11.11%, 0);
  }
  22.22%,33.33% {
    -webkit-transform: translate3d(0, -22.22%, 0);
            transform: translate3d(0, -22.22%, 0);
  }
  33.33%,44.44% {
    -webkit-transform: translate3d(0, -33.33%, 0);
            transform: translate3d(0, -33.33%, 0);
  }
  44.44%,55.55% {
    -webkit-transform: translate3d(0, -44.44%, 0);
            transform: translate3d(0, -44.44%, 0);
  }
  55.55%,66.66% {
    -webkit-transform: translate3d(0, -55.55%, 0);
            transform: translate3d(0, -55.55%, 0);
  }
  66.66%,77.77% {
    -webkit-transform: translate3d(0, -66.66%, 0);
            transform: translate3d(0, -66.66%, 0);
  }
  77.77%,88.88% {
    -webkit-transform: translate3d(0, -77.77%, 0);
            transform: translate3d(0, -77.77%, 0);
  }
  88.88%,99.99% {
    -webkit-transform: translate3d(0, -88.88%, 0);
            transform: translate3d(0, -88.88%, 0);
  }
}

/* Temoignage */
.temoignage {
  /*background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(160,195,31,1) 50%);*/
  padding: 1rem 0 0;
}
.temoignage h2{
    position: relative;
    margin-bottom: 3rem;
}
.video-item {
  display: block;
    width: 100%;
}
#page-video {
   max-width: 100%;
   border: 10px solid #e8e8e8;
    border-radius: 15px;
    overflow: hidden;
}
.close-btn {
  display: block;
    margin: auto;
    cursor: pointer;
    background-color: #93bf00;
    color: white;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    padding: 8px 35px;
    position: absolute;
    right: 0;
}
video:focus,
video:hover,
.close-btn:focus,
.close-btn:hover {
  outline: none;
  box-shadow: none;
}

.popup-btn:hover {
  color: white;
  background-color: black;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}

.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
}
@media(max-width: 767px) {
	.video-item {
		    width: 100%;
		    margin: 15px 0;
	}
}


/* Bonne raison */
.bonne-raison {
  background: #ffffff;
  padding: 3rem 0 !important;
}
.bonne-raison .container {
  position: relative;
}
.bonne-raison h2 {
    font-size: 30px;
}
.f4__raison{
   /* writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: 5%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    height: 400px;
    text-transform: uppercase;
    vertical-align: middle;
    top: 46%;
    letter-spacing: -3px;
    background: #93be02;
    padding: 10px;
    color: white;*/
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bonne-raison h2 {
    text-align: center;
    line-height: 130%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.bonne-raison h2:after,
.ambitions h2:after {
   margin-left: auto;
  margin-right: auto;
  display: none;
}
@media(max-width: 991px) {
	.bonne-raison h2 {
		max-width: 100%;
	}
}
/*.bonne-raison h2 p{
  font-size: 20px;
  font-weight: 300;
}*/
.Mobile .bonne-raison h2 {
  max-width: 100%;
}
.number-box {
  text-align: center;
  position: relative;
}
.number-box:after {
    position: absolute;
    top: 60px;
    left: 208px;
    display: block;
    width: 68%;
    border-top: 2px dotted #34343c;
    content: " ";
}
.Mobile .number-box:after {
  display: none;
}
.number-box.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.number-box.tabs li {
  /*background: white;*/
  width: 15%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}
.Tablet .number-box.tabs li {
	margin: 0 10px;
}
.Mobile .number-box.tabs li {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 15px;
}
.tab-link strong {
    display: block;
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto,sans-serif;
    color: #606060;
    line-height: 1.4;
    min-height: 42px;
}

.item-tabs {
  border-radius: 50%!important;
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
  width: 120px;
  height: 120px;
  font-size: 45px;
  color: #34343c;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0 8px #f7f8fa;
  border: 8px solid #f2f4f9;
  vertical-align: middle;
  padding: 21px;
  margin-bottom: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7,1,0.7,1);
  line-height: 63px;
}
 .tab-link:hover .item-tabs,
 .tab-link.current .item-tabs {
    color: #424242;
    background: #93be02;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
} 

.tab-content {
  display: none;
  position: relative;
}

.tab-content.current {
  display: inherit;
}

.tringle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #93be02;
    margin: 50px auto;
    position: absolute;
    display: none;
    bottom: -55%;
    left: 30%;
}

.tab-link.current .tringle {
  display: block;
}

.tringle after {
  content: '';
  position: absolute;
  top: -42px; 
  left: -84px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 100px solid #ababab;
  margin: 50px auto;
}

/* Témoignage */
.boxTemoin {
    background: #fff;
    margin-top: 2%;
    position: relative;
}
.boxTemoin .Photos {
    background: rgb(222, 222, 222);
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    margin: -5% auto 3%;
    height: 150px;
    overflow: hidden;
    width: 150px;
}
.TextTemoin {
  font-size: 18px;
  padding: 0 7%;
  text-align: center;
}
.TextTemoin .auteur {
  color: #000;
  display: block;
}
.icon-guillemet {
  display: block;
  height: 28px;
  width: 36px;
  background: url('../images/sprit.png') no-repeat -190px -211px;
  margin: 20px auto 0;
}

/* Pack metier */
/*.pack-metier {
  background: url(../images/img/bgMetier.jpg) no-repeat center !important;
  padding: 5rem 0 6rem !important;
}
.Mobile .pack-metier {
  background-size: cover !important
}
.packMetier {
  max-width: 75%;
  margin: 0 auto;
}*/
.Mobile .packMetier {
  max-width: 100%;
}
.packMetier .clearfix > div {
  padding: 0 !important;
}
.overflow-h {
  overflow: hidden;
}
.packBox {
  position: relative;
  background: rgba(0, 0, 0, 0.34);
  padding: 20px;
  margin: 1px;
  width: 232px;
	height: 262px;
  -webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}
.Mobile .packBox {
  width: 100%;
  height: inherit;
}

.packBox:hover {
	background: rgba(0, 0, 0, .8);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.packBox svg {
	position: absolute;
	top: 0;
	left: 0;
}

.packBox svg line {
	stroke-width: 3;
	stroke: transparent;
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.packBox:hover svg line {
  stroke: #93be02;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.packBox svg line.top,
.packBox svg line.bottom {
	stroke-dasharray: 330 240; 
}

.packBox svg line.left,
.packBox svg line.right {
	stroke-dasharray: 490 400;
}

.packBox:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.packBox:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.packBox:hover svg line.left {
	-webkit-transform: translateY(920px);
	transform: translateY(920px);
}

.packBox:hover svg line.right {
	-webkit-transform: translateY(-920px);
	transform: translateY(-920px);
}

/* Color */
.icon-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-box-overlay:before,
.icon-box-overlay:after {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    content: " ";
    opacity: 0;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}
.icon-box-overlay:before {
    border-top: 1px solid #d3d3d9;
    border-bottom: 1px solid #d3d3d9;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
}
.icon-box-overlay:after {
  border-left: 1px solid #d3d3d9;
  border-right: 1px solid #d3d3d9;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  transform: scale(1,0);
}
.icon-svg-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden!important;
}
.icon-pack-metier svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden!important;
  width: 100%!important;
}
.margin-b-20 {
    margin-bottom: 10px!important;
}
.icon-box-body-price {
  font-size: 30px;
  font-style: italic;
  font-family: Droid Serif,serif;
  color: #606060;
}
.icon-box-body-price > span {
  font-size: 16px;
}
.icon-box-body-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 2px;
  color: white;
}
.icon-box-body-paragraph a {
  position: relative;
  margin-top: 15px;
  display: block;
  z-index: 3;
  text-align: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.23);
  font-size: 12px;
  font-weight: 900;
  color: white;
  border-color: #525151;
}

.packBox:hover .icon-box-body-paragraph a {
  background: #93be02;
  border-color: #93be02;
  color: white;
}

/* Pack Akisiweb */
.PackAkisiweb:after {
  content: "";
  clear: both;
  display: table;
}
.Box_pack {
  padding-bottom: 37px;
  box-shadow: 0 0 18px 9px rgba(166, 166, 166, 0.05);
  text-align: center;
}
.heading {
  background: #1b1b1b;
  padding: 20px 0 18px;
  word-wrap: break-word;
}
.heading h3 {
  font-size: 20px !important;
  font-weight: 500;
  color: #fff !important;
  margin: 0;
}
.blue {
  background-color: #39cad3;
}
.red {
  background-color: #ed3b3c;
}
.orange {
  background-color: #f89e1c;
}
.green {
  background-color: #91d339;
}
.pack_price {
  color: #000;
  display: block;
  font-size: 36px;
  margin: 15px 0;
}
.pack_price > span {
  font-size: 24px;
}
.detail_pack {
  height: 50px;
  max-width: 85%;
  margin: 0 auto 15px;
}
.footer_pack > a {
    display: block;
    width: 50%;
    margin: 0 auto 0;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
}
@media(max-width: 1199px) {
  .heading {
    padding: 20px 25px 18px;
  }
  .detail_pack {
    height: 90px;
  }
  .footer_pack > a {
    width: 80%;
  }
}
@media(max-width: 991px) {
  .detail_pack {
    height: 50px;
  }
}
.icon-telFooter {
  background-position: -200px -89px;
  height: 36px;
  width: 36px
}
.mediaSocial {
  margin-top: 25px;
}
.mediaSocial a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #93bf00;
  margin: 15px 10px 0 0;
  border-radius: 50%;
}
.mediaSocial a:hover {
  background: #7da006;
}
.mediaSocial .icon {
  display: block;
  position: relative;
}
.icon-g {
  background-position: -200px -19px;
  height: 12px;
  top: 15px;
  width: 16px
}
.icon-fb {
  background-position: -200px -53px;
  height: 16px;
  top: 12px;
  width: 10px
}
a.tel-top {
    font-weight: bold;
    font-size: 20px;
}

/* Pack content */
.titre-referencement {
    background: #93be02;
    margin-top: -2rem;
    padding: 5px;
    padding-top: 15px;
    color: white;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}
.bloc1-intro {
  text-align: center;
}
.bloc1-interne {
  b/*ox-shadow: 0 0px 8px #ddd;
  padding: 20px;*/
}
.bloc1-interne img {
  background: #eee;
}
.text-block h2 {
    margin-top: 0;
}

#bgref1,
#bgref2 {
  height: 340px;
  overflow: hidden
}
#bgref1 {
  background: #fbdda5;
}
#bgref2 {
  background: #f3e784;
}
.separator-article {
  margin: 30px 0;
}

.separator-article-page {
  border-top: 1px dashed #999;
  margin: 2rem 0 1rem;
}
.bloc2-interne {
  background: #f7f7f7;
  padding: 0 5rem 5rem;
  border-top: 2px solid #ddd;
}
.Mobile .bloc2-interne {
  padding: 0 1rem 5rem;
}
.pack-couvreur .bloc2-interne {
    background: rgba(255, 255, 255, 0.71);
    position: relative;
    border-top: 0;
    color: #565555;
    padding: 100px 0 50px;
}
.pack-couvreur .bloc2-interne:before {
    content: "";
    background: url(../images/img/carte-word.png) no-repeat center;
    background-size: 75%;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
}
.bloc3-interne {
}
.pack-couvreur .bloc2-interne .text-block {
    background: white;
    position: relative;
    padding: 0 40px 40px;
    max-width: 960px;
    border: 1px dashed #b1b1b1;
    margin: auto;
    text-align: center;

}
.pack-macon .bloc2-interne .text-block,
.pack-vtc .bloc2-interne .text-block,
.pack-paysagiste .bloc2-interne .text-block,
.pack-ravaleur .bloc2-interne .text-block {
  text-align: center;
}
.pack-taxi .bloc2-interne .text-block,
.pack-taxi .bloc2-interne .text-block p {
  text-align: center !important;
}
.pack-taxi .bloc2-interne .text-block p > strong {
  display: block;
}
.pack-couvreur .bloc2-interne .text-block img,
.pack-taxi .bloc2-interne .text-block img {
  width: 110px;
  margin-bottom: 15px;
}

@media(min-width: 768px) {
  /*.bloc2-interne p,
  .bloc2-interne ul {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }*/
  .bloc2-interne p:last-child {
    border-bottom: 0;
  }
  .pack-couvreur .bloc2-interne p,
  .pack-couvreur .bloc2-interne p {
    -webkit-column-count: 0 !important;
    -moz-column-count: 0 !important;
    column-count: 0 !important;
    text-align: center !important;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.bloc2-img {
    text-align: center;
}

/* Réalisation */

/*.success-story {
  border-bottom: 3px solid #a0c31f;
}*/
/*.success-story h2.title-story {
  background-color: #f7f7f7;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  margin-top:0;
}*/
#Realisation .col-md-3 {
  padding: 0 !important;
}
.BoxRealisation {
  background-color: #000;
  position: relative;
  overflow: hidden;
  transition: all .5s ease 0s;
}
@media(max-width: 767px) {
	.BoxRealisation {
		margin: 30px 0;
	}
}

.BoxRealisation img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
  transition: .2s transform
}
.BoxRealisation:hover img {
  opacity: .4;
  transform: scale(1.1);
}
.ItemRealisation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
}
.Item_rea_wrap {
  width: 100%;
  transform: scale(1.5);
  opacity: 0;
  transition: all .2s;
  z-index: 1;
}
.BoxRealisation:hover .Item_rea_wrap {
    transform: scale(1);
    opacity: 1;
    z-index: 11;
}
.rea_title {
  color:white;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
/*.rea_block_link {
    color: white;
    border-radius: 0;
    border-color: #a0c31f;
    border-width: 2px;
    font-size: 12px;
}*/
.rea_block_link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4a5a0e;
    float: right;
    font-size: 14px;
}

/*.rea_block_link:hover,
.rea_block_link:focus {
  color: white !important;
}*/

/* Progresse bar */
#progress {
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 5rem 0 3rem;
    text-align: center;
}
.akisiweb15ans {
  background-color: #f7f7f7;
  padding: 5rem 0;
}
.metierDigital {
  background-color: #222a35;
  padding: 3rem 0 4rem;
  color: white;
}
.metierTitle {
  text-align: center;
  max-width: 900px;
    margin: auto;
}
.metierDigital h2 {
  color: white;
}
.metierD-item {
  margin: 20px 0;
  color: #c8d1de;
  text-align: center;
}
.metierD-item img {
    width: 60px;
    margin-bottom: 15px;
}
.metierD-item strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 36px;
  color: white;
  margin-bottom: 15px;
}
.accroche-progress {
    border-top: 1px solid #ddd;
    margin: 3rem auto 0;
    max-width: 900px;
    padding-top: 2rem;
}
.objectifAkisiweb {
  padding: 3rem 0 4rem;
  text-align: center;
}
.objectifAkisiweb h2:after,
.metierTitle h2:after {
  margin-right: auto;
  margin-left: auto;
}
.itemObjectif {
  max-width: 900px;
  margin: auto;
}
.itemObjectif p {
  /*font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;*/
    color: #526a01;
    font-size: 24px;
    margin-top: 0;
    line-height: 36px;
}
#progress img {
  display: block;
  margin: 0 auto;
}
#progress h2 {
    /*font-weight: 300;
    margin-bottom: 50px;
    font-size: 24px;*/
    max-width: 900px;
    margin: 25px auto 3rem;
}

#progress h2:after { display: none; }
.Progress_mun {
      font-size: 56px;
    text-align: center;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    color: #374a5f;
}
@media(max-width: 1199px) {
  .Progress_mun {
    font-size: 36px;
  }
}
.Progress_mun h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 1rem;
    letter-spacing: 0;
}
@media(max-width: 991px) {
  .Progress_mun {
    font-size: 20px;
  }
  .Progress_mun h3 {
    font-size: 16px;
    margin-top: 2rem;
  }
}
@media(max-width: 543px) {
  .Progress_mun {
    font-size: 40px;
    text-align: left;
  }
  .Progress_mun h3 {
    font-size: 24px;
    text-align: center;
  }
}
.progress-i {
    display: inline-block;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.icon-siteR {
  background-image: url(../images/img/site-internet.svg);
}
.icon-satisfait {
  background-image: url(../images/img/client-satisfait.svg);
}
.icon-seo {
  background-image: url(../images/img/google-search.svg);
}
.counter {}
.devis-page {
  max-width: 50%;
  margin: 0 auto;
}
.Mobile .devis-page {
  max-width: 100%;
}
.Desktop .devis-page .input-form {
    padding: 15px 10px;
    font-size: 16px;
    background: white;
    border-color: #d8cfcf;
}
.Desktop .devis-page textarea.input-form {
    height: 170px;
}
.passion {
  max-width: 86%;
  margin: auto;
}
.passion h2 {
    margin-bottom: 25px !important;
}
.box i {
    display: block;
    height: 50px;
    width: 70px;
    margin: 0 auto 15px;
    background-size: contain !important;
}
.box i.icon-users {
    background: url(../images/img/icon-users.png) no-repeat;
}
.box i.icon-france {
    background: url(../images/img/icon-france.png) no-repeat;
}
.box i.icon-client {
    background: url(../images/img/icon-client.png) no-repeat;
}
.box i.icon-exeperience {
    background: url(../images/img/icon-exeperience.png) no-repeat;
}
.box i.icon-desktop {
    background: url(../images/img/icon-desktop.png) no-repeat;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
#footer {
  background-color: #222a35;
  /*background-image: url("../images/img/egg-shell.png");*/
  padding: 3rem 0 1rem;
  color: white;
}
.Mobile #footer .container > .row {
  flex-direction: column-reverse;
  display: flex;
}
#footer .h3 {
  color: #93bf00;
  margin-top: 4px;
  margin-bottom: 13px;
  font-size: 18px;
}
.Menu_footer {
    padding-left: 0;
    list-style: none;
    column-count: 2;
}
.Menu_footer li {
    margin-bottom: 10px;
}
.Menu_footer li a {
    color: white;
}
.Menu_footer li a.sbuItem {
    background: #93c000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
    line-height: 150%;
    color: #252525;
}
.Mobile .Menu_footer li a.sbuItem {
  padding: 14px 10px;
}
.Menu_footer li a:hover,
.Menu_footer li a:focus {
  padding-left: 10px;
  opacity: .8;
}
ul.subMenu {
    padding-left: 17px;
}
ul.subMenu li {
    margin: 0;
    font-size: 14px;
}
ul.subMenu li.active::marker,
ul.subMenu li.active > a {
    color: #93bf00;
}
ul.subNav_footer {
    padding-left: 10px;
}
ul.subNav_footer li a {
    line-height: 130%;
    display: block;
    font-size: 12px;
}
/*.index #footer {
  background: none;
}*/
.adresse_footer strong {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #93bf00;
  display: block;
}
.contact-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #93bf00;
  text-transform: uppercase;
}
.C_footer .contact-title {
  margin-bottom: 15px;
}
.tel_footer {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
@media(max-width: 991px) {
  .tel_footer {
    font-size: 24px;
  }
}
@media(max-width: 767px) {
  .adresse_footer {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .Menu_footer {
    border-top: 1px solid #333;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 5rem;
    column-count: 1;
  }
  .Menu_footer li {
    list-style: none;
  }
  .Menu_footer li a {
    display: block;
    padding: 12px 0;
  }
}
.logo-footer {
  border-top: 1px solid #b7e02c;
  margin-top: 25px;
}
.logo-footer a{
  float: none;
  display: block;
}
.logo-footer a img {
  width: 200px;
}
.logo-footer span {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-weight: 900;
}


/* page */
.titrePage {}
.noteBlock {}
.desc-offres {
  max-width: 70%;
  margin: 0 auto;
}
.ecommerce .desc-offres {
  margin-bottom: 35px;
}
.desc-offres .titre,
.desc-offres .subtitre {
  text-align: center;
}
.desc-offres .titre {
  margin-bottom: 5px;
  font-size: 36px;
}
.desc-offres .subtitre:after {
  content: "";
  background: #222;
  display: block;
  height: 3px;
  margin: 1rem auto 3rem;
  width: 150px;
}
.list-offres ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-offres li {
  font-size: 18px;
  margin-bottom: 10px;
}
.list-offres li:after {
    content: "";
    clear: both;
    display: table;
}
.list-offres li:before {
    content: "";
    background: url(../images/img/check_puce.png) no-repeat left center;
    float: left;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    position: relative;
    top: -5px;
}
.prix-offres p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border: 1px solid #93be02;
  margin-bottom: 0;
  padding: 0.5rem;
}
.fonctionnalite .prix-offres p {
  background-color: #000;
  border-color: #000;
  color: white;
  padding: 25px 0;
}
.prix-offres span {
  font-weight: 300;
  font-size: 36px;
  color: #93be02;
}
#formule {
  background: red;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 45px 15px 20px;
  position: absolute;
  bottom: 5rem;
}

.fonctionnalite {
  background: url(../images/img/bgMetier.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 3rem 0;
}
.fonctionnalite:before {
    content: "";
    background: rgba(0,0,0,0.5) url(../images/overlay-pattern.png);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
.fonctionnalite .container {
   position:relative;
}
.fonctionnalite .row,
.pack-immo .row {
  display: table-row;
  background: #f6f6f6;
}
.fonctionnalite .row:nth-of-type(odd),
.pack-immo .row:nth-of-type(odd) {
  background: #e9e9e9;
}
.fonctionnalite .row.header-table,
.pack-immo .row.header-table {
  font-weight: 900;
  color: #ffffff;
}
.fonctionnalite .row.green {
  background: #94be08;
}
@media screen and (max-width: 580px) {
  .fonctionnalite .row {
    padding: 8px 0;
    display: block;
  }
}

.table .row > p,
.cell {
  padding: 6px 12px;
  display: table-cell;
  vertical-align: middle;
}
.fonctionnalite .row.header-table .cell {
  padding: 15px 12px;
  font-size: 24px;

}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}
.immo .table {
  margin-bottom: 30px;
}
.immo .header-table {
  background: #93be02 !important;
}
.immo .desc-offres {
  position:relative;
  z-index: 20;
}
.Mobile .desc-offres {
  max-width: 100%;
}
.immo-bg:before {
  content:"";
  background: url(../images/img/immo.jpg) no-repeat;
  width: 350px;
  height: 350px;
  position: absolute;
  right: -210px;
  background-size: contain;
  z-index: -1;
}
.Mobile .immo-bg:before {
  display: none;
}

/* Succes story */
.success-story{
  /*background-color: #222a35;
  text-align: center;*/
  padding: 2rem 0 0 ;
}
.list-story .row {
  margin-right: 0;
  margin-left: 0;
}
.list-story .row .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}
.imgStory {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.firstGoogle {
    background: #f7f7f7;
    padding: 3rem 0 5rem;
}
/*.success-story h2{
  line-height: 130%;
  margin: 0 auto 2rem;
  font-size: 34px;
}*/

.first-title h2 strong {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 34px;
    color: gray;
}
.success-item {
    margin-bottom: 3rem;
}

.success-story  .BoxRealisation {
   /* border: 2px solid #93be02;*/
   box-shadow: 0 4px 8px #e2e2e2;
}
.videoPopup {
    display: block;
    background: #e6e6e6;
    height: 250px;
    position: relative;
}
.titre_Pack .video-inner {
    display: inline-block;
    margin-top: -10rem;
    border: 20px solid #93bf00;
    border-top-width: 10px;
}
@media(max-width: 767px) {
  .videoPopup {
     height: inherit; 
    margin: 15px 0;
  }
  .titre_Pack .video-inner {
    margin-top: 0;
  }
}
.videoPopup:before,
.imagesEquipe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.popup-link {
  position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.popup-link:before {
  content: "";
  background: url(../images/img/right-arrow.svg) no-repeat center;
  background-size: contain;
      display: block;
    width: 12px;
    height: 13px;
    margin: auto;
    position: relative;
    top: 19px;
}
.videoPopup:hover .popup-link:before {
  opacity: .5;
}
.videoPopup:hover:before,
.item-equipes:hover .imagesEquipe:before {
  background: rgba(34, 42, 53, 0.2);
}
.first-page {
  display: flex;
}
.first-page-item {
    flex: 0 0 25%;
    width: 25%;
    background: white;
    padding: 10px;
}
.list-firstP {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.list-firstP li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #656565;
    font-weight: 300;
    padding-left: 25px;
    position: relative;
}
.list-firstP li:before {
    content: "";
    position: absolute;
    background: url(../images/img/search.svg) no-repeat center;
    background-size: contain;
    background-position: center;
    left: 0;
    width: 15px;
    height: 15px;
}
.list-firstP li h3:after {
    content: "";
    clear: both;
    display: table;
}
.list-firstP li:last-child {
    border-bottom: none;
}
.list-firstP h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
}
.list-firstP p {
    margin-bottom: 0;
}
.Tablet .first-page-item {
	width: 46%;
}
@media(max-width: 767px) {
	.first-page-item {
		display: block;
	    margin: 15px 0;
	    width: 100%;
	}
}
.first-page-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.first-page-item p {
    font-size: 14px;
}
.first-page-item .rea_block_link{
    background: white;
    color: #93be02;
    font-weight: 600;
    letter-spacing: 2px;
}
.first-page-item .rea_block_link:hover{
    background: #93be02;
    color: #ffffff;
}
.projet-f {
    border-left: 2px solid #ddd;
}
.ambitions{
  padding: 5rem 0;
  text-align: center;
}
.ambitions h2{
  line-height: 130%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px
}
.ambitions h2 > strong,
.success-story h2 > strong {
  font-size: 20px;
  font-weight: 300;
      display: block;
    text-transform: none;
}
@media(max-width: 991px) {
	.ambitions h2 > strong, 
	.success-story h2 > strong {
		display: block;
	}
}
.ambitions .container > p {
  max-width: 50%;
  margin: auto;
  font-size: 18px;
}

.projet-f .img-prjet {
    width: 50%;
    margin: auto;
}
.Tablet .projet-f .img-prjet {
	display: block;
	width: 100%;
}
.text-prjet{
	padding: 0 2rem;
}

@media (min-width: 768px) {
    .pack-metier .col-md-3 {
        width: 20%;
    }
}
.pack-metier h2 {
    margin-top: 0;
}
.flex-bloc {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.flex-bloc p {
    font-weight: 900;
    color: #000;
    font-size: 20px;
}
.flex-bloc-right{
	padding-left: 3rem;
}
.equipe-d .flex-bloc{
	width: 40%;
}
.equipe-d .flex-bloc-right{
	width: 60%;
}
.img-num-1{
	text-align: center;
}
.img-num-1 img{
	position: relative;
    top: 6px;
}

[data-aos=fade-up] {
    transform: translateY(25px);
}

.rappel-title h3 {
    color: #93be02;
    position: relative;
    padding-left: 60px;
}
.rappel-title h3 strong {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}
@media(max-width: 767px) {
	.projet-f > div,
	.flex-bloc {
		display: block;
		width: 100%;
	}
	.text-prjet {
		padding: 25px 0 0;
	}
	.flex-bloc-right {
		padding-left: 0;
	}
}

.C_footer {
    margin-top: 3rem;
}
.telFooter-ic{
  background:url('../images/img/phone.svg') no-repeat center;
}
.copyright {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 13px;
  border-top: 1px solid #354d6d;
  padding-top: 1rem;
}
.copyright a {
    color: #93bf00;
}
.copyright a:hover{
  text-decoration: underline;
}
.iconHeart{
  background:url('../images/img/heart.svg') no-repeat center;
  display: inline-block;
  height: 16px;
  width: 20px;
  vertical-align: middle;
  margin: 0 2px;
}

.avoct-content1 ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: flex;
}
.avoct-content1 ul li {
    flex: 0 0 25%;
    padding: 15px;
}
.avoct-content1 ul li:before {
    content: "";
    /*background-color: #ddd;*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto 25px;
    opacity: .8;
}
.avoct-content1 ul li:nth-child(1):before {
  background-image: url('../images/img/simplicite.png');
}
.avoct-content1 ul li:nth-child(2):before {
  background-image: url('../images/img/qualite.png');
  width: 80px;
}
.avoct-content1 ul li:nth-child(3):before {
  background-image: url('../images/img/rapidite.png');
  width: 80px;
}
.avoct-content1 ul li:nth-child(4):before {
  background-image: url('../images/img/transparence.png');
}
.avoct-content1 ul li strong {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}
.temoin-vid {
    background: #f9f9f9;
    padding: 5rem 0;
    margin: 3rem 0;
}
.temoin-vid .video {
    display: inline-block;
    height: 350px;
    width: 50%;
    background: #fff;
    position: relative;
}
.temoin-vid .video img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.avoct-content2 img {
  border: 1px solid #ddd;
}
.last-avocat {
    max-width: 50%;
    margin: 3rem auto 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.text-temoin {
    display: inline-block;
    padding-left: 5%;
    width: 50%;
    vertical-align: top;
}
.text-temoin a {
  font-weight: bold;
}

.text-temoin a:hover {
  color: #93be02;
  text-decoration: underline;
}

.logo-temoin {
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
}
.logo-temoin:hover {
    opacity: .8;
    text-decoration: none;
}
.comment {
    margin-top: 20px;
    max-width: 75%;
}

.intro-log h2{
  margin-top: 0;
  margin-bottom: 31px;
}
.log-flex {
  display: flex;
  align-items: center;
}
.log-flex-item {
  flex: 0 0 50%;
}
.log-flex-item img {
  padding-right: 5rem;
}
.log-flex-item .text-block {
  font-size: 18px;
}
.log-flex-item .text-block ul {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.log-flex-item .text-block ul li {
  padding-left: 30px;
  position: relative;
}
.log-flex-item .text-block ul li strong {
  color: #93be02;
  font-size: 18px;
}
.log-flex-item .text-block li:before {
    content: "";
    background: url(../images/img/check_puce.png) no-repeat left center;
    float: left;
    background-size: 20px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.detail-log {
    padding-top: 2rem;
}
.title-log,
.title-log h2,
.texteLg h2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-size: 38px;
}
.campagnes-sur-les-reseaux-sociaux-sma #pack-content .row .texteLg h2 {
  text-align: left;
}
.title-log p {
    font-size: 16px;
    max-width: 75%;
    margin: auto;
    letter-spacing: 0;
}
.Mobile .title-log p {
  max-width: 100%;
  text-align: justify;
}
.texteLg p {
  font-size: 16px;
    letter-spacing: 0;
}
#imgLogF {
  margin-top: -10rem;
    position: relative;
    top: 3rem;
}
.conseil-en-strategie-digitale #imgLogF {
  margin-top: 0;
}
.community-management #imgLogF,
.campagnes-sur-les-reseaux-sociaux-sma #imgLogF {
  margin-top: -4rem;
}
.Mobile.community-management #imgLogF,
.Mobile.campagnes-sur-les-reseaux-sociaux-sma #imgLogF {
  margin-top: 0;
  position: static;
  margin-bottom: 1rem;
}

@media(min-width: 992px) {
  .creation-site #imgLogF {
    max-width: inherit;
    margin-left: -14rem;
    margin-top: 4rem;
  }
  .referencement #imgLogF {
    margin-left: -6rem;
    margin-top: 0rem;
    max-width: 130%;
  }
}

.texteLg h2 strong,
.lastText_ h2 strong,
.competence-site-internet h2 strong {
    display: block;
    color: #93be02;
}
.creation-site .texteLg h2 strong,
.competence-site-internet h2 strong {
  display: inline-block;
}
.referencement .texteLg h2 br {
  line-height: 0;
  display: none;
}
.Mobile .title-log,
.Mobile .title-log h2 {
	font-size: 18px;
}
.vert-spacer {
    text-align: center;
    margin-bottom: 3rem;
}
.Mobile .vert-spacer {
	margin-bottom: 1rem;
}
.vert-spacer span {
    border-left: 2px solid #83c100;
    height: 50px;
    display: inline-block;
    margin: auto;
}
.list-log {
  list-style: none;
  padding-left: 0 !important;
  margin: 0;
  text-align: center;
}
.list-log li {
  display: inline-block;
  width: 33.33337%;
  vertical-align: top;
  position: relative;
}
.list-log li > div {
  padding: 25px;
}
.list-log li > div strong {
  display: block;
  color: #89b102;
  font-size: 24px;
}
.perte-rapide {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    margin-top: 35px;
}
.perte-rapide span {
    margin: 15px 35px;
    font-size: 24px;
}
.competence-site-internet,
.blocCRM {
  background: #e6f2bf;
    padding: 80px 0;
    position: relative;
}
.blocCRM::before {
  content: "";
  width: 0; 
  height: 0; 
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 60px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dev-logiciel .competence-site-internet {
  background: none;
    padding: 20px 0;
}
.ecommerce .competence-site-internet {
  background: rgb(230 242 191 / 95%);
  padding: 20px 60px;
  margin: 2rem 0 0;
}
.competence-site-internet ul {
    text-align: center;
    padding-left: 0;
}
.competence-site-internet ul li {
    display: inline-block;
    margin: 15px 5px;
    width: 22%;
    text-align: center;
    vertical-align: top;
}
.Mobile .competence-site-internet ul li {
  width: 100% !important;
  display: block;
}
.referencement-payant-sea-google-adwords .competence-site-internet ul li {
  width: 18%;
}
.competence-site-internet ul li:before {
  content: "";
  background-size: contain;
  display: block;
  margin: 1rem auto;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
.competence-site-internet ul li:nth-child(1):before {
  background-image: url(../images/img/dev.svg);
}
.referencement-payant-sea-google-adwords .competence-site-internet ul li:nth-child(1):before,
.referencement-naturel-seo .competence-site-internet ul li:nth-child(7):before {
  background-image: url(../images/img/campagne__.svg);
}
.competence-site-internet ul li:nth-child(2):before {
  background-image: url(../images/img/resp-design.svg);
}
.referencement-naturel-seo .competence-site-internet ul li:nth-child(2):before {
  background-image: url(../images/img/redac__.svg);
}
.referencement-google-mybusiness .competence-site-internet ul li:nth-child(2):before {
  background-image: url(../images/img/avis-client__.svg);
}
.referencement-payant-sea-google-adwords .competence-site-internet ul li:nth-child(2):before {
  background-image: url(../images/img/cpc.svg);
}
.competence-site-internet ul li:nth-child(3):before {
  background-image: url(../images/img/seo_.svg);
}
.competence-site-internet ul li:nth-child(4):before {
  background-image: url(../images/img/adapte-a-vos-besoin.svg);
}
.competence-site-internet ul li:nth-child(5):before {
  background-image: url(../images/img/creation-illimite.svg);
}
.competence-site-internet ul li:nth-child(6):before {
  background-image: url(../images/img/hebergement_.svg);
}
.referencement-payant-sea-google-adwords .competence-site-internet ul li:nth-child(6):before {
  background-image: url(../images/img/chiffre-daffaire-google.svg);
}
.competence-site-internet ul li:nth-child(7):before {
  background-image: url(../images/img/image-de-marque.svg);
}
.competence-site-internet ul li:nth-child(8):before {
  background-image: url(../images/img/renforcement_.svg);
}
.referencement-payant-sea-google-adwords .competence-site-internet ul li:nth-child(9):before,
.referencement-naturel-seo .competence-site-internet ul li:nth-child(1):before {
  background-image: url(../images/img/sea__.svg);
}
.box-compt {
    border-top: 1px dashed;
}

.Desktop .itemBox-compt {
    display: flex;
    margin-top: 2rem;
}
.itemBox-compt h3 {
    line-height: 130%;
    color: #779b00;
}
.Desktop .itemBox-compt h3 {
  text-align: right;
    flex: 0 0 25%;
    max-width: 0 0 25%;
    margin-right: 2rem;
    margin-top: 0;
}
.recevoir {
    background: #1e1c25;
    padding: 100px 0;
    position: relative;
}
.dev-logiciel .recevoir {
    margin-bottom: 30px;
}
.recevoir:before {
	content: "";
	background:url(../images/img/bg-devlog.jpg) no-repeat center;
  background-size: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .1;
	position: absolute;
	top: 0;
	letter-spacing: 0;
	height: 100%;
	width: 100%;
}
.imgLog {
	margin-top: 8rem;
}
.recu {
    text-align: center;
    /*background: #f1543f;*/
    padding: 15px;
    margin: 15px auto 0;
    max-width: 75%;
    font-size: 30px;
    color: white;
    position: relative;
    text-transform: uppercase;
}
.Mobile .recu {
	max-width: 100%;
	font-size: 18px;
}
.recu strong {
    font-size: 20px;
    display: block;
}
.Mobile .recu strong {
	font-size: 14px
}
.list-log li:first-child:before,
.list-log li:nth-child(3):before {
  content: "";
  position: absolute;
  background: #000;
  width: 3px;
  height: 118px;
  bottom: -104px;
  right: 212px;
}
.list-log li:first-child:after,
.list-log li:nth-child(2):after,
.list-log li:nth-child(4):after,
.list-log li:nth-child(4):before,
.list-log li:nth-child(5):before {
    content: "";
    position: absolute;
    background: #000;
    width: 250px;
    height: 3px;
    top: 29%;
    transform: translateY(-50%);
}
.list-log li:first-child:after {
    right: -122px;
}
.list-log li:nth-child(2):after {
    right: -122px;
}
.list-log li:nth-child(4):after {
    right: -122px;
}
.list-log li:nth-child(4):before {
  width: 135px;
  left: -5px;
}
.list-log li:nth-child(5):before {
  width: 110px;
  left: 299px;
}

.majr_ {
    text-align: center;
    color: white;
}
.lastText_ h2 {
  color: white;
  letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 38px;
}
.lastText_ h2 strong {
  display: inline-block;
}
.lastText_ ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}
.lastText_ ul li {
    display: table-cell;
    padding: 0 15px;
    vertical-align: top;
}
.lastText_ ul li:before {
    content: "";
    display: block;
    margin: 15px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 65px;
}
.lastText_ ul li:nth-child(1):before {
    background-image: url(../images/img/web-site.svg);
}
.lastText_ ul li:nth-child(2):before {
    background-image: url(../images/img/analyse.svg);
}
.lastText_ ul li:nth-child(3):before {
    background-image: url(../images/img/accopagnement.svg);
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n633ga');
  src:  url('../fonts/icomoon.eot?n633ga#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n633ga') format('truetype'),
    url('../fonts/icomoon.woff?n633ga') format('woff'),
    url('../fonts/icomoon.svg?n633ga#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-right:before {
  content: "\e900";
}



/*
App
*/
.application-mobile .homeslider {
    background-color: #000;
    background-image: url(../images/app/bg-app.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}
.Mobile.application-mobile .homeslider{
  height: 450px;
}
.application-mobile .homeslider:before {
    content: "";
    background:linear-gradient(90deg, rgba(3, 202, 251, 0.85), rgba(146, 190, 0, 0.85));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.features {
    background: #f9f9f9;
    padding-top: 100px;
}
.Mobile .features .row {
  display: flex;
  flex-direction: column-reverse;
}
.feature-list {
    margin: 0;
    padding: 5px 0 170px;
    list-style: none;
}
.feature-list li {
  text-transform: uppercase;
  padding: 7px 0;
  float: left;
  width: 50%;
  font-size: 12px;
}
.feature-list li i {
    margin-right: 10px;
}
.title-f h1 {
    font-weight: 300;
    text-transform: uppercase;
}
.title-f h1:after {
    content: "";
    display: block;
    border-bottom: 1px solid #92be00;
    padding-bottom: 15px;
    width: 150px;
}
.title-f h2 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 130%;
}
.title-f h2 strong {
    color: #92be00;
}
.features-text {
    padding-top: 100px;
}
.Tablet .features-text {
	padding-top: 0;
	padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 25px;
}
.Mobile .features-text {
  padding-top: 0;
}


.app-overview {
    padding: 80px 0;
    background: #292929;
}
.app-overview h3 {
    margin: 5px 0;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
}
.app-overview h2 {
    color: #92be00;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.app-overview p {
    color: #c5c5c5;
}
.text-center {
    text-align: center;
}
.item-app {
    margin: 30px;
    color: white;
    display: flex;
    align-items: flex-start;
}
@media(max-width: 767px) {
	.item-app {
		margin: 30px 0;
	}
}
.item-app h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
    margin-top: 5px;
}

.item-app i {
    border-radius: 100%;
    border: 1px solid #92be00;
    flex: 0 0 70px;
    height: 70px;
    display: block;
    margin-right: 10px;
    background: #92be00;
}
.app-landscape {
  background: #e4e4e4;
    padding: 100px 0;
    text-align: center;
}
.lien-app span {
    margin: 10px;
}
.Mobile .lien-app img {
    width: 125px;
}


.bloc-inner-log {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    position: relative;
}
.creation-site .bloc-inner-log {
  margin-bottom: 6rem;
}
.Mobile .bloc-inner-log {
	width: 100%;
}

.text-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.texteBlock {
    width: 250px;
    text-align: center;
    font-size: 13px;
    line-height: 150%;
    position: absolute;
}
.texteBlock h3 {
  color: #fe553d;
  margin-bottom: 3px;
}

.centerText_ {
    position: absolute;
    top: 57%;
    width: 50%;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px;
    font-size: 1.5rem;
    line-height: 130%;
}
@media(min-width: 1025px) {
  .texteBlock1 {
    top: 7rem;
  }
  .creation-site .texteBlock1,
  .referencement .texteBlock1 {
    right: 15.5rem;
    top: 4.5rem;
  }
  .texteBlock2 {
    top: 7rem;
    right: 0;
  }
  .creation-site .texteBlock2,
  .referencement .texteBlock2 {
    top: 15rem;
  }
  .texteBlock4,
  .referencement .texteBlock3 {
    right: -2rem;
    bottom: 17rem;
  }
  .referencement .texteBlock4 {
    bottom: -1rem;
    right: 5rem;
  }
  .referencement .texteBlock5 {
    bottom: 0rem;
    left: 0rem;
  }
  .creation-site .texteBlock4 {
    bottom: 12.5rem;
  }
  .referencement .texteBlock3 {
    bottom: 15rem;
  }
  .dev-logiciel .texteBlock3 {
    top: 22rem;
    left: 0rem;
  }
  .creation-site .texteBlock3 {
    top: 15rem;
  }
  .referencement .texteBlock7 {
    top: 14rem;
  }
  .creation-site .texteBlock5,
  .referencement .texteBlock6 {
    top: 29rem;
    left: -2rem;
  }
  .referencement .texteBlock6 {
    top: 26rem;
  }
  .dev-logiciel .texteBlock5,
  .creation-site .texteBlock6  {
    bottom: 1.7rem;
    left: 15rem;
  }
  .creation-site .texteBlock6 {
    bottom: -1rem;
  }
}



.bloc-item-log {
    width: 50%;
    padding: 7px;
    display: flex;
}
.bloc-item-log > div {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}
.bloc-item-log h3 {
    margin-bottom: 5px;
    color: white;
    font-size: 20px;
}
.bloc-item-log > div span {
  opacity: .8;
}
.bg-1 {
  background: #fbc043;
}
.bg-2 {
  background: #43aa8d;
}
.bg-3 {
  background: #f84240;
}
.bg-4 {
  background: #587a91;
}
.bg-5 {
  background: #947b7e;
}
.bg-6 {
    background: #8aaf50;
}
.bg-6 > div {
    display: flex;
    align-items: center;
    text-align: left;
}
.bg-6 h4 {
    margin-left: 10px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.banner-logiciel,
.banner-logiciel img {
    text-align: center;
}
.banner-logiciel {
  position: relative;
}
@media(max-width: 767px) {
  #menuNavTop.banner-logiciel {
    padding-top: 5rem;
  }
  .banner-logiciel {
    padding-top: 6rem;
  }
  .validation-video .banner-logiciel,
  .photo-de-realisations .banner-logiciel,
  .avis-obligatoire .banner-logiciel {
    padding-top: 0;
  }
  .creation-de-flyers-personnalises .banner-logiciel {
    padding-top: 0;
  }
}
.text-banner {
    position: absolute;
    width: 100%;
    top: 13rem;
}
.creation-site .text-banner,
.referencement .text-banner {
    top: 7rem;
}
@media(min-width: 1600px) {
  .creation-site .text-banner,
  .referencement .text-banner {
    top: 13rem;
  }
}
.text-banner h1 {
    max-width: 45%;
    margin: auto;
}
.Mobile .text-banner h1 {
  display: none;
}
.campagnes-sur-les-reseaux-sociaux-sma .text-banner h1 {
  background: rgb(0 0 0 / 78%);
  color: white;
  padding: 1rem;
  font-size: 4rem;
}
.Mobile.campagnes-sur-les-reseaux-sociaux-sma .text-banner h1 {
  font-size: 1.5rem;
}
.text-banner h1 strong {
    color: #93bf00;
    display: block;
    font-size: 42px;
    margin-top: 10px;
}
.referencement .text-banner h1 strong {
  font-size: 30px;
  margin-bottom: 15px;
}
.creation-site .text-banner p,
.referencement .text-banner p {
    max-width: 850px;
    margin: auto;
}

.concevoir {
    text-align: center;
}
.concevoir > span {
    width: 100px;
    display: block;
    margin: auto;
}

.last-detail {
    padding: 30px 0 40px;
}
.last-detail-item {
  text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 46%;
}
.Mobile .last-detail-item {
	display: block;
    width: 100%;
    margin: 15px 0;
}
.last-detail-item > div {
  border: 1px solid #4e4b4b;
    border-radius: 15px;
    padding: 20px;
}
.last-detail-item h4 {
  font-weight: 400;
    width: 75%;
    text-align: center;
    margin: 15px auto 0;
    line-height: 130%;
}

body.devis-gratuit {
    background: #f7f7f7;
}
body.devis-gratuit .homeslider { display: none; }

.arrow-down-btn {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000 !important;
  cursor: pointer;
}
.arrow-down-btn img {
  width: 30px;
    animation: 5s ease-in-out infinite fadebottom;
    -webkit-animation: 5s ease-in-out infinite fadebottom;
}
@keyframes fadebottom {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 

.Desktop .capiton > p strong {
    display: block;
    font-size: 30px;
    margin-bottom: 24px;
    color: #efffbd;
}
.Desktop .capiton > p strong:after {
    content: "";
    display: block;
    margin: 15px auto 0;
    border-top: 2px solid #92be00;
    width: 75px;
}
.Desktop .capiton > p span {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
}
.Desktop .capiton > p span:after {
  content: "";
    position: absolute;
    background: url(../images/etoile5.webp) no-repeat center;
    background-size: 105px;
    height: 25px;
    width: 105px;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.22);
    text-indent: -9999px;
    color: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all .3s ease;
    cursor: pointer;
}
.Mobile .slick-next, .Mobile .slick-prev {
	top: 80%;
}
.slick-next:hover, .slick-prev:hover {
	background: rgba(255, 255, 255, 0.5);
}
.slick-next {
  left: 100px;
} 
.slick-prev {
  right: 100px;
}
.slick-next:before {
  content: "";
    background: url(../images/arrow-p.png) no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: relative;
    left: 10px;
    top: 8px;
    opacity: .4;
    transform: rotate(180deg);
}
.slick-prev:before {
  content: "";
    background: url(../images/arrow-p.png) no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: relative;
    left: 14px;
    top: 8px;
    opacity: .4;
}

.slick-next:focus, .slick-prev:focus {
  outline: none !important;
}

.slick-dots {
    position: absolute;
    padding-left: 0;
    top: 50%;
    width: 140px;
    text-align: center;
    margin-bottom: 0;
    right: 2%;
    transform: translateY(-50%);
    z-index: 999;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.slick-dots li button {
    border: 5px solid rgb(255 255 255 / 32%);
    background: #000000;
    width: 130px;
    height: 80px;
    cursor: pointer;
    position: relative;
}
@media(max-width: 991px) {
  .slick-dots {
    top: inherit;
    transform: inherit;
    bottom: 25px;
    width: 100%;
  }
  .slick-dots li button {
    width: 80px;
    height: 50px;
  }
}
@media(max-width: 767px) {
  .slick-dots li button {
    border-width: 2px;
    width: 50px;
  }
}
.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li:focus button,
.slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5;
}
.slick-dots li:nth-child(1) button:before {
  background-image: url(../images/img/img-3.webp);
}
.slick-dots li:nth-child(2) button:before {
  background-image: url(../images/img/bg-akisiweb-slide.webp);
}
.slick-dots li:nth-child(3) button:before {
  background-image: url(../images/img/img-2.webp);
}
.slick-dots li:nth-child(4) button:before {
  background-image: url(../images/img/img-5.webp);
}
.slick-dots li:nth-child(5) button:before {
  background-image: url(../images/img/img-6.webp);
}
.slick-dots li:nth-child(6) button:before {
  background-image: url(../images/img/img-6-filipElec.webp);
}
.slick-dots li.slick-active button {
  border-color: #93be02;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.separator_vert {
    display: block;
    margin: 35px auto;
    width: 1px;
    height: 100px;
    background: #c7c5c5;
}
.domaines-exp_ {
    text-align: center;
}
.headingTitle h2 {
    font-size: 25px;
    letter-spacing: 0px;
}
.headingTitle h2:after {
  margin-left: auto;
  margin-right: auto;
}
.item-domaine {
    margin: 35px 0;
}
.item-domaine h3 {
  font-size: 18px;
  font-weight: normal;
}
.item-domaine img {
    width: 80px;
}
.item-domaine img#webSite {
    width: 70px;
}
.Devisgratuit {
    padding: 0 40px 0 60px;
    margin-top: 5rem;
}
@media(max-width: 767px) {
  .Devisgratuit {
    padding: 0 0 0;
    margin-top: 25px;
    border-top: 1px solid #ddd;
  }
}
#titreDevis h3 {
    font-size: 36px;
}
#FormDevis .form-control {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin: 5px 0;
    padding: 15px;
    border-radius: 5px;
}
#FormDevis textarea {
    height: 150px !important;
}
.item-listStory {
    position: relative;
}
.item-listStory > a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 15px 35px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.item-listStory:hover > a {
    background-color: #93be02;
}


.item_Block_ h2 > strong {
    display: block;
    font-size: 24px;
    color: gray;
    font-weight: 400;
    margin-top: 20px;
}
.item_Block_ > strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #93bf00;
    display: block;
    text-transform: capitalize;
    margin-top: 30px;
}
.equipes_list {
    margin: auto;
    max-width: 960px;
}
.item-equipes {
    margin: 15px 0;
}
.imagesEquipe {
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.petit-mots h3 {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 18px;
}
.petit-mots {
    font-size: 14px;
    color: gray;
    font-weight: 300;
}
.item-equipes .imagesEquipe > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(34, 42, 53, 0.7);
    -webkit-transform: translateY(calc(100% + 1px));
    -moz-transform: translateY(calc(100% + 1px));
    transform: translateY(calc(100% + 1px));
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-equipes .imagesEquipe > div p {
    margin-bottom: 0;
    color: white;
    padding: 10px 15px 15px;
    font-size: 14px;
    line-height: 130%;
}
.item-equipes:hover .imagesEquipe > div {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}
.petit-mots span {
    color: #4a6000;
    text-transform: none;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 35px;
    margin-top: 7px;
}
.bonne-raison.equipes h2 {
  font-size: 46px;
}
.equipes .roll-text-inner {
    display: inline-block;
    position: relative;
    top: 2px;
}
/*.equipes .roll-text-list-h2 li {
    line-height: 150%;
}*/
.list-pack_ {
    margin: 15px 0;
    display: block;
    color: inherit;
}
.list-pack_ img {
    width: 50px;
    transition: transform .2s;
    -webkit-transition: transform .2s;
}
.list-pack_:hover img {
    transform: scale(1.05);
}
.list-pack_ h3 {
    font-size: 18px;
        color: #6f6f6f;
    font-weight: 400;
}
.list-pack_:hover h3 {
    color: #93be02;
}

.textRaison {
    padding-bottom: 3rem;
    text-align: center;
}
.textRaison h3 {
    font-size: 37px;
    margin-top: 0;
    color: #333b30;
    margin-bottom: 15px;
}

#buttons {
  display: inline-block;
  background-color: #93bf00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: none;
}
#buttons::after {
  content: "";
  background: url(../images/img/up-arrow.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}
#buttons:hover {
  cursor: pointer;
  background-color: #aaaaaa;
}
#buttons:active {
  background-color: #222b35;
}
#buttons.show {
  opacity: 1;
  visibility: visible;
}


.Thumb {
  float:left;
  border:2px solid #cecece;
  margin:2px;
  padding:2px;    
}

.Thumb img {
height:200px;
}

div.Album {
  overflow:hidden;
  text-align: center;
  max-width: 1400px;
  margin:auto;
}
b.titre-album {
  font-size: 26px;
  text-align: left;
  display: block;
  max-width: 1400px;
  margin:auto;
}
.block-competences {
    position: absolute;
    bottom: 19px;
    width: 100%;
}
@media (min-width: 1200px) {
  .block-competences .container {
      max-width: 1400px;
  }
}
.block-competences .h3 {
    background: #93bf00;
    display: inline-block;
    color: #424242;
    padding: 7px 15px;
    margin-bottom: 15px;
}
.list-comp {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;

    padding-left: 0;
    list-style: none;
    text-align: center;
}
.list-comp > li {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.item-comp {
    background: rgb(255 255 255 / 0.95);
    border-radius: 7px;
    height: 100%;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 7px;
    line-height: 130%;
    font-size: 14px;
    font-weight: bold;
}
.item-comp img {
    width: 40px;
    display: block;
    margin: 0 auto 5px;
}
.item-competences_ span {
    display: inline-block;
    background-color: rgb(0 0 0 / 32%);
    margin-right: 5px;
    color: white;
    border-radius: 25px;
    padding: 1px 15px;
    font-size: 18px;
    letter-spacing: -.5px;
}
.Mobile .item-competences_ span {
  margin: 10px 0px;
  background-color: rgb(0 0 0 / 92%);
  padding: 12px 15px;
}
#noDesktop { display: none; }
.logicielFullWeb {
    background: #f7f7f7;
    padding: 60px 0;
    margin-top: 50px;
}
.logicielFullWeb h2,
#conseil-en-strategie-digitale h2 {
  text-align: left;
}

#pack-couvreur {
    color: #505050;
    -webkit-font-smoothing: antialiased;
    padding: 80px 0 !important;
}
.pack-electricien section#pack-couvreur.contenuElect {
    background: #93bf00;
}

.pack-couvreur .item_Block_ {
  padding-top: 3rem;
}
.introPack {
  max-width: 1000px;
  margin: 0 auto 35px;
  text-align: center;
}
.introPack h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.contenuPackC {
    background: #f7f7f7;
    box-shadow: inset 0 0 17px 6px #e8e8e8;
    margin: 25px 0;
}
.contenuPackC > div {
  padding: 20px;
}
.contenuPackC img {
    display: block;
    background: white;
}
.contenuPackC.mt-5 {
    margin-top: 3.2rem;
    margin-bottom: 0;
}
.contenuPackC.mt-5 > div {
    height: 290px;
    overflow-y: scroll;
}


.column2 h2 {
    color: #93c000;
    margin-bottom: 10px;
}
.imgCol {
  text-align: center;
  margin-top: 15px;
}
.imgCol img {
    display: block;
    margin: auto;
}
.titre_Pack {
    background: #93bf00;
    padding: 5px 0;
    text-align: center;
}
.titre_Pack h1 {
  color: white;
  font-weight: 400;
  font-size: 40px;
}
.Mobile .titre_Pack h1 {
    font-size: 30px;
}
.titre_Pack h3 {
    margin: 0 0 0 0;
    color: white;
    background: #93bf00;
    padding-bottom: 10px;
}

.banner-logiciel.packCouvreur {
    height: 588px;
}

.ecommerce #content-offes {
    padding: 60px 0;
}

@media(max-width: 767px) {
  #pack-couvreur {
     font-size: 14px;
  }
  .introPack {
    text-align: left;
  }
  .introPack h2 {
    font-size: 26px;
  }
  .imgCol img {
    margin-left: 0;
  }
  .contenuPackC.row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  #noDesktop { display: block; }
  #noMobile { display: none !important; }
  .block-competences {
    position: static;
  }
  .list-comp > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 7px 0;
  }
  .item-comp {
    background: rgb(239 239 239 / 95%);
    display: flex;
    align-items: center;
  }
  .item-comp img {
    margin: 0;
    margin-right: 12px;
  }
}

/**
404
*/
.blog_pageIntrouvable {
    background: #222a35;
    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: #93bf00;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #93bf00;
}
.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;
  }
}




/* ref */
.Mobile #refII {
    padding-top: 0 !important;
}
#refI {
    text-align: center;
}

#refI h1 {
        font-size: 36px;
    margin: 0 auto 1rem;
    letter-spacing: 1px;
    color: #648300;
    max-width: 900px;
    line-height: 130%;
}
.Mobile #refI h1 {
    font-size: 26px;
    letter-spacing: 0;
}
#refI h1 strong {
    display: block;
    background: #e4f6a7;
    width: 500px;
    margin: 0 auto 1rem;
    line-height: 130%;
    color: black;
    font-size: 50px;
}
.Mobile #refI h1 strong {
    width: 100%;
    font-size: 30px;
}
.titreRefG {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.titreRefG h2 {
    color: #333b30;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 44px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    display: block;
    max-width: 900px;
    margin: auto;
    letter-spacing: 1px;
}
.Mobile .titreRefG h2 {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
}
.titreRefG::before {
  content: '';
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  z-index: 2;
  background: #4489a6;
  background: -moz-linear-gradient(45deg, #232a35 0%, #87909f 44%, #87b717 52%, #567a00 100%);
  background: -webkit-linear-gradient(45deg, #232a35 0%,#87909f 44%,#87b717 52%,#567a00 100%);
  background: linear-gradient(45deg, #232a35 0%,#87909f 44%,#87b717 52%,#567a00 100%);
  width: 67px;
  height: 7px;
}
.titreRefG::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #767676;
    width: 131px;
    height: 1px;
}
.Mobile #refII .row {
  flex-direction: column-reverse;
  display: flex;
}
#refII h3 {
    color: #5d8206;
    margin-top: 1.2em;
    margin-bottom: 1rem;
    text-transform: none;
}
.shadow {
    box-shadow: 10px -10px 0 #93be02;
}
.banner-refG {
    height: 500px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#refIII.contenu {
  background: white;
  background: linear-gradient(90deg, rgba(30,34,28,1) 44%, rgba(255,255,255,1) 44%);
  position: relative;
  padding: 80px 0 40px !important;
}
.Mobile #refIII.contenu {
  background: rgba(30,34,28,1);
    padding: 20px 0 !important;
}
.titreRight {
  text-align: right;
}
.titreRight h2 {
    display: inline-block;
    font-size: 36px;
    color: #333b30;
    border-left: 7px solid #93bf00;
    padding-left: 1rem;
}
.Mobile .titreRight h2 {
    display: inline-block;
    font-size: 28px;
    color: #93bf00;
    text-align: left;
}
.block_ads {
    max-width: 800px;
    margin: 1rem auto;
}
.Mobile .block_ads p {
  text-align: justify;
}
#suiteBl .block_ads {
    margin-top: -6rem;
}
.block_ads strong {
    color: #93bf00;
}
.block_ads > div {
    background-color: white;
    padding: 20px;
    margin: 1rem 0;
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 18%);
    border-radius: 15px;
    position: relative;
    z-index: 11;
}
.local_ img {
    box-shadow: 0px 1px 0 7px #d9d9d9;
    border-radius: 7px;
    margin-bottom: 1.2rem;
}
.servicesB {
  position: relative;
  padding-bottom: 7rem;
}
.servicesB::before {
  content: "";
  background-color: white ;
  position: absolute;
  transform: skewY(4deg);
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesB .container {
  position: relative;
  z-index: 10;
}
/*.servicesB {
  color: white;
}*/
.masonry_ {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
  counter-reset: item-counter;
}
@media screen and (min-width: 600px) {
  .masonry_ {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 1100px) {
  .masonry_ {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.item__content {
  box-sizing: border-box;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 10px;
}
.liste_service {
  background: #93bf00;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.liste_service > ul {
    list-style: none;
    padding-left: 0;
}
.liste_service > ul > li > p {
    color: #333b30;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    border-bottom: 1px dashed #333b30;
    padding-bottom: 10px;
}
.liste_service > ul > li > ul {
    padding-left: 10px;
    list-style-type: square;
}
.liste_service > ul > li > ul > li > p {
    margin-bottom: 0.5rem;
    font-size: 14px;
    line-height: 130%;
}
.desc__ {
    text-align: center;
    margin: 2rem auto;
    border-top: 1px dashed #000;
    padding-top: 2rem;
}
#suiteBl img#coupDappel {
  border: 2px solid #93bf00;
}
#suiteBl ul li,
#suiteBl ul li p {
  margin-bottom: 0;
}
.leftBlock-badge .obtention-badge,
#budget-par-s h3 {
  position: relative;
  padding-left: 50px;
}
.leftBlock-badge .obtention-badge::before,
#budget-par-s h3::before {
  content: "";
  position: absolute;
  background-image: url(../images/img/doc-certification.webp);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 50px;
  height: 50px;
}
#budget-par-s h3::before {
  background-image: url(../images/img/budget-par-semaine.webp);
  top: 50%;
  transform: translateY(-50%);
}
.rightBlock-badge {
    padding-left: 5rem;
}
.Mobile .rightBlock-badge {
  padding-left: 0;
  margin-top: 2rem;
}
.obtention-badge ol {
    padding-left: 0;
    list-style: none;
    background: white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 23%);
    font-size: 14px;
    line-height: 22px;
}
.obtention-badge ol  strong {
    color: #93bf00;
}
.obtention-badge figure {
    margin: 0;
}
.obtention-badge figure img {
  width: 350px;
  border: 1px dashed #ddd;
  padding: 15px;
  border-radius: 15px;
}

#Messages {
    background: green;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: black;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}

.blocCRM .texteLg strong {
  display: inline-block;
}
.itemBox-crm {
    position: relative;
    padding-left: 100px;
}
.itemBox-crm::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 80px;
  height: 80px;
}
#logicielCRM1::before {
  background-image: url(../images/img/logiciel-crm.webp);
}
#logicielCRM2::before {
  background-image: url(../images/img/fonctionnalite-crm.webp);
}
.ref-seo img {
    margin-top: 2rem;
}
#seo___.competence-site-internet {
  background: none;
}
.Mobile #seo___.competence-site-internet {
  padding: 20px 0;
}
#seo___ .ref-seo .texteLg h2 {
  text-align: left;
}
.Desktop #seo___ .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Mobile #conseil-en-strategie-digitale,
.Mobile .rev-col___ {
  flex-direction: column-reverse;
  display: flex;
}

.equipes_list .row.justify-content-center {
    display: flex;
    justify-content: center;
}


.news-agency h1 strong {
  display: block;
}
.bloc_txt2_ {
  position: relative;
}
.titre2NA {
    background: #94be00;
    padding: 15px;
    text-align: center;
}
.titre2NA h2,
.titre3NA h2,
.garages-automobiles .titreP_ h2 {
    font-size: 2.5rem;
    margin: 0;
}
.titre3NA h2,
.garages-automobiles .titreP_ h2 {
    color: #94be00;
    text-align: center;
}
.growth-marketing .contenu,
.webmarketing .contenu {
  padding-bottom: 0 !important;
}
.imgNews-agence {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Mobile .imgNews-agence {
  position: static;
  width: 100%;
  height: 200px;
}
.garages-automobiles .bloc_txt2__ .imgNews-agence,
.bloc_txt3__ .imgNews-agence {
  background-attachment: fixed;
}
.garages-automobiles .bloc_txt3__ .imgNews-agence {
  right: inherit;
  left: 0;
}
.garages-automobiles .txt_news-agency {
    padding: 40px;
}
.txt_news-agency h3::after,
.titre3NA h2::after,
.garages-automobiles .titreP_ h2::after {
    content: "";
    display: block;
    margin: 2rem 0;
    border-bottom: 2px solid #94be00;
    width: 35px;
}
.titre3NA h2::after,
.garages-automobiles .titreP_ h2::after {
    margin: 2rem auto;
}
.agence-web-guignes .logicielFullWeb {
  margin-top: 0;
}
.agence-web-guignes .logicielFullWeb img {
  background-color: #ddd;
  margin-top: 1rem;
}
.agence-web-guignes .logicielFullWeb .row,
.webmarketing .logicielFullWeb .row {
  margin: 30px 0;
}

.Tablet .etape-Growth-Marketing,
.Desktop .etape-Growth-Marketing {
    display: flex;
    flex-wrap: wrap;
}
.Desktop .etape-Growth-Marketing > div {
    max-width: 33%;
    flex: 0 0 33%;
    padding: 15px 20px;
    line-height: 150%;
}
.Tablet .etape-Growth-Marketing > div {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px 20px;
    line-height: 150%;
}
.etape-Growth-Marketing > div h4 {
    color: #708f04;
    border-left: 3px solid;
    padding-left: 15px;
}
.Txtbloc4_ {
    background: #dae8ab;
    padding: 60px 0;
}

.Desktop .block_txt_el {
    text-align: center;
    max-width: 760px;
    margin: auto;
    font-size: 20px;
    line-height: 36px;
}


.item_Block2_ {
    padding: 15px;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    border-radius: 15px;
}
.Desktop .item_Block2_ {
    height: 350px;
}
.Desktop.optimisation-seo-pour-entreprise-lafleur .item_Block2_ {
    height: auto;
    margin: 25px 0;
}
.optimisation-seo-pour-entreprise-lafleur .item_Block2_ {
    height: auto;
}
.Mobile .item_Block2_ {
    margin: 15px 0;
}
.carousel__casClient .slick-dots {
    width: 90px;
    right: 0;
    left: -6rem;
}
.carousel__casClient .slick-dots li button {
    width: 80px;
    height: 80px;
}
.carousel__casClient .slick-dots li:nth-child(1) button:before {
    background-image: url(../images/img/img-filip.webp);
}
.carousel__casClient .slick-dots li:nth-child(2) button:before {
    background-image: url(../images/img/img-lafleur.webp);
}


.imgItem_Block.filipEle {
    margin-top: 3rem;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #93bf04;
    padding: 5px;
}
.Mobile .imgItem_Block.filipEle {
  margin-top: 0;
}
.Mobile .item_Block_ {
    margin-top: 2rem;
}
.item_Block_ h3 {
    font-size: 19px;
    text-transform: none;
}
.imgItem_Block.filipEle img {
    border-radius: 100%;
}
.Mobile .colRev {
  flex-direction: column-reverse;
  display: flex;
}

.capiton6 h2 {
    color: white;
    text-shadow: 0 0 1px black;
    font-size: 70px;
    text-transform: none;
    margin: 0;
}
.capiton6 h2::after {
  display: none;
}
.capiton6 p {
    margin: 1rem auto 2rem;
    max-width: 960px;
    background: rgb(0 0 0 / 53%);
    padding: 5px 15px;
    /*font-size: 20px !important;*/
    line-height: 130%;
}


.Mobile .item_casClient {
  text-align: center;
  padding-bottom: 30px;
}
.Mobile .item_casClient h2 {
    margin-top: 2rem;
}
.Mobile .item_casClient h2::after {
  margin-left: auto;
  margin-right: auto;
}


.liensGoogle {
    margin-top: 2rem;
    border-top: 1px solid #b0b992;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    text-align: center;
}
.liensGoogle a {
    display: block;
    font-weight: bold;
    color: #4b6003;
    text-decoration: underline;
}
.cas_client_electricien {
  padding: 60px 0;
}
.cas_client_electricien .item_casClient {
  text-align: center;
}
.cas_client_footer {
    margin-top: 2rem;
}
.cas_client_footer strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.cas_client_footer a {
    color: #93bf04;
    text-decoration: underline;
}
.cas_client_footer a:hover {
    text-decoration: none;
}

.decouverSiteBlock {
    text-align: center;
    padding: 30px 0;
    background: #ddd;
}
.itemDB {
    font-size: 20px;
}
.itemDB a {
    margin-top: 1.5rem;
}

.tarif_flyers {
    margin-top: 25px;
    text-align: center;
    background: #a7d803;
    padding: 25px;
}
.tarifs-item ul {
    list-style: none;
    padding-left: 0;
}
.tarifs-item strong {
  font-size: 32px;
  color: white;
}
.tarif_flyers.format_flyers ul li {
    font-size: 24px;
    margin-bottom: 1rem;
}
.tarif_flyers.format_flyers ul li strong {
    color: inherit;
    font-size: 24px;
}
.pack-tarifs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 25px 0;
    gap: 25px;
}
.Mobile .pack-tarifs {
  display: block;
}
.exemple-flyer-qrcode {
    margin-top: 30px;
    text-align: center;
}
.titelexemple-f {
  font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 100%;
    color: #222b35;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}
.imgflyer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.Mobile .imgflyer {
    grid-template-columns: repeat(2, 1fr);
}
.flyers_block_ .item_Block_ {
    background: white;
    padding: 20px;
    box-shadow: 0 0 18px 0px rgb(0 0 0 / 11%);
}

.Desktop .flyers_block_ .item_Block_ {
    height: 430px;
}
.pack-t-item div {
    text-align: center;
    border: 1px solid green;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
.pack-t-item div span {
    display: block;
}
.pack-t-item:hover div {
    background: #a7d803;
    color: white;
}
.creation-de-flyers-personnalises .titre_Pack {
  font-size: 20px;
}
.prix_ {
  display: block;
  color: white;
  font-size: 26px;
}
.flyers-contact {
    margin-top: 25px;
    display: flex;
    gap: 25px;
    font-weight: bold;
    justify-content: center;
    font-size: 20px;
}
.Mobile .flyers-contact {
    display: block;
}
.flyers-contact a {
    text-decoration: underline;
}
.validation-video .titre_Pack,
.photo-de-realisations .titre_Pack,
.avis-obligatoire .titre_Pack {
  padding: 25px 0 50px;
  font-size: 20px;
    letter-spacing: .5px;
}
.Desktop.validation-video .titre_Pack h1,
.Desktop.photo-de-realisations .titre_Pack h1,
.Desktop.avis-obligatoire .titre_Pack h1 {
    font-size: 50px;
    margin: 0 auto 1rem;
}
.photo-de-realisations .titre_Pack .container > div,
.avis-obligatoire .titre_Pack .container > div {
    max-width: 900px;
    margin: auto;
}
.validation-video .akisiweb15ans .flyers_block_ > ul,
.avis-obligatoire .akisiweb15ans .item_Block_ ul {
  display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}
.validation-video .akisiweb15ans .flyers_block_ > ul > li,
.avis-obligatoire .akisiweb15ans .item_Block_ ul li {
    flex: 1 1 30%;
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #6f6f6f;
    letter-spacing: .5px;
    line-height: 30px;
}
.validation-video .akisiweb15ans .flyers_block_ > ul {
  display: block;
  max-width: 800px;
    margin: auto;
}
.validation-video .akisiweb15ans .flyers_block_ > ul > li {
    margin: 15px 0;
}
.validation-video .akisiweb15ans .flyers_block_ > ul > li a {
    word-break: break-all;
}
.validation-video h2,
.avis-obligatoire h2 {
  font-size: 36px !important;
    text-align: center;
}
.validation-video h2::after,
.avis-obligatoire h2::after {
    margin-right: auto;
    margin-left: auto;
}
.photo-de-realisations .pack-couvreur h2,
.validation-video h3,
.avis-obligatoire h3 {
  color: black;
    font-size: 24px;
}

.validation-video .akisiweb15ans h3,
.avis-obligatoire .akisiweb15ans h3 {
    position: relative;
    padding-left: 55px;
}
.validation-video .akisiweb15ans h3::before,
.avis-obligatoire .akisiweb15ans h3::before {
    content: "1";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #93bf00;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 36px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.validation-video .akisiweb15ans .flyers_block_ > ul > li:nth-child(2) h3::before,
.avis-obligatoire .akisiweb15ans li:nth-child(2) h3::before {
  content: "2";
}
.avis-obligatoire .akisiweb15ans ul li:nth-child(3) h3::before {
  content: "3";
}
.avis-obligatoire .akisiweb15ans li:nth-child(4) h3::before {
  content: "4";
}
.avis-obligatoire .akisiweb15ans li:nth-child(5) h3::before {
  content: "5";
}
.validation-video .flyers_block_ .item_Block_,
.photo-de-realisations .flyers_block_ .item_Block_,
.avis-obligatoire .flyers_block_ .item_Block_ {
    height: auto;
    margin: 30px 0;
}
.validation-video .lastBlock_ ul,
.avis-obligatoire .tarif_flyers ul,
.avis-obligatoire .flyers_block_ .item_Block_ ul {
    padding-left: 0;
    list-style: none;
}
.validation-video .lastBlock_ ul li,
.avis-obligatoire .tarif_flyers ul li,
.avis-obligatoire .flyers_block_ .item_Block_ ul li {
    padding-left: 20px;
    position: relative;
}
.validation-video .lastBlock_ ul li::before,
.avis-obligatoire .tarif_flyers ul li::before,
.avis-obligatoire .flyers_block_ .item_Block_ ul li::before {
    content: "";
    left: 0;
    position: absolute;
    background-image: url(../images/img/check_circle_icon.svg);
    background-repeat: no-repeat;
    top: 7px;
    width: 10px;
    height: 10px;
}
.avis-obligatoire .tarif_flyers,
.avis-obligatoire .tarif_flyers h2 {
    text-align: left;
}
.avis-obligatoire .tarif_flyers ul li::before {
    background-image: url(../images/img/check_circle_icon_b.svg);
}

.validation-video .akisiweb15ans p {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}
.validation-video .akisiweb15ans.contenu {
    background: white;
}

.videos_block {
    background: #93be02;
    padding: 20px;
}
.videos_block h2 {
  text-align: left !important;
}
.videos_block p {
    font-size: 18px !important;
}
.validation-video .lastBlock_  .item_Block_{
  max-width: 800px;
  margin: auto;
}
.validation-video .lastBlock_ h2 {
  text-align: left;
}
.validation-video .lastBlock_ h2::after {
  margin-left: 0;
  margin-right: 0;
}
.validation-video .akisiweb15ans.lastBlock_ p {
  text-align: left;
}
.validation-video .lastBlock_ ul li {
    margin: 7px 0;
}
