/*----------------------------- */
/* Modular parts of the website */
/*----------------------------- */

/* BUTTONS ------------- */

.contact-button{	
	/* width: 100px; */
	padding: .75rem 1.2rem;
	border-radius: .7rem;
	font-size: 2rem;
	font-weight: 500;
	color: white;
	background-color: black;
	display: block;
}

.contact-button.white{
	color: black !important;
	background-color: white;
	width: 9.7rem;
}

#CTA #submit-button{
	border: 1px solid white;
	cursor: pointer;
}

/* INTERVENTIONS ------------- */
.cartouche{
	display: grid;
	grid-template-columns: auto 1fr;
	/* grid-template-rows: repeat(auto-fit, minmax(auto, 1fr)); */
	grid-template-rows: auto auto 1fr;
	grid-gap: .8rem 1.2rem;
	word-wrap: break-word;
}

.cartouche img{
	height: 4.1rem;
}

#thematics .cartouche img{
	margin-left: 10px;
	margin-right: 15px;
}

.cyber-security img{
	margin-bottom: 5px;
}

.cartouche h2{
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 2.2rem;
	align-self: center;
}


.cartouche p{
	grid-column: 1/3;
	margin-top: -1Opx;

}

.cartouche ul{
	grid-column: 1/3;
	font-weight: 900;
	margin-top: -.5rem;

}

.cartouche ul > li{
	list-style: disc inside none;
	margin-top: .5rem;
}


#formation h2{
	letter-spacing: -.075rem;	
}


/* BIG NUMBERS ------------- */

#big-numbers-container{
	padding-block: 2rem;
}

.card-big-numbers{
	display: grid;
	grid-template-columns: auto;
	min-width: fit-content;
	height: fit-content;
	margin-top: 1rem;
	/* background-color: rgba(200, 20, 55, .4); */
}

.card-big-numbers h3{
	font-size: 4rem;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: -.1rem;
	text-transform: uppercase;
	width: fit-content;
	/* background-color: rgba(200, 100, 55, .4); */
}

.big-number{
	font-family: 'Avenir Next', Avenir, Helvetica, sans-serif;
	font-size: 6.4rem;
	font-weight: 700;
	letter-spacing: -.25rem;
	height: 0px !important;
	padding: 0px;
	margin: 0px;
	/* background-image: linear-gradient(115deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important; */
	/* background-image: linear-gradient(270deg, rgba(252, 255, 213, 1) 0%, #dac651 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	filter: drop-shadow(0 0 2rem #000);
	text-shadow: none!important; */
	/* background-color: rgba(200, 100, 155, .4); */
	/* background-clip: text !important;
	background-image: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important; */
}

.card-big-numbers p{
	font-size: 1.9rem;
	margin-left: 1rem;
	padding-top: 0;
	margin-top: -5px !important;
	/* line-height: 1.8rem; */
	width: fit-content;
	/* background-color: rgba(100, 100, 155, .4); */
}

#years .big-number{
	letter-spacing: -.75rem;
}

#countries p{
	letter-spacing: .11rem;
}

#people .big-number{
	letter-spacing: -.55rem;
}

#people #plus-sign{
	vertical-align: 55%;
	margin-left: 2px;
}

#people #people-word{
	margin-left: 10px;
}

.en #people p{
	font-size: 2rem;
	letter-spacing: .215rem;
	/* margin-top: -23px !important; */
}

#publications{
	margin-left: 8px;
}

#publications p{
	margin-left: .3rem;
	letter-spacing: .105rem;
}

#bellegarde .contact-button{
	margin-left: 1rem;
}


@media (max-width: 450px) {
	
	#countries-word{
		margin-left: 4px;
		}
	
	#people #people-word{
		margin-left: 7px;
	}
	
	#people .big-number{
		letter-spacing: -.55rem;
	}
	
   .card-big-numbers .large-viewport{
		display: none;
		visibility: hidden;
	}
	
	
}


/* THE TEAM  -----------------------------------------------------*/

.card{
	border-radius: 1.6em;
	background-color: rgba(235, 233, 233, 1);
	box-shadow: ;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding-top: 2.75rem;
	padding-bottom: 1rem;
	padding-inline: 3.3rem;
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: min(90vw, 28rem);
	/* width: 28rem;
	max-width: 90%; */
}

.picture{
	border-radius: 100%;
}

.card h2{
	font-size: 2.4rem;
	font-weight: 900;
	margin-inline: auto;
	margin-top: 20px;
}

h2#jais,
h2#ouissam{
	letter-spacing: -.11rem;
}

.member sup{
	font-size: 70%;
	font-variant: small-caps;
	font-weight: 800;
}

.phd{
	font-size: 70%;
	letter-spacing: -.07rem;
}

.card p,
.card .see-more{
	font-size: 1.8rem;
	opacity: 50%;
	margin-inline: auto;
	margin-top: 1px;
}

.card .see-more{
	visibility: hidden;
}

/* .card:hover .see-more{
	visibility: visible;
} */

.member-icons{
	display: flex;
	justify-content: center;
	gap: 2.3rem;
	margin-top: 20px;
}

.member-icons img{
	height: 40px;
}


.card .see-more{
	margin-top: 15px;
	margin-inline: auto;
}



/* FAQ ------------------------------------ */

.FAQ.question{
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
	font-weight: 900;
	margin-top: 3rem;	
	z-index: 1;
}

.FAQ.question::after{
	display: block;
	content: url("../images/button-arrow-right.svg");
	padding-top: 1px;
	width: .75rem;
	align-self: right;
}

.FAQ.reponse{
	margin-top: .5rem;
	padding-left: 2.5rem;
	padding-right: 3.5rem;
	translate: 0px -100%;
	visibility: none;
	display: none;
	z-index: -99;
}


/* TEMPORARY FOOTER ------------------------------------ */

footer.temporary{
	background-color: black;
	z-index: 100;
}

footer.temporary p,
footer.temporary select,
footer.temporary option{
	color: white;
}

footer.temporary hr{
	border-bottom: 1px solid white;
	margin: auto;
	width: min(var(--elements-width));
	opacity: .5;
}

#footer-container{
	display: flex;
	justify-content: space-between;
	width: min(var(--elements-width));
	margin-inline: auto;
	padding-top: .5rem;
	padding-bottom: 1.5rem;
	padding-inline: 2px;
	opacity: .5;
}

@media (max-width: 785px) {
	footer.temporary hr,
	#footer-container{
		width: min(var(--elements-width-small));
	}
}

#footer-container p{
	max-width: 70%;
	line-height: 1.2rem;
	padding-top: .4rem;
}
/* Language selector -----− */

#localisation {
	display: flex;
	flex-wrap: nowrap;
	top: 0;
	width: fit-content;
}


img#earth-localisation {
	position: relative;
	height: 20px;
	margin-right: 0.5em;
	top: 0;
}

#language{
	padding-inline: 0;
	top: 0;
	height: 20px;
}



/* FOOTER ------------------------------------ 

footer{
	font-size: 0.8em;
	background-color: black;
}

.footer-navigation h4{
	font-weight: 500;
	color: var(--txt-color-2);
}

.footer-navigation a > li{
	font-weight: 400;
	color: var(--txt-color-2);
}

.footer-down *{
	font-weight: 400;
	color: var(--txt-color-3);
}

@media (min-width: 785px) {
	.footer-navigation h4{
		font-weight: 500;
		color: var(--txt-color-1);
	}
}

footer {
	align-self: center;
	padding: 1em 0em;
	width: min(100% - 2.5rem, 980px);
	margin-inline: auto;
}

.footer-trigger {
	display: none;
}


.footer-navigation h4 {
	margin-top: 1.1em;
}

.footer-navigation li {
	margin-top: 0.6em;
}

footer hr {
	margin: 0 auto 0 auto;
}



@media (min-width: 785px) {
	footer>* {
		display: flex;
		justify-content: space-between;
	}

	.footer-down>* {
		margin-top: 0.75em;
		padding-bottom: 2em;
	}
	
	footer hr {
		margin: 15px auto 0 auto;
	}

}


@media (max-width: 785px) {
	footer {
		width: min(100% - 2.5rem, 785px);
	}

	.footer-navigation h4 {
		margin-top: 0em;
		padding-bottom: 1em;
	}

	.footer-header h4 {
		cursor: pointer;
		position: relative;
		user-select: none;
	}

	.footer-header h4::after {
		display: inline-block;
		content: '+';
		float: right;
		font-size: 14px;
		font-weight: normal;
		margin-top: -2px;
		margin-right: 8px;
		transition: transform .3s ease;
	}


	
	.footer-navigation h4::before {
		content: "";
		display: block;
		border-bottom: 1px solid var(--hr-color);
		margin-bottom: 1.1em;
	}

	.mobile-footer-nav-toggle .footer-nav {
		visibility: hidden;
		height: 0px;
		margin: 0px;
		padding: 0 0 0 2em;
		border: 0px;
		font-size: 0px;
		transform: translateY(-27px);
		transition: transform .5s ease;
	}

	.footer-down {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0.25em;
		margin-bottom: 0.75em;
	}

	.footer-down>* {
		margin-top: 0.5em;
		margin-bottom: 0em;
		padding-top: 0;
	}


}
*/

/* BOUTONS ------------- */

/* Boutons En savoir + ------------- */

a.en-savoir-plus{
	border: 2px solid black;
	border-radius: 30px;
	padding: 5px 20px;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 1em;
	font-weight: 900;
	transition-property: color, background-color, border-color;
	transition-duration: 250ms;
	transition-timing-function: ease;
}

div.en-savoir-plus{
	display: flex;
	flex-wrap: wrap;	
	margin: 2em auto 1em auto;
	width: 90%;
	gap: 1em;
}

div.en-savoir-plus *{
	margin-top: 0;
	margin-bottom: 0;
}


/* Bouton Plus ------------- */
.button-plus-container{
	height: 36px;
	width: 36px;
	border-radius: 100%;
	margin-inline: auto 1px;
}

.button-plus-toggle {
	display: block;
	cursor: pointer;
}
 
.button-plus-container .button-plus {
	transform-origin: 50% 50%;
	transform: rotate(0deg);
	transition: all 250ms ease;
 }

.button-plus{
	fill: blue;
	opacity: 75%;
}


/* CARTES DE CONTACT ------------- */
