:root {
	--primary-color: #ffde68;
	--secondary-color: #dd0e2b;
	--dark-color: #373735;
}

/* Reset */
@font-face {
	font-family: 'hr';
	src: url('fonts/hr.eot');
	src: url('fonts/hr.eot?#iefix') format('embedded-opentype'), url('fonts/hr.woff2') format('woff'), url('fonts/hr.ttf') format('truetype'), url('fonts/hr.svg#hr') format('svg');
}

@font-face {
	font-family: 'hb';
	src: url('fonts/hb.eot');
	src: url('fonts/hb.eot?#iefix') format('embedded-opentype'), url('fonts/hb.woff2') format('woff'), url('fonts/hb.ttf') format('truetype'), url('fonts/hb.svg#hb') format('svg');
}

@font-face {
	font-family: 'atbl';
	src: url('fonts/atbl.eot');
	src: url('fonts/atbl.eot?#iefix') format('embedded-opentype'), url('fonts/atbl.woff2') format('woff'), url('fonts/atbl.ttf') format('truetype'), url('fonts/atbl.svg#atbl') format('svg');
}

@font-face {
	font-family: 'atsb';
	src: url('fonts/atsb.eot');
	src: url('fonts/atsb.eot?#iefix') format('embedded-opentype'), url('fonts/atsb.woff2') format('woff'), url('fonts/atsb.ttf') format('truetype'), url('fonts/atsb.svg#atsb') format('svg');
}

body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border-radius: 0;
}

* {
	outline: none !important;
}

*:before,
*:after {
	transition: all ease-in-out 300ms;
}

strong,
b {
	font-weight: normal;
	font-family: atbl;
}

ul {
	list-style-type: none;
}

body {
	font: normal 18px/24px hr;
	color: var(--dark-color);
	background-color: #faf3e1;
}

a {
	text-decoration: none;
	color: #ffde68;
	transition: all ease-in-out 400ms;
	position: relative;
}

img {
	border: none;
	display: block;
}

section {
	margin-block: 80px;
}

.section-pad {
	margin: 0;
	padding-block: 80px;
}

/* Typography */
h1 {
	font-size: 3.75rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}

p {
	margin-bottom: 20px;
}

.text p:last-of-type,
p:last-of-type {
	margin-bottom: 0;
}

.text-white {
	color: white;
}
.text-center {
	text-align: center;
}

/* Misc */
#wrapper {
	overflow: hidden;
	background: #faf3e1
}

.bg-white {
	background: #fff;
}

* {
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative
}

/* Buttons */
.usp-submit,
.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #ffde68;
	padding: 14px 24px;
	border-radius: 10px;
	border: 1px solid #212121;
	font-size: 16px;
	box-shadow: 4px 4px 0 0 #000000;
	-webkit-box-shadow: 4px 4px 0 0 #000000;
	color: var(--dark-color);
}

.btn__style-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.btn__group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}

.btn.secondary {
	background-color: var(--secondary-color);
	color: white;
}

.t-center {
	text-align: center
}

.bloc-50 .item {
	width: 50%;
}

.bloc-33 .item {
	width: 33.333%;
}

.bloc-25 .item {
	width: 25%;
}

.card {
	background: #fff;
}

.padd-tb {
	padding-top: 60px;
	padding-bottom: 60px;
}

.marg-tb {
	margin-top: 60px;
	margin-bottom: 60px;
}

[class^="title"]:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -40px;
	width: 10px;
	height: 24px;
	background: #ffde68
}

.t-center h2:after,
.t-center h1:after,
.h1:after {
	margin-left: auto;
	margin-right: auto;
}

.s-titre,
h3 {
	font: 2.5rem/1 atbl;
	color: var(--dark-color);
	margin-bottom: 12px;
}

[class^="bloc-ptext"] {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 64px 0
}

[class^="bloc-ptext"] .photo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
}

[class^="bloc-ptext"]>div {
	width: 50%;
}

.inverse-bloc .texte {
	order: 1;
}

.inverse-bloc .photo {
	order: 2;
}

.custom-revers .texte {
	order: 2
}

.custom-revers .photo {
	order: 1
}

[class^="texte"] :last-child {
	margin-bottom: 0;
}

.bg-grey {
	background: #f9f9f9;
}

.card {
	background: #fff;
	padding: 50px 40px;
	-webkit-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	border-radius: 20px;
}

.texte ul {
	margin: 20px 0 20px 25px;
}

.texte ul li {
	padding-left: 25px;
	background: url('images/list-style.svg') no-repeat top+9px left;
	margin-bottom: 3px
}

.texte p:last-of-type {
	margin-bottom: 0
}

.d-flex {
	display: flex;
	flex-flow: row wrap;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: end;
}

.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items: start;
}

.align-items-end {
	align-items: end;
}

.d-grid {
	display: grid;
}

.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gap-sm {
	gap: 30px;
}

.gap-md {
	gap: 50px;
}

.gap-lg {
	gap: 80px;
}

.bg-dark {
	background-color: #373735;
}

#header {
	z-index: 100;
	width: 100%;
	position: relative;
}

#header .logo-container {
	height: 100%;
}
.custom-logo-link {
	display: block;
	max-width: 140px;
}

.custom-logo-link img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-wrap {
	text-align: right;
	flex: 1;
}

#menu {
	position: relative;
	display: inline-block;
	vertical-align: top
}

#menu {
	font-size: 0;
	letter-spacing: 0;
}

#menu>li {
	display: inline-block;
	vertical-align: top;
}

#menu>li>a {
	display: block;
	font: normal 14px/77px hr;
	color: #000;
	position: relative;
	margin: 0 27px;
}

.no-dot a:after {
	display: none !important;
}

.nolinenav #magic-line {
	display: none;
}

.nolinenav #menu li:nth-child(4) a::after {
	display: none;
}

/* */
.banner-home {
	background: url('images/gutter-shape.svg') no-repeat center bottom;
	background-size: cover;
	padding-top: 80px;
}

.banner-home .wrapper {
	padding-block: 80px;
}

.texte-banner .btn__group {
	margin-top: 30px;
}

.form-search {
	position: relative;
	z-index: 9
}

.form-search .card {
	border: 1px solid var(--dark-color);
	box-shadow: 4px 4px 0 0 #000000;
    -webkit-box-shadow: 4px 4px 0 0 #000000;
}

.right-banner {
	padding: 0 0 0 37px
}

.poly-head-1 {
	position: absolute;
	right: -116px;
	bottom: 0
}

.man-glasses {
	position: absolute;
	bottom: 0px;
	right: -20px
}

.field {
	margin-bottom: 17px;
}

.field label {
	display: block;
	font: 14px/28px hr;
	color: #a8a8a8;
	margin-bottom: 3px;
}

.field select,
.field textarea,
.field input {
	display: block;
	width: 100%;
	padding: 10px 20px;
	height: 56px;
	border: 1px solid var(--dark-color);
	color: #040404;
	font: 15px/26px hr;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f9f9f9;
	border-radius: 5px;
}

.field input.search {
	background: url(images/sac.svg) right+26px center no-repeat #f9f9f9;
	padding-right: 60px;
}

.field input.place {
	background: url(images/marker.svg) right+26px center no-repeat #f9f9f9;
	padding-right: 60px;
}

.field select {
	background: url(images/down.svg) right+25px center no-repeat #f9f9f9;
	color: #000
}

fieldset input::placeholder,
fieldset textarea::placeholder,
.field-custom textarea::placeholder,
.field-custom input:placeholder,
.field input::placeholder {
	color: #040404;
	font: 14px/28px hr;
}

.half-field {
	display: flex;
	margin: 0 -8px;
	flex-flow: row wrap
}

.half-field .field {
	padding: 0 8px;
	width: 50%
}

.field textarea {
	resize: none;
	height: 260px
}

.field-btn {
	text-align: center;
	margin-bottom: 0;
	margin-top: 30px;
}

.field .wrap-select {
	position: relative;
	background: #f9f9f9
}

.field .wrap-select:after {
	content: "";
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 34px;
	bottom: 1px;
	background: url(images/down-w.svg) center no-repeat #d4d952
}

.field .wrap-select select {
	position: relative;
	background: transparent;
	z-index: 9
}

.field-btn .btn-primary {
	margin-top: 0
}

.file {
	position: relative;
	height: 50px;
	background: #f9f9f9
}

.file .filename {
	display: none;
}

.file .filename:last-of-type {
	display: block;
}

.filename {
	padding: 0 20px;
	font: 14px/50px hr;
	color: #222;
	width: calc(100% - 128px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.field input[type="file"] {
	position: absolute;
	right: 0;
	height: 50px;
	width: 128px;
	top: 0;
	opacity: 0;
	overflow: hidden;
	cursor: pointer
}

.file:before {
	content: "Parcourir....";
	font: 14px/50px hr;
	color: #fff;
	background: #343566;
	position: relative;
	width: 128px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.home-bloc {
	padding-bottom: 60px;
}

.home-bloc>p {
	margin-bottom: 40px
}

.home .list-article--style-1 .card h3 {
	margin: 0;
}

.sidebar {
	width: 414px;
}

.list-categorie {
	background: #eeeeee;
	padding: 24px 0 0;
	box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 52px;
}

.list-categorie .current-menu-item a {
	font-family: hb;
	color: var(--dark-color);
}

.list-categorie .title {
	margin-left: 60px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.list-categorie {
	display: block;
	position: relative;
}

.list-categorie ul {
	background: #fff
}

.list-categorie li:nth-child(even) a {
	background: #f7f7f7
}

.list-categorie a {
	display: block;
	text-transform: uppercase;
	height: 50px;
	display: flex;
	align-items: center;
	font: 14px/24px hr;
	color: #7d7d7d;
	padding: 0 20px 0 60px;
	position: relative
}

.list-categorie a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #ffde68;
}

.list-categorie a span {
	display: block;
	position: relative;
	padding-left: 40px;
}

.list-categorie a span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #ffde68;
}

.bloc-gradient {
	background-image: linear-gradient(to right top, #171020, #dd0e2b);
	padding: 26px 45px 1px;
}

.bloc-gradient .title {
	color: #fff;
	margin-left: 45px
}

.right-bloc {
	width: calc(100% - 414px);
	padding-left: 70px;
	order: 2;
}

.list-article {
	margin: 0 -13px;
}

.list-article .item {
	padding: 0 13px 26px
}

.list-article .card {
	padding: 14px 14px 20px;
	background-color: var(--dark-color);
}

.list-article--style-2 .card {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}

.list-article--style-2 .card img {
	border-radius: 20px;
	filter: grayscale(100%);
}

.list-article .card a {
	display: block;
	color: var(--secondary-color);
	font-size: 1.5rem;
}
.list-article--style-1 .card {
	border: 1px solid black;
	padding: 20px;
	box-shadow: 4px 4px 0 0 #000000;
    -webkit-box-shadow: 4px 4px 0 0 #000000;
}
.list-article--style-1 .card a {
	color: white;
	font-size: 1rem;
}

.content-img {
	display: block;
	position: relative;
	margin-bottom: 17px;
	overflow: hidden;
}

.list-article .card img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 140px;
}

.list-article .card p {
	margin: 0;
	font-size: 16px;
}

/* PAGINATION */
.wp-pagenavi {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 40px 0 70px
}

.wp-pagenavi .pages {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0
}

.wp-pagenavi>*:not(.pages) {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	margin: 0 6px;
	border: 1px solid transparent;
	color: #7d7d7d;
}

.wp-pagenavi>.current {
	color: var(--dark-color)
}

[class$="postslink"] {
	font-size: 0 !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50%;
}

.previouspostslink {
	background: url(images/arrow-prev.svg) center no-repeat #ffde68 !important;
}

.nextpostslink {
	background: url(images/arrow-next.svg) center no-repeat #ffde68 !important;
}

.wp-pagenavi>.extend {
	border: none !important;
	margin: 0;
}

.bloc-ptext-custom {
	padding: 44px 0 0
}

.bloc-ptext-custom .texte {
	padding: 0 0 40px 75px;
}

.bloc-ptext-custom.inverse-bloc .texte {
	padding: 0 75px 40px 0;
}
.bandeau {
	padding-block: 80px;
}
.bandeau .bandeau-inner {
	background-color: var(--secondary-color);
	box-shadow: 10px 10px 0 0 #000000;
	-webkit-box-shadow: 10px 10px 0 0 #000000;
	padding: 80px;
	border-radius: 20px;
	color: white;
	position: relative;
}

.bandeau .bandeau-inner .content {
	padding-right: 50%;
	position: relative;
}

.bandeau .bandeau-inner h3 {
	color: white;
}

.bandeau .bandeau-inner .btn {
	margin-top: 30px;
}

.bandeau .illustration {
	background: url('images/shape_line_background.svg') no-repeat top left;
	position: absolute;
	padding-right: 60px;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: end;
}

.bandeau .illustration {
	padding: 0;
}

.bandeau .illustration img {
	width: 100%;
	height: auto;
	position: relative;
	max-width: 460px
}

/* page interne */
.wrap-custom {
	padding: 50px 0;
}

.bloc-25.list-article+.wp-pagenavi {
	margin-bottom: 30px;
}

.texte-custom {
	margin-bottom: 50px;
}

.page h3 {
	color: #ffde68;
}

.content-bottom {
	background: #fff;
	position: relative;
	padding: 110px 0
}

.content-bottom .texte {
	margin-left: 50%;
	padding-left: 80px
}

.content-bottom img {
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	position: absolute;
	left: 0;
	top: 0;
}

/* field custom */
.form-inscription {
	max-width: 720px;
	margin: 0 auto
}

#usp_form {
	display: block;
	flex-flow: row wrap;
	margin: 0
}

#usp_form fieldset, .cf-turnstile {
	width: 100%;
	padding: 0
}

#user-submitted-post {
	
}

fieldset textarea,
.field-custom input,
.field-custom textarea,
select,
fieldset input {
	display: block;
	position: relative;
	z-index: 99;
	background: none;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 10px 26px;
	font: 15px/26px hr;
	box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.03)
}

select#user-submitted-category {
	color: #7d7d7d;
	background: url('images/down.svg') no-repeat center right+20px;
	background: url(images/down.svg) no-repeat center right+25px #fff;
}

.field-custom {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 20px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 10px
}

#usp_form .usp-content,
#usp_form .usp-recaptcha,
#usp-submit {
	width: 100%
}

.usp-recaptcha>label {
	display: none
}

fieldset label {
	display: block;
	margin-bottom: 2px
}

fieldset.usp-captcha label {
	display: block
}

fieldset textarea::placeholder,
.field-custom textarea::placeholder,
.field-custom input::placeholder,
fieldset input::placeholder {
	color: #b8b8b8
}

fieldset textarea:focus,
.field-custom textarea:focus,
.field-custom input:focus,
fieldset input:focus {
	border-color: #ffde68;
}

.field-custom textarea,
fieldset textarea {
	height: 300px;
	resize: none
}

.usp-submit {
	border: none;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	padding: 20px 100px 20px 20px;
	background: url(images/paypal.png) no-repeat right+20px center #ffde68;
	text-transform: initial;
}

.usp-callout-failure {
	margin-bottom: 15px;
	color: #dd0e2b
}

.usp-input.usp-clone {
	display: inline-block;
	line-height: 0;
	height: 45px;
}

.custom-page {
	padding-top: 0
}

.custom-page .h1:after {
	content: "";
	display: block;
	width: 24px;
	height: 10px;
	background: #ffde68;
	margin-top: 20px;
}

.custom-page h2 {
	color: var(--dark-color);
	font: 18px/24px atbl;
	margin-bottom: 20px;
}

.custom-page h2:after {
	display: none;
}

.bloc-ptext {
	margin: 0 -40px
}

.bloc-ptext>div {
	padding: 0 40px
}

.custom-card {
	background: url(images/bg-text.png) right top no-repeat #fff;
}

.custom-card .texte {
	padding-right: 540px;
}

.detail {
	padding-top: 50px
}

.cat-name {
	color: #bbbbbb
}

.cat-name a {
	color: var(--dark-color)
}

.bloc-ptext-detail {
	padding-top: 0;
	padding-bottom: 40px
}

.bloc-ptext-detail .photo {
	width: 50%;
}

.bloc-ptext-detail .photo img {
	object-fit: cover;
	width: 100%;
	height: 300px;
	object-position: top;
	border: 2px solid #d7d7d7;
}

.bloc-ptext-detail .texte {
	width: 50%;
	padding: 0 0 0 40px
}

.full {
	padding-bottom: 40px
}

.full p {
	text-align: justify
}

.text-right {
	margin-top: 30px
}

.h1 {
	margin-bottom: 30px
}

.h1 h1 {
	margin-bottom: 8px
}

.h1 h1:after {
	display: none;
}

.detail .btn {
	margin-top: 30px;
	text-transform: initial;
}

.wrap-bread {
	font-size: 12px;
	padding: 7px 0;
	background: #f9f9f9
}

.wrap-bread .d-flex {
	align-items: center
}

.bread-crumb {
	font: 12px/28px hr;
	color: var(--dark-color);
	text-align: left;
	position: relative;
}

.bread-crumb a {
	margin-right: 27px;
	position: relative;
	color: var(--dark-color);
}

.bread-crumb a:after {
	content: "-";
	position: absolute;
	right: -18px;
	top: 7px;
	display: block;
	line-height: 0;
}

.breadcrumb_last {
	color: #ffde68;
	position: relative;
}

.breadcrumb_last:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	background: #ffde68;
	width: 100%;
	max-width: 50px;
	left: 0;
	bottom: -14px
}

.here {
	margin-right: 6px
}

.bloc-similaire-cat {
	padding: 55px 0 34px
}

.coords {
	color: #fff;
	padding: 50px 45px 52px;
}

.coords p {
	padding-left: 45px
}

.coords .title {
	margin-bottom: 22px;
}

.coords a {
	color: #fff;
	display: inline-block;
	vertical-align: top
}

.tel {
	padding-left: 44px;
	background: url(images/tel.svg) left center no-repeat;
	margin-bottom: 16px;
}

.mail {
	padding-left: 44px;
	background: url(images/mail.svg) left center no-repeat
}

.min-wrap {
	max-width: 800px;
	margin: 60px auto;
	padding: 0 20px
}

.min-wrap .texte-custom {
	text-align: center;
}

.min-wrap .texte-custom h1:after {
	margin: 20px auto 0
}

.field-custom-btn {
	text-align: center;
	padding-top: 20px
}

.page-simple {
	padding: 140px 0 80px;
}

/**********404********/
.page404>div {
	display: table-cell;
	vertical-align: middle
}

.page404 {
	text-align: center;
	font: normal 24px/30px hr;
	padding: 0 40px;
	height: 70vh;
	display: table;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}

.page404 span {
	display: block;
	font: normal 120px/130px atsb;
	color: #dd0e2b;
}

/* footer */
#footer {
	background: #fff;
}

#footer .d-flex {
	padding: 40px 0
}

#footer .item p {
	max-width: 334px;
	margin: 0;
}

.menu-foot {
	display: flex;
	flex-flow: row wrap;
	padding-left: 30px
}

.menu-foot li {
	width: 50%;
}

.menu-foot a {
	color: #7d7d7d;
	position: relative;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
}

.menu-foot a:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 5px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #ffde68;
}

#footer .item:nth-of-type(2) {
	position: relative;
	left: 90px
}

#footer .s-titre {
	text-align: left;
}

.sociaux {
	display: flex;
}

.sociaux a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	margin-right: 30px
}

.sociaux a:last-of-type {
	margin: 0
}

.sociaux a img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.wrap-share {
	max-width: 230px;
	display: inline-block;
	vertical-align: top;
}

.copyright {
	text-align: center;
	color: #fff;
	background: var(--dark-color);
	padding: 26px 20px
}

.copyright a {
	color: #fff;
}

#usp-success-message {
	background: #87E990;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
}

.wpcf7-response-output.wpcf7-validation-errors {
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #d60e2a;
	color: #d60e2a;
	margin-top: 20px;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #d60e2a;
	margin-top: 10px
}

.wpcf7 .screen-reader-response {
	display: none;
}

#user-submitted-content {
	margin-bottom: 10px
}

.nbremot {
	display: flex;
	justify-content: space-between
}

input:disabled {
	background-color: #dddddd;
	filter: grayscale(1);
}

#succes .texte-custom {
	margin-bottom: 0
}

#succes #user-submitted-posts {
	display: none
}

.copyright span,
#menu-foot {
	display: inline-block
}

#menu-foot li:before {
	content: '';
	width: 1px;
	height: 14px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px
}

.banner-home .featured-image-full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #29053b
}

.banner-home .featured-image-full img {
	opacity: 0.5;
	height: 140%;
	width: 100%;
	object-fit: cover
}

/* HOMEPAGE update */
.statistic-banner {
	padding-block: 25px;
	color: white;
}

.statistic-banner__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	color: white;
}

.statistic-banner__item strong {
	font-size: 40px;
}

#intro .intro-text {
}
.atouts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.atouts h3 {
	font-size: 1.6rem;
}
.atouts .icon {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #373735;
    border-radius: 10px;
    padding: 5px;
	margin-bottom: 20px;
}

/* Category */
.category-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.category-list .category-item {
	padding: 20px;
	box-shadow: 4px 4px 0 0 #fff;
    -webkit-box-shadow: 4px 4px 0 0 #fff;
	border: 1px solid white;
	border-radius: 10px;
	position: relative;
}

.category-list .category-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.count {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--dark-color);
}

.link-with-arrow {
	display: grid !important;
	grid-template-columns: 1fr 20px;
	align-items: center;
	justify-content: space-between;
}

#single {
    padding-top: 80px;
}