@font-face {
    font-family: "Arbalest";
    src: url("../fonts/Arbalest.ttf") format("truetype");
}

@font-face {
    font-family: "Sugo Pro Classic Trial";
    src: url("../fonts/Sugo-Pro-Classic-Regular-trial.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir Roman";
    src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: "Walkway";
    src: url("../fonts/Walkway-Condensed-SemiBold.ttf") format("truetype");
}

body{
   font-family: "Avenir Roman", sans-serif;
   font-size: 16px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   color: #ffffff;
}

header{
   width: 100%;
   height: 165px;
   background: #122119;
   border-bottom: 2px solid #f3bd03;
}

.site-header{
   width: 1140px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0px auto;
}

.xv_title{
   font-family: "Arbalest", sans-serif;
   font-size: 30px;
   color: #f3bd03;
}

.page-container{
   background-image: url("../img/bg_xavier-medium.jpg");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height: auto;
   padding: 50px 0px 100px;
}

.site-container{
   width: 1140px;
   display: flex;
   justify-content: space-between;
   margin: 0px auto;
   margin-bottom: 50px;
}

.column-left{
   width: 60%;
   background-color: rgba(44,56,53,0.9);
   padding: 50px 40px;
}

.column-right{
   width: 35%;
   background-color: rgba(44,56,53,0.9);
   padding: 30px 25px;
}

.column-right p{
   font-size: 17px;
   margin-bottom: 2rem;
   text-align: justify;
}

.xv_lp-h1{
   font-family: "Sugo Pro Classic Trial", sans-serif;
   font-size: 35px;
   color: #ffffff;
   text-transform: uppercase;
   text-align: center;
}

.xv_intro{
   font-family: "Walkway", sans-serif;
   font-size: 25px;
   text-align: center;
}

.voyant-identity{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 80%;
   margin: 0 auto;
   margin-bottom: 2rem;
}

.voyant-consult-detail{
   text-align: center;
   font-size: 17px;
}

.color-jaune{
   color: #d5a80b;
}

.text-gras{
   text-transform: uppercase;
}

/***********FORMULAIRE**********/

form{
   padding-bottom: 40px;
}

.form-group{
    margin-bottom: 1rem!important;
}

.form-custom,
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date]{
   display: block;
   width: 100%;
   color: #f1f2f2;
   font-size: 16px;
   border: none;
   border-radius: 0 !important;
   background: transparent;
   border-bottom: 1px solid #f1f2f2;
   padding: 10px 0px;
   transition: all .3s ease-in-out;
   margin-bottom: 10px;
}

.form-custom::placeholder,
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=date]::placeholder{
   color: #f1f2f2;
   font-size: 16px;
   letter-spacing: 1px;
}

.form-custom:focus,
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=date]:focus{
   outline: none;
   background-color: rgba(0, 0, 0, 0.6);
   padding-left: 5px;
   box-shadow: none!important;
}

.checkBox{
   display: flex;
}

.checkbox{
   width: 1rem;
   height: 1rem;
   margin-right: 1rem;
}

.checkBox.space{
   margin-top: 40px;
}

.checkBox a,
.form-check-label a,
.form-footer-text.small.text-muted a{
   text-decoration: none !important;
   color: #e2b207;
}

.checkBox a:hover,
.form-check-label a:hover,
.form-footer-text.small.text-muted a:hover{
   color: #000000;
}

.form-footer-text.small.text-muted{
   color: #fff!important;
}

.btnSend,
button.btn.btn-primary{
    font-family: "Arial", sans-serif;
    background-color: #e2b207;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 50px;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: 600;
    margin: auto;
}

.btnSend:hover,
button.btn.btn-primary:hover{
   background-color: #000000;
   color: #e2b207;
}

.button-center{
   text-align: center;
   padding: 40px 0px 20px;
}

.img-center{
   text-align: center !important;
}

.voyant-info p{
   font-size: 17px;
   text-align: justify;
}

.med-img-1{
   margin-bottom: 25px;
}

.med-img-2{
   margin-bottom: 25px;
}

.question-text{
   margin-bottom: 10px !important;
}

footer{
	background: #122119;
	padding: 30px 0px;
}

footer p{
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
}

.footer-link{
	text-decoration: none !important;
	color: #f3bd03;
}

.footer-link:hover{
	color: #700477;
}


/*===========RESPONSIVITE DESIGN===================*/

@media (min-width: 769px) and (max-width: 1200px){
   header{
      height: auto;
   }

   .site-header{
      flex-direction: column;
      width: 720px;
   }

   .site-container{
      flex-direction: column;
      width: 720px;
   }

   .column-left{
      width: 100%;
      margin-bottom: 40px;
   }

   .column-right{
      width: 100%; 
   }
}

@media (max-width: 768px){
   header{
      height: auto;
   }

   .site-header{
      flex-direction: column;
      width: 100%;
   }

   .site-container{
      flex-direction: column;
      width: 100%;
   }

   .column-left, .column-right{
      width: 95%;
      margin: 0 auto;
   }

   .column-left{
      margin-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
   }

   .column-right{
      padding-left: 20px;
      padding-right: 20px;
   }

   .xv_title{
      font-size: 25px;
      text-align: center;
   }

   .voyant-identity{
      flex-direction: column;
      width: 100%;
   }

   .xv_lp-h1{
      font-size: 28px;
   }

   .xv_intro{
      font-size: 20px;
   }

   footer{
      padding: 30px;
   }
}