@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
/* ***** End Common Css **** */


.hero-wrp{
    background-image: url("../images/hero-img.jpg");
    width: 100%;
    height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-wrp .hero-block{
    position: relative;
}
.hero-wrp .hero-block .car-img{
    position: absolute;
    right: 0;
    top: 140px;
    max-width: 775px;
}
.hero-wrp .hero-block h6{
    font-size: 18px;
    font-family: 'Arial Narrow';
    color: #fff;
    margin: 0;
    position: absolute;
    right: 70px;
    width: 50%;
    text-align: center;
    top: 15px;
}
.hero-info{
    padding: 10px 0 0 60px;
    max-width: 50%;
}
.hero-info img{
    max-width: 100%;
    margin: 0 auto 10px;
}
.hero-info .anniversaire-box{
    border-radius: 19px;
    background-color: rgb(251, 211, 89);
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.09);
    width: 292px;
    margin: 0 auto 16px;
    padding: 12px;
    position: relative;
}
.hero-info .anniversaire-box:before{
    position: absolute;
    content: "";
    height: 90%;
    width: 97%;
    top: 50%;
    left: 50%;
    border: 4px dotted #fff;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-info .anniversaire-box h4{
    margin: 0;
    font-size: 31px;
    line-height: 30px;
    font-family: 'Agenda';
    font-weight: 600;
    color:#12a09b;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 8px;
    position: relative;
    z-index: 9;
}
.hero-info h5{
    font-size: 35px;
    color: #fbd359;
    font-weight: 600;
    margin: 0 0 0px;
    text-align: center;
}
.hero-info h3{
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 0 0 8px;
}
.hero-info h2{
    font-size: 48px;
    color: #12a09b;
    font-weight:600;
    margin: 0 0 10px;
    background: #fbd359;
    padding: 5px 0;
    display: table;
    margin: 0 auto;
    width: 397px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.hero-info h2:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 70px;
    right: -70px;
    top: 0;
    bottom: 0;
    background: #fbd359;
}
.hero-info p{
    font-family: 'Arial Narrow';
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight:400;
}


.form-wrp{
    padding: 80px 0;
}
.form-wrp .container{
    max-width: 800px;
}
.form-wrp .form-group{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.form-wrp .form-group label{
    font-size: 15px;
    line-height: 20px;
    color: #05060b;
    font-weight:500;
    font-family: 'Arial';
    margin: 0;
    white-space: nowrap;
    margin-right: 12px;
}
.form-wrp .form-group .form-control{
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'Arial';
    border: 2px solid #e5e5e5;
    padding: 8px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.form-wrp .form-control1{
    margin-right: 12px;
}
.form-wrp select.form-control {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    background-image: url("../images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center right 8px;
}
.form-wrp .form-magasin{
    display: block;
    margin: 0 0 24px;
}
.form-wrp .form-magasin label{
    margin: 0 0 5px;
}
.form-wrp .form-checkbox {
    display: block;
}
.form-wrp .form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-wrp .form-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: flex-start;
}
.form-wrp .form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c9c9c9;
    height: 14px;
    width: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 10px 0 0;
}
.form-wrp .form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width:4px;
    height:8px;
    border: solid #12a09b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-participe,
.form-wrp form button{
    display: block;
    border: none;
    margin: 10px 0 0;
    font-size: 25px;
    color: #12a09b;
    font-family: 'Arial';
    font-weight: bold;
    background: #fedf73;
    padding: 8px 15px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform:uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-participe:hover,
.form-wrp form button:hover{
    background: #12a09b;
    color: #fff;
}


footer{
    background: #12a09b;
    padding: 32px 0;
}
footer p{
    font-size: 15px;
    font-family: 'Arial';
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 500;
}



#realisation-modal {
    color: #333;
}
#realisation-modal .modal-body img {
    width: 100%;
    max-width: 250px;
}
#realisation-modal .modal-dialog {
    text-align: center;
    background: #fff;
    font-size: 13px;
    margin: 0 auto;
}

#realisation-modal .close {
    font-size: 3rem;
    line-height: 1.5rem;
}
#realisation-modal .modal-dialog a{
    color: #12a09b;
    text-decoration: underline;
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}

#civility-outer input{
    display: none;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.5;
    user-select: none;

    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    color: #4a4a4a;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #12a09b;
    border-color: #e5e5e5;
    color: #fff;
}


.form-table {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.form-table .form-group{
    display: table-cell;
}
.form-group-label {
    width: 45%;
}
.dob-selector {
    padding-left: 5px;
}
#dob_d{
    width: 17%;
}
#dob_m{
    width: 19%;
}
#dob_y{
    width: 25%;
}
.dob-selector select.form-control{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#footer {
    background: #12a09b;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 15px;
    text-align: center;
}
#footer a{
    color: #fff;
    text-decoration: none;
}

.content-wrapper {
    padding: 60px 0;
    text-align: center;
}
.content-wrapper img {
    display: inline-block;
}
.text-content,
.title-share {
    font-size: 20px;
    margin-bottom: 15px;
}
#shareForm .btn-participe{
    display: inline-block;
    margin-bottom: 15px;
}


.continue-without {
    text-align: center;
}
.continue-without a{
    color: #000;
    text-decoration: underline;
}
.form-wrp .form-group {
    display: block;
}
.help-block {
    display: block;
    width: 100%;
}
.form-wrp .form-group.has-error .form-control {
    border-color: rgb(220, 53, 69);
}
.has-error .help-block {
    color: rgb(220, 53, 69);
}