html {
  scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    color: #616161;
    font-weight: 400;
    overflow-x: hidden;
}

.custom-nav {
    background-color: #fff;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0px;
    z-index: 99 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.baseline {
    font-size: 19px;
}

.sub-hd {
    width: 100% !important
}

.logo {
    height: 90px;
}

.bd-thanks {
    background-color: #ffffff;
    padding: 50px 0px;
}



/*.valign-abs-txt-nav {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: -1 !important;
    font-size:23px;
    top: 45%;
    transform: translateY(-45%);
}*/

* .img-fluid {
    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;
}

.btn-purple,
.btn-purple:hover {
    background-color: #730FC3;
    color: #ffffff;
    padding: 10px 12px;
    z-index: 999999 !important;
}

.btn:focus {
    outline: none !important;
    background-color: #730FC3 !important;
}

.navbar-form {
    padding: 2px 0px 0px 0px;
}


.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-right {
    text-align: right
}

.b1 {
    border: 1px solid #ffffff;
}

.b2 {
    border: 1px solid red;
}

.b3 {
    border: 1px solid yellow;
}

.m-auto {
    margin: auto;
}

:is(h1, h2, h3, h4, h5, h6) {
    color: #222;
}

.img-holder {
    margin-bottom: 20px
}

.who-are {
    
}

.who-are h2{
   font-size:1rem;
   font-weight:600;
}

.social {
    font-size:22px;
    display: inline-flex;
    flex-wrap: nowrap;
    column-gap:20px; 
    
}
.social a {
    text-decoration: none;
    color:#555;
}

.social a:hover, 
.social a:focus {
    color:#000;
}


/* Block3 */

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}


.pd-50 {
    padding: 50px 0px;
}

.light-grey {
    background-color: #f9f9f9;
}

.grn-ic {
    color: #00d9a6;
}

.square-box {
    border: none;
    padding: 30px 15px 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    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: #202020;
}

.square-box:hover {
    transform: translateY(-20px);

}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 2px;
}

.ic img {
    width: 120px;
    height: auto;
}

.box-txt {
    padding: 20px 0px 0px 0px;
}

.box-txt .dsc {
    color: #616161;
}

.tt1 {
    font-weight: bold;

}

.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 #007b80;
    width: 50px;
}

.prp {
    color: #007b80;
}

::-moz-selection {
    background: #007b80;
    color: #ffffff;
}

::selection {
    background: #007b80;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

footer {
    background-color:#1e1e1e;
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

#home {
    position: relative;
    background:url('../img/1.jpg');
    padding: 50px 0px;
    min-height:480px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: white;
    /*position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.tc small {
    margin-bottom: 35px;
    color: #fff !important;

}

.tc h1 {
    line-height: 1.5em;


}

.tc h2 {
    font-size: 1.7rem;
}

.tc * {
    color: #fff !important;

}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    position: relative;
}


/* Vertical Tab */

.g1 {
    background-color:#0eb6aa!important;
}

.g2 {
    background-color:#0b8f86!important;
}

.g3 {
    background-color:#0c5d62!important;
}

.g4 {
   background-color:#003d3e!important;
}

.g5 {
    background-color:#223344!important;
}

.nav-pills-custom .nav-link {
    color: #fff;
    background: #fff;
    position: relative;
    font-size: 18px;
}

.nav-pills-custom .nav-link.active {
    text-decoration: underline;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
    
    .nav-pills-custom .g1::before {
        border-left: 10px solid #0eb6aa!important;
    }
    
        .nav-pills-custom .g2::before {
        border-left: 10px solid #0b8f86!important;
    }
    
        .nav-pills-custom .g3::before {
        border-left: 10px solid #0c5d62!important;
    }
    
        .nav-pills-custom .g4::before {
        border-left: 10px solid #003d3e!important;
    }
    
        .nav-pills-custom .g5::before {
        border-left: 10px solid #223344!important;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
