*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: sans-serif;
  text-align: left;
  background-color: #fff;
}
body {
  line-height: 24px;
  color: #444444;
  font-size: 15px;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}


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

    display: block;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
/* Fin slick */
/*------------------------------------*\
    Header
\*------------------------------------*/
header.header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
}
#TopNavigation {
	background: #fff;
	position: fixed;
    height: 130px;
    width: 100%;
    z-index: 1000;
    top: 0;
}
#TopNavigation:after {
	content: "";
	display: block;
    position: relative;
    /*top: -4px;*/
    height: 4px;
    background: #0040ed;
}


.Mobile #TopNavigation .container {
    padding: 0;
  }
  

.Mobile .logo {
    width: 100%;
        background-position: center;
  }
.logo > span {
	display: block;
    font-size: 36px;
    line-height: 20px;
}
.logo > strong {
	letter-spacing: 2px;
    font-size: 12px;
	display: block;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}
.Mobile .logo > strong {
  letter-spacing: 0;
}
.Tablet .logo > strong {
  letter-spacing: 1px;
}
.Slogan {
	float: left;
	margin-left: 4rem;
}

.rightNav {
	float: right;
	position: relative;
}
.logos {
    padding: 15px 10px;
}

.icon {
    background: url('../images/split.webp') no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    transition: all 0.35s ease-in-out;
}
.icon_tel {
    background-position: -149px -37px;
    width: 18px;
    height: 25px;
}

/* Navigation */
#BotNavigation .container {
  position: static;
}
.nav {
	position:relative;
  padding: 0;
  justify-content: space-between;
    align-items: center;
}
.Mobile .nav {
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
.nav-list {
	list-style: none;
    padding-left: 5rem;
    text-align: left;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}
.nav-list:after {
	content: "";
	clear:both;
	display: table;
}
.nav-item {
	zoom: 1;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    padding: 0 5px;
    border-bottom: 1px dashed white;
    display: table;
}


@media (max-width: 991px) {
  .nav-item:first-child {
    display: block;
  }
}
/*.nav-item:hover,
.nav-item:focus {
  background: #000000;
  border-color: black;
}*/
.nav-item:hover > a,
.nav-item:focus > a {
  color: black;
}
.nav-item:hover .nav-submenu {
	display:block;
}
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#A6743F;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
}

.nav-mobile {
	display:none; 
	cursor:pointer;
	background: #0040ed url(../images/nav.svg) no-repeat 85% center;
	background-size:25px;
	height:50px;
	width:100px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
}


.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/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);
}
.tel_right {
    display: flex;
    align-items: center;
    position: relative;
}
.Desktop .tel_right::before {
  content: "";
  position: absolute;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-right: 1px solid #ddd;
}
.tel_right svg {
    vertical-align: middle;
    background: #0b35f7;
    width: 38px;
    height: 38px;
    fill: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-right: 1rem;
}
.tel_right span {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    color: black;
}

/*@media only screen and (max-width: 767px) {
	.nav-mobile {
		display:block;
	}
	.nav-list {
		display:none;
    margin: 0;
    width: 100%;
    position: absolute;
    padding: 0;
    top: 100%;
	}
	.nav-item {
    background-image:none;
    border: none;
    border-bottom: 1px solid #fff;
		width:100%;
		float:none;
    text-align: left;
    display: block;
        background: #0040ed;
	}
  .nav-item:last-child {
    border-bottom: none;
  }
	.nav-item > a {
		padding: 7px;
    height: auto;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}*/

  .bar {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #0041ed;
    margin: 10px auto;
  }

  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }

  .nav-right {
    z-index: 90;
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-right span {
    font-weight: bold;
    color: black;
    margin-right: 1rem;
    font-size: 2rem;
  }
  .middle {
    margin: 0 auto;
  }

  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }

  .nav-right .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }

  .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
  }

  .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }

  .button.active .middle {
    width: 0;
  }
  .nav-list {
      position: fixed;
      background: #0040ed;
      z-index: 10;
      height: 100vh;
      width: 50%;
      right: 0;
      padding: 165px 5rem 0;
      margin: 0;
      list-style: none;
      top: 0;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);

      -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
  }
  .nav-list.move-to-left {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
  }

  .nav-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
  }
  .nav-item:last-child {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
  }
  .nav-item {
      display: block;
      margin: 8 0;
      padding-left: 0;
      opacity: 0;
      text-align: left;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .nav-item.open {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .nav-item > a {
    color: #fff;
      font-size: 1.5rem;
  }

.Tablet .nav-list {
  width: 70%
}
.Mobile .nav-list {
  width: 100%;
  padding-top: 145px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}
.Mobile .nav-item a {
    font-size: 14px;
    padding: 11px 0;
}
.nav-

/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* Homeslider */
#MiddleNavigation {
    padding-top: 130px;
    background: #eee;
}
.homeslider {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.Desktop .homeslider::after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.diapo {
	height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.Desktop .diapo {
   display: flex;
    align-items: center;
}
.RappelSlider {
	position: absolute;
    top: 125px;
    width: 100%;
}
.Mobile .RappelSlider {
    position: absolute;
    top: 225px;
  }
.Inner_rappel {
	background: #fff;
    width: 307px;
    text-align: center;
    padding: 20px 10px;
}
.Inner_rappel > strong {
	display: block;
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #0040ed;
}
@media(max-width: 767px) {
  .RappelSlider {
    top: 225px;
  }
  .Inner_rappel {
    margin: 0 auto;
  }
}
@media(max-width: 543px) {
  .Inner_rappel {
    width: 100%;
  }
}

/* Contenu */
.corps {
  margin-top: 20px;
}
@media(min-width: 768px) {
  .corps {
  	background: #fff;
    margin: 20px 0;
  	padding: 20px;
  }
}
.mainleft h1 {
	text-align: center;
}
.mainleft h1:after {
	content: "";
	background: #000;
	display: block;
	height: 3px;
	margin: 2rem auto 0;
	width: 150px;
}
.block_1 > .clearfix {
	background: #0040ed;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 > .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #0040ed;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  #ImgBlock img {
    width: 100%;
  }
}
.block_2 {
    margin: 3rem 0;
}
.block_2 .Item_Block {
  background: #f7f7f7;
  padding: 20px;
  margin-left: -20px;
}
.block_3 {
  text-align: center;
}
.block_3 img {
  display: block;
  margin: 0 auto 1.5rem;
}
@media(min-width: 768px) {
  .pr15 {
    padding-right: 15px;
  }
}
@media(max-width: 767px) {
  .mainright {
    background: #fff;
    margin: 0 -15px;
    padding: 1px 20px 20px;
  }
  .block_1 > .clearfix {
    margin-left: 0;
  }
  #TextBlock {
    background: none;
    padding: 0;
  }
  .block_2 {
    margin-top: 0;
  }
  .block_2 .Item_Block {
    margin-right: -20px;
  }
  .block_3 p {
    text-align: justify !important;
  }
}

/* Main right */
@media(max-width: 767px) {
  .Devisgratuit {
    padding: 20px;
    background: #fff;
  }
  .Devisgratuit h3 {
    font-size: 24px;
    text-align: center;
  }
}
#mail,
#mail2 {
	display: none !important;
}

textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
}
.btn-submit {
  background: #0040ed;
	outline: 0 !important;
	display: block;
	cursor: pointer;
    width: 100%;
}
.Mobile .btn-submit {
  background: black;
}
#rappel_immediat .form-input {
	text-align: center;
}
#rappel_immediat .btn-submit {
	text-align: center;
	margin-top: -8px;
}

/* Coordonnee */
.coordonne {
  margin-top: 30px;
}
.coordonne h3 {
  margin-bottom: 5px;
}

.tel {
  color: #0040ed;
	font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
}
.typeTel {
  background: #0040ed;
  height: 25px;
  line-height: 27px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 15px;
  width: 20%;
  vertical-align: middle;
}
.email {
  display: block;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 5px 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
}
@media(max-width: 991px) {
  .tel {
    font-size: 20px;
  }
  .typeTel {
    font-size: 8px;
  }
  .email {
    font-size: 12px;
  }
}

/* Map */
.MapRight {
  margin: 30px 0;
}
.MapRight h3 {
  margin-bottom: 5px;
}
.MapRight > p {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

@media(max-width: 991px) {
  .MapRight > p {
    font-size: 12px;
  }
}

/* Realisations */
.RealisationRight {}
.Reaslide {
  border: 5px solid #0040ed;
  background: #0040ed;
  text-align: center;
}
.Reaslide a {
  display: block;
}
@media(max-width: 767px) {
  .Reaslide img {
    width: 100% !important;
  }
}

/* Footer */
#footer {
	background: #0040ed;
    padding: 25px 0;
    text-align: center;
}
.Mobile #footer {
    margin-top: 2em;
}
#footer .logo {
  background: none;
    border-bottom: 5px solid #a7121b;
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 35%;
    height: inherit;
}
.Tablet #footer .logo {
  width: 50%;
}
.Mobile #footer .logo {
  width: 100%
}
.adresse {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #fff;
  font-size: 24px;
}
#footer .tel > span {
  margin: 0 15px;
}
.copyright {
    color: #fff;
    letter-spacing: 2px;
    font-family: serif;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a {
    color: #bbceff;
    letter-spacing: 0;
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: none;
}
@media(max-width: 543px) {
  #footer .tel > span {
    display: block;
    margin: 0;
  }
  .copyright > a {
    display: block;
  }
}



.ImgLeft {
  background: #0040ed;
  float:left;
  padding:20px;
  margin-right:20px;
  width:50%;
  margin-bottom: 20px;
}

.Mobile .ImgLeft {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}

.ImgFull img {
  width:48%;
}

.Mobile .ImgFull img {
  width:100%;
  margin-bottom: 1em;
}

.ImgFull img:first-child {
  margin-right:2%;
}

.Mobile .ImgFull img:first-child {
  margin-right:0;
}

.categorie_villes {
    background: #d0d0d0;
    padding: 60px 0;
}
.Mobile .categorie_villes {
  background: #0041ed;
}
.mainleft.Services {
    margin: 2rem 0;
}
.Services .Titre {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 1em;
    color: #0040ed;
    border-bottom: 1px dashed;
    padding-bottom: 1rem;
}
.Mobile .Services .Titre {
  color: #fff;
}

.Liens a {
    color: #000;
    text-decoration: none;
    padding: 2px 0 2px 12px;
    position: relative;
    line-height: 130%;
}
.Mobile .Liens a {
    padding: 14px 0 15px 12px;
    color: #fff;
}
.Liens a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0040ed;
    top: 13px;
    transform: translateY(-50%);
}
.Mobile .Liens a:before {
    top: 50%;
    background: #fb4c56;
}

.Services a {
  display: block;
}

.Services a:hover {
  text-decoration:none;
  color: #0040ed;
}

.Block1 {
  clear:both;
}

.Tels {
  float:right;
  margin-left:40px;
      margin-top: 1.5em;
      border-top: 4px solid #980E03;
}
.Desktop .Services .Liens {
  -moz-column-count:4;
  -moz-column-rule: 1px solid #cecece;
  -ie-column-count:4;
  -ie-column-rule: 1px solid #cecece;
  -webkit-column-count:4;
  -webkit-column-rule: 1px solid #cecece;
  column-count:4;
  column-rule: 1px solid #cecece;  
}

.Mobile .Tels {
  margin:0px;
  float:none;
  background: #222;  
    text-align: left;
    padding-left: 15px;
        clear: both;
}

.Mobile .Tels a {
  color: #fff
}
.real_top {
    background: #0040ed;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

/*news css*/
.head_top_ {
  background-color: #000000;
  color: #fff;
    padding: 5px 0;
    font-size: 12px;
}
.Mobile .head_top_ {
    background-color: #0b35f7;
}
.Mobile .head_top_ .d-flex {
  justify-content: space-between !important;
}
.Mobile .head_top_ a,
.Mobile .head_top_ em {
  color: #fff;
}
.Mobile .head_top_ svg {
    margin-right: 7px;
    fill: #ffffff;
}
.Mobile .head_top_ a {
    font-size: 20px;
}
.head_top_ svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.tel_right em {
    display: inline-block;
    margin: 0 15px;
    font-size: 130%;
}

img {
  max-width: 100%;
}
.content_menu {
    box-shadow: 0px 10px 10px -12pxrgba(0,0,0,0.5);
    position: relative;
    z-index: 50;
}
.menu_bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, #FFFFFF 25%, #002a9d 0%);
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.nav-item a {
    font-size: 14px;
    display: table-cell;
    color: #FFF;
    line-height: 130%;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}
li.nav-item.active {
    /*border-color: #d40001;
    background: #d40001;*/
}
.nav-item.active > a {
    color: #d40001;
}
.logo {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 180px;
    flex: 0 0 180px;
    text-align: center;
}
.logo img {
    width: 180px;
    height: 141px;
    object-fit: contain;
    padding: 5px 0;
}
.Mobile .logo img {
  width: 120px;
    height: 97px;
}

.Mobile header.header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    top: 0;
}
.heading {
    position: relative;
    min-height: 700px;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    padding-top: 10rem;
}
.Mobile .heading {
  min-height: 388px;
  height: 550px;
  padding-top: 10rem;
}
.slider-block.slick-slider {
    min-height: 700px;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
}
.slider-block.slick-slider .img-slide {
    min-height: 700px;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.Mobile .slider-block.slick-slider,
.Mobile .slider-block.slick-slider .img-slide {
    min-height: 388px;
    height: 550px;
}
.top_title h1 {
   color: #fff;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
  font-size: 3.2rem;
  line-height: 120%;
}
.Mobile .top_title {
    background: rgba(255,255,255,0.6);
    margin-top: 5px;
    padding: 7px 15px;
    border-radius: 0 0 17px 17px;
}
.Mobile .top_title h1 {
  font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    text-shadow: none;
    color: black;
}
input.form-input,
form#FormDevis textarea {
    display: block;
    width: 100%;
    height: 47px;
    margin: 0.5em 0;
    background: #f7f7f7;
    color: #000000;
    outline: none;
    font-size: 14px;
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    transition: border-color .3s ease-out;
}
input.form-input:focus,
form#FormDevis textarea:focus {
    border-color: black;
}
form#FormDevis textarea {
  height: 80px;
}
form#FormDevis input::placeholder, 
form#FormDevis textarea::placeholder {
    color: #000000;
}
.Devisgratuit > span {
    color: black;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.Mobile .Devisgratuit > span {
    color: #eeeeee;
}
.Mobile .Devisgratuit > span img {
    display: block;
    margin: auto auto 5px;
    border: 2px solid black;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
}
@media (max-width: 768px) {
  .Devisgratuit > span {
    font-size: 19px;
  }
}
.Devisgratuit {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}
.Mobile .Devisgratuit {
    padding: 1.5rem;
    background: #d80101;
    border-radius: 0;
}
#rappel_immediat {
  text-align: center;
}
#rappel_immediat strong {
    display: block;
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}
.Mobile #rappel_immediat strong {
    color: #eeeeee;
}
#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    border: 1px solid #ddd;
    width: 200px;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
.Desktop #rappel_immediat .input-form {

}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 40px;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: black;
    line-height: 120%;
    color: #ffffff;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
  width: 100px;
}
.inner_content_contact {
    text-align: center;
    color: #fff;
    background-color: #121212;
    line-height: 60px;
    font-size: 25px;
}
.inner_content_contact > .container > a {
    border: 1px solid #fff;
    padding: 5px;
    font-weight: 200;
}
.inner_content_contact > .container > a:hover {
    color: #121212;
    background-color: #fff;
}
.footer_logo .logo img {
    background-color: #282828;
    padding: 5px;
}
footer {
    background-color: #1f1a19;
    padding: 4em 0 3rem;
}
.footer_logo {
    text-align: center;
}
footer hr {
  border-top: 1px solid rgb(160 152 152 / 21%);
}
footer .row > .col-md-6 > span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 1em;
}
.telephone_footer {
    color: #fff;
    font-size: 25px;
}
.telephone_footer a:hover {
    text-decoration: underline;
    color: #fff;
    opacity: .8;
}
.footer_locals_content p:last-child {
    background-color: #fff;
    font-size: 18px;
    border-top: 3px solid #121212;
    text-align: center;
}
.localisation_site > span , 
.contact_site > span {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: .7px;
    font-size: 20px;
}
.localisation_site {
    position: relative;
}
.localisation_site::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 40 40 / 39%);
    z-index: 9999;
}
#Map {
    background: #eee;
    height: 250px;
    width: 100%;
    margin: auto;
}
.contact_site {
    text-align: center;
}
.contact_site .adress {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    letter-spacing: 1px;
}
.contact_site svg {
    fill: #d40001;
    width: 18px;
    height: 18px;
}
.contact_site a, .contact_site em {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.Mobile .contact_site a, 
.Mobile .contact_site em {
    display: block;
}
.contact_site em {
    margin: 0 15px;
}
.Block h2 {
    font-family: sans-serif;
    font-size: 20px;
}

.img-profil {
    border: 10px solid #adadad;
    border-radius: 10px;
    box-shadow: 0 0 8px #666666;
}
.Mobile .inner_content_contact {
  height: auto;
  padding: 10px;

}
.Mobile .inner_content_contact > .container > a {
  display: block;
}
.separate {
    background: #fff;
    height: 5px;
    width: 5%;
    margin: 1em auto;
}
.Mobile footer {
  padding: 1em 0;
}
.button_realisation a {
    color: #fff;
    background-color: #0040ed;
    padding: 15px 30px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
    font-weight: bold;
}
.Mobile .button_realisation {
    text-align: center;
    width: 100%;
}
.Mobile .button_realisation a {
    padding: 15px 50px;
    border-radius: 25px;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: #000000;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: red;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: red;
}
.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;
  }
}
.Block.Block0,
.textMddl .Block,
.textsecond .Block {
    border-left: 4px solid #0040ed;
    padding-left: 13px;
}
.Block.Block0 h2,
.textMddl .Block h2,
.textsecond .Block h2 {
    color: #0040ed;
}
.textMddl {
    margin-top: 1rem;
}
.colBlock .row > div {
    margin: 15px 0;
}
.colBlock .Block {
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ECECEC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
}
.Mobile .colBlock .Block {
  height: inherit;
}
.colBlock .Block p {
    margin-bottom: 0;
}
.colBlock .Block:hover {
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 20%);
}
.block-text img {
  margin-bottom: 1rem;
}
.lastBlock {
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-attachment: fixed;
    position: relative;
}
.lastBlock .Block.Block9{
    padding: 65px 0px 50px 0px;
}
.background-overlay {
  background-color: black;
  opacity: 0.78;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
div#lastText {
    color: #fff;
}
div#lastText h2 {
    color: #fff;
}
.services_ {
    margin: 2rem 0 2rem;
}
.Tablet .services_ > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/*.Mobile .services_ > div {
    text-align: center;
}*/
a.itemSlider_ {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #f7f7f7;
    margin: 0 15px;
    border-radius: 15px;
    overflow: hidden;
}
.Tablet a.itemSlider_ {
  margin-top: 15px;
  margin-bottom: 15px;
}
.Mobile a.itemSlider_ {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
a.itemSlider_:hover {
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 20%);
}

a.itemSlider_ span {
    color: #fff;
    background: #d40001;
    display: flex;
    text-align: center;
    height: 45px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    line-height: 130%;
}
.Mobile a.itemSlider_ span {
    height: 57px;
    padding: 5px 5px;
    font-size: 12px;
}
a.itemSlider_.active span {
    background: #0040ed;
    color: #fff;
}
.swipebox {
  background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}
#realisations,
#mentionsL {
    padding: 60px 0;
}
b.titre-album {
  text-align: center;
  text-transform: uppercase;
  display: block;    
  color: #000;    
  font-size: 1.5rem;    
  margin-bottom: 1.5rem;
}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.logoArtisan img {
    width: 120px;
    height: 90px;
    object-fit: contain;
    margin-right: 15px;
}
.Mobile .logoArtisan {
    text-align: center;
    background: #ffe5e5;
    padding-bottom: 1rem;
}
.Tablet .logoArtisan img {
    width: 90px;
    margin-right: 7px;
}
.Mobile .logoArtisan img {
    width: 100px;
    margin: 15px 0 0;
}
.bgImg_ {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.Mobile .logoSlider {
    background: rgba(255,255,255,0.6);
    padding: 20px;
}
.Mobile .logoSlider img {
    width: 250px;
    height: 182px;
    object-fit: contain;
    margin: auto;
    display: block;
}
.ad-2 {
  padding: 10px 0;
}
.ad-top {
  padding-left: 15px;
}
.itemSlider_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-text img,
.Block.Block9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mailBlock {
    color: black;
    margin-top: .5rem;
    display: inline-block;
}
.Mobile #mailBlock {
  text-align: center;
    display: block;
    padding: 7px;
    margin: 0;
}
#mailBlock img {
    
}
