@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900);
body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: Montserrat, sans-serif;
    background-color: #ffffff;
    color: #444444;
    font-weight: 400;
    overflow-x: hidden;
}

.no-mrg {
    margin: 0px;
}

.bd-thanks {
    background-color: #fbfbfb;
}

.main {
    color:#A66946;
}

.custom-nav {
    background-color:#fff;
    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:#403f4c;
    padding: 15px 0px;
    z-index: 99!important;
}

.baseline {
    font-size: 20px;
}

.sub-hd {
    width: 100%!important
}

.logo {
    width:170px;
}

.bg-hero {

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.hero-txt {
    padding: 20px 0px 0px 0px;
    clear: both;
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}



.valign-abs-txt-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    z-index: -1 !important
}

* .img-responsive {
    margin: 0 auto;
}

.brd {
    border: 2px solid black;
}


.nv-header img,
.logo-wht,
.logo-thnk {
    width: 250px;
    height: auto;
}

.logo-thnk {
    margin: 0 auto;
}

.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #8C391B;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-purple,
.btn-purple:hover {
    background-color: #730FC3;
    color: #ffffff;
    padding: 10px 12px;
    z-index: 999999 !important;
}

.btn:focus {
    outline: none !important;
    background-color: #593122!important;
}

.navbar-form {
    padding: 2px 0px 0px 0px;
}

.big-tt {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.7);
    font-size: 72px;
}

.sub-tt {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
    font-size: 35px;
}

.txt-aligner {
    text-align: left;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.m-auto {
    margin: auto;
}


/* Block3 */
.mt-10 {
    margin-top:10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
   margin-bottom: 15px; 
}

.pd-50 {
    padding: 50px 0px;
}

.light-grey {
    background-color: #f9f9f9;
}

.grn-ic {
    color: #04B398;
}

.square-box {
    border: none;
    padding: 10px 15px 10px 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: 17px;
}

.ttext {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7em;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* Form */

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #8C391B;
    width: 50px;
}

footer {
    background-image: linear-gradient(to right,#8C391B,#593122,#260801);
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}
.disclaimer {
    background-color: #f0f4f9;
    color: #9daab0;
    padding: 20px 0px;
}
.item {
    position: relative;
}

.ic-l i {
    font-size: 80px;
    background: -webkit-linear-gradient(#04B398, #852D91, #04B398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.ivg {
    width:120px;
}


::selection {
  background: #593122; /* WebKit/Blink Browsers */
  color:#ffffff;
}
::-moz-selection {
  background: #593122; /* Gecko Browsers */
  color:#ffffff;
}

/*success*/

.succ-ic {
   padding:25px;
   border:1px solid #eee;
   background-color:#ffffff;
}

.succ-ic img {
    width: 90px;
}

.logo_blanc{
    width: 150px;
}

.bloc {
    background-color: #A66946;
    color: white;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
}
