:root {
  --main-blue-color: #1c2a4b;
  --main-red-color: #8f1819;
}

body {
	background-color: #ffffff;
}
h1 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 28px;
}
h2 {
	font-weight: 200;
	font-size: 26px;
}
h5.h5_home {
	font-weight: 400;
	font-size: 18px;
}
p {
	font-size: 14px;
}

/***************************/





/* HEADER STYLE */

header{
	width: 100%;
	background-color: #315e85;
	z-index: 5;
}


.logo_header{
	background-color: #000;
	height: 100px;
	width: 150px;
	
}

.nav-item{
	font-size : 1rem;
	padding-right: 20px;	
}

.nav-item a{
	color: #fff !important;
}

.nav-item a::after{
	content: "";
	display: block;
    width: 0%; 
   
	border-bottom: 1px solid #fff;
	transition: .5s;
}

.nav-link{
	outline: 0;	
	font-weight: 500;
	color: #ffffff !important;
}

.nav-item a:hover::after,
.nav-item a:focus::after {
    width: 100%; 
}


.custom_nav_li_1_icon:hover {
	color: #ffffff;
	background: #1d1d1b;
}
.custom_nav_li_1_txt {
    background: #f9a80d;
	padding: 8px 1.5rem;
	color: #000000;
}
.custom_nav_li_1_txt:hover {
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
/* HEADER STYLE END */

/* PAGES STYLE */


.img_page_accueil{
	background-image: url("/image/hangar-canot.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -400px;
	height: 500px;
}


::selection{
	background: #69313c;
	color: #fff;
}

/* PAGES STYLE END */

/* MAIN STYLE ACCUEIL */

.btn_card-cafe{
	color: #fff;
}

.btn_card-pub{
	color: #fff;
}

.btn_card-cafe:hover{
	background-color: #fff;
}

.btn_card-pub:hover{
	background-color: #fff;
}

/* MAIN STYLE END */

/* CAFE STYLE START */

.bg_histoire{
	background-color: white;
	height: 100%;
	max-width: 100%;
	padding-bottom: 30px;
}

.title_index_style{
	padding-top: 30px;
	margin-left: 10%;
	margin-bottom: 25px;
}

.btn_accueil{
	color: #fff;
	background-color: #000;
	margin: 30px 0 30px 0;
}

.btn_accueil:hover{
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #000 !important;
}

.img_inter_accueil{
	background-color: #000;
	height: 300px;
}

.list_carte{
	list-style: none;
}

.list_carte li{
	margin-bottom: 10px;
}

.button_carte_style[aria-expanded="false"]{
	color: #000;
	border-bottom: 3px solid rgba(49, 94, 133, 0.5);
	border-radius: 0;
}

.button_carte_style[aria-expanded="true"],
.button_carte_style[aria-expanded="false"]:hover{
	border-bottom: 3px solid rgba(49, 94, 133, 1);
	border-radius: 0;
}

.button_carte_style:focus{
	outline: 0;
	box-shadow: 0 0 6px rgba(49, 94, 133, 0.25));
}

.cafe_strong_color{
	color: #315e85;
}

.sous_choix{
	margin-left: 50px;
	color: rgba(49, 94, 133, 0.9);
}
/* CAFE STYLE END */

/* PUB STYLE */

.button_carte_style_pub{
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_carte_style_pub[aria-expanded="false"]{
	color: #000;
	border-bottom: 3px solid rgba(138, 21, 28, 0.5);
	border-radius: 0;
}

.button_carte_style_pub[aria-expanded="true"],
.button_carte_style_pub[aria-expanded="false"]:hover{
	border-bottom: 3px solid rgba(138, 21, 28, 1);
	border-radius: 0;
}

.button_carte_style_pub:focus{
	outline: 0;
	box-shadow: 0 0 6px rgba(138, 21, 28, 0.25);
}

.price_position{
	position: absolute;
	right: 25%;
}

@media(max-width: 1280px){
	.price_position{
	position: absolute;
	right: 10%;
}
}

.pub_strong_color{
	color: #8a151c;
}
/* PUB STYLE END */


/* CONTACT STYLE */

.btn_contact{
	border: 1px solid #315e85;
}

.btn_contact:hover{
	background-color: #315e85;
	color: #fff;
}


.require_text{
	font-size: 12px;
	font-style: italic;
	margin-top: -10px;
}

textarea{
	resize: none;
}

.text_contact{
	display: inline;
	vertical-align: middle;
	font-size: 0.9em;
}

.contact_redirection {
	color: #000;
}

.contact_redirection:hover{
	text-decoration : none;
	color: #8a151c;
}


.cafe_strong_color {
    color: #315e85;
}

.has-error .help-block {
  color: red;
}

/* CONTACT STYLE END */


/* FOOTER STYLE */

.bg_footer{
	background-color: #202020; 
	color: #ffffff; 
	padding-top: 1px;
	margin-top: 25px;
}

.bg_footer-2{
	background-color: #202020;
	height: 55px;
	bottom: 0;
	max-width: 100%;
}

.text_footer{
	color: #fff;
	display: inline;
	vertical-align: middle;
}

.footer_contact_redirection {
	color: #fff;
}

.footer_contact_redirection:hover{
	text-decoration : none;
	color: #8a151c;
}

/* FOOTER SYTLE END */

.card-body-custom {
	padding-left: 0;
	padding-right: 0;
}

.breathing {
	-webkit-animation: breathing 30s ease-in-out 2s infinite alternate;
	animation: breathing 30s ease-in-out 2s infinite alternate;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@-webkit-keyframes breathing {
 from {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 to {
  -webkit-transform:scale(1.3);
  transform:scale(1.3)
 }
}
@keyframes breathing {
 from {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 to {
  -webkit-transform:scale(1.3);
  transform:scale(1.3)
 }
}

/* TarteAuCitron CSS */
#tarteaucitronAlertBig {
background-color: rgba(0,0,0,0.8) !important;
}
#tarteaucitronDisclaimerAlert, #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
color: #fff !important;
}
#tarteaucitronAlertSmall {
background-color: rgba(0,0,0,0.5) !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronCloseAlert {
border-radius: 3px !important;
}

#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
	margin-top: 0 !important;
	padding: 20px !important;
	position: inherit !important;
}