* {
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

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

.body-bahia {
    background-color: #002c51;
    font-family: Gotham
}

.body-message {
    height: 100vh
}

.div-message-main {
    transform: translateY(50%)
}

.warp-main {
    padding: 0 !important
}

.wrap-main {
    background-image: url(../media/background_main.jpg) !important;
    background-size: cover !important;
    background-position-x: center;
    background-repeat: no-repeat !important;
    padding: 10% 10% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-main {
    font-size: 1.5rem
}

.spacer-height-main,
.spacer-height-main2 {
    height: 60px
}
.p-slid,
.p-main {
    text-align: justify;
}
.para-main p{
    margin-bottom: 20px;
}

/* .p-main span {
    color: #cfa33e;
    font-weight: 700
} */

.newsletter {
    position: relative;
    width: 100%;
}

.title-newsletter {
    font-size: 1rem
}
.newsletter-warp{
    position: relative;
}
.img-background {
    display: none;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    height: 100%;
}
.content-main{
    position: relative;
}
.wrap-main::before {
    content:'';
    display: inline;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,44,81,1) 0%, rgba(0,44,81,0.8225884103641457) 53%, rgba(0,44,81,0) 147%);
}
.img-background::before {
    content:'';
    display: inline;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,44,81,1) 27%, rgba(0,44,81,0.8225884103641457) 47%, rgba(0,44,81,0) 100%);
}
.div-contact{
    position: relative;
}
.img-background img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
    object-fit: cover
}

form {
    margin: auto;
    background-color: #cfa33e;
    border-radius: 10px;
    padding: 30px;
}

.spacer-height-form {
    height: 0
}

.newsletter h2 {
    font-family: Modernica;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.btn-go_bottom1 {
    display: none
}

.btn-go_bottom1,
.btn-go_bottom2 {
    position: relative;
    height: 160px;
    width: 160px;
    cursor: pointer
}

.btn-go_bottom2 {
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
}

.btn-go_bottom1 .div-image1,
.btn-go_bottom1 .div-image2,
.btn-go_bottom2 .div-image1,
.btn-go_bottom2 .div-image2 {
    height: 160px;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.spacer-text-animation {
    height: 46px
}

.btn-envoyer {
    background-color: #002c4f !important;
    border-radius: 10px;
    border: none !important;
    width: 180px;
    height: 40px;
    transition: .6s;
}

.col-btn-envoyer {
    text-align: center;
}

.btn-envoyer:hover {
    background-color: #755c23 !important
}

.para-main {
    color: #fff;
    background-image: url(../media/background-para-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10%
}

.spacer-para-main {
    height: 0
}

label.error {
    color: red;
    font-size: 13px;
    display: block;
    margin: -5px 0 9px;
}
.form-check label.error {
    color: red;

    display: block;
    margin: 5px 0 0;
}
.text-animation {
    -webkit-animation: anima 9s infinite ease-in;
    animation: anima 9s infinite ease-in
}

@-webkit-keyframes anima {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes anima {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.slider-details .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    height: 100%;
    width: 10%;
    background-color: rgba(0, 0, 0, .386)
}

.order-last {
    order: 6 !important
}

.title-slider-details {
    text-align: center;
}

.slider-details .slick-prev.slick-arrow {
    display: none !important
}

.img-details img,
.img-details,
.para-details,
.slider-details .slick-list.draggable,
.slider-details .slick-track,
.warp-img-detais,
.warp-text-details {
    min-height: 100%;
    height: 100%;
}

.para-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

/* .slid1,
.slid3 {
    background-image: url(../media/background-para-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
} */

.warp-text-details {
    background-image: url(../media/background-para-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-next:before {
    content: url(../media/icons/next.svg)
}

.img-details img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.icons-slid {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.para-details {
    padding: 0 10%;
    color: #fff;
    text-align: center;
}

/* .para-details span {
    color: #cfa33e
} */

.hr-slid {
    width: 100px;
    margin: 10px auto;
    height: 4px !important;
    background-color: #cfa33e;
    opacity: 1 !important;
    border: none;
}

.hr-title-slid {
    width: 200px;
    margin: auto;
    height: 3px !important;
    background-color: #cfa33e;
    opacity: 1 !important;
    border: none;
}

.spacer-p-slider-details {
    height: 40px
}

.spacer-title-details {
    height: 40px
}

.gallry-equipement {
    position: relative;
    background-color: #cfa33e;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
    background-image: url(../media/background-para-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 100;
    box-shadow: 0 0 5px #0000006e
}

.aside-bahia .container,
.gallry-equipement .container,
.para-main .container {
    min-width: 90% !important
}


.aside-bahia,
.footer-bahia,
.gallry-equipement {
    padding: 0 10% 0 10%
}

.text-gallery {
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 700;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 100;
    position: absolute;
    font-size: 1rem;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    pointer-events: none
}

.spacer-equipement1 {
    height: 100px
}

.title-equipement {
    text-align: center;
}

.spacer-equipement2,
.spacer-para-map {
    height: 70px
}

.div-img-gallry {
    width: 100%;
    height: 100%;
    max-height: 138px;
    position: relative;
    overflow: hidden;
    margin: auto;
    min-height: 30vh;
}
.div-img-gallry::before{
    content:'';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 19%);
}

.hr-equipement {
    width: 130px;
    margin: auto;
    height: 4px !important;
    background-color: #002c4f;
    opacity: 1 !important;
    border: none;
}

.div-img-gallry img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    transition: 1s ease;
    min-height: 30vh;
    max-width: 100%;
    max-height: 100%;
}

.div-img-gallry img:hover {
    transform: scale(1.4)
}

aside:not(div) {
    position: relative;
    background-color: #cfa33e;
    z-index: 90
}

#map {
    width: 100%;
    height: 30vh;
    overflow: hidden;
    max-height: 30vh
}
#map iframe{
width: 100%;
}
.text-map {
    text-align: center;
}

.hr-title-map {
    width: 132px;
    margin: auto;
    height: 4px !important;
    background-color: #002c4f;
    opacity: 1 !important;
    border: none;
}

.para-map {
    color: #fff
}

footer {
    background-color: #000 !important;
    color: #fff;
    margin: 0 !important;
    padding: 0 10%;
    text-align: center;
}

.container {
    min-width: 90% !important;
    width: 90%;
}

.spacer-h-footer,
.spacer-h-footer2 {
    height: 30px
}

.text-footer {
    padding: 0 !important;
    margin: 0 !important;
    font-size: .8rem
}

h1 {
    font-family: Gotham;
    font-weight: bolder;
    font-style: normal;
    color: #fff !important;
    letter-spacing: x;
    line-height: x
}

h2 {
    font-size: 1.75rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: x;
    line-height: x
}

h3 {
    font-size: 1.5rem;
    font-family: Gotham;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: x;
    line-height: x
}

h4 {
    font-size: 1.2rem;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    letter-spacing: x;
    line-height: x
}

p {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: x;
    line-height: x
}

ul {
    font-size: 1rem;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    letter-spacing: x;
    line-height: x
}

a {
    font-size: 1rem;
    font-family: '';
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: x;
    line-height: x
}

a:hover,
button:hover {
    cursor: pointer
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

textarea {
    min-height: 120px;
}

input:focus::-moz-placeholder {
    color: transparent !important
}

input:focus:-ms-input-placeholder {
    color: transparent !important
}

input:focus::placeholder {
    color: transparent !important
}

textarea:focus::-moz-placeholder {
    color: transparent !important
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

textarea:focus::placeholder {
    color: transparent !important
}

input,
textarea {
    border-radius: 10px;
    border: 1.5px solid #755c23 !important;
    background: 0 0 !important;
    color: #fcf4eb !important;
    font-size: .75rem !important;
    width: 100%;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #cfa33e inset !important;
    -webkit-text-fill-color: white !important
}

.forcondition {
    color: #fff !important;
    font-size: .7rem;
    font-family: Gotham
}

input {
    min-height: 40px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    min-height: 15px;
}

.margin-1 {
    margin: 0.2rem 0.5rem;
}

form .form-check.checkbox {
    text-align: center;
}

.conditions {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    font-size: .7rem;
    font-family: Gotham
}

.conditions:hover {
    color: #002c4f
}

.form-check {
    padding-left: 0 !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fcf4eb !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fcf4eb !important
}

input::placeholder,
textarea::placeholder {
    color: #fcf4eb !important
}

.merciPage #header {
    height: auto;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 70px
}

.merciPage #content {
    text-align: center;
    font-size: 25px
}

.merciPage .subtitle {
    margin-bottom: 20px
}

.merciPage img {
    width: 200px;
    margin: auto
}

.merciPage .send {
    cursor: pointer;
    font-size: 16px;
    background: #234261;
    color: #fff;
    border: 0;
    width: auto;
    border-radius: 0;
    padding: 11px 17px 13px;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
    -webkit-appearance: none;
    text-decoration: none
}

.merciPage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.scroll-warp {
    position: relative;
    transform: translateY(150px);
    opacity: .5;
    transition: 1s all ease
}

.scroll-warp.scrollanime {
    transform: translateY(0);
    opacity: 1
}

/***spacer****/
.spacer-hr-title {
    height: 1rem;
}

.spacer-hr {
    height: 1rem;
}

.gallry-equipement .six {
    width: 100%;
    margin: 0.5rem;
}

.gallry-equipement .four {
    width: 100%;
    margin: 0.5rem;
}

.spcer-sliderwarp {
    height: 2rem;
}

.isLoading{
    position: relative;
}
.isLoading::after{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #cfa33e6b;
    border-radius: 8px;
}
.isLoading::before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    z-index: 333333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
    }
  
    50% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
  }
  
  @keyframes sk-bounce {
    0%, 100% {
      transform: translate(-50%, -50%) scale(0);
    }
  
    50% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
  


.form-group-tel{
    margin-bottom: 0;
   }
   .form-group-tel label{
     position: unset;
     pointer-events: none;
     padding-left: 0.125rem;
     z-index: 1;
     color: #fff;
     font-size: 16px;
     font-weight: normal;
   }
   .iti--separate-dial-code .iti__selected-dial-code{
     color: #fff;
     font-size: .75rem !important;
   }
   .iti__arrow {
     margin-left: 6px;
     width: 0;
     height: 0;
     border-left: 3px solid transparent;
     border-right: 3px solid transparent;
     border-top: 4px solid #fff;
   }
   .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
  }
  ul.iti__country-list {

    font-family: Gotham;
    font-weight: 400;
    font-size: .75rem !important;
}
.margin-1{

    position: relative;
    margin-bottom: 20px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code,
input[type="text"].error,
input[type="email"].error {
    margin-bottom: 10px;
    display: block;
}

label.error {

    bottom: -20px;
    margin: 0;
    position: absolute;
}