@charset "UTF-8";

/* CSS Document */

.space,.space-xs,.space-sm,.space-md,.space-lg {
	display:block;float:none;clear:both
	}

.space-xs {
	padding-top:5px;
	}
.space-sm {
	padding-top:15px;
	}
.space-md {
	padding-top:20px;
	}
.space {
	padding-top:30px;
	}
.space-lg {
	padding-top:50px;
	}
.space-xxl {
	padding-top:80px;
}

.space-bottom-md {
	padding-bottom: 20px;
}
.space-bottom-lg {
	padding-bottom: 40px;
}



.no-padding {
    padding: 0;
}
.no-padding-top {
	padding-top: 0px;
}

.padding-all-10 {
	padding: 10px;
}

.margin-top-lg {
	margin-top:50px;
}
.margin-top-md {
	margin-top: 40px;
}

.margin-top-xs {
	margin-top:10px;
}


.margin-bottom-lg {
	margin-bottom: 50px;
}
.margin-bottom-md {
	margin-bottom: 40px;
}
.margin-bottom-xs {
	margin-bottom: 5px;
}



.mrg-right-xs {
	margin-right:10px;
}
.mrg-right-md {
	margin-right:20px;
}

.margin-left-15px {
	margin-left: 15px;
}

.margin-left-50px {
	margin-left: 50px;
}


/*####################################*/
/* NAV BAR */

.navbar .logo {
	width: auto;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
@media (max-width: 479px) {
	.navbar .logo {
		height: 55px;
	}
}



#navigation .navbar-right li a.no-upper {
	text-transform:none;
}

/*Pour la gestion des drapeaux langues image en couleur*/
.topbar-icons img.flag {
    height: 20px;
    width: auto;
}

.topbar-icons a.nocolor,
.topbar-icons a.active {
	padding: 4px;
}

.topbar-icons a.nocolor img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}


.topbar-icons a.active img {
	filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
		border: 1px solid #FFFFFF;
		border-radius: 10px;
}

/*################################################################*/
/* PERSONNALISATION GENERALE */

.uppercase {
	text-transform:uppercase;
}

.text-rotate {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
 }

.clear-fix {
	clear:both;
}

.spacerleft {
	padding-left: 20px;
}
.spacerright {
	padding-right: 20px;
}

img.dessin {
	width: 90px;
	height: auto;
}

img.bouee {
	width: 80px;
	height: auto;
	float: left;
}

img.ancre {
	width: 80px;
	height: auto;
	float: left;
}

address.contact-page {
	margin-left: 80px;
}

#backToTop {
    background: rgba(255,255,255,0.6);
    color: #FFF;
    padding: 10px 0 3px;
    text-align: center;
    position: fixed;
    z-index: 6;
    bottom: 0;
    right: 60px;
    width: 54px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 60px 60px 0px 0px;
    -webkit-border-radius: 60px;
    border-radius: 60px 60px 0px 0px;
   -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
}
#backToTop.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.visible {
    visibility: visible!important;
}

.btn.btn-primary.btn-xs {
	font-size:12px;
}

#content a.btn {
	text-decoration:none;
	color:#FFFFFF;
}

.img-border {
	border: 1px solid #797979;
}

.logo-label {
	height: 120px;
	width: auto;
}

/* COLORS BTN INFO */

.btn.btn-info {
    background-color: #0a2240;
    border-color: #818386;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    
}


.btn.btn-info:hover, .btn.btn-info:focus {
	color:#0a2240;
	background-color:#FFFFFF;
}




/*@@@@@@@@@@@@@@@@@@@@*/
/* COLORS TEXTE */

.text-primary, .about-top h2.text-primary {
	color: #0a2240;
}

.text-info {
	color:#97885f;
}
.about-top h4.text-info {
	font-weight: 700;
	text-decoration: underline;
}


.text-success {
	color: #50CA10;
}



#content a, .about-us a {
    color: #000000;
    text-decoration: underline;
}

#content a:focus, #content a:hover, .about-us a:focus, .about-us a:hover {
	color:#0a2240;
}



/*@@@@@@@@@@@@@@@@@*/
/* COLORS BG */

.bg-primary {
	background-color:#0a2240;
	color: #000000;
}

.bg-info {
	background-color:#333;
}

.bg-warning {
	background-color: #DF0003;
	color: #FFFFFF;
}

.bg-success {
	background-color: #0a2240;
}

.bg-greyscale {
	background-color : rgba(0,0,0,0.80);
}

.bloc-txt-info {
	padding: 15px;
	border-radius: 5px;
}

/* --------------------------------*/
/* A ICON CARNET*/
a.icon-form {
	width: 100%;
	height: auto;
	display: block;
}

#about-us-page a.icon-form {
	margin-top: 100px;
}
@media (max-width: 479px) {
	#about-us-page a.icon-form {
	margin-top: 10px;
	}
}

a.icon-form img.fa-2x.fa-box{
	border: 1px solid #84909f;
}
a.icon-form img.fa-3x.fa-box,
a.icon-form img.fa-4x.fa-box {
	border: 3px solid #84909f;
}


a.icon-form:hover img.fa-3x.fa-box,
a.icon-form:hover img.fa-4x.fa-box,
a.icon-form.active img.fa-3x.fa-box,
a.icon-form.active img.fa-4x.fa-box {
	border: 5px solid #0a2240;
}
a.icon-form:hover img.fa-2x.fa-box,
a.icon-form.active img.fa-2x.fa-box {
	border: 3px solid #0a2240;
}



a.icon-form {
	text-decoration: none;
}

h2.title-carnet {
	margin-top: 16px;
	margin-bottom: 0px;
}


/* Boxed icons */

.fa-box {
	width: 30px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	border-radius: 50%;
}


/* Rounded icons @2x*/

.fa-2x.fa-round,
.fa-2x.fa-box,
.fa-2x.fa-round-social,
.fa-2x.fa-box-social,
.fa-2x.fa-bg-social {
    width: 50px;
    height: 50px;
    padding-top: 0px;
}


/* Rounded icons @3x*/

.fa-3x.fa-round,
.fa-3x.fa-box,
.fa-3x.fa-round-social,
.fa-3x.fa-box-social,
.fa-3x.fa-bg-social {
    width: 80px;
    height: 80px;
    padding-top: 0px;
}


/* Rounded icons @4x*/

.fa-4x.fa-round,
.fa-4x.fa-box,
.fa-4x.fa-round-social,
.fa-4x.fa-box-social,
.fa-4x.fa-bg-social {
    width: 160px;
    height: 160px;
    padding-top: 0px;
}

/* --------------------------------*/


/*------------------------------*/
/* LISTE PERSO */

.list-perso ul {
	margin-top:10px;
	margin-bottom:10px;
}

.list-perso ul li {
	margin-left:8px;
	margin-bottom:8px;
}
.list-perso ul li:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.list-perso ul li:before {
	content: "\f105";
	margin-right:5px;
}

.list-rgpd ul li:before {
	content: "|";
	margin-right:6px;
	color: #3e4044;
}

.list-rgpd ul li:first-child:before {
	content: "";
}



/*################################################################*/
/* SECTIONS */

.section-polygonal-primary {
	height: auto;
	background-image: url('../../images/bg/bg-head.jpg');
	background-repeat: no-repeat;
	background-position: center 90px;
	background-size: 60%;
	}

@media (min-width: 1200px) {
  .section-polygonal-primary {
      height: auto;
      background-image: url('../../images/bg/bg-head.jpg');
      background-repeat: no-repeat;
      background-position: center 80px;
      background-size: 40%;
  }
}



@media (max-width: 479px) {
	.section-polygonal-primary {
		background-image: url('../../images/bg/bg-head-xs-index.jpg');
		background-position: center 80px;
		background-size: 95%;
	}
}


/*################################################################*/
/* PRESENTATION CATALOGUE */



/* Flaconnage Liste */
/*
.list-flaconnage ul li:before {
	content: "|";
	margin-right:8px;
	color: #3e4044;
}

.list-flaconnage ul li:first-child:before {
	content: "";
	margin-left: 0px;
}
.list-flaconnage .list-inline>li:first-child {
	padding-left: 0px;
}
*/


/* pictos flaconnage*/
ul.flacons {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}


.list-flaconnage ul.flacons li {
	font-size: 21px;
	margin-right: 10px;
}
@media (max-width: 479px) {
	ul.flacons {
	}
	.list-flaconnage ul.flacons li {
		font-size: 18px;
		margin-right: 5px;
	}
}


#cave .list-flaconnage ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0a2240;
	padding: 2px;
	border: 1px solid #818386;
}

#cave .list-flaconnage ul li a:hover {
	background-color: #FFFFFF;
	color: #0a2240;
}


#cave .conditionnement a.btn.btn-info {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 21px;
	padding-top: 12px;
	padding-bottom: 12px;
}




/*################################################################*/
/* MEDIA QUERIES */

/* grand media */
@media (min-width: 1200px) {
	
    /*.about-us {
        min-height: 550px;
    }*/
}

/*iPads (portrait and landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	
}

@media only screen and (max-width:767px) {
}

/*iPhone */
@media (max-width: 479px) {
	

	
	.btn.btn-primary {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
	
	h3.text-primary {
		margin-top:10px;
	}
	
	.img-center-xs {
		margin-left: auto;
		margin-right: auto;
	}	
	
	.text-left-xs   { text-align: left;   }
	.text-center-xs { text-align: center; }
	.text-right-xs  { text-align: right;  }		
	
	.pull-left-xs  { float: left;  }
	.pull-right-xs { 
		left: auto;
		right: 0;
	}


}


/*==================================================*/


/* Section Contact Form Error-Success  & Inscription Form
   ================================================== */

.required {
    color: #fe5555;
}

#success,
#error,
#inscriptionsuccess,
#inscriptionerror,
#inscriptionerror2 {
    display: none;
}

#contact-map {
	height:500px;
	width:100%;
		
	}


.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	font-size: 14px;
}





/*==================================================*/
/* FOOTER */

.copyright {
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
}

.cyber_sign {
	font-size: 12px;
}
.cyber_sign img  {
	height: 15px;
}
@media (min-width: 1200px) {
	.cyber_sign {
	text-align: right;	
	}
}
@media only screen and (max-width:767px) {
	.cyber_sign { text-align: center; }
}
