
*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  background-color: #fff;
}

[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;
}
.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 {
  -webkit-box-pack: end !important;
  -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;
  }
}

.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) {
    .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .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%;
  }
}

 
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Calibri",sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

h1,h2,h3,h4,h5,.h3 {
    font-weight: 700;
    color: #212121;
}

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

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

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
Header
*/
#sticky-wrapper,
.header {
    position: relative;
    z-index: 1000 !important;
}
.Mobile .header {
    position: fixed;
    width: 100%;
}
.Tablet #sticky-wrapper,
.Tablet .header {
    height: auto !important;
}
.header-top {
    padding: 2px 0 10px;
     background: #fff;
}
.Mobile .header-top,
.Tablet .header-top {
    padding-bottom: 0
}
.Desktop .header-top .container,
.Desktop .header-top .container > div {
    position: relative;

}
.Desktop .header-top .container:before {
    content: "";
    /*background: url(../images/img/imgtole.webp) no-repeat;*/
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 140px;
    right: -159px;
    top: -51px;
    opacity: .5;
}
.Desktop .header-top .container:after {
    content: "";
    /*background: url(../images/img/imgTuile.webp) no-repeat;*/
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 140px;
    left: -159px;
    top: -51px;
    opacity: .5;
}
.logo {
    max-width: 250px;
    position: relative;
}
.logo img {
    object-fit: contain;
}
.Mobile .logo img {
    width: 186px;
    object-fit: contain;
}
.logo span {
    font-weight: 300;
    color: #fff;
}

.right-block {
    padding-left: 50px;
    padding-top: 10px;
}
.Desktop .right-block {
    padding-left: 50px;
    padding-top: 10px;
    width: 80%;
}
.tel_top {
    display: flex;
    align-items: center;
}
.Mobile .tel_top,
.Tablet .tel_top {
    justify-content: center;
    background: #00345e;
    margin-top: 5px;
}
.Mobile .tel_top a,
.Tablet .tel_top a {
    color: #fff;
    margin: 0 5px;
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 3px;
}
.tel_top > .icon {
    margin-right: 15px;
    background: #ffb347;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.tel_top > div a {
    display: block;
    color: #00345e;
    font-size: 26px;
    margin: 10px 0px;
}
#mail2, #mail { display: none; }
.rappel_top {
    border-left: 1px solid rgb(208, 208, 208);
    margin-left: 25px;
    padding-left: 25px;
}
.rappel_top strong {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
}
#rappel_immediat .form-input {
    display: inline-block;
    border: 1px solid white;
    vertical-align: middle;
    background: #ececec;
    font-size: 12px;
    padding: 9px 15px;
    color: #000;
    width: 70%!important;
    border-radius: 7px 0 0 7px;
}
#rappel_immediat .btn-submit {
    background: #00345e;
    border-radius: 0 7px 7px 0;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 7px;
    color: #fff;
    font-weight: 700;
    width: 30%!important;
    height: 43px;
}
.Devisgratuit .form-input, 
.form-input {
    display: block;
    background: #fff;
    border: 3px solid #c6c7c7;
    margin: 5px 0;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    transition: .5S;
    box-shadow: inset 0px 5px 4px #ddd;
}
.Devisgratuit .form-input:focus,
.form-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #222;
}

 

.Devisgratuit textarea.form-input {
    height: 75px;
}
.Devisgratuit .btn-submit,
.Mobile #rappel_immediat .btn-submit,
.Tablet #rappel_immediat .btn-submit,
.btn-submit {
    font-weight: 700;
    background: #003f7d;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    /*margin-bottom: 15px;*/
    margin-top: 5px;
}
.logo-divres {
    margin-bottom: 3rem;
}
.Mobile .logo-divres,
.Tablet .logo-divres {
    text-align: center;
    margin-top: 15px;
}  
 .logo-divres img {
    margin: 0 5px;
    object-fit: contain;
}
.titreD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.titreD img {
    width: 90px;
    height: 90px;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
}
.titreD > div {
    margin-left: 12px;
    line-height: 120%;
    color: #003f7d;
    font-size: 18px;
}
.titreD > div .h3 {
    text-align: left;
    margin-top: 1px;
    margin-bottom: 1px;
}

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: #003f7d;
  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;
}
.Desktop .button {
    margin-left: 5rem;
    margin-right: 5rem;
}

.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;
}

.active .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;
}

.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
*/
.nav {
    background: #003f7d;
    display: none;
}
.nav.open {
    display: block;
}
@media (min-width: 1200px) {
    .nav .container {
        max-width: 1400px;
    }
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, 1fr);
    width: 100%
}
.nav-item {
    vertical-align: middle;
    overflow: hidden;
}
.nav-item a {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    padding: 15px 5px;
    margin: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    /*text-transform: uppercase;*/
    letter-spacing: -.2px;
    justify-content: center;
    line-height: 100%;
}
/*.Desktop .nav-item a:before {
    content: "";
    left: -7px;
    height: 120%;
    position: absolute;
    border-left: 5px solid rgba(255, 255, 255, .5);
}
.nav-item:first-child a:before {
    display: none;
}*/

.nav-item.active a {
    border-bottom: 3px solid #fff5;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #00345e url(../images/nav.svg) no-repeat 63px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    line-height: 50px;
    padding-left: 12px;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    display: block;
    padding-top: 0 !important;
    border-top: none;
    position: absolute;
    width: 100%;
    margin: 0;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    display: block;
  }

  .nav-item > a {
    padding: 13px;
    text-align: left;
    justify-content: start;
    display: block;
    margin: 0;
  }

  .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%;
  }
}

/*
Homeslider
*/
.homeslider {
    height: 600px;
    overflow: hidden;
}
.homeSlider_ {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Mobile .homeslider {
    height: 460px;
}
.containerslider {
    position: relative;
}
.Mobile .containerslider {
    padding-top: 6rem;
}
.fullImg {
    height: 500px;
    background-color: #eee;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
}
.Mobile .fullImg {
	height: 350px;
}
.fullImg.slick-active {
    transform: scale(1, 1);
}
/*.fullImg:before {
    content: "";
    background: url('../images/img/slider-overlay.webp');
    position: absolute;
    height: 100%;
    width: 100%;
}*/
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.Mobile .caption {
    top: 67%;
}
.text-caption h1 {
    background: #00345e;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin: 2px 0;
    position: relative;
    text-transform: uppercase;
}
.Desktop .text-caption h1 {
    width: 465px;
    height: 230px;
    display: flex;
    align-items: center;
}

.Tablet .text-caption h1 {
    font-size: 26px;
    padding: 10px 25px;
}
.Mobile .text-caption h1 {
    font-size: 20px;
    padding: 10px 25px;
}
img {
	max-width: 100%;
    height: auto;
}

.text-slider-D {
    background: #ffb347;
    margin-top: -30px;
    position: relative;
    top: 0;
    transform: rotate(.2deg);
}
.text-slider-D h1 {
    color: #00345e;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px;
    padding-right: 25rem;
}

/*
Contenu
*/
.Contenu {
    background: #f9f9f9;
    padding: 30px 0 0;
}
.Mobile .Contenu {
	padding: 20px 0;
}
.contenublock {
    margin-top: 35px;
    /*padding-top: 30px;
    border-top: 1px solid #ddd;*/
}
.contenublock h1 {
    color: #00345e;
    margin: 0 120px 30px;
    text-align: center;
}
.Tablet .contenublock h1,
.Mobile .contenublock h1 {
	margin: 0 0 30px;
}
#twoBox {
    background: #00345e;
    border-top: 0;
    padding: 60px 0;
}
#MapContainer {
    padding: 60px 0;
    border-top: 0;
    position: relative;
    margin-top: 0;
}
.Tablet #MapContainer,
.Mobile #MapContainer {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
}
.Tablet #MapContainer #Map,
.Mobile #MapContainer #Map {
    margin-top: 1.4rem;
}
.ImgLeft {
    margin-bottom: 20px !important;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.Block.Block4 .toggle-content {
    display: block;
}
.mainright {
    position: relative;
    z-index: 300;
}
.mainleft h1 {
    font-size: 30px;
}
.Mobile .mainleft h1 {
	font-size: 24px;
}
.mainleft h2 {
    font-size: 18px;
}
.mainright > div {
    margin-bottom: 15px;
}
.mainright .h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.Devisgratuit {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 50;
}
.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
	margin-top: 0;
	border-radius: 0;
}
.Mobile .Devisgratuit strong,
.Tablet .Devisgratuit strong {
    display: block;
    text-align: center;
    margin-top: 15px;
}
.coordonne > div{
    margin-top: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.coordonne p {
    margin: 0
}
.coordonne .tel span {
    display: block;
    font-size: 24px;
}
.coordonne .icon {
    margin-right: 15px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}
.FormDevis {
    margin-top: 20px;
}
.MapRight {
    background: #eee;
    padding: 20px;
    border-radius: 10px;

}
.MapRight span {
    display: block;
    text-align: center;
}
#Map {
    height: 300px;
    background-color: #eee;
    z-index: 0;
}
.Desktop #MapContainer #Map {
    position: absolute !important;
    right: 0;
    width: 45%;
    height: 100%;
    top: 0;
}
.MapRight p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    margin-top: 15px;
    color: #333;
}
.MapRight p .icon {
    margin-right: 10px;
    font-size: 25px;
    color: #212121;
}

.accordeon-inner {
    margin-top: 15px;
}
.et-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.toggle-title {
    text-align: left;
    cursor: pointer;
    width: 100%;
    margin-bottom: 4px;
    position: relative;
    padding: 14px 64px 14px 24px;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #f3f1f1;
}
.toggle-title-tag {
    margin: 0;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 16px !important;
    letter-spacing: -.5px;
    font-weight: 600;
}
.toggle-ind {
    display: block;
    position: absolute;
    color: #666666;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-top: -12px;
}
.toggle-content {
    padding: 32px;
    margin-bottom: 4px;
    position: relative;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    display:none;
}
.twoBox h2 {
    font-size: 18px;
    color: #00345e;
}
.twoBox h2::after {
    content: "";
    display: block;
    border-bottom: 2px solid #ffb347;
    width: 35px;
    margin: 1rem 0;
}
.toggle-content p,
.twoBox .bloc-une p {
    margin-bottom: 0;
}
.twoBox .row,
.competences .row {
    margin-right: -7px;
    margin-left: -7px;
}
.block-first, 
.block-last,
.block-middle {
    display: flex;
    padding: 7px;
}
.block-first .Block, 
.block-middle .Block, 
.block-last .Block {
    background: #fff;
}
.bgImgF {
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 200px;
}
.twoBox .bloc-tt,
.twoBox .bloc-une {
    padding: 20px;
}
.bloc-tt {
    background: #c5c5c5;
    height: 82px;
    display: flex;
    align-items: center;
}
.bloc-tt h2 {
    letter-spacing: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.row-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
}
.Tablet .row-grid {
    grid-template-columns: repeat(4,1fr);
}
.Mobile .row-grid {
    grid-template-columns: repeat(2,1fr);
}
.item-comp {
    display: block;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 2px 3px #003f7d;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    transition: .5s;
}
.item-comp.active,
.item-comp:hover {
    border-color: #ffb347;
    box-shadow: none;
}
.item-comp .h3 {
    font-size: 14px;
    text-align: center;
    background: #003f7d;
    margin: 0 auto 0;
    padding: 10px;
    letter-spacing: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: .5s;
    font-style: italic;
    bottom: 0;
    width: 100%;
    color: white;
}
.Mobile .item-comp .h3 {
    font-size: 12px;
}
.item-comp.active .h3,
.item-comp:hover .h3{
    background: #ffb347;
    color: #002141;
}

.introArticle {
    margin-bottom: 3rem;
    padding-top: 3rem;
}
.Mobile .introArticle {
    padding: 0;
}
.introArticle > div {
    border-left: 2px solid #00345e;
    padding-left: 25px;
}
.exp_ {
    line-height: 130%;
    text-transform: uppercase;
    max-width: 260px;
    font-weight: bold;
    background: #00345e;
    color: white;
    padding: 0 10px;
}
.Mobile .exp_ {
    max-width: 100%;
    padding: 7px;
    text-align: center;
}

/*
Categories
*/
.categoriesList {
    background: #ffb347;
    color: #fff;
    padding: 60px 0;
}
.Mobile .categoriesList {
    padding: 20px 0;
}
.Services {
    margin: auto;
}
.Services h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: #002141;
    letter-spacing: .5px;
    font-size: 26px;
}
.Services h2::after {
    content: "";
    display: block;
    margin: 1rem auto;
    border-bottom: 3px solid;
}
.Mobile .Services h2 {
	font-size: 22px;
}
.Liens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.Tablet .Liens {
    grid-template-columns: repeat(2, 1fr);
}
.Mobile .Liens {
	display: block;
}
.Liens a {
    color: #002141;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 130%;
    transition: all .3s ease;
}
.Mobile .Liens a {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}
.Liens a:hover {
    color: white;
}
.Liens a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/Map.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.Mobile .Liens a:before {
    top: 12px;
}

#footer {
    padding:60px 0 0;
    background: #003f7d;
    color: #f3f3f3;
    text-align: center;
    position: relative;
}
.Mobile #footer {
    padding-top: 25px;
}
#footer:before {
	content: "";
	/*background: url(../images/img/bg-footer.webp) no-repeat center;
	background-size: cover;*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .05;
}
#footer .container {
	position: relative;
}
.info-footer {
    max-width: 100%;
    margin: auto;
    padding-bottom: 30px;
}
.Tablet .info-footer,
.Mobile .info-footer {
	max-width: 100%;
    padding-bottom: 15px;
}
#footer .adresse_2,
#footer .tel {
    display: flex;
    align-items: center;
    text-align: left;
}
#footer .tel span > span {
    display: block;
    font-size: 30px;
    line-height: 35px;
}
#footer .tel span > span a {
    color: #fff;
}
.Mobile #footer .tel span > span a {
    font-size: 22px;
}
#footer .adresse_2 .icon,
#footer .tel .icon {
	margin-right: 15px;
    font-size: 24px;
    background: #00345e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    flex: 0 0 50px;
    align-items: center;
    display: flex;
}

.Mobile #footer .adresse_2 .icon, 
.Mobile #footer .tel .icon {
	width: 65px;
}

.footer-bot {
    background: #fff;
    padding: 10px 0;
    position: relative;
    color: #000;
}
.copyright {
    margin: 0;
}
.copyright a {
	color: #00345e;    
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
}

.adresse > strong {
    display: block;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 15px;
}
.adresse > strong:after {
    content:"";
    display: block;
    border-bottom: 2px solid #fff;
    width: 50px;
    margin: 15px 0;
}

.btn-rea {
    background-color: #ffb347;
    width: 100%;
    display: block;
    margin-top: 7px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #002141;
    font-weight: 700;
}
.btn-rea:hover {
    background: #002141;
    color: #fff;
}
.Mobile .btn-rea {
    font-size: 22px;
    padding: 15px 15px;
}
.Mobile .text-caption {
    text-align: center;
}
.container.content_video iframe {
    padding: 15px;
}
.container.content_video {
    padding-top: 30px;
}
.Mobile .container.content_video iframe {
    width: 100%;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
/*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

.Mobile h1,
.Mobile .h1 {
    font-size: 22px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 20px;
}
.Mobile h3,
.Mobile .h3 {
    font-size: 18px;
}

/* 404 style */

.blog_pageIntrouvable {
    background:#003f7d;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !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%;
  color: #fff;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@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;
  }
}

.tel_top img,
.info-footer img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.Mobile .tel_top img {
    width: 20px;
    height: 20px;
}
.toggle-ind img {
    width: 16px;
    height: 16px;
}
.page-mention {
    padding: 20px 10px;
}

h2.titre-album,
.Devisgratuit .h3,
.ContactezNous-h1,
.fournisseur-h3,
.mentions h2{
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #00345e;
    font-weight: 600;
    display: block;
    margin: 20px 0;
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0;
    padding-top: 137px;
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0;
  margin-top: 50px;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
 
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    padding: 175px 0 0;
    margin-top: 0;
}
.Tablet.devis .Devisgratuit {
  margin-top: 225px;
}


body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


 
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.fournisseur {
    background: #ddd;
    display: block;
    padding: 50px 0;
}
.fournisseur-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap ;
}
.fournisseur-content a {
    width: 250px;
    height: 100px;
    border: solid 3px #003f7d;
    padding: 5px;
    display: flex;
    align-items: center;
    background: #fff;
}

/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.Desktop .header-top > .container {
    max-width: 1400px;
} 
.Desktop .rappel_top .btn-rea {
    width: 47%;
    display: inline-block;
    margin: 7px 5px;
}
.Desktop .rappel_top {    
    width: 45%;
}

form#rappel_immediat {
    display: flex;
}
.Mobile .ImgLeft {
    display: none;
}
.Tablet .item-comp .h3 {
  font-size: 12px;
}
.Tablet .bgImgF {
  width: 100%;
  margin: auto;

}
.fournisseur-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Mobile .copyright a {
    display: block;
    margin: 15px 0;
}
.Tablet .logo-divres img {
  margin: 0 5px;
  max-width: 100px;
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.Tablet .btn-rea {
  background-color: #003f7d;
  width: 47%;
  display: inline-block;
  margin-top: 7px;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 5px;
}
.social-media {
    position: fixed;
    right: 4rem;
    top: 59%;
    transform: translateY(-50%);
    z-index: 99;
}
.Mobile .social-media {
    right: inherit;
    top: inherit;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    bottom: 1rem;
    justify-content: center;
}
.social-media a {
    display: block;
    margin: 15px 0;
    transition: all .3s ease;
}
.Mobile .social-media a {
    margin: 0 7px;
    max-width: 50px;
    flex: 0 0 50px;
}
.social-media a:hover {
    transform: scale(1.1);
}

/**********************popup*****/

 
.Click-here {
  cursor: pointer;
  background-color: #ffb347;
  color: #000;
  width: 180px;
  text-align: center;
  font-size:20px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
  font-weight: 900;
} 
.custom-model-main {
  text-align: center; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;  
  outline: 0;
  opacity: 0; 
  z-index: -1; 
  width: 450px;
  margin-top: -623px;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  height: 0; 
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 30px auto;
  max-width: 100%;
}
.custom-model-wrap {
  display: block;
  width: 400px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;  
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
} 
.close-btn {
    position: absolute;
    top: -14px;
    cursor: pointer;
    z-index: 999999;
    font-size: 30px;
    color: #fff;
    background: #f90303;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    left: 390px;
}
img.gr-d {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.tete-up {
    display: flex;
    align-items: center;
    justify-content: space-around; 
    background: #fff5ec; 
    width: 100%; 
    padding: 10px 0;
}
img.artisan {
    width: 88px;
    height: 60px;
    object-fit: contain;
}
.tete-up a.logo img {
    width: 122px;
    height: 65px;
}
.pop-up-content-wrap {
    padding: 0 15px;
    color: #000;
    font-family: Helvetica;
}
.text-tout {
    color: #000;
    text-align: center;
}
.titre-up {
    font-size: 21px;
    margin-top: 10px;
    font-family: serif;
    font-weight: 600;
}
.p_up {
    padding: 8px 0;
    font-family: serif;
}
.tab-row {
    font-weight: 600;
    font-size: 16px;
    color: #3a3a3a;
    letter-spacing: 0px;
    border-bottom: 1px solid #ddd;
    padding: 8px 5px;
}
.tableau {
    display: grid;
    grid-template-columns: 70% 30%;
}
.cage {
    border-right: 1px solid #ddd;
}
.prix {
    text-align: right;
}
.tab-row.clr {
    background: #d2e3d8;
} 
.avis {
    display: flex;
    align-items: center;
    padding: 8px 0 0 20px;
    gap: 5px;
}
.avis p {
    margin-bottom: 0;
    font-size: 16px;
}
img.etoile-1 {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
img.etoile-4 {
    width: 65px;
    height: 15px;
    object-fit: contain;
}
.check img,
.foot_up img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 5px;
} 
.check span {
    font-weight: 800;
    font-size: 13px;
}
.check {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
}
.tel-up a {
    color: #ffb347;
    font-size: 20px;
    font-weight: 800;
}
.tel-up span {
    background: #fbf6f0;
    border-radius: 30px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel-up {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}
.adr_up {
  font-size: 13px;
    text-align: center;
}
.foot_up span {
    font-size: 12px;
}
.foot_up {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    align-items: center;
}
.foot_up span,
.check span { 
    display: flex;
    align-items: center;
}
.Tablet #footer .tel span > span a { 
  font-size: 20px;
}
.Mobile .custom-model-main { 
    width: 100%;
    margin-top: -360px;
}
.Mobile .custom-model-wrap{
  width: 100%;
}
.Mobile .tel-up a { 
    font-size: 17px; 
}
.custom-model-inner {
    position: fixed !important;
    z-index: 99999;
    bottom: 132px;
}
.Mobile .custom-model-inner { 
    bottom: 82px;
    left: 0;
}
.Mobile .close-btn { 
    top: -20px;  
    left: 328px;
}
.Tablet .custom-model-inner{
  left: 0;
}