/*!
Theme Name: PILS
Theme URI: http://underscores.me/
Author: GWS TECHNOLOGIES LTD
Author URI: https://www.gws-technologies.com/
Description: PILS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pils
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.

PILS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	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: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ******************* */
/* ***** General ***** */
/* ******************* */

html, body {
    overflow-x: hidden;
}

* h1{
	font-family: "Roboto",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color: #FF3333;
}

* h6{
	font-family: "Roboto",sans-serif;
	font-size: 22px;
	font-weight: 300;
}

* p{
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000DE;
	line-height: 1.5;
}

* a{
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000DE;
	line-height: 1.5;
}

* li{
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000DE;
	line-height: 1.5;
}

.page, .post{
	margin-bottom: 0 !important;
}

.page .entry-header {
	display: none;
}

.entry-content{
	margin-top: 0 !important;
}
.red-bg {
	background: #FF3333;
}
.white-color {
	color: #fff;
}
.grey-bg{
	color:#D3D3D3;
}
.grey-bg-notre-equipe{
	color:#E0E0E0;
}
/* .entry-content .vc_row{
	margin-left: 0;
	margin-right: 0;
}

.full-width-container>.vc_column_container>.vc_column-inner{
	padding-left: 0;
	padding-right: 0;
} */

/* ******************************** */
/* ***** Large text component ***** */
/* ******************************** */

.large-text-content p{
	font-size: 24px;
	font-weight: 400;
}

.large-text-content{
	font-family: "Roboto",sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000000DE;
	line-height: 1.5;
}

/* ******************************* */
/* ***** Container component ***** */
/* ******************************* */

.normal-container{
	max-width: 60%;
	margin: 0 auto;
}

.large-container{
	max-width: 85%;
	margin: 0 auto;
}

.large-text-container{
	padding: 20px 0;
}

/* ******************************* */
/* ***** Separator component ***** */
/* ******************************* */

.separator-row {
	margin: 5vh 0;
}

.separator-content{
	width: 100%;
	height: 1px;
}

/* **************** */
/* ***** Menu ***** */
/* **************** */

.pils-header-container .navbar{
	padding: 0;
}

.pils-header-container .row{
	width: 100%;
	margin: 0;
}

.pils-header-container .col-md-2.logo-col{
	padding-right: 0;
	padding-left: 0;
}

.site-logo.pils-logo a{
	display: block;
	width: 100%;
    height: 160px;
    padding: 20px 0;
}

.site-logo.pils-logo img{
	object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.pils-header-container .col-md-10.menu-col{
	padding-left: 0;
	padding-right: 0;
}

.pils-header-container ul.nav.navbar-nav{
	height: 160px;
	width: 100%;
	margin-left: 0;
}

.pils-header-container ul.nav.navbar-nav li{
	height: 100%;
	width: 13%;
	padding-right: 2px;
}

.pils-header-container ul.nav.navbar-nav li:last-child{
	padding-right: 0;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-7{
	width: 22%;
}

.pils-header-container ul.nav.navbar-nav li a{
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	outline: none;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}

.pils-header-container ul.nav.navbar-nav li a:hover{
	text-decoration: none;
}

.pils-header-container ul.nav.navbar-nav li pre{
	font-size: 14px;
    padding: 0;
    text-align: center;
    background: transparent;
	font-family: "Roboto",sans-serif;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 500;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-1 a{
	background: #FFBA08;
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-2 a{
	background: #FAA307;
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-3 a{
	background: #F48C06;
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-4 a{
	background: #E85D04;
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-5 a{
	background: #DC2F02;
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-6 a{
	background: #D00000;
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-7 a{
	background: #000000;
	font-size: 0;
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-1 a:hover{
	background: #ffffff;
	color: #FFBA08;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-2 a:hover{
	background: #ffffff;
	color: #FAA307;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-3 a:hover{
	background: #ffffff;
	color: #F48C06;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-4 a:hover{
	background: #ffffff;
	color: #E85D04;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-5 a:hover{
	background: #ffffff;
	color: #DC2F02;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-6 a:hover{
	background: #ffffff;
	color: #D00000;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-7 a:hover{
	background: #ffffff;
	color: #000000;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-1 a pre{
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-2 a pre{
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-3 a pre{
	color: #000000DE;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-4 a pre{
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-5 a pre{
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-6 a pre{
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-7 a pre{
	font-size: 16px;
	color: #FFFFFF;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-1 a:hover pre{
	color: #FFBA08;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-2 a:hover pre{
	color: #FAA307;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-3 a:hover pre{
	color: #F48C06;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-4 a:hover pre{
	color: #E85D04;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-5 a:hover pre{
	color: #DC2F02;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-6 a:hover pre{
	color: #D00000;
}

.pils-header-container ul.nav.navbar-nav li.menu-link-7 a:hover pre{
	color: #000000;
}

/* ************************************************** */
/* ***** C'est quoi li HIV single service page  ***** */
/* ************************************************** */

.page-banner-image-container img{
	height: 55vh;
    width: 100%;
    object-fit: cover;
}

.besoin-aide-title h1{
	color: #FF3333;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 15px 0;
    margin-bottom: 0;
}

.besoin-aide-text p{
	font-size: 22px;
	font-weight: 300;
	color: #000000DE;
	line-height: 1.4;
	text-align: center;
}

.besoin-aide-img{
	padding-top: 50px;
	display: table;
	margin: 0 auto;
}

.besoin-aide-img img{
	height: 30vh;
    width: 100%;
    object-fit: contain;
	max-width: 480px;
}

.besoin-aide-container{
	padding: 5vh 0;
}

.informe-toi-container{
	background: #FF3333;
}

.informe-toi-header h3{
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 200;
}

.informe-toi-content{
	padding: 10vh 0;
	max-width: 400px;
	margin: 0 auto;
}

.informe-toi-img{
	width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.informe-telephone .informe-toi-img img{
	width: 85%;
}

.informe-email .informe-toi-img img{
	width: 85%;
}

.informe-toi-content-row{
	padding-top: 30px;
}

p.inform-toi-key{
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}

p.inform-toi-value{
	margin-bottom: 2px;
	color: #ffffff;
	text-align: center;
}

.informe-toi-icon-content a:hover{
text-decoration: none;
}

.informe-toi-icon-content img{
	transition: 0.3s ease-in-out;
}

.informe-toi-icon-content a:hover img{
	transform: scale(1.1);
}

.pils-text-row{
	padding: 15vh 0 10vh;
}

.transmission-row.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}

.transmission-inner-row{
	padding: 12vh 0;
}

.transmission-inner-row .custom-header h2{
	min-height: 62px;
}

.transmission-inner-row .custom-header{
	margin-bottom: 25px;
}

.transmission-img img{
	height: 225px;
	height: 100%;
	object-fit: contain;
}

.transmission-img.wpb_content_element{
	margin-bottom: 30px;
}

.transmission-text p{
	color: #ffffff;
}

.prevention-combine-row{
	padding: 10vh 0 8vh;
}

.prevention-combine-row.vc_row>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}

.large-text-container.comment-ca-marche-title .large-text-content{
	font-weight: 400;
}

.large-text-container.comment-ca-marche-title{
	padding-bottom: 0;
}
.separator-row.comment-ca-marche-sep{
	margin-top: 10px;
}

.comment-ca-marche-inner-row .custom-header h2{
	font-size: 14px !important;
	font-weight: 600 !important;
	padding-bottom: 25px !important;
}

.comment-marche-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.comment-ca-marche-inner-row {
	padding-bottom: 5vh;
}

.traitment-inner-row{
	padding: 10vh 10% 10vh 5%;
	display: flex;
	flex-direction: row;
}

.traitment-text strong{
	font-size: 18px;
}

.traitment-img.wpb_single_image.wpb_content_element{
	margin-bottom: 0;
}

.traitment-img.wpb_single_image img{
	height: 40vh;
	width: 100%;
	object-fit: cover;
}

.traitment-img div{
	width: 100%;
}

.traitment-img figure{
	width: 100%;
}

.traitment-inner-row.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}

.traitment-text.wpb_content_element{
	margin-bottom: 0;
}

.traitment-inner-row .wpb_column.vc_column_container.vc_col-sm-8{
	display: flex;
	align-items: center;
}

.location-depistage-row {
	padding: 10vh 0;
}

.depistage-map iframe{
	border: none !important;
	width: 100% !important;
	height: 80vh !important;
}

.depistage-map iframe .i4ewOd-pzNkMb-haAclf{
	display: none;
}

.location-texts-row {
	padding-top: 8vh;
}

.wpb_content_element.location-title{
	margin-bottom: 0;
}

.location-title p{
	font-size: 16px;
	font-weight: 600;
	color: #FF3333;
}

.location-texts-row .separator-row {
	margin: 10px 0 15px;
}

.location-text p{
	font-size: 12px;
	margin-bottom: 5px;
}

.location-text.wpb_content_element{
	margin-bottom: 25px;
}

.travail-row{
	display: flex;
	flex-direction: row;
	background: #000000;
}

.travail-img .vc_figure{
	width: 100%;
}

.travail-img .vc_single_image-wrapper{
	width: 100%;
}

.travail-img.wpb_single_image  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpb_content_element.travail-img{
	margin-bottom: 0;
}

.travail-text-col p{
	color: #ffffff;
}

.travail-text-col .large-text-content{
	color: #ffffff;
}

.travail-text-col.vc_column_container{
	padding-right: 8%;
	display: flex;
	align-items: center;
	padding-top: 10vh;
    padding-bottom: 10vh;
}

.large-text-container.refuser-travail-text{
	padding-bottom: 35px;
}

.discrimination-title.wpb_content_element{
	position: relative;
	margin-bottom: 30px;
}

.discrimination-title:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	background: #ffffff;
	width: 100%;
	height: 1px;
}

.discrimination-title p{
	font-size: 22px;
	font-weight: 500;
}

/* .travail-img-col{
	height: 100%;
} */

.travail-img-col.vc_column_container>.vc_column-inner{
	padding-right: 0;
}

.travail-img-col div{
	height: 100%;
}

.travail-img-col figure{
	height: 100%;
}

.travail-text-col.vc_column_container>.vc_column-inner{
	padding-left: 30px;
}



/* ********************************** */
/* ***** Recent posts component ***** */
/* ********************************** */

.recent-post-single-row{
	display: flex;
}

.recent-post-single-row:nth-child(odd){
	flex-direction: row-reverse;
}

.recent-post-single-row:nth-child(even){
	flex-direction: row;
}

.recent-post-img img{
	height: 55vh;
	width: 100%;
	object-fit: cover;
}

.recent-post-content{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    /* max-width: 80%;
    margin: 0 auto; */
	padding: 0 15%;
	background: #FF3333;
}

.recent-post-content h6{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}

.recent-post-content p{
	color: #ffffff;
}

.recent-post-single-row .col-md-6{
	padding-left: 0;
	padding-right: 0;
}

.recent-post-read-more a{
	color: #000000;
    font-size: 10px;
    background: #ffffff;
    padding: 7px 25px;
    font-weight: 500;
	transition: 0.3s ease-in-out;
}

.recent-post-read-more a:hover{
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.download-brochure-container{
	position: relative;
}

.download-brochure-content{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12%;
}

.download-brochure-text p{
	font-size: 30px;
	margin-bottom: 0;

}

.download-brochure-text{
	padding-top: 20vh;
}

.download-brochure-btn{
	margin-top: 10px;
}

.download-brochure-btn a{
	padding: 7px 20px;
	font-size: 12px;
	color: #ffffff;
	background: #FF3333;
	transition: 0.3s ease-in-out;
	outline: none;
}

.download-brochure-btn a:hover{
	background: #ffffff;
	color: #FF3333;
	text-decoration: none;
}

.download-brochure-bg img{
	min-height: 60vh;
    width: 100%;
    object-fit: cover;
}

/* ****************** */
/* ***** Footer ***** */
/* ****************** */

.site-footer{
	background: #000000;
}

/* .site-footer p{
	color: #ffffff;
} */

.footer-top-row{
	max-width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* .footer-logo{
	display: table;
	margin: 0 auto;
} */

.footer-logo img{
	width: auto;
	height: 200px;
}

.footer-offrir-text p{
	/* text-align: center; */
	font-size: 14px;
    font-weight: 300;
	color: #FFFFFFDE;
	/* display: table;
	margin: 0 auto; */
	margin-bottom: 0;
}

.footer-title p{
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer-email a{
	color: #ffff00b6;
	transition: 0.3s ease-in-out;
	
}

.footer-email a:hover{
	text-decoration: none;
	color: #FF3333;
}

.footer-col-2, .footer-col-3{
	padding-top: 50px;
}

.footer-text p{
	color: #ffffffa6;
	font-weight: 300;
	line-height: 1.5;
}

.footer-text p strong{
	font-weight: 500;
}

.footer-telephone-title{
	padding-top: 65px;
}

.footer-tel p{
	margin-bottom: 2px;
	font-weight: 300;
}

.col-md-3.right-footer-col{
	position: relative;
}

.footer-social-links{
	position: absolute;
    bottom: 5px;
    right: 10%;
	display: flex;
	flex-direction: row;
}

.footer-social-links i{
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.footer-social-links a:hover i{
	color: #FF3333;
}

.footer-socials-facebook{
	margin-left: 20px;
}

.footer-socials-insta{
	margin-left: 20px;
}

.footer-socials-insta i{
	font-size: 16px;
}

.footer-socials-facebook i{
	font-size: 14px;
}

.footer-socials-insta a{
	position: relative;
	top: -1px;
}

.footer-socials-facebook a{
	position: relative;
	top: -2px;
}

.footer-bottom-row{
	border-top: 1px solid #ffffff;
}

.footer-bottom-row .row{
	align-items: center;
	justify-content: center;
}

.footer-bottom-row p{
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 0;
	padding: 25px 0;
}

.footer-bottom-row a{
	font-weight: 500;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.footer-bottom-row a:hover{
	color: #FF3333;
	text-decoration: none;
}

/* *********************************** */
/* ***** IST single service page ***** */
/* *********************************** */

.ist-depistage-row {
	padding: 10vh 0;
}

.ist-depistage-title .large-text-content{
	color: #ffffff;
}

.large-text-container.ist-depistage-title{
	padding-top: 0;
	padding-bottom: 30px;
}

.ist-depistage-text p{
	color: #ffffff;
}

.ist-depistage-img.wpb_single_image.vc_align_left{
	margin-bottom: 30px;
}

.ist-lists-row.vc_row>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}

.ist-lists-row.vc_row{
	padding: 8vh 0 15vh;
}

.ist-lists-row .custom-header {
	padding-bottom: 25px;
	padding-top: 0;
	line-height: 1;
}

.ist-lists-row .separator-row {
	margin: 6vh 0;
}

.ist-list-description p{
	line-height: 1.6;
}

.ist-list-description p strong{
	font-size: 17px;
	font-weight: 500;
}

.ist-lists-inner-row .ist-list-description.wpb_content_element{
	margin-bottom: 0;
}

/* *************************************** */
/* ***** Drogues single service page ***** */
/* *************************************** */

.consommation-row{
	padding: 15vh 0;
}

.wpb_content_element.consommation-normal-text{
	margin-bottom: 0;
}

.risques-row{
	display: flex;
	flex-direction: row;
}

.risques-row.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}

.wpb_content_element.risques-img{
	margin-bottom: 0;
	border-right: 1px solid #ffffff42;
}

.risques-text-col.vc_column_container{
	padding: 10vh 8% 10vh 0;
	display: flex;
	align-items: center;
}

.wpb_content_element.risques-normal-text{
	margin-bottom: 0;
}

.risques-img-col div{
	height: 100%;
}

.risques-img-col figure{
	height: 100%;
}

.risques-img.wpb_single_image img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.risques-text-col p{
	color: #ffffff;
}

.risques-large-text .large-text-content{
	color: #ffffff;
}

.reduction-risques-row.vc_row{
	padding: 10vh 0;
}

.reduction-risques-row.vc_row>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}

.reduction-risques-row .custom-header {
	padding-bottom: 20px;
}

.echange-seringues-img.wpb_content_element{
	margin-bottom: 0;
}

.echange-seringues-row{
	display: flex;
	flex-direction: row;
}

.echange-seringues-img-col div{
	height: 100%;
}

.echange-seringues-img-col figure{
	height: 100%;
}

.echange-seringues-img.wpb_single_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.echange-seringues-text.wpb_content_element{
	margin-bottom: 0;
	padding: 5px 0;
}

.separator-row.drogues-separator{
	margin: 7vh 0 6vh;
}

.reduction-risques-row .custom-header h2{
	padding-top: 0 !important;
	line-height: 1;
}

.reduction-risques-text p strong{
	font-size: 17px;
}

/* ***************************************** */
/* ***** Sexualite single service page ***** */
/* ***************************************** */

.sexualite-row{
	padding: 12vh 0;
}

.consentement-inner-row .custom-header{
	padding-bottom: 20px;
}

.consentement-img.wpb_content_element{
	margin-bottom: 0;
	padding-top: 100px;
}

.consentement-inner-row{
	display: flex;
	flex-direction: row;
	padding-bottom: 40px;
}

.consentement-img-col div{
	height: 100%;
}

.consentement-img-col figure{
	height: 100%;
}

.consentement-img.wpb_single_image img{
	height: 50vh;
	width: 100%;
	object-fit: cover;
}

.bien-etre-inner-row{
	padding-bottom: 15vh;
	display: flex;
	flex-direction: row;
}

.bien-etre-text-col{
	display: flex;
	align-items: flex-end;
}

.bien-etre-img-col div{
	height: 100%;
}

.bien-etre-img-col figure{
	height: 100%;
}

.bien-etre-img.wpb_content_element{
	margin-bottom: 0;

}

.bien-etre-img figure{
	width: 100%;
	height: 100%;
}

.bien-etre-img div{
	width: 100%;
	height: 100%;
}

.bien-etre-img.wpb_single_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.bien-etre-text-col{
	padding-top: 80px;
}

.bien-etre-text-col .custom-header {
	padding-bottom: 20px;
}

.wpb_content_element.bien-etre-text{
	margin-bottom: 0;
}

.loi-inner-row.vc_row{
	margin-left: 0;
	margin-right: 0;
}

.loi-inner-row.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}

.loi-inner-row>.vc_column_container>.vc_column-inner>.wpb_wrapper{
	max-width: 70%;
	margin: 0 auto;
	padding: 6vh 0;
}

.loi-inner-row .large-text-container {
	padding-bottom: 0;
}

.loi-row .large-text-content{
	color: #ffffff;
}

.loi-row{
	padding-bottom: 15vh;
}

.grossesse-img.wpb_content_element{
	margin-bottom: 0;
}

.grossesse-row{
	padding-bottom: 20vh;
}

.grossesse-inner-row{
	display: flex;
	flex-direction: row;
}

.grossesse-img-col div{
	height: 100%;
}

.grossesse-img-col figure{
	height: 100%;
}

.grossesse-img.wpb_content_element img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.grossesse-text-col {
	display: flex;
	align-items: center;
}

.grossesse-text-col .custom-header {
	padding-bottom: 20px;
}

.wpb_content_element.grossesse-text{
	margin-bottom: 0;
}

/* **************** */
/* ***** QUI SOMMES NOUS ***** */
/* **************** */

.title-soutenir p {
    color: #FF3333;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 60px;
    font-weight: 200;
    line-height: 70px;
}
.soutenir-text p {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
    color: #000000DE;
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    font-weight: 400;
}
.col-md-6.soutenir-text-col {
    background: #FF3333;
}
.text-title-wrapper p {
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    font-size: 27px;
}
.col-md-6.objectif-col {
    padding-left: 40px;
}
.pils-icons-excerpt p {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
}
.pils-icons-excerpt {
    min-height: 200px;
	max-width: 90%;
	margin: 0 auto;
}
.pils-icons-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.qui-sommes-nous-row.container {
    margin: 75px auto;
}
.qui-somme-nous-main h2 {
    color: #FF3333;
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    padding: 5px 0 15px 0;
    margin-bottom: 0;
}
.qui-somme-nous-main p {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000DE;
    line-height: 40px;
    margin-top: 10px;
}
.notre-vision-section .block-content-wrapper {
    max-width: 82%;
    padding: 80px 45px 25px;
}
.notre-mission-grid.container {
    max-width: calc(1140px + 15px);
    margin: 100px auto 50px;
}
.notre-mission h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 48px;
    color: #000000DE;
    line-height: 56px;
    text-align: center;
}
.notre-mission {
    margin-bottom: 60px;
}
.notre-mission-grid .pils-icons-img {
    width: 175px;
    height: 175px;
	margin-bottom: 50px;
}
.notre-histoire-row .block-content-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.notre-histoire-row h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 40px;
    margin-bottom: 26px;
}
.notre-histoire-row .col-md-6.col-content {
    display: table;
    margin: 0 auto;
    padding: 0 210px;
}
.notre-histoire-row .row.block-section-row:nth-child(odd) .row-section{
	flex-direction: row-reverse;
	
}
.notre-histoire-row  .row.block-section-row .row-section{
	display: flex;
}
.notre-vision-section .row.block-section-row.scroll-section .row-section {
    display: flex;
}
/* .notre-histoire-row  .block-section-row.scroll-section.row:nth-child(odd) {
    direction: rtl;
} */

.notre-histoire-row  .block-url-button a {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding: 10px 14px;
	font-size: 13px;
	font-family: 'Roboto',sans-serif;
	font-weight: 600;
}

.notre-histoire-row .block-url-button {
    margin-top: 50px;
}
.pils-nos-partenaire-section {
    background-position: right;
    background-size: cover;
	min-height: 540px;
}
.nos-partenaire-section{
    max-width: 65% !important;
    margin: 0 auto !important;
    float: inherit !important;
    padding: 100px 260px 80px 0 !important; 
}
.nos-partenaire-section h2 {
    color: #FF3333;
    font-family: 'Roboto Regular',sans-serif;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}
.nos-partenaire-section .awrapper-pils a {
    color: #ffffff;
    padding: 10px 17px;
    font-size: 14px;
}
.pils-button a{
	padding: 10px 17px;
}
.grey-bg-notre-equipe {
    background: #E0E0E0;
	color: #FF3333;
}
.equipe-container {
    margin: 0 auto !important;
    max-width: 80%;
    float: inherit;
}
.equipe-container h2 {
    font-weight: 400 !important;
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
	margin-bottom: 50px;
}
.equipe-container {
    margin: 0 auto !important;
    float: inherit !important;
    padding: 130px;
}
.equipe-container p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #000000DE;
    line-height: 25px;
    letter-spacing: 0.18px;
}
.pils-button .awrapper-pils {
    text-align: center;
}
.soutenez-nous-short {
    padding: 130px 0;
}
.title-soutenir {
    margin-bottom: 40px;
}
.soutenir-text {
    margin-bottom: 85px;
}
.soutenir-text-col .red-bg {
    background: #FF3333;
    text-align: center;
    padding: 20px 15px;
}
.soutenir-post-title p {
    font-size: 40px;
    font-family: 'Roboto ',sans-serif;
	font-weight: 700;
    line-height: 72px; 
	 margin-bottom: 0;
}
.soutenir-img-box {
    max-width: 200px;
    margin: 0 auto;
	 padding: 30px;
}
.soutenir-block-text p {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
	font-weight:400;
    line-height: 28px;
}
.soutenir-btn a {
    color: #ffffff;
    padding: 10px 45px;
    font-size: 14px;
    background-color: #000000;
    width: 100%;
	transition: 0.3s ease-in-out;
}
.soutenir-btn a:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
}
.soutenir-btn a {
    color: #ffffff !important;
    padding: 10px 45px;
    font-size: 18px;
    background-color: #000000;
    width: 100%;
    transition: 0.3s ease-in-out;
    text-decoration: none !important;
}
.soutenir-btn {
	margin-top: 30px;
}
.row.object-box {
    background-color: #D3D3D3;
    margin-bottom: 50px;
}
.row.object-box:last-child{
	margin-bottom: 0;
}
.soutenir-block .object-image-col {
    width: 136px;
    height: 136px;
}
.soutenir-block .col-md-3.object-col.red-bg {
    padding: 0;
    margin:  0 auto;
}
.soutenir-block  .object-text-col.grey-bg {
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
}
.soutenir-block .object-text-block p {
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    color: #000000DE;
    line-height: 30px;
    font-weight: 700;
}
.soutenir-block .object-text-col.grey-bg .object-btn-block a {
    color: #FFFFFF;
    background-color: #FF3333;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
	padding: 10px 15px;
	text-decoration: none; 
	transition: 0.3s ease-in-out;
}
.soutenir-block .object-text-col.grey-bg .object-btn-block a:hover{
	background-color: #000000DE;
}
.restez-informez {
    padding: 150px 0;
    color: #FFFFFF;
}
.restez-informez.red-section{
    background-color: #FF3333;
}
.sincrire-gravity-row {
    margin: 0 auto !important;
    text-align: center;
}
.sincrire-gravity-row  .gf_simple_horizontal {
    text-align: center;
    display: flex;
    justify-content: center;	 
    padding-top: 15px;
}
.sincrire-gravity-row h2.gform_title {
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF99;
    line-height: 16px;
    margin-bottom: 15px;
    letter-spacing: 3.65px;
}
.sincrire-gravity-row span.gform_description {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 1.7px;
    line-height: 40px;
}
.sincrire-gravity-row  .gform_wrapper .gf_simple_horizontal .gform_body {
    width: calc( 100% - 40%);
}
.sincrire-gravity-row div#field_1_1 {
    padding-right: 0;
}
.sincrire-gravity-row input#input_1_1 {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    color: #000000;
    padding: 10px 15px;
}

.sincrire-gravity-row input#input_1_1::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #00000061;
}
.sincrire-gravity-row input#input_1_1:focus-visible {
    outline: none;
}
.sincrire-gravity-row input#gform_submit_button_1 {
    padding: 11px 40px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-left: 0;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0 0 0 0;
    letter-spacing: 1.25px;
    line-height: 19px;
}
.sincrire-gravity-row  .text-informez p {
    margin-bottom: 0;
    padding-top: 25px;
    color: #FFFFFF99;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 16px;
}
.sincrire-gravity-row  .text-informez {
	margin-bottom: 0;
}
/* ************************ */
/* ***** Je m'engage ***** */
/* ********************** */
.je-mengage-main h2 {
    color: #FF3333;
	font-family: "Roboto",sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    padding: 5px 0 15px 0;
    margin-bottom: 0;
}
.je-mengage-main p {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000DE;
    line-height: 32px;
    margin-top: 10px;
} 
.fais-don-row .col-images {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.fais-don-row .col-content {
    flex: 0 0 66.6%;
    max-width: 66.6%;
	min-height: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 210px;
}
.fais-don-row .col-content .block-content-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.fais-don-row .row.block-section-row:nth-child(even) .row-section{
	flex-direction: row-reverse;
	
}
.fais-don-row .row.block-section-row .row-section{
	display: flex;
}
.fais-don-row .row.block-section-row.scroll-section {
    margin-bottom: 50px;
}
.fais-don-row .icon-heading-wrapper h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.fais-don-row .block-text-content p {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 20px;
    max-width: 100%;
    line-height: 25px;
}
.fais-don-row .block-url-button {
    margin-top: 50px;
}
.fais-don-row .block-url-button a {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 75px;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}
.actualite-container {
    margin: 0 auto !important;
    padding-top: 50px;
}
.actualite-container .je-mengage-main h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
}
.actualite-container  .act-content .img-box {
    width: 305px;
    height: 305px;
	margin: 0 auto;
	max-width: 100%;
	 background-color: #FFFFFF;
}
.actualite-container  .act-content .img-box img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.actualite-container  .act-content.row {
    max-width: 90%;
    margin: 0 auto;
}
.actualite-container .text-box {
    font-family: 'Roboto',sans-serif;
    color: #000000;
}
.actualite-container .cat {
    padding-top: 19px;
}
.actualite-container .cat p {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.actualite-container p.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
	min-height: 90px ;
}
.actualite-container p {
    font-family: 'Roboto',sans-serif;
}
.actualite-container p.date {
    color: #00000099;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding-top: 10px;
    margin-bottom: 0;
}
.actualite-container p.date >span.red {
    color: #FF3333;
}
.actualite-container p.link {
    margin-top: 16px;
}
.actualite-container .link {
    margin-top: 20px;
}
.actualite-container .link a {
    background-color: #FF3333;
    color: #FFFFFF;
    padding: 10px 45px;
    text-transform: uppercase;
    font-family:  'Roboto',sans-serif;
    font-size: 14px;
    letter-spacing: 1.25px;
    font-weight: 500;
    line-height: 19px;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}
.actualite-container .link a:hover {
    border: 1px solid;
    background-color: #FFFFFF;
    color: #FF3333;
}
.consulter-actu {
    padding: 90px 0 140px;
    text-align: center;
}
.consulter-actu a {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 60px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 19px;
    text-decoration: none !important;
    transition: 0.3s ease-in;
}
.consulter-actu a:hover{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
}
/* ************************ */
/* ***** Contact ***** */
/* ********************** */
.contact .page-banner-image-container img {
    height: 84vh;
}
.contact-main p> a {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FF3333;
    line-height: 40px;
    margin-top: 10px;
}
.contact-main  p {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000DE;
    line-height: 40px;
    margin-top: 10px;
}
.vc_column-inner.vc_custom_1658746229992 {
    min-height: 800px;
    background-position: center;
    padding-top: 0 !important;
}
.contact-us_wrapper {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 70px 0 40px 70px;
}
.the-form .vc_column-inner {
    padding-top: 0 !important;
}
.contact-us_wrapper label.gfield_label {
    font-family: 'Roboto',sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000DE;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 16px;
}
.contact-us_wrapper  span.gfield_required {
    color: #000000DE !important;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}
.contact-us_wrapper  input#gform_submit_button_2 {
    color: #FFFFFF;
    background-color: #000000;
    margin-bottom: 0;
    padding: 11px 40px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 1.25px;
    line-height: 19px;
    border: 1px solid #95989A;
}
.rencontrez-row.container {
    margin: 0 auto;
    padding: 100px 0 80px;
}
.rencontrez-nous-row{
    max-width: 85%;
    margin: 0 auto !important;
}
.text-rencontrez-row{
    max-width: 100%;
    margin: 0 auto !important;
}

.rencontrez-nous-row img {
    height: 420px !important;
    object-position: top;
    object-fit: cover;
}
.rencontrez-nous-row .rencontrez-title p {
    color: #FF3333;
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.centre-nou-vi-la,.centre-nou-vi-la-text {
    max-width: 80%;
}
.bureaux {
    max-width: 70%;
}
.text-rencontrez-row span.bold {
	 font-size: 16px;
    color: #000000DE;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.text-rencontrez-row span.red {
	 font-size: 16px;
    color: #FF3333;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.centre-nou-vi-la-text p, .bureaux p ,
.centre-nou-vi-la-text a, .bureaux a {
    font-size: 18px;
    font-weight: 400;
    color: #000000DE;
    letter-spacing: 0.18px;
    line-height: 25px;
	transition: 03s ease-in-out;
}
.centre-nou-vi-la-text a:hover, .bureaux a:hover{
    color: #FF3333;
}
.text-rencontrez-row{
	padding-bottom: 200px;
}
/* ************************ */
/* ***** Grey Section ***** */
/* ********************** */
.restez-informez.grey-section{
    background-color: #424242;
}
.grey-section .sincrire-gravity-row input#gform_submit_button_1 {
    background-color: #FF3333;
}
.grey-section .sincrire-gravity-row h2.gform_title ,
.grey-section .sincrire-gravity-row .text-informez p{
    font-size: 12px !important;
}
.actualite-section.red-section {
    background-color: #FF3333;
}
.actualite-section.red-section .text-box p {
    color: #FFFFFF;
}
.actualite-section.red-section .link a{
	background-color: #000000;
}
/* **********************************8******** */
/* ***** SANTE & RECHERCHE COMMUNAUTAIRE ***** */
/* ****************************************** */
.sante-recherche-row .block-section-row .row-section, .tapaj .block-section-row .row-section {
    display: flex;
    float: left;
    flex-wrap: wrap;
    flex-direction: row-reverse;
	padding-top: 140px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.qui-sommes-nous-row.sante-recherche-row.container{
	padding-bottom: 0;
}
.service-disponible-nuvila ul li {
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -.18px;
    font-size: 16px;
	color: #ffffff;
}

.service-disponible-nuvila ul {
    padding-inline-start: 0;
    margin: 0 10px;
}

.sante-recherche-row .block-section-row .row-section h2 ,
.tapaj h2 ,
.people-living-container .row-section .col-content h2{
	font-size: 44px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
    padding-bottom: 23px;
}
.sante-recherche-row .block-section-row .row-section p ,.tapaj p,
.people-living-container .row-section .col-content p{
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 25px;
}
.nouvila-sante-container{
	margin: 0 auto !important;
}
.nou-vi-la-sante-container {
    background-color: #D00000;
    position: relative;
	padding-bottom: 90px;
	z-index: 0;
}
.container-col.nouvila-sante {
    max-width: 80%;
    margin: 0 auto;
}
.nouvila-sante-image {
    position: relative;
}
.nou-vi-la-sante-.img-container {
    margin-bottom: -500px;
  
}
.nouvila-sante-image img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    max-height: 900px !important;
	z-index: 3;
}
/* .container-col.nouvila-sante-text {
    max-width: 80%;
    margin: 0 auto;
    display: flex;   
    padding-top: 270px;
} */
.nouvila-sante-text>.vc_column-inner >.wpb_wrapper {
    display: flex;
	margin-top: 30px;
}
.centre-sante-communautaire, .service-disponible-nuvila {
    max-width: 50%;
    padding: 0 20px 0;
    color: #FFFFFF;
    margin: 0 auto;
}
.centre-sante-communautaire p, .service-disponible-nuvila p{
	color: #FFFFFF;
}
.centre-sante-communautaire h2 {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 16px;
}
.centre-sante-communautaire h3{
	font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 56px;
    margin-bottom: 16px;
}
.centre-sante-communautaire h3 {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.15px;
}
.centre-sante-communautaire p {
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 23px;
    margin-bottom: 0;
}
.service-disponible-nuvila h2 {
    font-size: 30px;
    letter-spacing: 0.25px;
    line-height: 40px;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.service-disponible-nuvila p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 35px;
}
.tapaj .block-section-row .row-section{
	padding-bottom: 90px;
}
.tapaj p{
	margin-bottom: 40px;
}
.tapaj p > a {
    font-weight: 700;
    color: #000000de;
    font-size: 18px;
    text-decoration: none;
	 transition: 0.3s ease-in-out;
}
.tapaj p > a:hover{
	color: #FF3333;
}
.people-living-container {
    margin: 0 auto  !important;
}
.prep-femme{

}
.people-living-container .row-section {
    display: flex;
    padding-bottom: 100px;
}
.people-living-container .row.block-section-row:nth-child(even) .row-section {
    flex-direction: row-reverse;
}
.people-living-container .row-section .col-content {
    max-width: 90%;
    padding: 10px  0px 10px 45px;
}
.people-living-container .block-url-button a {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 75px;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}
.people-living-container .block-url-button{
	margin-top: 50px;
}
.prep-femme {
	margin: 0 auto !important;
    padding-bottom: 50px;
}
.prep-femme li {
    font-size: 18px;
    color: #000000DE;
    line-height: 25px;
    letter-spacing: 0.18px;
}
.prep-femme ul {
    padding-inline-start: 0;
    margin-left: 20px;
}
.prep-femme .equipe-container {
    padding-top: 0;
    padding-bottom: 30px;
}
.people-living-container .row.block-section-row:nth-child(even) .row-section .col-content {
    padding: 10px 45px 10px 0px;
}
.actualite-container .actualite-main h2 {
    color: #FFFFFF;
}
/* **********************************8******** */
/* ***** coalition ***** */
/* ****************************************** */
.page-banner-container.coalition .page-banner-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.plateforme-coalition-row .block-section-row.scroll-section:nth-child(even) .row-section {
    flex-direction: row-reverse;
}
.plateforme-coalition-row .block-section-row.scroll-section .row-section {
    display: flex;
}
.plateforme-coalition-row .block-section-row.scroll-section .row-section .first-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 680px;
    object-position: right;
}
.plateforme-coalition-row .block-section-row.scroll-section:nth-child(even) .row-section .first-image-wrapper img {
    min-height: 650px;
    object-fit: cover;
}
.plateforme-coalition-row {
    padding-bottom: 200px;
    border-bottom: 1px solid #ff3333;
	max-width: 70%;
}
.association-container {
    padding: 140px 0 200px;
}
.association-container h2 {
    color: #FF3333;
    font-size: 40px;
    line-height: 56px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    margin-bottom: 100px !IMPORTANT;
}
.plateforme-coalition-row .col-md-6.col-content .block-content-wrapper {
    padding: 50px 15px 0 15px;
}
.normal-container.association-container {
	padding-top: 60px;
    max-width: 70%;
}
.pays-associated h3 {
    color: #FF3333;
    font-family: 'Roboto',sans-serif;
    font-size: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    line-height: 28px;
}
.pays-associated p {
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 700;
	min-height: 60px;
}
/* **********************************8******** */
/* ***** services ***** */
/* ****************************************** */
.nos-services-row .scroll-section .row-section {
    display: flex;
}
.nos-services-row .scroll-section:nth-child(odd) .row-section {
    flex-direction: row-reverse;
}
.nos-services-row .scroll-section .row-section .col-md-6.col-content {
    display: table;
    margin: 0 auto;
    padding: 0 110px;
}
.nos-services-row .scroll-section .row-section .col-md-6.col-content .block-content-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.nos-services-row   .block-url-button a {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding: 10px 14px;
	font-size: 13px;
	font-family: 'Roboto',sans-serif;
	font-weight: 600;
}

.nos-services-row  .block-url-button {
    margin-top: 50px;
}

/* **********************************8******** */
/* ***** Partner ***** */
/* ****************************************** */
.block-content.qui-somme-nous-main {
    padding: 0 30px;
}
.container-partner.container {
    margin: 140px auto;
}
.logo-box {
    height: 100%;
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
}
.logo-box img {
    display: table-cell !important;
    object-fit: contain;
    width: 220px;
    height: 220px;
}
.locaux-container.container-fluid .row-local {
    background-color: #ff3333;
}
.locaux-container.container-fluid{
	padding:  0 0 150px; 
}
.locaux-container .row.block-section-row.scroll-section .row-section{
	display:  flex;
	height: 500px;
	align-items: center;
}
.locaux-container .icon-heading-wrapper h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 40px;
    margin-bottom: 26px;
	color: #FFFFFF;
}
.locaux-container .row-local p{
	font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}
.row-local .col-md-6.col-images {
    background-color: #FFFFFF;
	height: 500px;
}
.row-local .scroll-section:nth-child(even) .row-section {
    flex-direction: row-reverse;
}
.row-local  .block-content-wrapper {
    padding: 0 100px;
}
.row-local .first-image-wrapper {
    margin: 0 auto;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}
.row-local  .first-image-wrapper img {
    max-width: 400px;
    height: 200px;
    margin: 0 auto;
}
.internationaux-container .text-title h2,
.locaux-container .text-title h2{
    color: #FF3333;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 300;
    padding: 5px 0 15px 0;
    margin-bottom: 0;
    text-align: center !important;
}
.internationaux-container {
    padding: 80px 0;
}
.internationaux-container .text-title,.locaux-container .text-title {
    text-align: center;
    width: 100%;
}
.locaux-container .text-title {
    padding-bottom: 60px;
}
/* **********************************8******** */
/* ***** PLaidoyer ***** */
/* ****************************************** */
.politique-des-drogue .row-section {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.politique-des-drogue .row-section .block-text-content {
    padding-right: 24px;
}
.pils-video-wrap.container {
    padding: 0;
	margin-bottom: 30px;
}
.plaidoyer-container p {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000DE;
    line-height: 1.5;
}
.plaidoyer-container .perenite-section {
    border-bottom: 1px solid red;
    padding-bottom: 80px;
	margin-bottom: 0 !important;
}
.plaidoyer-container  .qui-somme-nous-main h2,
.plaidoyer-container .icon-heading-wrapper h2{
	font-size:  44px !important;
	font-weight: 300 !important;
}
.plaidoyer-container .nos-campagne {
    padding-top: 80px;
}
.red-section .actualite-container .je-mengage-main h2{
	color: #FFFFFF;
}
.plaidoyer-container .qui-somme-nous-main h2>span.black {
    color: #000000;
}
.plaidoyer-container .qui-somme-nous-main h3 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 40px;
}
/* **********************************8******** */
/* ***** ACTUALITES ***** */
/* ****************************************** */
.container-archive-actualites .actualite-head {
    width: 100%;
    text-align: center;
    margin: 100px  auto;
}
.container-archive-actualites .actualite-head h2 {
    text-align: center;
}
.container-archive-actualites .main-article-content.row {
    padding-bottom: 30px;
}
.container-archive-actualites .text-box {
    margin: 20px 0;
    width: 100%;
	font-family: 'Roboto',sans-serif;
    color: #000000;
}
.container-archive-actualites  .cat p {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}
.container-archive-actualites .main-article-content p.title {
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.25px;
}
.container-archive-actualites  .act-content p.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
	min-height: 90px ;
}
.container-archive-actualites .act-content .img-box {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    max-width: 100%;
    background-color: #FFFFFF;
    box-shadow: 4px 5px 9px #0707075e;
}
.container-archive-actualites .act-content .img-box img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.container-archive-actualites .main-article-content .desc p {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 8px;
}
.container-archive-actualites p.date {
    color: #00000099;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding-top: 10px;
    margin-bottom: 0;
}
.container-archive-actualites p.date >span.red {
    color: #FF3333;
}
.container-archive-actualites p.link {
    margin-top: 16px;
}
.container-archive-actualites .link {
    margin-top: 20px;
}
.container-archive-actualites .link a {
    background-color: #FF3333;
    color: #FFFFFF;
    padding: 10px 45px;
    text-transform: uppercase;
    font-family:  'Roboto',sans-serif;
    font-size: 14px;
    letter-spacing: 1.25px;
    font-weight: 500;
    line-height: 19px;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}
.container-archive-actualites .link a:hover {
    border: 1px solid;
    background-color: #FFFFFF;
    color: #FF3333;
}
.container-archive-actualites  .act-content.row {
    margin-bottom: 30px;
	margin-right: 15px;
}
.container-archive-actualites .act-content .text-box {
    width: 305px;
    max-width: 100%;
}
.container-archive-actualites  .main-article-content.red-section.row {
    background-color: #FF3333;
    padding: 0;
}
.container-archive-actualites  .main-article-content.red-section.row >.col-md-6:first-child {
    padding-left: 0;
}
.container-archive-actualites .main-article-content.red-section .col-md-6 {
    display: flex;
    align-items: center;
}
.container-archive-actualites .red-section .text-box p {
    color: #FFFFFF !important;
}
.container-archive-actualites p.date >span.white{
	color: #FFFFFF !important;
}
.container-archive-actualites .red-section .link a{
	background-color: #000000;
}
.act-content.row.remain-actualities {
    margin-top: 30px;
}
.act-content.row.remain-actualities .text-box{
	width: 100%;
	margin: 0;
}
.container-archive-actualites .act-content.remain-actualities  .img-box{
	width: 150px;
    height: 150px;
}
.container-archive-actualites .act-content.remain-actualities  .img-box.img-box img{
	object-fit: cover;
}
.container-archive-actualites .act-content.remain-actualities  .cat p{
	margin-bottom: 5px;
}
.container-archive-actualites .act-content.remain-actualities p.title{
	font-size: 15px;
	margin-bottom: 5px;
	min-height: 60px;
}
.etude-rapport-comptes {
    background-color: #000000;
    padding: 100px 0;
}
.etude-rapport-comptes .img-box{
    background-color: #FFFFFF;
	height: 300px;
}
.etude-rapport-comptes  .term-title {
    margin-top: 30px;
}

.etude-rapport-comptes .img-box img {
    height: 100%;
    object-fit: cover;
}
.etude-rapport-comptes  .term-title p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.25px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 300;
}
.etude-rapport-comptes .link {
    margin-top: 20px;
}
.etude-rapport-comptes .link a {
    background-color: #FF3333;
    color: #FFFFFF;
    padding: 10px 35px;
    text-transform: uppercase;
    font-family:  'Roboto',sans-serif;
    font-size: 12px;
    letter-spacing: 1.25px;
    font-weight: 400;
    line-height: 17px;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}
.etude-rapport-comptes  .link a:hover {
    border: 1px solid;
    background-color: #FFFFFF;
    color: #FF3333;
}
.red-section .actualite-container p.date >span.red {
    color: #FFFFFF;
}

/* * Homepage* */
.home .besoin-aide-row {
    padding-top: 0px !important;
}

/* *actualite * */
.more-into-actualite {
    padding: 20px 0px 30px;
}

/* Emploi- stage */
.rejoignez-nous_wrapper h2.gform_title {
    color: #FF3333;
    font-size: 32px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 5vh;
}
.rejoignez-nous_wrapper {
    padding-top: 9vh;
}
.rejoignez-nous_wrapper input {
    border: none !important;
    border-radius: 1px !important;
}
textarea#input_3_8, textarea#input_3_9{
    border: none;
    border-radius: 1px;
}
input#gform_submit_button_3 {
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    color: white;
	padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.upload-cv, .motivation-letter {
    background: #fff;
}
div#field_3_10 {
    width: 300px;
    height: 390px;
}
div#field_3_11 {
    width: 546px;
}
.upload-cv-img img#imgFileUpload {
    height: 340px;
}
.row.upload {
    position: relative;
}
.first-column p, .second-row p {
    position: absolute;
    top: 20px;
    left: 55px;
	color: #000000DE;
}
input#input_3_1, input#input_3_4, input#input_3_5, input#input_3_6,  textarea#input_3_8, textarea#input_3_9 {
    padding-left: 40px;
	color: #000000DE;
}
.normal-container.emploi-stage-rejoigner {
    max-width: 920px;
}
.gform_footer.top_label{
    margin: 0;
    text-align: center;
    padding: 80px;
}
.rejoignez-nous input::placeholder,  .rejoignez-nous textarea::placeholder{
	color:#000000DE;
	opacity: 1; /* Firefox */
  }