@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton');
 @import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Pacifico');


.vh-100 {
    height: 100vh;
}

body {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
background: url(../img/background01.jpg) no-repeat center fixed; 
	height: 100%;
	background-color: #EBEBEB;
}

@media screen and (min-width: 800px) {
	body { 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
		font-size: 30px;
	
}
}

.d-none {
    display: none;
}

h1 {
	font-family: 'Anton', sans-serif;
	text-align: left !important;
	font-size: 50px !important;
}

h2 {
	font-family: 'Anton', sans-serif;
	color: #17A2B8;
	margin-top: 20px;
	
}


.btn-light {
text-align: left;	
width: 100%;
font-size: 40px !important;
border: 1px solid #E5E5E5;
margin-left: 10px;
margin-right: 10px;
border-radius: 5px;
padding-top: 15px;
margin-bottom: 10px;
white-space: normal;
}

@media screen and (max-width: 800px) {
.btn-light {
font-size: 20px !important;
}	

h1 {
font-size: 30px !important;
}

h2 {
font-size: 20px !important;
	
}	
	
}

.reponses {
	margin-top: 50px;
}

form {
		margin-top: 50px;

}

.marginless {
	margin-top : 0px !important;
}


/* STYLES FORMULAIRE */


.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.btn-lg {
	 font-size: 30px;
	font-family: 'Anton', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.xxl {
	font-size: 70px !important;
}

.progress {
	border-radius: 0px !important;
}


.white {
	color: white !important;
	border-color: white !important;
}

.gris-clair {
	color: #17A2B8;
}

.btn_envoyer,.btn_autre {
	color: #17A2B8;
	border: 4px solid #17A2B8;
	font-size: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn_envoyer:hover,.btn_autre:hover {
	background-color: #17A2B8;
	border: 4px solid #17A2B8;
}

.btn_menu {
	color: #FFF;
	border: 4px solid #4B4B4B;
	background-color: #4B4B4B;
	font-size: 25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	opacity: 0.5;
	transition: .4s;
}

.btn_menu:hover {
	background-color: #4B4B4B;
	border: 4px solid #4B4B4B;
	opacity: 1;
}

/** MODAL **/

#animatedModal {
	background-color: #676767 !important;
}

#btn-close-modal {
     width:100%;
     text-align: center;
     cursor:pointer;
     color:#fff;
           }

/** CARDS **/

.card-img-top {
	width: 100%;
}


.card {
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	border-radius: 10px;
}

.card-body {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.showroom, .showroom:hover, .showroom:active {
	background-color: transparent;
	border: none;
}

.card video {
	width: 100%;
	height: auto;
	border-radius: 10px;
}


/** FOOTER **/
.logo {
	width: auto;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.logo2 {
	margin-right: 30px;
}


.fixed-bottom {
	position: relative;
	margin-top: 100px;
}

@media screen and (min-height: 1800px) {
.fixed-bottom {
	position: fixed;
}
}

/** SYNTHESE **/

.bloc-synthese {
	border: 3px solid #17A2B8;
	border-radius: 10px;
	width: 95%;
	background-color: white;
	padding-bottom: 40px;
	margin-bottom: 10px;
	
	
}

/** RUBAN **/

.ruban {
	background-color: #4E4E4E;
	background-image:linear-gradient(#4E4E4E, #606060);
	text-align: center;
	color:white;
	font-family: 'Pacifico', cursive;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
.ruban {
	font-size: 20px;
}	
}

/** SWIPER **/
.swiper-container {
      width: 100%;
      height: auto;
    }

.swiper-pagination {
	bottom: 0px;
}

.swiper-pagination-bullet {
	margin-right: 3px;
	width: 15px !important;
	height: 15px !important;
}
.swiper-pagination-bullet-active {
	padding-right: 5px;
	background: #17A2B8 !important;
}


.swiper-button-prev, .swiper-button-next {
   background-image: none !important;
	color: #17A2B8 !important;
	right: 40px !important;
	
	
}


/** IFRAME **/

iframe {
text-align: center;
margin-left: auto;
margin-right: auto;
}

/** MODAL **/

.modal-body, .modal-header {
	text-align: center !important;
}

.modal-header, .modal-footer {
	border-bottom: none;
	border-top: none;
}


  