@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
	--main-black: rgba(0, 0, 0, 1);
	--main-white: rgba(255, 255, 255, 1);
	--primary-color: rgba(170, 215, 220, 1);
	--active-hover: rgba(255, 153, 0, 1);
	--main-blue: rgba(0, 95, 167, 1);
	--image: url('../img/1.png');
}

* {
	padding: 0;
	margin: 0;
}

html,
body {
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

body .container-fluid {
	padding: 0;
	overflow-y: hidden;
}

#scroll-information {
	background-color: var(--primary-color);
	margin: -4rem 0 0 0;
}

#actualite {
	margin: 0 0 5rem 0;
}
#bandeau {
	background-color: var(--main-black);
}
#entete {
	margin: auto;
}
#logo img {
	margin-top: 0;
	width: 50%;
}
nav#menu,
nav#menu ul,
footer#piedpage,
.presentation-container,
.strategy-icon-container,
.col-4.display-flex-column.img-column a {
	display: flex;
	flex-direction: row;
}

nav#menu {
	list-style: none;

	bottom: 0px;
	background-color: var(--main-black);
}

nav#menu ul {
	list-style: none;
	margin: 0 0 0 -15rem;
}

nav#menu li {
	flex: 1;
	word-wrap: normal;
	word-break: normal;
	float: left;
	font-weight: bold;
	text-shadow: -1px 0px 1px var(--main-black);
	vertical-align: middle;
}

nav#menu li:hover,
nav#menu li:hover a {
	background-repeat: no-repeat;
	color: var(--active-hover);
}

nav#menu li a {
	color: var(--primary-color)
}

nav#menu li a:hover,
nav#menu li:hover a {
	background: none;
}

#langue {
	padding-top: 0;
}

#langue a {
	color: var(--main-white);
	display: flex;
	margin: 0 0 1rem 0;
}

#langue a:hover {
	color: var(--active-hover);
}

#date {
	margin: -2rem 0 0 0;
	background-color: var(--primary-color);
	height: 3rem;
	font-weight: bold;
	color: var(--main-black);
	padding-top: 1rem;
	padding-left: 1rem;
	/*text-shadow: -1px 0px 1px var(--main-black);*/
}

#fond {
	height: 120vh;
	margin: 0 0 10rem 0;
}

#afficher_date {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 25px;
}

#left-column,
#right-colum {
	flex: 1;
}

#contact {
	background-color: var(--main-black);
	padding-top: 0px;
	border-radius: 12px;
	margin: 1rem 0 0 0;
	width: 95%;
}

#contact h2 {
	background-color: var(--primary-color);
	border: 3px solid var(--main-black);
	text-shadow: -1px 0px 1px var(--main-black);
	color: var(--main-white);
	font-size: 2em;
	text-align: center;
	margin-bottom: 1rem;
}

#contact h2 {
	text-transform: capitalize;
}

#liens {
	width: 625px;
}

#bloctexteb {
	text-align: justify;
	font-size: 14px;
	color: #494842;
}

.tableau_strategy {
	vertical-align: top;
	text-align: justify;
}

.titre_vision {
	font-size: 18px;
	color: #604D97;
	margin: 2rem 0 0 0;
}

.titre_vision img {
	border-radius: 12px;
}

.reponse {
	width: 100%;
	background-color: var(--main-white) repeat-y;
	padding-left: 40px;
	font-style: normal;
	text-align: justify;
}

footer {
	background-color: var(--main-black);
	height: 15vh;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -2rem;
}

footer#piedpage {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: var(--main-black);
	color: var(--active-hover);
}

#liens_footer a {
	color: var(--active-hover);
	font-size: 12px;
}

.footer-level2 p {
	color: var(--main-white);
	font-size: 15px;
}

div #copyright {
	color: var(--main-white);
	font-size: 13px;
}

#social {
	position: absolute;
	right: 0px;
	top: 5px;

}

/********Menu********/

/* liScroll styles */

/******POP-UP page d'accueil ********/
.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog-buttonpane {
	font-size: 12px;
}

.ui-widget-overlay {
	opacity: .9;
	filter: Alpha(Opacity=90);
}

.footer-level1 {
	padding: 1rem;
}

.manager-contain {
	padding: 1rem;
}

.manager-contain p {
	margin: 0 0 0 1rem;
}

.contact-container.h2-style {
	margin: 0.5rem;
	background-color: var(--primary-color);
	height: 2rem;
}

.contact-container.h2-style p {
	font-size: 1.75em;
	font-weight: 800;
	text-shadow: -1px 0px 1px var(--main-black);
	color: var(--main-white);
	text-align: center;
	width: 100%;
	text-transform: capitalize;
	font-variant: all-small-caps;
}

section #fond {
	text-align: center;
	width: 100%;
	height: 130vh;
}

#right-col {
	padding: 2rem;
}

.slogan-presentation-container {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.photo-container {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	flex: 1;
}

.photo-container img {
	width: 100%;
	height: 90%;
	border-radius: 12px;
}

.right-column,
#bloctexteb {
	padding: 0 0 5rem 2rem;
}

#bloctextea {
	padding: 0 0 0 2rem;
}

#Research img {
	width: 100%;
	border-radius: 12px;
}

img.d2p-schemafr1-img {
	width: 70%;
}

.schema-home-dep-container {
	background-image: var(--image);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 38rem;
}

.row.strategy-text-row {
	height: 40rem;
	color: var(--main-black)
}

.row.strategy-text-row h2 {
	color: var(--main-black)
}

/* .img-column img{
	width: 25%;
  } */
.img-column img {
	margin: 0.25rem 0 0.25rem 0
}

.row.column-text-row {
	margin: 2rem 0 0 0;
}

.row.column-text-row .col-4.display-flex-column.img-column {
	margin: 0 -4rem 0 6.5rem;
}

.col-4.display-flex-column.column-right {
	margin: 0 -3.5rem;
}

.display-flex-column.img-column-middle .display-flex-row {
	margin: 0.25rem 0;
}

.card-strategy-text-row {
	height: 38rem;
	background: none;
}

#our-products-container-second-part .card {
	height: 28rem;
}

img.planet-image {
	margin: 0 0 0 -10rem;
}

.card.h1-text {
	height: 23rem;
	margin: 1rem;
}

.card.our-products-container {
	margin: 0 0 15rem 0;
}
