@font-face {
font-family: 'Roboto Re';
src:  url(//www.saintquentin-volley.fr/wp-content/themes/sqv/fonts/Roboto-Regular.woff2) format('woff2'),
url(//www.saintquentin-volley.fr/wp-content/themes/sqv/fonts/Roboto-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Roboto Bo';
src:  url(//www.saintquentin-volley.fr/wp-content/themes/sqv/fonts/Roboto-Bold.woff2) format('woff2'),
url(//www.saintquentin-volley.fr/wp-content/themes/sqv/fonts/Roboto-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
} :root {
--bleu-2: #222;
--gris-1: #f6f6f6;
--gris-2: #dadada;
--rouge-1: #c70b1c;
--bleu-1: #20345d;
--bleu-2: #0c1527;
}
html {
overflow-x: hidden;
}
body,
html {
width: 100%;
height: auto;
font-size: 16px;
}
body {
font-family: 'Roboto Re', Helvetica, sans-serif;
color: var(--bleu-2);
}
section {
padding: 3rem 0;
}
b,
strong {
font-family: 'Roboto Bo', Helvetica, sans-serif;
font-weight: 900;
}
a {
color: var(--bleu-2);
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
button:hover,
button:focus,
a:hover,
a:focus {
color: var(--rose-1) !important;
box-shadow: 0 !important;
outline: 0 !important;
}
p {
color: var(--bleu-2);
line-height: 1.3;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto Bo', Helvetica, sans-serif;
}
h1 {
font-size: 2.3rem;
}
h2.style-1 {
color: var(--bleu-2);
font-size: 2rem;
text-transform: uppercase;
text-align: left;
position: relative;
padding-left: 1rem;
}
h2.style-1:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 4px;
height: 100%;
left: 0;
}
h3 {
font-size: 1.5rem;
}
.btn {
border: none;
z-index: 1;
position: relative;
font-size: 16px;
padding: 15px 40px;
overflow: hidden;
border-radius: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 500;
display: table;
margin: 0 auto;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn.btn-primary {
background: var(--rouge-1);
color: #ffffff;
}
.btn.btn-primary:hover {
background: var(--gris-1);
color: var(--bleu-2);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
figure {
margin: 0;
}
.card {
border-radius: 0;
border: 0;
background-color: transparent;
}
.card img {
border-radius: 0 !important;
}
.actualites:before,
#contact:before,
#joueurs-page:before {
content: "";
background-color: var(--bleu-2);
position: absolute;
width: 100%;
height: 15rem;
top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .card > * {
flex: 0 0 auto;
}
} header h1 {
margin-bottom: 0;
}
header .logo {
max-width: 380px;
}
@media screen and (max-width: 767px) {
header .logo {
max-width: 100%;
}
} .top-nav .top-nav-wrapper {
display: table;
margin-left: auto;
}
.top-nav .top-nav-wrapper .top-nav-content {
display: table-cell;
vertical-align: middle;
}
.top-nav .top-nav-wrapper .top-nav-content li {
display: inline-block;
margin-bottom: 0;
}
.top-nav .top-nav-wrapper .top-nav-content li a {
color: var(--rouge-1);
font-family: 'Roboto Bo', Helvetica, sans-serif;
font-size: 0.9rem;
text-align: center;
padding: 0 0.5rem;
}
.top-nav .top-nav-wrapper .top-nav-content li.nav-item a:hover {
color: var(--bleu-2);
}
@media screen and (max-width: 991px) {
#navigation .top-nav .top-nav-wrapper {
margin: 0 auto;
}
#navigation .top-nav .top-nav-wrapper .top-nav-content {
display: block;
width: 100%;
padding: 0;
margin: 1rem 0;
}
#navigation .top-nav .top-nav-wrapper .top-nav-content .social-icon-colored {
margin: 0;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.top-nav {
padding: 0;
}
} #navigation .navbar {
padding: 0;
margin: 0;
}
#navigation .navbar .navbar-nav {
margin-top: 1.2rem;
}
#navigation .navbar .navbar-nav li {
padding-left: 0;
margin-bottom: 0;
position: relative;
}
#navigation .navbar .navbar-nav li:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 2px;
height: 100%;
left: 0;
}
#navigation .navbar .navbar-nav li:first-child:before {
display: none;
}
#navigation .navbar .navbar-nav li a {
color: var(--bleu-2);
font-family: 'Roboto Bo', Helvetica, sans-serif;
text-transform: uppercase;
font-size: 0.9rem;
text-align: center;
margin: 0 0.25rem;
padding: 0 0.8rem;
}
#navigation .navbar .navbar-nav li a.active {
background-color: transparent;
color: var(--rouge-1) !important;
}
#navigation .navbar .navbar-nav li:last-child a {
padding-right: 0;
margin-right: 0;
}
#navigation .navbar .navbar-nav li a:hover {
color: var(--rouge-1) !important;
}
#navigation .navbar .navbar-nav .dropdown-toggle::after {
display: none;
}
#navigation .navbar ul.navbar-nav .dropdown-menu {
padding: 0.5rem;
border-radius: 0;
border-left: 4px solid var(--rouge-1);
}
#navigation .navbar ul.navbar-nav .dropdown-menu li:before {
display: none;
}
#navigation .navbar ul.navbar-nav .dropdown-menu li a {
color: var(--bleu-2);
font-size: 0.9rem;
text-transform: inherit;
padding: unset;
margin: 0.25rem 0;
text-align: left;
}
#navigation .navbar ul.navbar-nav .dropdown-menu li a:hover {
background-color: transparent;
color: var(--rouge-1) !important;
} #navigation .navbar.fixed-header {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 150;
padding: 0.5rem 1rem;
}
#navigation .navbar.fixed-header .offcanvas-menu {
display: flex !important;
}
#navigation .navbar.fixed-header .page {
display: none;
}
#navigation .navbar.fixed-header .logo {
max-height: 85px;
}
#navigation .navbar.fixed-header .navbar-nav {
border: 0;
padding: 0;
}
#navigation .navbar.fixed-header .navbar-nav li a {
margin-top: 0;
}
@media screen and (max-width: 1199px) {
#navigation .navbar .submenu .navbar-nav li a {
font-size: 0.8rem;
}
}
@media screen and (max-width: 991px) {
#navigation .navbar {
padding: 0 12px;
}
#navigation .navbar .navbar-brand {
color: var(--rose-1);
text-transform: uppercase;
font-size: 0.9rem;
margin: 0.5rem 0;
display: block !important;
max-width: 250px;
}
#navigation .navbar .offcanvas-menu {
display: flex !important;
}
#navigation .navbar ul {
background-color: #fff;
margin: 0 auto;
padding: 0.5rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#navigation .navbar .navbar-nav li {
margin-bottom: 0.5rem;
}
#navigation .navbar .navbar-nav li:before {
display: none;
}
#navigation .navbar .navbar-nav li:last-child a {
padding-right: 0.8rem;
margin-right: 0.25rem;
}
#navigation .navbar .offcanvas-header .btn-close {
top: 1rem;
position: absolute;
right: 1rem;
}
#navigation .navbar .navbar-toggler {
background-color: var(--bleu-1);
color: #fff;
border-color: var(--bleu-1);
z-index: 15;
}
#navigation .navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navigation .navbar.fixed-header .navbar-toggler {
margin: 0 0 0 auto;
}
} div[id^="carousel"] {
position: relative;
max-width: 1920px;
margin: 0 auto;
}
div[id^="carousel"] .carousel-item {
background-color: #e8e9eb;
height: 650px;
position: relative;
}
div[id^="carousel"] .carousel-item:before {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-00.png);
background-position: initial;
background-repeat: repeat;
background-size: initial;
position: absolute;
width: 100%;
height: 100%;
}
div[id^="carousel"] .carousel-item img {
position: absolute;
right: -20px;
height: 100%;
margin: 0 auto;
object-fit: contain;
object-position: center center;
transition: transform 0.5s ease;
-webkit-animation: mover 2s infinite  alternate;
animation: mover 2s infinite  alternate;
}
div[id^="carousel"] .carousel-item video {
position: absolute;
top: 50%;
left: 0;
right: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
transform: translateY(-50%);
margin: 0 auto;
text-align: center;
z-index: 1;
}
div[id^="carousel"] .carousel-control-next,
div[id^="carousel"] .carousel-control-prev {
background: transparent;
z-index: 3;
}
div[id^="carousel"] .carousel-caption {
right: unset;
bottom: unset;
left: 15%;
text-align: left;
top: 50%;
transform: translateY(-50%);
width: 30%;
z-index: 5;
}
div[id^="carousel"] .carousel-caption .caption-title {
color: #fff;
font-size: 3.5rem;
font-style: normal;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
margin-bottom: 1rem;
}
div[id^="carousel"] .carousel-caption .caption-text * {
color: #fff;
}
div[id^="carousel"] .carousel-caption .btn.btn-primary {
background: #fff;
color: var(--bleu-2);
}
div[id^="carousel"] .carousel-caption .btn.btn-primary:hover {
background: var(--gris-1);
color: var(--bleu-2) !important;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
@media screen and (max-width: 991px) {
div[id^="carousel"] .carousel-item {
height: 550px;
}
div[id^="carousel"] .carousel-item img {
display: none;
}
div[id^="carousel"] .carousel-caption {
width: 70%;
}
div[id^="carousel"] .carousel-caption .caption-title {
font-size: 4rem;
}
}
@media screen and (max-width: 767px) {
div[id^="carousel"] .carousel-caption .caption-title {
font-size: 3rem;
}
}
@media screen and (max-width: 575px) {
div[id^="carousel"] .carousel-caption .caption-title {
font-size: 2rem;
}
}
#carouselAccueil:after {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-01.png);
position: absolute;
width: 161px;
height: 296px;
-webkit-animation: upmover 1.5s infinite  alternate;
animation: upmover 1.5s infinite  alternate;
bottom: 10%;
} #intro {
position: relative;
}
#intro:before {
content: "";
background-color: var(--bleu-2);
position: absolute;
width: 100%;
height: 35%;
bottom: 0;
} .widget-title {
position: relative;
padding-left: 1rem;
}
.widget-title:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 4px;
height: 100%;
left: 0;
} #a-venir {
background-color: var(--bleu-2);
position: relative;
width: 100%;
height: 100%;
}
#a-venir:before,
#a-venir:after {
content: "";
position: absolute;
width: 100%;
height: 50%;
z-index: 1;
}
#a-venir:before {
background: linear-gradient(to bottom, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
top: 9%;
}
#a-venir:after {
background: linear-gradient(to top, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
bottom: -10%;
}
#a-venir img.background {
position: absolute;
top: 60%;
transform: translateY(-50%);
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
width: 100%;
opacity: 0.25;
z-index: 0
}
#a-venir .widget .widget-title {
color: #fff;
font-size: 2rem;
margin-bottom: 2rem;
}
#a-venir .widget .sp-template * {
color: #fff
}
#a-venir .widget .sp-template-countdown .team-logo {
width: auto;
height: 150px;
max-width: 8em;
}
#a-venir .widget .sp-template-countdown .event-name,
#a-venir .widget .sp-template-countdown .event-venue,
#a-venir .widget .sp-template-countdown .event-league,
#a-venir .widget .sp-template-countdown .event-date,
#a-venir .widget .sp-template-countdown .sp-countdown span {
background: transparent;
border: 0;
}
#a-venir .widget .sp-template-countdown .event-name {
margin-bottom: 0;
}
#a-venir .widget .sp-template-countdown .event-name a {
font-size: 2.5rem;
min-height: 150px;
}
#a-venir .widget .sp-template-countdown .event-venue,
#a-venir .widget .sp-template-countdown .event-date {
text-align: center;
font-weight: bold;
font-size: 1.5rem;
padding-top: 0;
padding-bottom: 0.1rem;
}
#a-venir .widget .sp-template-countdown .event-name,
#a-venir .widget .sp-template-countdown .event-league,
#a-venir .widget .sp-template-countdown .sp-countdown span {
text-align: center;
font-weight: bold;
font-size: 1.1rem;
padding: 0;
margin-bottom: 2rem;
}
#a-venir .widget .sp-template time {
width: 30%;
position: relative;
display: block;
margin: 0 auto;
}
#a-venir .widget .sp-template time span {
font-size: 1.8rem !important;
}
@media screen and (max-width: 991px) {
#a-venir .widget .sp-template-countdown .logo-odd {
margin-left: 5%;
}
#a-venir .widget .sp-template-countdown .logo-even {
margin-right: 5%;
}
}
@media screen and (max-width: 767px) {
#a-venir .widget .sp-template-countdown .team-logo {
display: none;
}
#a-venir .widget .sp-template time {
width: 50%;
}
}
@media screen and (max-width: 575px) {
#a-venir .widget .sp-template time {
width: 70%;
}
} #derniers-evenements {
background-color: var(--bleu-2);
}
#derniers-evenements .widget .widget-title {
color: #fff;
font-size: 2rem;
}
#derniers-evenements .widget .sp-row {
border: 10px solid;
}
#derniers-evenements .widget .sp_event_spec {
text-align: center;
}
#derniers-evenements .widget .sp_event_spec span.sp_event_spec_label {
font-family: 'Roboto Bo', Helvetica, sans-serif;
}
#derniers-evenements #sportspress-event-blocks-3 .sp-row:first-child {
display: none;
} #joueurs {
background-color: #fff;
}
#joueurs button.slick-arrow {
background-color: var(--bleu-1);
height: 54px;
width: 54px;
border-radius: 0;
padding-top: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#joueurs button.slick-arrow:hover {
background: var(--gris-1);
color: var(--bleu-2);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
section[id^="joueurs"] .card .card-img-top {
transition: all 0.5s ease;
transform: scale(1);
}
section[id^="joueurs"] .card:hover .card-img-top {
transform: scale(1.05);
}
section[id^="joueurs"] .card .player-info {
padding: 15px 30px 15px 30px;
transition: all 0.5s ease-in-out;
width: 100%;
display: flex;
justify-content: center;
z-index: 3;
}
section[id^="joueurs"] .card .player-info .player-number {
flex: 0 0 55px;
width: 55px;
height: 55px;
display: flex;
align-items: center;
background-color: var(--rouge-1);
margin-right: 15px;
justify-content: center;
font-size: 30px;
color: #fff;
}
section[id^="joueurs"] .card .player-info .player-name .title {
font-size: 18px;
margin-bottom: 0.2rem;
}
section[id^="joueurs"] .card .player-info .player-name .poste {
color: var(--bleu-1) !important;
line-height: 1;
} #joueurs-page {
background-color: var(--gris-1);
position: relative;
}
#joueurs-page:after {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-00.png);
background-position: initial;
background-repeat: repeat;
background-size: cover;
position: absolute;
width: 100%;
height: calc(100% - 15rem);
top: 15rem;
} #actualites {
position: relative;
}
#actualites:after {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-03.png);
background-size: contain;
position: absolute;
width: 440px;
height: 439px;
-webkit-animation: upmover 1.5s infinite alternate;
animation: upmover 1.5s infinite alternate;
bottom: -30%;
right: 5%;
z-index: -1;
}
#actualites .blog-post {
position: relative;
cursor: pointer;
}
#actualites .blog-post .blog-image {
position: relative;
overflow: hidden;
}
#actualites .blog-post .blog-image:before {
position: absolute;
content: "";
background: linear-gradient(to top, rgba(34, 34, 34, 0) 0, rgba(34, 34, 34, 0.3) 100%);
left: 0;
width: 100%;
height: 45%;
top: 0;
z-index: 1;
transition: all 0.3s ease;
}
#actualites .blog-post .blog-image img {
transition: all 0.5s ease;
transform: scale(1);
}
#actualites .blog-post:hover .blog-image img {
transform: scale(1.1);
}
#actualites .blog-post .blog-post-details {
position: inherit;
left: inherit;
right: inherit;
width: 100%;
z-index: 2;
bottom: inherit;
padding: 0px;
padding-top: 20px;
}
#actualites .blog-post .blog-post-details .blog-title {
font-family: 'Roboto Bo', Helvetica, sans-serif;
color: var(--rouge-1);
font-size: 24px;
line-height: 28px;
position: relative;
padding-bottom: 1rem;
}
#actualites .blog-post .blog-post-details .blog-title:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 3rem;
height: 2px;
bottom: 0.3rem;
left: 0;
}
#actualites .blog-post .blog-post-details .blog-title a:hover {
color: var(--rouge-1);
}
#actualites .blog-post .blog-post-details .blog-title:hover {
color: var(--rouge-1);
}
#actualites .blog-post .blog-image .blog-post-date {
position: absolute;
top: 20px;
left: 20px;
background-color: var(--rouge-1);
z-index: 3;
color: #fff;
text-align: center;
width: 80px;
}
#actualites .blog-post .blog-image .blog-post-date span {
display: block;
}
#actualites .blog-post .blog-image .blog-post-date .date {
margin-top: 8px;
font-size: 26px;
font-weight: bold;
}
#actualites .blog-post .blog-image .blog-post-date .month {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 10px;
} #single-content {
padding-top: 0 !important;
margin-top: -3rem !important;
}
#single-content .blog-image {
height: 500px;
position: relative;
}
#single-content .blog-post .blog-image:before {
position: absolute;
content: "";
background: linear-gradient(to top, rgba(34, 34, 34, 0) 0, rgba(34, 34, 34, 0.3) 100%);
left: 0;
width: 100%;
height: 45%;
top: 0;
z-index: 1;
transition: all 0.3s ease;
}
#single-content .blog-image img {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
width: 100%;
z-index: 0;
}
#single-content .blog-post-date {
position: absolute;
top: 20px;
left: 20px;
background-color: var(--rouge-1);
z-index: 3;
color: #fff;
text-align: center;
width: 80px;
}
#single-content .blog-post-date span {
display: block;
}
#single-content .blog-post-date .date {
margin-top: 8px;
font-size: 26px;
font-weight: bold;
}
#single-content .blog-post-date .month {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 10px;
} #partenaires {
background-color: var(--bleu-1);
} .tg-breadcrumb {
color: var(--gris-1);
padding: 0;
z-index: 2;
margin: 0;
list-style: none;
text-align: right;
position: relative;
display: inline-block;
text-transform: uppercase;
font: 13px/19px 'Roboto Bo', Helvetica, sans-serif;
}
.tg-breadcrumb span {
color: var(--gris-1);
width: auto;
list-style-type: none;
display: inline-block;
vertical-align: middle;
line-height: inherit;
padding: 0 2px;
position: relative;
margin: 0;
}
.tg-breadcrumb span a {
color: var(--gris-1);
display: block;
} #banniere {
background-color: var(--bleu-2);
position: relative;
width: 100%;
height: 100%;
}
#banniere:before,
#banniere:after {
content: "";
position: absolute;
width: 100%;
height: 50%;
z-index: 1;
}
#banniere:before {
background: linear-gradient(to bottom, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
top: 0;
}
#banniere:after {
background: linear-gradient(to top, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
bottom: 0;
}
#banniere img.background {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
width: 100%;
opacity: 0.25;
z-index: 0
}
#banniere h1 {
text-align: left;
position: relative;
padding-left: 1rem;
}
#banniere h1:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 4px;
height: 100%;
left: 0;
} section[id^="contenu"] h2 {
color: var(--gris-2);
}
section[id^="contenu"].fond {
position: relative;
}
section[id^="contenu"].fond:before {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-00.png);
background-position: initial;
background-repeat: repeat;
background-size: initial;
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
section[id^="contenu"].parallax {
background-color: var(--bleu-2);
position: relative;
width: 100%;
height: 100%;
}
section[id^="contenu"].parallax:before,
section[id^="contenu"].parallax:after {
content: "";
position: absolute;
width: 100%;
height: 50%;
z-index: 1;
}
section[id^="contenu"].parallax:before {
background: linear-gradient(to bottom, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
top: 0;
}
section[id^="contenu"].parallax:after {
background: linear-gradient(to top, var(--bleu-2) 0%, rgba(125, 185, 232, 0) 100%);
bottom: 0;
}
section[id^="contenu"].parallax img.background {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
width: 100%;
opacity: 0.25;
z-index: 0
}
section[id^="contenu"].parallax * {
color: #fff;
}
section[id^="contenu"] .counter .counter-value {
font-family: 'Roboto Bo', Helvetica, sans-serif;
font-size: 2.5rem;
color: var(--rouge-1);
}
section[id^="contenu"] .counter .counter-text {
margin-top: 0;
}
section[id^="contenu"] .image-texte-2 {
position: relative;
}
section[id^="contenu"] .image-texte-2:before {
content: "";
background-color: var(--rouge-1);
position: absolute;
width: 999999%;
height: 50%;
bottom: -3rem;
z-index: -1;
left: -999%;
}
section[id^="contenu"] .image-texte-2:after {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-03.png);
background-position: initial;
background-repeat: no-repeat;
background-size: initial;
position: absolute;
width: 540px;
height: 539px;
top: 0;
right: 0;
z-index: -2;
}
section[id^="contenu"] .image-texte-2 .card {
background-color: #fff;
margin-right: -3rem;
margin-left: 30%;
margin-top: -15%;
padding: 1.5rem;
}
section[id^="contenu"] .image-texte-2 .card .card-body h3 {
font-family: 'Roboto Re', Helvetica, sans-serif;
background-color: var(--rouge-1);
color: #fff;
padding: 0.5rem;
}
@media screen and (max-width: 767px) {
section[id^="contenu"] .image-texte-2 .card {
margin-right: 0;
margin-left: 0;
margin-top: 1rem;
}
}
section[id^="contenu"] .service-1 .card .card-body .card-title {
position: relative;
padding-bottom: 1rem;
}
section[id^="contenu"] .service-1 .card .card-body .card-title:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 3rem;
height: 2px;
bottom: 0.3rem;
left: 0;
}
section[id^="contenu"] .service-2 .card {
background-color: var(--gris-1);
padding: 1.8rem;
height: 100%;
position: relative;
overflow: hidden;
}
section[id^="contenu"] .service-2 .card:after {
content: "";
background-image: url(//www.saintquentin-volley.fr/wp-content/themes/sqv/img/pattern-03.png);
background-position: initial;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
width: 20%;
height: 7rem;
bottom: -20%;
right: 0;
z-index: 0;
}
section[id^="contenu"] .service-2 .card .card-body {
text-align: center;
z-index: 1;
}
section[id^="contenu"] .service-2 .card .card-body * {
color: var(--bleu-2) !important;
}
section[id^="contenu"] .service-2 .card .card-body .card-title {
font-size: 1.3rem !important;
position: relative;
padding-bottom: 1rem;
}
section[id^="contenu"] .service-2 .card .card-body .card-title:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 3rem;
height: 2px;
bottom: 0.3rem;
left: 0;
right: 0;
margin: 0 auto;
}
section[id^="contenu"] .organigramme .card .card-image {
position: relative;
overflow: hidden;
}
section[id^="contenu"] .organigramme .card .card-image:before {
position: absolute;
content: "";
background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0, rgba(34, 34, 34, 0.3) 100%);
left: 0;
width: 100%;
height: 45%;
bottom: 0;
z-index: 1;
transition: all 0.3s ease;
}
section[id^="contenu"] .organigramme .card .card-image img {
transition: all 0.5s ease;
transform: scale(1);
}
section[id^="contenu"] .organigramme .card:hover .card-image img {
transform: scale(1.1);
}
section[id^="contenu"] .organigramme .card .card-title {
font-size: 1.2rem;
position: relative;
}
section[id^="contenu"] .organigramme .card .card-title:before {
content: "";
position: absolute;
background-color: var(--rouge-1);
width: 3rem;
height: 2px;
bottom: -0.3rem;
left: 0;
}
section[id^="contenu"] .organigramme .card .card-poste {
color: var(--bleu-1);
font-style: italic;
} #calendrier .widget_sportspress {
list-style: none;
}
#calendrier .sp-event-blocks {
background: transparent;
}
#calendrier .sp-row {
display: grid;
margin-bottom: 0.5rem;
}
#calendrier .sp-row td {
background: #f4f4f4;
}
#calendrier .sp-event-venue {
display: none;
} #sponsors img {
margin: 0 auto;
display: block;
} #contact {
position: relative;
}
#contact .message-info {
padding: 50px 30px 30px;
background-color: var(--rouge-1) !important;
}
#contact .feature-item {
margin-bottom: 30px;
display: flex;
}
#contact .feature-item .feature-icon {
padding-bottom: 15px;
display: flex;
}
#contact .feature-item .feature-content .feature-title {
font-family: 'Roboto Bo', Helvetica, sans-serif;
color: #fff;
padding-bottom: 5px;
display: block;
margin-bottom: 0;
font-size: 20px;
}
#contact .feature-item .feature-icon {
padding-bottom: 0;
height: 100px;
min-width: 100px;
align-items: center;
display: flex;
justify-content: center;
margin-right: 30px;
background-color: #fff;
}
#contact .feature-item .feature-icon i {
width: 40px;
text-align: center;
font-size: 25px;
color: var(--rouge-1);
}
#contact .feature-item .feature-content span {
display: block;
color: #fff;
}
#contact .feature-item .feature-content p {
color: #fff;
margin-bottom: 0;
} #contact-us .form {
width: 100%;
height: 50px;
padding: 10px 15px;
background: var(--gris-1);
border: 1px solid var(--gris-1);
margin-bottom: 15px;
color: var(--bleu-1) !important;
font-size: 0.9rem;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
border-radius: 0;
}
#contact-us .form:hover {
border: 1px solid var(--rouge-1);
}
#contact-us .form:focus {
color: #fff;
outline: none;
border: 1px solid var(--rouge-1);
}
#contact-us textarea {
height: 6.9rem !important;
max-width: 100%;
}
#contact-us .form-btn {
background: var(--rouge-1);
color: #fff;
border: none;
z-index: 1;
position: relative;
font-size: 16px;
padding: 15px 40px;
margin-top: 1rem !important;
overflow: hidden;
border-radius: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 500;
display: table;
margin: 0 auto;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#contact-us .form-btn:hover {
background: var(--gris-1);
color: var(--bleu-2);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
#contact-us .form-btn:active {
opacity: 0.9;
}
#contact-us ::placeholder { color: var(--bleu-2);
opacity: 1; }
#contact-us :-ms-input-placeholder { color: var(--bleu-2);
}
#contact-us ::-ms-input-placeholder { color: var(--bleu-2);
}
#contact-us .wpcf7-list-item {
margin: 0 !important;
line-height: 1;
text-align: justify;
}
.wpcf7-spinner {
display: none;
}
.grecaptcha-badge {
display: none;
} #maps iframe {
-webkit-filter: grayscale(100%) invert(1%) contrast(100%);
filter: grayscale(100%) invert(1%) contrast(100%);
} footer {
background-color: var(--gris-1);
}
footer * {
font-family: 'Roboto Re', Helvetica, sans-serif;
font-size: 0.8rem;
}
footer .pre-footer {
font-size: 1rem;
}
footer .pre-footer ul {
list-style: none;
margin-bottom: 1.5rem;
padding-left: 0;
}
footer .pre-footer ul:last-of-type {
margin-bottom: 0;
}
footer .pre-footer ul li:before {
color: var(--rouge-1);
opacity: 1;
}
footer .pre-footer ul li:last-child {
margin-bottom: 0;
}
footer .pre-footer ul li a {
font-family: 'Roboto Re', Helvetica, sans-serif;
color: var(--bleu-2);
font-size: 0.9rem;
display: block;
}
footer .footer .small {
color: var(--bleu-2);
}
@media screen and (max-width: 1199px) {
footer .pre-footer h2:after {
display: none;
}
}
@media screen and (max-width: 991px) {
footer .pre-footer .social-links {
margin: 1rem auto;
}
}
@media screen and (max-width: 575px) {
footer .pre-footer * {
text-align: center;
}
footer .pre-footer h2 {
margin-top: 1.5rem;
}
footer .pre-footer ul {
text-align: center;
padding-left: 0;
list-style-type: none;
}
footer .pre-footer ul li:before {
display: none;        
}
} #carousel-logo {
padding-top: 0;
padding-bottom: 1rem;
}
#carousel-logo .slick-slide {
margin: 0 10px;
}
#carousel-logo .slick-slide img {
width: 100%;
}
#carousel-logo .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
#carousel-logo .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
#carousel-logo .slick-list:focus {
outline: none;
}
#carousel-logo .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
#carousel-logo .slick-slider .slick-track,
#carousel-logo .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#carousel-logo .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
#carousel-logo .slick-track:before,
#carousel-logo .slick-track:after {
display: table;
content: '';
}
#carousel-logo .slick-track:after {
clear: both;
}
#carousel-logo .slick-loading .slick-track {
visibility: hidden;
}
#carousel-logo .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
#carousel-logo [dir='rtl'] .slick-slide {
float: right;
}
#carousel-logo .slick-slide img {
display: block;
}
#carousel-logo .slick-slide.slick-loading img {
display: none;
}
#carousel-logo .slick-slide.dragging img {
pointer-events: none;
}
#carousel-logo .slick-initialized .slick-slide {
display: block;
}
#carousel-logo .slick-loading .slick-slide {
visibility: hidden;
}
#carousel-logo .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
} .social-links ul {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 0;
margin-left: 1rem;
}
.social-links .social-icon-colored li {
position: relative;
display: inline-block !important;
margin: 0;
margin-bottom: 0;
padding-right: 0;
padding-left: 0.2rem;
}
.social-links .social-icon-colored li:first-child {
padding-left: 0;
}
.social-links .social-icon-colored li a {
background-color: var(--rouge-1);
color: #fff !important;
border: 0;
border-radius: 100%;
position: relative;
display: block;
height: 30px;
width: 30px;
line-height: 33px;
text-align: center !important;
font-size: 20px !important;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
padding: 0 !important;
}
.social-links .social-icon-colored li a:hover {
background-color: var(--bleu-1) !important;
}
.social-links .social-icon-colored li a i,
.social-links .social-icon-colored li a svg {
font-size: 20px;
} .scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
width: 60px;
height: 60px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 100;
cursor: pointer;
background-color: var(--rouge-1);
display: none;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.scroll-to-top:hover {
color: #fff;
background-color: var(--bleu-1);
} .erreur {
height: 100%;
background-color: #f8f9fa;
}
.erreur .text-wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.erreur .title {
font-size: 5em;
font-weight: 700;
color: #394d61;
position: relative;
text-align: center;
}
.erreur .subtitle {
font-size: 1.5em;
font-weight: 700;
color: #1b649e;
position: relative;
text-align: center;
}
.erreur .buttons {
margin-top: 4em;
}
.erreur .buttons a.button {
background-color: #394d61;
display: block;
font-weight: 700;
text-decoration: none;
padding: 15px;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .buttons a.button:hover {
background-color: #fff;
color: #1b649e;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .subtitle:before,
.erreur .title:before {
content: attr(data-content);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
-webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
animation: noise-anim-2 3s infinite linear alternate-reverse;
}  @-webkit-keyframes upmover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes mover {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-20px);
}
}