/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			roulezrose
	Based on style:		prosilver
	Original author:	Roulez Rose
	Modified by:		
    --------------------------------------------------------------
*/

body {
	padding: 0px;
	padding-top: 130px;	
}

@media all and (max-width:700px) {
	body {
		padding-top: 120px;	
	}
}

header {
	position: fixed;
	height: 80px;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 99;
	-webkit-filter: drop-shadow(0 0 10px rgba(42, 36, 40, 0.2));
	filter: drop-shadow(0 0 10px rgba(42, 36, 40, 0.2));
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header svg {
	position: absolute;
	top: 100%;
	margin-top: -1px;
	width: 100%;
	height: 35px;
	z-index: 1;
}

@media all and (max-width:700px) {
	header svg {
		height: 25px;
	}
}

header svg polygon {
	fill: #fff;
}

header .page-header {
	margin: 1rem 0;
	border: 0;
	padding: 0;
}

.logo {
	padding-top: 0px;
}

header .page-header img {
	display: inline-block;
	vertical-align: middle;
	height: 96px;
	margin-bottom: -16px;
}

header > .container {
	position: relative;
	z-index: 2;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1152px;
}

@media only screen and (max-width:1220px), only screen and (max-device-width:1220px) {
	.container {
   		margin: 0 12px;
	}
}

@media all and (max-width:700px) {
	.container {
		margin: 0 auto;
		min-width: 290px;
		padding: 0 5px;
	}
}

.rrtitle {
	color: rgb(45, 41, 44);
	font-family: Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px;
	text-shadow: 2px -2px 0px #e6007e;
	text-transform: uppercase;
}

@media all and (max-width:700px) {
	.rrtitle {
	font-size: 30px;
	line-height: 30px;
	}
}
	
.rrsubtitle {
	color: rgb(45, 41, 44);
	font-family: Permanent Marker,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 4.4px;
	line-height: 35px;
	text-transform: lowercase;
}   

@media all and (max-width:700px) {
	.rrsubtitle {
	font-size: 20px;
	line-height: 25px;
	}
}

.anchor {
	height: 130px;
	margin-top: -130px;
	display: block;
	visibility: hidden;
}

footer {
	font-family: Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

footer * {
	box-sizing: border-box;
}

#footer-menu .second {
    color: #fff;
    background: #1d2735;
    background: linear-gradient(180deg,#1d2735 0,#1a2a3c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2735",endColorstr="#1a2a3c",GradientType=0);
    font-size: 12px;
    padding: 24px 0;
}

@media screen and (max-width:700px) {
	#footer-menu .second {
	    padding-left: 30px;
	    padding-right: 30px;
	    text-align: center;
	}
}

#footer-menu .second .logo-white::before {
    content: "";
    display: block;
    background: transparent url(images/roulezrose-logo-mono.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#footer-menu .second .logo-white {
    display: block;
    padding: 100% 0 0;
    width: 100%;
    font-size: 0px;
    white-space: nowrap;
    position: relative;
}

#footer-menu .second a {
    color: #eaf9f8;
    text-decoration: underline;
}


.columns {
    margin-top: -15px;
}
:last-child.columns {
    margin-bottom: -15px;
}
@media print, screen and (min-width:700px) {
	.columns {
	    margin-left: -15px;
	    margin-right: -15px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}

.column {
    display: block;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px;
}

@media print, screen and (min-width:700px) {
	.column.is-1, .column.is-1-tablet {
	    -webkit-box-flex: 0;
	    -ms-flex: none;
	    flex: none;
	    width: 8.33%;
	}
}

@media screen and (max-width:700px) {
	.column.is-offset-4-mobile {
	    margin-left: 33.33%;
	}
}
@media screen and (max-width:700px) {
	.column.is-4-mobile {
	    -webkit-box-flex: 0;
	    -ms-flex: none;
	    flex: none;
	    width: 33.33%;
	}
}

@media print, screen and (min-width:700px) {
	.column.is-3, .column.is-3-tablet {
	    -webkit-box-flex: 0;
	    -ms-flex: none;
	    flex: none;
	    width: 25%;
	}
}


#footer-menu .main {
    color: #fff;
    background: #2d292c;
    background: linear-gradient(180deg,#2d292c 0,#253141);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d292c",endColorstr="#253141",GradientType=0);
    padding: 48px 0;
}

#footer-menu .title {
    color: #fff;
    font-size: 21.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.125;
}

#footer-menu .menu ul {
    margin: 0;
}

#footer-menu .menu ul li {
    display: block;
    border-bottom: 1px solid #544c52;
    padding-top: 9.6px;
}

#footer-menu .menu ul li a {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 2px solid #544c52;
    padding: 3.2px 8px 3.2px 0;
    font-size: 13.92px;
    color: #fff;
    transition: all .3s ease;
}

#footer-menu .menu ul li a:hover {
    color: #e6007e;
    border-bottom-color: #e6007e;
    text-decoration: none;
}

#footer-menu .second .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer-menu .second p {
/*    margin-bottom: 0.75rem;*/
	font-size: 1em;
    opacity: 0.7;
}

@media print, screen and (min-width:769px) {
	#footer-menu .sociaux {
	    text-align: right;
	}
}

#footer-menu a.social {
    margin: 0 16px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #104d87;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

#footer-menu a.social.social-facebook {
    background: linear-gradient(45deg,rgba(53,81,132,0),#355184 80%,#355184);
    background-color: #095e5c;
}

#footer-menu a.social.social-instagram {
    background: linear-gradient(45deg,#e4794f,rgba(228,121,79,0));
    background-color: #9f33af;
}

#footer-menu a.social.social-twitter {
    background: linear-gradient(45deg,rgba(43,168,219,0),#2ba8db 80%,#2ba8db);
    background-color: #2bd7d9;
}

#footer-menu {
    position: relative;
}

#footer-menu .container {
    position: relative;
    z-index: 2;
}


body {
	background-color: #e0f0f0;
	background: #e0f0f0 url("images/bg-light-min.jpg") no-repeat center -150px;
}

main {
	padding-bottom: 15px;
}

@media screen and (min-width:700px) {
	main {
		padding-bottom: 100px;
	}

	#footer-menu .main .container::before {
	    content: "";
	    display: block;
	    width: 50%;
	    height: 190%;
	    left: 25%;
	    top: -60%;
	    position: absolute;
	    z-index: 1;
	    background: transparent url(images/roulezrose-roller-rose-comic.png) no-repeat 50%;
	    background-size: contain;
	}
	
	#footer-menu::after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	    background: transparent url(images/roulezrose-bg-footer.png) no-repeat top;
	}

	main {
		background: transparent url("images/roulezrose-bg-partenaires-min.jpg") no-repeat center bottom;
	}
}
