@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	font-family: 'Montserrat', serif;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	color: #000000;
}


.cursor-pointer {
	cursor: pointer;
}

/*
a {
	color: #000000;
}
*/



.monpopoverorange {
	background-color: rgba(255,143,80,1);
	color: #FFF;
	max-width: 700px;
	/*border-radius: 2px;*/
	/*border: 0;*/
}

.monpopoverorange .popover-body {
    color: #FFF;
	padding: 5px 7px;
    /*color: #e1ffff;
	line-height: 12px;
	font-size: 10px;*/
}




.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    border-top-color: rgba(255,143,80,1);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    border-bottom-color: rgba(255,143,80,1);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    border-right-color: rgba(255,143,80,1);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    border-left-color: rgba(255,143,80,1);
}





/* MENU RESEAUX SOCIAUX */
#navbar-reseauxsociaux {
	font-size: 1.4rem;
	line-height: 2rem;
}

#navbar-reseauxsociaux .svg-white {
	filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(24%) hue-rotate(87deg) brightness(105%) contrast(108%);
	height: 2rem;
}

#navbar-mobile-reseauxsociaux .svg-gray {
	filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(7%) hue-rotate(325deg) brightness(101%) contrast(91%);
	height: 2rem;
}
/* FIN DE MENU RESEAUX SOCIAUX */



/* MENU DU HAUT */

#navbar-principal {
	font-size: 1.4rem;
	color: #707070;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}

#navbar-principal .nav-item .nav-link {
	color: #707070;
	border-left: 1px solid #FF8F50;
	padding-top: 2px;
	padding-bottom: 2px;
	background-size: 200% 100%;
    background-image: linear-gradient(to right, #FFFFFF 50%, #FF8F50 50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#navbar-principal .nav-item:hover .nav-link {
	background-position: -100% 0;
	color: #FFFFFF;
}

#navbar-principal .dropdown-menu {
	border-radius: unset;
	border-color: #FF8F50;
}

#navbar-principal .dropdown:hover .dropdown-menu {
    display: block;
}

/* FIN DE MENU DU HAUT */ 







/* PAGE D'ACCUEIL */


	.mt-accueil {
		margin-top: 6rem !important;
	}




	/* CAROUSEL ACTUS ACCUEIL */
	
	#carouselActus .carousel-indicators {
		background-color: #707070;
		left: 50%;
		right: inherit;
		transform: translateX(-50%);
		margin-right: 0;
		margin-left: 0;
		border-radius: 10px;
		border: 0px solid #000;
		height: 14px;
	}
	
	
	#carouselActus .carousel-indicators button {
		width: 30px;
		height: 10px;
		border-radius: 10px;
		border: 0px solid #000;
		margin-top: 2px;
	}
	
	
	#carouselActus .carousel-item {
		max-height: 470px;
		overflow: hidden;
	}
	
	
	/*
	.carousel-indicators {
		background-color: #707070;
		left: 50%;
		right: inherit;
		transform: translateX(-50%);
		margin-right: 0;
		margin-left: 0;	
	}

	.carousel-indicators [data-bs-target] {
		height: 10px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;	
		opacity: 0.2;
	}

	.carousel-indicators .active {
		opacity: 100;
	}
	*/

	
	
	/* FIN CAROUSEL ACTUS ACCUEIL */



	/* TABS JESUIS ACCUEIL */

	#a_jesuis_tabs {
		/*padding: 1rem;*/
		
		.nav-tabs {
			display: none;
			
			.nav-item {
				text-align:center;			
			}
		}
	}


	#tab-etu, #tab-etu.active {
		background-color: #2D6EB6;
		color: #FFF;
		font-weight: bold;
		font-size: 1.4rem;
		border: 1px solid #FFF;
		border-bottom: 0;
	}

	#tab-sala, #tab-sala.active {
		background-color: #6FA2DA;
		color: #FFF;
		font-weight: bold;
		font-size: 1.4rem;
		border: 1px solid #FFF;
		border-bottom: 0;
	}

	#tab-empl, #tab-empl.active {
		background-color: #9FC3EC;
		color: #FFF;
		font-weight: bold;
		font-size: 1.4rem;
		border: 1px solid #FFF;
		border-bottom: 0;
	}

	#collapse-etu {
		background-color: #2D6EB6;
	}

	#collapse-sala {
		background-color: #6FA2DA;
	}

	#collapse-empl {
		background-color: #9FC3EC;
	}


	.form-control-arrondi {
		border-radius: 3rem;
	}

	#a_jesuis_content input::placeholder {
		color: #A33D15;
	}

	/* FIN TABS JESUIS ACCUEIL */




	/* CHIFFRES CLES ACCUEIL */
	.chiffrecle, .chiffrecleunite {
		font-size: 5rem;
		line-height: 5rem;
	}
	/* FIN CHIFFRES CLES ACCUEIL */



	/* TEMOIGNAGES ACCUEIL */
	#temoignages img {
	  transition: filter .5s ease-in-out;
	  -webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
	}

	#temoignages img:hover {
	  -webkit-filter: grayscale(0%);
	  filter: grayscale(0%);
	}
	/* FIN TEMOIGNAGES ACCUEIL */

/* FIN PAGE D'ACCUEIL */





/* PAGE FORMATIONS ET PRESTATIONS */

.titrecat-0 {
	font-size: 2rem;
	line-height: 2rem;	
}

.titrecat-1 {
	font-size: 1.75rem;
	line-height: 1.75rem;
}

.titrecat-2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.sstitrecat-2 {
	font-size: 1rem;
	line-height: 1.2rem;
}

.titrecat-3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.divlistformation {
	font-size: 1.2rem;
	line-height: 1.25rem;
	color: #000;
	/*border-left: 5px solid #FF8F50;*/
}


.titrepara-page-formation {
	/*border-left: 5px solid #FF8F50;*/
	position: relative;
	padding: 10px;
}


.titrepara-page-formation::after {
	background-color: #FF8F50; 
	bottom: 50%;
	content: '';
	display: block;
	height: 1.2rem;
	left: 0;
	position: absolute;
	transform: translate(0, 50%);
	width: 7px;
}


.col-page-formation2 .card-body p {
	margin-bottom: 0;
}



/* FIN PAGE FORMATIONS ET PRESTATIONS */





#container-site {
	padding-top: 50px;
}

.bg-bleu {
	background-color: #2D6EB6;
}

.bg-gris-clair {
	background-color: #F8F9FA;
}

.text-orange {
	color: #FF8F50;
}

.text-bleu {
	color: #2D6EB6;
}

.text-bleu-ciel {
	color: #00B1FF;
}

.text-gris {
	color: #9B9389;
}


.text-bg-bleu-ciel {
    color: #FFF !important;
    background-color: #00B1FF !important;
}


.border-titre-orange {
	border-left: 7px solid #FF8F50;
}


.border-bleu {
	border-color: #2D6EB6 !important;
}






.btn-arrondi {	
	border-radius: 2rem;
}

.btn-white {
	background-color: #FFF;
	color: #2D6EB6;
}

.btn-white:hover {
	background-color: #EEE;
	color: #2D6EB6;
}

.btn-bleu {
	background-color: #2D6EB6;
	color: #FFF;
}

.btn-bleu:hover, .btn-bleu:active, .btn-bleu:first-child:active {
	background-color: #0C56A9;
	color: #FFF;
}


















.titre_page {
	font-size: 3.5rem;
}
















/* PIED DE PAGE */
#pied-de-page1 {
	background-color: #FFF !important;
}

#pied-de-page2 {
	background-color: #F6F2EE !important;	
}

.border-menu-pieddepage {
	border-left: 5px solid #FF8F50;	
}
/* FIN PIED DE PAGE */



