:root {

    --primary-color: #191919;
    --primary-color-lighter: #232323;
    --accent: #fcca03;
    --accent-lighter: #fffae6;
    --secondary: #ed6f15;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    background-color: var(--primary-color-lighter);
    color: var(--accent-lighter);
    font-weight: 400;
    overflow-x: hidden;
}

.custom-nav {
    border-bottom:none;
    background-color: var(--primary-color);
    color: var(--accent-lighter);
    padding: 20px 0px;

}

.baseline {
    font-size: 19px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper h2{
   margin: 0px;
   padding: 0px;
   color: var( --accent-lighter);
   font-size: 24px;
}

.ic-form {
    background-color: var(--primary-color-lighter);
}

.sub-hd {
    width: 100%!important
}

.logo {
    width: 140px;
}

.bd-thanks {
    background-color: #ffffff;
    padding: 50px 0px;
}

.rge {
    background:#333333;
}

.rge img {
    height: 90px;
}


* .img-responsive {
    margin: 0 auto;
}

.logo-thnk {
    margin: 0 auto;
}

.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}




.offres {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 4.7%;
}

.succ-ic {
    padding: 25px;
    border: 1px solid #eee;
    background-color: #ffffff;
}

.succ-ic img {
    width: 90px;
}

.navbar-form {
    padding: 2px 0px 0px 0px;
}

.accent {
    color: var(--accent);
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elt-nav {
    display: flex;
    align-items: center;
    justify-content:space-between;
}

/*owl-custom*/

.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: var(--accent);
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    background:var(--accent-lighter);
}


/*owl-custom*/

.m-auto {
    margin: auto;
}


/* Block3 */

.mb-30 {
    margin-bottom: 30px;
}

.pd-50 {
    padding: 50px 0px;
}

.dark {
    background-color:var(--primary-color);
}

.grn-ic {
    color: #00d9a6;
}

.square-box {
    border: none;
    padding: 30px 15px 30px 15px;
    background-color: var(--primary-color);
    border-radius: 2.5rem;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    color: var(--accent-lighter);
}

.square-box:hover {
    transform: translateY(-20px);
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 2px;
}

.ic img {
    width: 120px;
    height: auto;
}

.border-r {
    border-radius: 2.5rem;
}

.tt1 {
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both!important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #fcca03;
    width: 50px;
    margin-left: 0;
}

.custom-hr-center {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #fcca03;
    width: 50px;
}


.prp {
    color: #fcca03;
}

::-moz-selection {
    background: #fcca03;
    color: #ffffff;
}

::selection {
    background: #fcca03;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

footer {
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: white;
     
}

.tc h1 {
    line-height:1.5em;
    margin: 0px;   
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.item {
    position: relative;
}