/* AVIS */
div#avis-important {
	display: block;
	width: 90%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -170px;
	padding: 0px;
	box-sizing: border-box;
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #8b2412;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
div#avis-important div.title {
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #8b2412;
	color: #ffffff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
}
div#avis-important div.texte {
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 17px;
	color: #000000;
}
div#avis-important div.link a {
	display: block;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-bottom: 1px;
	text-decoration: none;
}
div#avis-important div.link a:hover {
	
}
/* AVIS END */




body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 17px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}
body.page-bg {
	background-image: url(images/peres-enfants.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #fafafa;
}
div {
	position: relative;
}
img {
	display: block;
	width: 100%;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
a {
	color: #8b2412;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
input, textarea {
	background-color: #fafafa;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
}
input.button {
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px;
	border-bottom: 1px dotted #dddddd;
	border-left: 0px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;	
}






/* HEADER */
div#header {
	display: block;
	box-sizing: border-box;
	height: 680px;
	background-image: url(images/pere-et-fille.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
@media screen and (max-width: 600px) { 
div#header {
	height: 280px;
	background-size: auto 260px;
	background-position: right -100px bottom -30px;
	background-attachment: scroll;
}
}
@media screen and (min-width: 601px) and (max-width: 900px) { 
div#header {
	height: 280px;
	background-size: auto 300px;
	background-position: right -50px bottom -30px;
	background-attachment: scroll;
}
}
@media screen and (min-width: 901px) and (max-width: 1260px) { 
div#header {
	height: 500px;
	background-size: auto 500px;
}
}
div#header div#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 320px;
	height: auto;
	box-sizing: border-box;
	transition: 0.3s;
}
@media screen and (max-width: 830px) {
div#header div#logo {
	top: 15px;
	left: 15px;
	width: 170px;
}
}
div#header button.menu-btn {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	outline: none;
	border-right: 0px;
	transition: 0.3s;
	border: 0px;
	padding: 0px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	background-color: transparent;
	cursor: pointer;
	z-index: 95;
}
div#header button.menu-btn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 830px) {
div#header button.menu-btn {
	display: block;
	top: 20px;
	right: 20px
}	
}
@media screen and (min-width: 831px) and (max-width: 1260px) { 
div#header button.menu-btn {
	display: block;
}
}
/* HEADER END */



/* HEADER PAGE */
div.page div#header {
	display: block;
	height: 230px;
	background-image: none;
	margin-bottom: 0px;
}
@media screen and (max-width: 830px) {
div.page div#header {
	height: 110px;
}
}
/* HEADER PAGE END */







/* NAV */
div#nav {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 50px;
	text-align: center;
	z-index: 95;
}
@media screen and (max-width: 1260px) {
div#nav {
	display: none;
}	
}
/* NAV END */


/* DROP DOWN NAV */
ul.topnav {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	position: relative;
	font-size: 0px;  /* to remove spaces */
}
ul.topnav li {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
ul.topnav li a {
	display: block;
	height: 45px;
	margin-bottom: 5px;
	padding-top: 14px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
	margin-left: 11px;
	margin-right: 11px;
	text-align: center;
	transition: 0.3s;
	text-decoration: none;
	border-bottom: 4px dotted rgba(255, 255, 255, 0);
}
ul.topnav li a:hover {
	border-bottom: 4px dotted #8b2412;
	opacity: 1;	
}	
ul.topnav li a.faire-un-don {
	display: block;
	box-sizing: border-box;
	background-color: #8b2412;
	height: 50px;
	padding-top: 15px;
	border-radius: 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
ul.topnav li a.faire-un-don:hover {
	opacity: 0.7;
}
ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: auto;
	margin-left: 15px;
	border-top: 5px solid #ffffff;
}
ul.topnav li:hover ul {
	display: block;
}
ul.topnav li:hover ul li {
	float: none;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: auto;
}
ul.topnav li:hover ul li a {
	color: #ffffff;
	display: block;
	width: 100%;
	font-size: 15px;
	height: auto;
	margin: 0px;
	padding: 15px;
	text-decoration: none;
	background-color: #8b2412;
	text-align: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #6d1c0f;
	box-sizing: border-box;
	border-bottom: 4px dotted #8b2412;
}
ul.topnav li:hover ul li a:hover {
	color: #ffffff;
	background-color: #222222;
	border-bottom: 4px dotted #222222;
}
/* DROP DOWN NAV END */








div#news {
	border-top: 8px solid #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
div#news {
	padding-top: 30px;
	padding-bottom: 30px;
}
div.news {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}	
}
/* SLIDER */
div.slider.responsive {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
div.news {
	display: block;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	transition: 0.3s;
	text-decoration: none;
}
div.news span.titre {
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #8b2412;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) { 
div.news span.titre {
	font-size: 24px;
	line-height: 28px;
}
}
div.news span.description {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	margin-bottom: 15px;
}
div.news span.plus a {
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 12px;
	border-radius: 20px;
	background-color: #8b2412;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
div.news span.plus a img {
	display: block;
	width: 100%;
}
/* SLIDER END */

















/* CUSTOM ANIMATIONS */
@keyframes fadeup {
0% {
    opacity: 0;
	padding-top: 15px;
}
75% {
	opacity: 1;
	padding-top: 0px;
}
100% {
	opacity: 1;
	padding-top: 0px;
}
}
@keyframes fadein {
0% {
    opacity: 0;
}
75% {
	opacity: 0.75;
	padding-top: 0px;
}
100% {
	opacity: 1;
	padding-top: 0px;
}
}
/* CUSTOM ANIMATIONS END */







/* ANIMATIONS ON SCROLL */
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}
[data-animate-in="up"] {
    transform: translate3d(0, 50px, 0)
}
[data-animate-in="left"] {
    transform: translate3d(-15%, 0, 0)
}
[data-animate-in="right"] {
    transform: translate3d(15%, 0, 0)
}
[data-animate-in="down"] {
    transform: translate3d(0, -50px, 0)
}
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.5s ease, opacity 1.5s ease
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}
.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}
/* ANIMATIONS ON SCROLL END */






/* MISSION */
div#mission {
	display: block;
	width: 100%;
	padding: 80px;
	padding-left: 780px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	background-color: #f5f5f5;
	background-image: url(images/pere-et-fils.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
div#mission {
	margin-bottom: 60px;
}
}
@media screen and (max-width: 900px) {
div#mission {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	background-image: none;
	margin-bottom: 0px;
}	
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
div#mission {
	padding: 50px;
	padding-left: 450px;
	background-size: 500px auto;
	background-position: -100px;
}	
}
div#mission p.titre {
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	color: #8b2412;
	margin-bottom: 30px;
	margin-top: 0px;	
}
div#mission p.texte {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 0px;
	max-width: 840px;
}
@media screen and (max-width: 600px) {
div#mission p.texte {
	font-size: 18px;
	line-height: 26px;
}	
}
div#pere-et-fils {
	display: none;
	width: 100%;
}
div#pere-et-fils img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 600px) {
div#pere-et-fils {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
}
@media screen and (min-width: 601px) and (max-width: 900px) {
div#pere-et-fils {
	display: block;
	width: 100%;
	margin-bottom: 90px;
}	
}
/* MISSION END */










div.bouton {
	display: inline-block;
	height: 50px;
}
div.bouton.en-savoir-plus {
	width: 160px;
}
div.bouton.devenir-benevole {
	width: 180px;
	margin-bottom: 30px;
}
div.bouton.contactez-nous {
	width: 180px;
	margin-bottom: 30px;
}
div.bouton.faire-un-don {
	width: 150px;
	margin-bottom: 30px;
}
div.bouton.retour {
	width: 130px;
	margin-bottom: 30px;
}
div.bouton a {
	display: block;
	box-sizing: border-box;
	background-color: #8b2412;
	height: 50px;
	padding-top: 25px;
	border-radius: 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 0px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-align: center;
}
div.bouton.contactez-nous.blanc a {
	background-color: #ffffff;
	color: #8b2412;
}
div.bouton.retour a {
	background-image: url(images/arrow-left.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
}




div.partenaire {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 80%;
	max-width: 280px;
}
div.partenaire img {
	display: block;
	width: 100%;
}




div#canadon {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: auto;
	transition: 0.3s;
}
div#canadon:hover{
	opacity: 0.7;
}
div#canadon img {
	display: block;
	width: 100%;
}




div.appelez-nous a {
	display: block;
	box-sizing: border-box;
	font-size: 32px;
	line-height: 38px;
	text-decoration: none;
}
div.appelez-nous a span.numero {
	display: block;
	font-size: 46px;
	font-weight: bold;
	color: #444444;
	padding-top: 12px;
	
}











/* SECTION ÉLÉMENTS */
div.section-icon {
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	height: 280px;
	margin-bottom: 90px;
}
@media screen and (max-width: 930px) {
div.section-icon {
	display: block;
	width: 80%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 30px;
}	
}
div.section-wrap-element {
	display: inline-block;
	vertical-align: middle;
	width: calc(80% - 400px);
	max-width: 800px;
	height: auto;
	margin-left: 70px;
	text-align: left;
	margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
div.section-wrap-element {
	display: block;
	width: 85%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}	
}
@media screen and (min-width: 601px) and (max-width: 930px) {
div.section-wrap-element {
	display: block;
	width: 85%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
}
div.section-element {
	display: inline-block;
	box-sizing: border-box;
	background-color: #f5f5f5;
	min-height: 60px;
	font-size: 15px;
	border-radius: 30px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 65px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 0px center;
}
@media screen and (max-width: 930px) {
div.section-element {
	display: block;
	border-radius: 100px;
	padding-left: 75px;
	padding-right: 30px;
	background-position: left 10px center;
}	
}
/* SECTION ÉLÉMENTS END */











/* VIDÉO */
div#video-bg {
	width: 100%;
	display: block;
	margin-bottom: 90px;
	background-image: url(images/bg-video.png);
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 900px) {
div#video-bg {
	margin-bottom: 60px;
}
}
@media screen and (max-width: 900px) {
div#video-bg {
	background-size: auto 150px;
}
}
div#video-wrap {
	width: 80%;
	display: block;
	box-sizing: border-box;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 5px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #bbbbbb;
}
div#video {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #ffffff;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
div#video iframe, div#video object, div#video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}
/* VIDÉO END */






/* SOUS-MENU */
div.sous-menu a {
	display: inline-block;
	padding: 25px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 20px;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #bbbbbb;
	margin-bottom: 40px;
	transition: 0.3s;
	text-decoration: none;
	border-radius: 5px;
}
div.sous-menu a:hover {
	color: #ffffff;
	background-color: #8b2412;
	opacity: 1;
}
div.sous-menu a div.image {
	max-width: 180px;
	margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
div.sous-menu a div.image {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
/* SOUS-MENU END */







/* SECTION */
div.section {
	display: block;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
}
div.section.blanc {
	background-color: #ffffff;	
}
div.section.rouge {
	background-color: #8b2412;	
}
div.section div.content {
	display: block;
	width: 85%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
div.section {
	margin-bottom: 60px;
}
}
@media screen and (max-width: 900px) {
div.section {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-image: none;
}	
}
div.section h1 {
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	color: #8b2412;
	margin-bottom: 30px;
	margin-top: 0px;	
}
div.section h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	color: #8b2412;
	margin-bottom: 30px;
	margin-top: 0px;	
}
div.section h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 0px;	
}
div.section p.texte {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
	margin-top: 0px;
}
@media screen and (max-width: 600px) {
div.section p.texte {
	font-size: 18px;
	line-height: 26px;
}	
}
div.section ul {
	margin-top: 0px;
	margin-bottom: 25px;
}
div.section ul li {
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}
div.section div.image {
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 5px;
	box-shadow: 0px 0px 3px #999999;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div.section div.image img {
	display: block;
	width: 100%;
}
/* SECTION END */
















span.contact-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -9px;
	margin-right: 5px;
}
span.contact-icon img {
	display: block;
	width: 100%;
}
div#carte {
	display: block;
	width: 100%;
}
div#carte iframe {
	width: 100%;
	display: block;
	height: 500px;
	border: 0px;
}










div.publication a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 50px;
	text-decoration: none;
	background-color: #ffffff;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	color: #8b2412;
	font-size: 16px;
	border-radius: 30px;
	text-align: left;
}
div.publication.accueil a {
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 400px;
	font-size: 20px;
	margin-bottom: 0px;
}
div.publication.accueil.rouge a {
	background-color: #8b2412;
	color: #ffffff;
	margin-bottom: 10px;
}
div.publication a img {
	display: inline-block;
	width: 12px;	
}
div.publication.pdf a {
	background-image: url(images/icon-pdf.png);
	background-position: left 15px center;
	background-size: 25px;
}
div.publication.web a {
	background-image: url(images/icon-web.png);
	background-position: left 13px center;
	background-size: 31px;
}
div.publication.actualite a {
	background-image: url(images/icon-actualite.png);
	background-position: left 15px center;
	background-size: 25px;
}
div.publication.arrow-right a {
	background-image: url(images/arrow-right.png);
	background-position: left 15px center;
	background-size: 28px;
}








span.rouge {
	color: #8b2412;	
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}




/* CONTACT */
div.contact {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
div.contact.courriel {
	margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
div.contact {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 80%;
}
div.contact.adresse {
		margin-top: 40px;
}	
}
div.contact.telephone a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
div.contact span.icon {
	display: block;
	width: 80px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
div.contact span.icon img {
	display: block;
	width: 100%;
}
div.intervenant {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #bbbbbb;
	transition: 0.3s;
}
div.intervenant:hover {
	box-shadow: 0px 0px 10px #bbbbbb;
}
div.intervenant a {
	font-size: 13px;
}
@media screen and (max-width: 600px) {
div.intervenant {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 100%;
}	
}
/* CONTACT END */






/* ACTUALITÉ */
div.actualite-content {
	display: block;
	box-sizing: border-box;
	padding: 30px;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #bbbbbb;
}
div.actualite-lien {
	display: block;
	box-sizing: border-box;
	padding: 30px;
	text-align: left;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 3px #bbbbbb;
	font-size: 16px;
}
div.actualite-lien img {
	display: inline-block;
	width: 12px;	
}
div.actualite-publication {
	display: block;
	font-size: 14px;
	color: #444444;
	margin-top: 25px;
	margin-bottom: 40px;
}
div.actualite-image {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 3px #bbbbbb;
}
div.actualite-image img {
	display: block;
	width: 100%;	
}
/* ACTUALITÉ END */



/* FOOTER */
div#footer {
	display: block;
	width: 100%;
	border-top: 8px solid #f5f5f5;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fafafa;
	box-sizing: border-box;
	color: #868689;
}
@media screen and (max-width: 900px) {
div#footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
div#footer div.logo {
	width: 80%;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#footer div.logo {
	display: block;
	width: 100%;
}
div#footer p {
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 26px;
}
div#footer p a {
	color: #666666;
}
div#footer div.social {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 34px;
	height: 34px;
	background-color: #000000;
	transition: 0.3s;
}
div#footer div.social:hover {
	background-color: #444444;	
}
div#footer div.social a {
	display: block;
	width: 100%;
}
div#footer div.social a:hover {
	opacity: 1;
}
/* FOOTER END */






/* COOKIES */
div#cookies {
	position: fixed;
	box-sizing: border-box;
	bottom: 0px;
	width: 100%;
	background-color: #8b2412;
	color: #ffffff;
	padding: 40px;
	transition: 0.3s;
	z-index: 100;
}
div#cookies div#cookies-content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-right: 20px;
}
@media screen and (max-width: 900px) {
	
}
div#cookies div#cookies-content p {
	margin-top: 0px;
	margin-bottom: 20px;
}
div#cookies div#cookies-content a {
	color: #ffffff;
}
div#cookies div#cookies-content button.close {
	position: absolute;
	top: -15px;
	right: -15px;
	color: #8b2412;
	margin: 0px;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	border: 0px;
	border-radius: 17px;
	padding-top: 3px;
	margin-left: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-color: #ffffff;
	transition: 0.3s;
}
div#cookies div#cookies-content button.close:hover {
	opacity: 0.7;
}
div#cookies div#cookies-content button.close a {
	color: #8b2412;
	text-decoration: none;		
}
/* COOKIES END */




div.clear {
	clear: both;
}




/*
rouge: #8b2412;
gris: #868689;
*/






