@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900);
body {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    background-color: #ffffff;
    color: #444444;
    font-weight: 400;
    overflow-x: hidden;
}

.custom-nav {
    border-bottom: solid 1px #333333;
    background-color: #333333;
    box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    align-content: center;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;    
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px 0px;
    z-index: 999999999!important;
}

.baseline {
    font-size: 19px;
}

.sub-hd {
    width: 100%!important
}

.logo {
    width: 200px;
}

.bd-thanks {
    background-color: #ffffff;
    padding: 50px 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*.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-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;
}


/*.frame::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 80px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px;
    background-color: #2f4858;

    z-index: 0;
}*/

.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;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.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;
}

.single-item-slider {
    display: none;
}


/* Block3 */

.mb-30 {
    margin-bottom: 30px;
}

.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;
    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: #202020;
}

.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;
}

.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;
}

.prp {
    color: #fcca03;
}

::-moz-selection {
    background: #fcca03;
    color: #ffffff;
}

::selection {
    background: #fcca03;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

footer {
    background-color: #3a3a3a;
    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;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    
}

.tc h1 {
    line-height:1.5em;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.item {
    position: relative;
}