| Server IP : 91.134.83.25 / Your IP : 216.73.217.46 Web Server : Apache System : Linux plesk.serveurapc.fr 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64 User : marrasse ( 10057) PHP Version : 8.2.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/as-cp.fr/wpascp/wp-content/themes/agencepointcom/ |
Upload File : |
/*
Theme Name: Agence Point Com
Theme URI: http://agencepoint.com
Author: Agence Point Com
Author URI: https://agencepoint.com
Description: Thème Agence Point Com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agencepointcom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
a{
cursor: pointer;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
color: #a8181a;
text-decoration: none;
}
a:hover{
color: #131313;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}
table {
margin: 0 0 1.5em;
width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline:none;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */
}
.widget select {
max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
a{
transition: 500ms all ease;
cursor: pointer;
}
.conteneur_carousel{
margin-top: 100px;
margin-bottom: 50px;
}
.conteneur_carousel h4{
position: relative;
text-transform: uppercase;
color: #a8181a;
text-align: center;
font-size: 1.5em;
}
/*.conteneur_carousel h4:before{
position: absolute;
content:"";
content: "";
background-color: #a8181a;
height: 2px;
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 1500px;
}*/
/*Formulaire Paques */
.jeuconcours-form {
max-width: 900px;
margin: 0 auto;
}
.jeuconcours-form .form-section {
margin-bottom: 32px;
}
.jeuconcours-form .form-title {
margin: 0 0 12px;
font-size: 24px;
font-weight: 700;
line-height: 1.2;
color: #b51217;
}
.jeuconcours-form .form-intro {
margin: 0 0 16px;
font-size: 16px;
line-height: 1.5;
color: #333;
}
.jeuconcours-form .form-grid {
display: grid;
gap: 16px;
}
.jeuconcours-form .form-grid-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jeuconcours-form .form-field-full {
grid-column: 1 / -1;
}
.jeuconcours-form .form-field input,
.jeuconcours-form .form-field textarea,
.jeuconcours-form .form-field select {
width: 100%;
height: 52px;
padding: 0 16px;
border: 1px solid #d9d9d9;
border-radius: 10px;
background: #fff;
font-size: 15px;
color: #222;
box-sizing: border-box;
}
.jeuconcours-form .form-field input:focus,
.jeuconcours-form .form-field textarea:focus,
.jeuconcours-form .form-field select:focus {
outline: none;
border-color: #b51217;
box-shadow: 0 0 0 3px rgba(181, 18, 23, 0.12);
}
/* Bloc des centres d'intérêt */
.jeuconcours-form .checkbox-grid .wpcf7-form-control-wrap {
display: block;
}
.jeuconcours-form .checkbox-grid .wpcf7-checkbox {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.jeuconcours-form .checkbox-grid .wpcf7-list-item {
margin: 0;
}
.jeuconcours-form .checkbox-grid .wpcf7-list-item label {
display: flex;
align-items: center;
gap: 10px;
min-height: 54px;
padding: 12px 14px;
border: 1px solid #e1e1e1;
border-radius: 12px;
background: #fff;
cursor: pointer;
transition: 0.2s ease;
box-sizing: border-box;
}
.jeuconcours-form .checkbox-grid .wpcf7-list-item label:hover {
border-color: #b51217;
background: #fcf4f4;
}
.jeuconcours-form .checkbox-grid input[type="checkbox"] {
margin: 0;
transform: scale(1.1);
}
/* Consentements */
.jeuconcours-form .consent-list {
display: flex;
flex-direction: column;
gap: 14px;
}
.jeuconcours-form .consent-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 14px 16px;
background: #fafafa;
border: 1px solid #ececec;
border-radius: 12px;
font-size: 14px;
line-height: 1.6;
color: #444;
}
.jeuconcours-form .consent-item input[type="checkbox"] {
margin-top: 4px;
flex-shrink: 0;
}
.jeuconcours-form .form-actions {
margin-top: 28px;
text-align: center;
}
.jeuconcours-form input[type="submit"] {
min-width: 220px;
/* height: 54px;*/
padding: 0 28px;
border: none;
border-radius: 10px;
background: #b51217;
color: #fff;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
cursor: pointer;
transition: 0.2s ease;
}
.jeuconcours-form input[type="submit"]:hover {
background: #941015;
transform: translateY(-1px);
}
/* Messages CF7 */
.jeuconcours-form .wpcf7-not-valid-tip {
margin-top: 6px;
font-size: 13px;
}
.jeuconcours-form .wpcf7-spinner {
display: block;
margin: 12px auto 0;
}
/* Responsive */
@media (max-width: 768px) {
.jeuconcours-form .form-grid-2,
.jeuconcours-form .checkbox-grid .wpcf7-checkbox {
grid-template-columns: 1fr;
}
.jeuconcours-form .form-title {
font-size: 21px;
}
.jeuconcours-form input[type="submit"] {
width: 100%;
}
}
/* Bloc global du formulaire */
.form-content {
padding: 30px;
box-sizing: border-box;
}
/* Tous les blocs internes prennent bien la largeur dispo */
.form-content *,
.form-content *::before,
.form-content *::after {
box-sizing: border-box;
}
/* Inputs pleine largeur propre */
.form-content input[type="text"],
.form-content input[type="email"],
.form-content input[type="tel"],
.form-content input[type="submit"],
.form-content textarea,
.form-content select {
width: 100%;
max-width: 100%;
}
/* Mobile */
@media (max-width: 767px) {
.form-content {
padding: 20px 16px;
}
.jeuconcours-form {
width: 100%;
}
.form-grid,
.form-grid.form-grid-2 {
display: block;
}
.form-field,
.form-field.form-field-full {
width: 100%;
margin-bottom: 16px;
}
.form-title {
margin-top: 0;
margin-bottom: 18px;
line-height: 1.2;
}
.form-intro {
margin-bottom: 16px;
}
.checkbox-grid {
width: 100%;
}
}
/*Fin Formulaire Paques */
/*Media Queries*/
@media(min-width: 768px){
}
/* FONTS */
@font-face {
font-family: 'Biko';
src: url('fonts/Biko.eot');
src: url('fonts/Biko.eot?#iefix') format('embedded-opentype'),
url('fonts/Biko.woff2') format('woff2'),
url('fonts/Biko.woff') format('woff'),
url('fonts/Biko.ttf') format('truetype'),
url('fonts/Biko.svg#Biko') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Nexa';
src: url('fonts/Nexa-Bold.eot');
src: url('fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Nexa-Bold.woff2') format('woff2'),
url('fonts/Nexa-Bold.woff') format('woff'),
url('fonts/Nexa-Bold.ttf') format('truetype'),
url('fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Nexa';
src: url('fonts/NexaBold.eot');
src: url('fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
url('fonts/NexaBold.woff2') format('woff2'),
url('fonts/NexaBold.woff') format('woff'),
url('fonts/NexaBold.ttf') format('truetype'),
url('fonts/NexaBold.svg#NexaBold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Nexa';
src: url('fonts/NexaLight.eot');
src: url('fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
url('fonts/NexaLight.woff2') format('woff2'),
url('fonts/NexaLight.woff') format('woff'),
url('fonts/NexaLight.ttf') format('truetype'),
url('fonts/NexaLight.svg#NexaLight') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Biko';
src: url('fonts/Biko-Bold.eot');
src: url('fonts/Biko-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Biko-Bold.woff2') format('woff2'),
url('fonts/Biko-Bold.woff') format('woff'),
url('fonts/Biko-Bold.ttf') format('truetype'),
url('fonts/Biko-Bold.svg#Biko-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
/* GENERAL */
body{
padding:50px;
background-color: #f8f8f8;
font-family: 'Biko', sans-serif;
}
/* header */
header.site-header{
background-color: #a8181a;
display: flex;
align-items: center;
height: 64px;
position: absolute;
width: 100%;
z-index: 2;
margin-top: 50px;
}
.home header.site-header:before{
content: '';
position: absolute;
width: calc(50% + 1px);
right: 0;
bottom:-15px;
height:15px;
background-color: rgba(255,255,255,0.8);
}
header a{
color :white;
}
header a:hover{
color: white;
}
.site-branding{
margin-left: 30px;
width:228px;
height:100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
}
.site-branding img{
position: absolute;
left:0;
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding:30px 20px;
background-color: #f8f8f8;
}
.main-navigation{
display: flex;
width: auto;
margin-left: 50px;
}
.main-navigation li a{
padding:20px 15px;
letter-spacing: 1px;
}
.main-navigation li.current-menu-item a,
.main-navigation li:hover a{
background-color: #911317;
}
.conteneur_social_top_header{
margin-left: auto;
}
.conteneur_social_top_header>span{
padding: 5px;
font-size: 16px;
}
.site-header:after{
content: "";
background-color: white;
height: 2px;
width: 80px;
right: 0;
top: 50%;
margin-left: 10px;
}
div.site{
position: relative;
}
/* HOME PAGE */
.title-slider span{
font-size: 50px;
}
.button-slider{
text-transform: uppercase;
}
.section-1-left{
width: 50%;
padding-right: 100px;
background : rgba(255,255,255,.8)
}
.section-home-1{
padding-top: 100px;
padding-bottom: 100px;
background: rgb(19,19,19);
background: -moz-linear-gradient(270deg, rgba(19,19,19,1) 50%, rgba(255,255,255,0) 50%);
background: -webkit-linear-gradient(270deg, rgba(19,19,19,1) 50%, rgba(255,255,255,0) 50%);
background: linear-gradient(270deg, rgba(19,19,19,1) 50%, rgba(255,255,255,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313",endColorstr="#ffffff",GradientType=1);
}
.inner-section-1{
background-position: center right;
background-repeat: no-repeat;
}
.content-text li,
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6{
color: #a8181a;
margin: 0;
}
.content-text h1,
.content-text h2{
font-size: 42px;
line-height: 46px;
}
.content-text-section-1{
padding:20px 20px 20px 100px;
background-color: #fefefe;
}
.section-home-2{
padding-top: 50px;
background: rgb(255,255,255);
background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(254,254,254,0) 50%);
background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(254,254,254,0) 50%);
background: linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(254,254,254,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fefefe",GradientType=1);
padding-bottom: 100px;
}
.head-home-section-2{
padding-right: 150px;
width: 100%;
}
.head-section h2{
font-size: 60px;
color : #a8181a;
margin: 0;
letter-spacing: 1px;
text-align: right;
line-height: 50px;
}
.head-section h3{
text-align: right;
margin: 0;
font-size: 30px;
}
.content-archive-posts{
display: flex;
flex-wrap: wrap;
max-width: 1440px;
padding-left:20px;
padding-right: 20px;
margin: 50px auto;
}
.content-archive-posts>article{
display: flex;
flex-direction: column;
width: 22%;
margin-left:1.5%;
margin-right:1.5%;
border-radius: 15px;
overflow: hidden;
border: 1px solid #f3f3f3;
max-width: 308px;
}
.conteneur_date_cat_actu_archive{
color : #a8181a;
font-weight: 700;
text-transform: uppercase;
transition: .3s ease-in-out;
}
.conteneur_date_actu_archive{
font-family: 'Nexa', sans-serif;
}
.content-archive-posts>article h2{
margin: 0;
min-height: 90px;
display: flex;
align-items: center;
margin-top: 10px;
}
.content-archive-posts>article h2 a{
line-height: 30px;
}
.conteneur_excerpt_archive{
min-height: 144px;
display: flex;
align-items: center;
}
.conteneur_texte_archive{
padding:20px;
background-color: white;
transition: all .3s ease-in-out;
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1 1 0;
}
.conteneur_bouton_lire_la_suite{
text-align: center;
text-transform: uppercase;
font-size: 20px;
line-height: 48px;
background-color: #a8181a;
transition: .3s ease-in-out;
}
.conteneur_bouton_lire_la_suite a{
color : white;
font-family: 'Nexa' , sans-serif;
font-weight: 500;
letter-spacing: 2px;
}
.conteneur_image_archive a{
display: flex;
}
.content-archive-posts>article:hover .conteneur_texte_archive{
background-color: #a8181a;
color : white;
}
.content-archive-posts>article:hover .conteneur_date_cat_actu_archive,
.content-archive-posts>article:hover a{
color : white;
}
.content-archive-posts>article:hover .conteneur_bouton_lire_la_suite{
background-color: white;
}
.content-archive-posts>article:hover .conteneur_bouton_lire_la_suite a{
color : #131313;
}
.custom-button{
display: flex;
background-color: white;
color : #131313;
padding:15px 30px;
width: max-content;
text-transform: uppercase;
font-size: 18px;
font-family: Nexa, sans-serif;
font-weight: 700;
letter-spacing: 2px;
transition: .3s ease-in-out;
}
.custom-button:hover{
background-color: #a8181a;
color:white;
}
.button-home-actus{
margin-left:1.5%;
}
.size-site{
max-width: 1440px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
/* FOOTER */
#conteneur_footer{
background-image: url('./img/carreau.png');
background-position: top 50px left 50px;
background-repeat: no-repeat;
background-color: #a8181a;
color: white;
padding-top: 50px;
}
.conteneur_footer_sidebars{
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 150px;
}
.flex-siderbar{
display: flex;
justify-content: space-between;
width: 1100px;
padding-left:20px;
padding-right:20px;
}
footer #menu-menu-header,
footer #menu-menu-footer{
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
footer #menu-menu-header li,
footer #menu-menu-footer li{
padding-left:10px;
padding-right: 10px;
}
footer #menu-menu-header a,
footer #menu-menu-footer a{
color : white;
position: relative;
letter-spacing: 1px;
}
footer #menu-menu-header a:after,
footer #menu-menu-footer a:after{
content: '';
bottom: -10px;
left: 0;
width: 0px;
position: absolute;
transition: .5s ease-in-out;
height: 3px;
background-color: #131313;
}
#sidebar-footer2{
margin-bottom: 50px;
}
footer #menu-menu-header li.current-menu-item a:after,
footer #menu-menu-header li:hover a:after,
footer #menu-menu-footer li.current-menu-item a:after,
footer #menu-menu-footer li:hover a:after{
width: 100%;
}
#sidebar-footer3>aside,
#sidebar-footer4>aside,
#sidebar-footer5>aside{
display: flex;
}
#sidebar-footer3>aside:before,
#sidebar-footer4>aside:before,
#sidebar-footer5>aside:before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 42px;
padding-right: 20px;
color : #911317;
}
#sidebar-footer3>aside:before{
content: '\f017';
font-weight: 400;
}
#sidebar-footer4>aside:before{
content: '\f3c5';
}
#sidebar-footer5>aside:before{
content: '\f1e0';
}
#sidebar-footer3>aside p{
margin: 0;
}
.phone-footer{
display: block;
color :white;
font-size: 22px;
margin-top: 10px;
}
.footer_social a{
color : white;
font-size: 18px;
padding-left: 5px;
padding-right: 5px;
}
.footer_social a:hover{
color : #131313;
}
.site-info{
background-color: #911317;
text-align: center;
padding-top:30px;
padding-bottom: 30px;
color : white
}
.site-info a{
font-weight: 700;
color :white;
}
.site-info a:hover{
color : #131313;
}
/* TEMPLATE PRESTATIONS */
.inner-bandeau{
min-height: 500px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
}
.inner-bandeau .bandeau-title{
font-size: 52px;
color:white;
margin-top: 0;
margin-bottom: 120px;
font-weight: normal;
letter-spacing: 2px;
}
.inner-bandeau .bandeau-title span{
color: #a8181a;
}
.inner-prestations{
display: flex;
flex-direction: row;
align-items: center;
}
.content-presation.revert .inner-prestations{
flex-direction: row-reverse;
}
.content-presation:not(.revert) .inner-prestations .text-side,
.content-presation.revert .inner-prestations img{
padding-right:15px;
}
.content-presation:not(.revert) .inner-prestations img,
.content-presation.revert .inner-prestations .text-side{
padding-left:15px;
}
.text-side,
.img-size{
width:50%;
}
.text-side.content-text ul{
margin-left: 0;
}
.text-side.content-text ul li{
color : #131313;
}
.content-prestations{
margin-top: 50px;
margin-bottom: 50px;
}
.content-liste{
margin:50px auto;
max-width:900px;
}
.content-liste .liste{
display: flex;
align-items: center;
margin-bottom: 20px;
}
.content-liste .liste .content-icon{
margin-right:30px;
min-width: 60px;
height: 60px;
background-color: #a8181a;
color: white;
display: flex;
border-radius: 100px;
justify-content: center;
align-items: center;
font-size: 30px;
}
.presation-basdepage{
font-size: 18px;
text-align: center;
}
/* PAGE CONTACT */
.page-head{
margin-top: 200px;
margin-bottom: 50px;
}
.page-head .page-title{
font-size: 52px;
color : #a8181a;
margin: 0;
line-height: 48px;
}
.page-head .page-subtitle{
font-size: 32px;
color : #131313;
margin: 0;
}
.form-content{
background-color: white;
border-radius: 20px;
margin-bottom: 150px;
}
.form-content .wpcf7{
max-width: 900px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
/*.wpcf7-form{
display: flex;
flex-wrap: wrap;
}*/
.your-name,
.your-email,
.tel-977{
width: 30%;
margin-left : 1.16%;
margin-right: 1.16%;
margin-bottom: 2.32%;
}
.votre-nom,
.votre-email,
.votre-tel,
.nbre-personnes{
width: 47.6%;
margin-left : 1.16%;
margin-right: 1.16%;
margin-bottom: 2.32%;
}
.your-message{
width: 100%;
margin-left : 1.16%;
margin-right: 1.16%;
margin-bottom: 2.32%;
}
.votre-nom input,
.votre-email input,
.votre-tel input,
.nbre-personnes input,
.your-name input,
.your-email input,
.tel-977 input{
width: 100%;
}
.votre-nom input,
.votre-email input,
.votre-tel input,
.nbre-personnes input,
.your-message textarea,
.your-name input,
.your-email input,
.tel-977 input{
font-family: 'Biko', sans-serif;
padding:10px 20px;
border-radius: 10px;
border: 1px solid #c6c6c6;
}
.form-content input[type="submit"]{
background-color: #a8181a;
color: white;
text-transform: uppercase;
font-size: 20px;
font-family: Nexa, sans-serif;
padding: 22px 45px;
font-weight: 500;
letter-spacing: 2px;
border:2px solid #a8181a;
margin: 10px auto;
transition: .2s ease-in-out;
}
.form-content input[type="submit"]:hover{
color : #a8181a;
background-color: white;
}
.archive-page .entry-content{
display: flex;
flex-wrap: wrap;
}
.conteneur_sidebar{
width: 19%;
margin-top: 50px;
margin-bottom: 50px;
margin-right: 1%;
background-color: white;
border-radius: 15px;
padding: 20px;
}
.conteneur_actus{
width:80%;
}
.conteneur_actus.content-archive-posts article{
width:30%;
margin-left:1.66%;
margin-right:1.66%;
margin-bottom:3.13%;
}
.conteneur_sidebar .widget-title{
color : #a8181a;
font-size: 26px;
margin-top: 0;
margin-bottom: 10px;
}
.conteneur_sidebar ul{
margin-left: 0;
padding-left: 0;
list-style: none;
line-height: 20px;
}
.conteneur_sidebar ul li a::before {
content: "\2022";
color: #131313;
font-weight: bold;
display: inline-block;
padding-right:0.3em;
font-size: 22px;
transition: .3s ease-in-out;
}
.conteneur_sidebar ul li:hover a::before {
color : #a8181a;
}
.conteneur_sidebar ul a{
color : #131313;
font-weight: 700;
transition: .3s ease-in-out;
}
.conteneur_sidebar ul li:hover a{
color : #a8181a;
}
.wp-pagenavi{
width: 100%;
text-align: right;
margin-right:1.66%;
}
.wp-pagenavi a,
.wp-pagenavi span{
margin-left:5px;
margin-right: 5px;
width: 20px;
height: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: white;
}
/* SINGLE POST */
.post-info{
margin-top: 10px;
font-family: Nexa, sans-serif;
font-size: 32px;
text-transform: uppercase;
font-weight: bold;
}
.single-post .entry-content{
background-color: white;
padding:120px 100px;
border-radius: 20px;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6{
color : #a8181a;
}
.single-post .entry-content ul{
margin-left: 0;
}
.single-post .post-thumbnail{
text-align: center;
}
.single-post .entry-content{
margin-bottom: 100px;
}
.post-share-link{
text-align: right;
margin-top: 50px;
}
.post-share-link a{
color : #131313;
}
.post-share-link a:hover{
color : #a8181a;
}
.content-text ul{
margin-left: 0;
}
.entry-content table{
border-collapse: collapse;
}
.entry-content table td{
border: 1px solid #131313
}
@media(max-width: 1950px){
.title-slider span{
font-size: 43px;
}
}
@media (max-width: 1700px) and (min-width: 1241px){
.site-header:after{
width: 40px;
}
}
@media (max-width: 1700px){
.main-navigation li a{
letter-spacing: 0.5px;
}
.title-slider span{
font-size: 42px;
}
.site-branding{
width:158px;
margin-left:40px;
}
body{
padding : 25px;
}
}
@media (max-width: 1515px){
.site-branding{
width:128px;
}
}
@media (max-width: 1475px){
.main-navigation li a{
padding:20px 8px;
}
}
@media (max-width: 1240px){
.title-slider span{
font-size: 36px;
}
.site-header:after{
background-color: transparent;
}
.main-navigation{
display: none;
}
.section-1-left {
padding-right: 50px;
}
.content-text-section-1{
padding-left:50px;
}
.content-archive-posts{
max-width: 800px;
justify-content: center;
}
.content-archive-posts>article{
width: inherit;
margin-bottom: 1.5%;
}
.flex-siderbar {
width: 800px;
}
.text-side{
width: 70%;
}
.img-size{
width: 30%;
}
.home header.site-header:before{
display: none;
}
}
@media (max-width: 1050px){
.section-1-left {
width: 100%;
}
.content-presation.revert .inner-prestations,
.inner-prestations{
flex-direction: column-reverse;
}
.content-presation:not(.revert) .inner-prestations .text-side, .content-presation.revert .inner-prestations img{
padding-right: 0;
}
.text-side,
.img-size{
width: 100%;
}
.inner-bandeau .bandeau-title {
font-size: 42px;
text-align: center;
line-height: 52px;
}
.conteneur_actus.content-archive-posts article{
width: 46%;
}
.conteneur_sidebar {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.blog .content-archive-posts,
.archive .content-archive-posts{
width: 100%;
padding:0;
}
}
@media (max-width: 865px){
.flex-siderbar {
max-width: 410px;
flex-direction: column;
width: 100%;
}
.conteneur_footer_sidebars {
padding-bottom: 50px;
}
footer #menu-menu-header,
footer #menu-menu-footer{
flex-direction: column;
align-items: center;
}
footer #menu-menu-header li,
footer #menu-menu-footer li{
margin-bottom: 10px;
}
#sidebar-footer3>aside:before, #sidebar-footer4>aside:before, #sidebar-footer5>aside:before {
width: 50px;
display: flex;
}
.title-slider span {
font-size: inherit;
}
}
@media (max-width: 767px){
.content-text h1,
.content-text h2 {
font-size: 32px;
line-height: 32px;
}
.page-head .page-title,
.head-section h2 {
font-size: 42px;
line-height: 32px;
}
.page-head .page-subtitle,
.post-info,
.head-section h3 {
font-size: 24px;
}
.section-home-1 {
padding-top: 50px;
padding-bottom: 50px;
}
.content-archive-posts>article h2{
min-height: auto;
}
.single-post .entry-content{
padding: 50px;
}
.votre-nom,.votre-email,.votre-tel,.nbre-personnes, .your-name, .your-email, .tel-977{
width: 100%;
}
.your-name,
.your-email,
.tel-977{
margin-left : 0;
margin-right: 0;
margin-bottom: 2.32%;
}
}
@media (max-width: 600px) {
.conteneur_actus.content-archive-posts article {
width:100%;
}
.head-home-section-2 {
padding-right: 20px;
}
body {
padding-left: 0;
padding-right: 0;
}
.site-branding {
width: 168px;
}
}
@media (max-width: 520px) {
body{
font-size: 14px;
line-height: 1.5em;
}
.custom-button{
width: auto;
text-align: center;
}
.boutons_lirelasuite{
font-size: 16px;
}
#sidebar-footer3>aside:before,
#sidebar-footer4>aside:before,
#sidebar-footer5>aside:before {
font-size: 32px;
}
.page-head .page-title,
.inner-bandeau .bandeau-title {
font-size: 32px;
line-height: 42px;
}
.content-text h1,
.content-text h2 {
font-size: 26px;
line-height: 28px;
}
.conteneur_social_top_header{
display: none;
}
.page-head .page-subtitle,
.post-info{
font-size: 18px;
}
.single-post .entry-content{
padding: 10px;
}
.section-1-left {
padding-right: 0;
}
.content-text-section-1 {
padding-left: 20px;
}
.section-home-2,
.section-home-1{
background: #f8f8f8;
}
}
@media (max-width: 400px) {
.content-liste .liste{
flex-direction: column;
}
.page-head .page-title, .inner-bandeau .bandeau-title {
font-size: 24px;
line-height: 32px;
}
.site-branding {
margin-left: 0;
}
.form-content input[type="submit"] {
padding: 10px 15px;
}
.content-archive-posts{
padding:0;
}
}
@media (min-width: 1241px) {
.superfly-on .sfm-rollback{
display: none;
}
}