/*  
Theme Name: Viaduc de la souleuvre 2019
Theme URI: https://viaducdelasouleuvre.com/
Description: Thème Wordpress pour Viaduc de la souleuvre
Author: aprim
Author URI: www.aprim-caen.fr
*/

/**** Général ***/
.wrapper {
	text-align:center;
}
* {
	box-sizing:border-box;
}

.alignCenter {
	text-align:center;
}
.no-padding-left {
	padding-left:0px;
}
.no-padding-right {
	padding-right:0px;
}
.cookiebanner {
	margin: 10px;
	padding:10px;
	height:auto!important;
	border:solid 1px #080707;
	font-size:14px!important;
	background:rgba(35, 31, 32, 0.9)!important;
}
.cookiebanner:hover {
	background:rgba(35, 31, 32, 1)!important;
}
.cookiebanner span {
	display:inline-block;
	margin:10px;
	line-height:1em;
	color:#c1b8b5;
	text-align:justify;
}
.cookiebanner span a {
	display:inline-block;
	float:right;
	color:#edc887!important;
	font-weight:700;
	margin:5px 0px;
}
.cookiebanner span a:hover,
.cookiebanner-close:hover {
	color:#edc887!important;
}
.cookiebanner span a::after {
  font-family: 'ElegantIcons';
	content: "\35";
	margin-left:5px;
}


@media (min-width: 360px) {

}

@media (min-width: 768px) {
	.container {
		width:700px;
	}
}

@media (min-width: 992px) {
	.container {
		width:900px;
	}
}

@media (min-width: 1200px) {
	.container {
		width:1140px;	
	}
}

@media (min-width: 1500px) {

}

@media (min-width: 2000px) {

}