body {
	font-family: Martel Sans;
	font-size: 15px;
}
/* 
@media (min-width: 576px) { ... } sm
@media (min-width: 768px) { ... } md
@media (min-width: 992px) { ... } lg
@media (min-width: 1200px) { ... }  xl
*/

main {
	overflow: hidden;
}
p {
	color: #718494;
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 2.375rem;
}

h3 {
	font-weight: 300;
	font-size: 1.375rem;
	color: #718494;
}
h4 {
	font-size: 1.375rem;
}
h6 {
	color: rgba(58, 70, 209, 1);
}
section {
	margin: 40px 0;
}
.nodisplay {
	display: none;
}
.display {
	display: block;
}
.hide {
	visibility: hidden;
}
.show {
	visibility: visible;
}
.text-opacity {
	opacity: 0.6;
}
.navbar-brand {
	width: 50%;
}
.navbar-brand img {
	width: 100px;
}
.nav-link {
	padding: 0;
}
.nav-item {
	padding: 0.5rem 0.5rem;
}
.toggle {
	background-color: rgba(58, 70, 209, 0.9);
}
.italic {
	font-style: italic;
	color: turquoise;
}
@media (min-width: 425px) {
	h2 {
		font-size: 3.375rem;
	}
	section {
		margin: 80px 0;
	}
	.navbar-brand img {
		width: 150px;
	}
}
/********************************************/
header {
	font-family: Poppins, sans-serif;
	position: fixed;
	width: 100%;
	z-index: 10;
	padding: 0 30px;
	transition: all 0.6s ease;
	background-color: rgba(58, 70, 209, 0.9);
	background-size: cover;
}
header .navigation:hover a {
	opacity: 0.6;
}
header .navigation a {
	display: block;
	position: relative;
	color: white;
	opacity: 1;
	transition: all 0.6s ease;
}
header .navigation a:before {
	content: "";
	display: block !important;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 2px;
	background-color: #ff337f;
	transition: all 0.3s ease;
}
header .navigation a:hover {
	opacity: 1;
	color: white;
	text-decoration: none;
}
header .navigation a:hover:before {
	width: 100%;
}

header .navbar-brand img {
	transition: all 0.6s ease;
}
header.over {
	background-color: rgba(58, 70, 209, 0.9);
}
header.over .navbar-brand img {
	/* top: 8px; */
	width: 100px;
}
@media (min-width: 992px) {
	.navigation {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-grow: 1;
	}
	.page_body_home .navbar-light {
		background-image: none;
	}
}
header .btcontact {
	position: absolute;
	right: 35px;
	top: 15px;
}

.navbar-light .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.frame-big {
	background-color: white;
	padding: 40px;
	box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
	border: 1px solid rgba(88, 136, 247, 0.1);
	border-radius: 30px;
	margin-bottom: 15px;
	height: 90%;
	transition: all 0.6s ease;
}
.frame-big svg {
	max-width: 90px;
	max-height: 50px;
	margin-bottom: 15px;
}

.frame-normal {
	background-color: white;
	padding: 40px;
	box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
	border: 1px solid rgba(88, 136, 247, 0.1);
	border-radius: 8px;
	margin-bottom: 15px;
	height: 90%;
	transition: all 0.6s ease;
}
.frame-normal-ico {
	min-width: 60px;
	margin-right: 10px;
}
.frame-normal:hover,
.frame-big:hover {
	box-shadow: 0 20px 60px rgba(4, 75, 194, 0.4);
	transform: translateY(-10px);
	transition: all 0.2s ease;
}
form .frame-normal:hover {
	transform: translateY(0);
}
.no-border {
	border-radius: 2px;
}
/*********** blog *****************/
.blogarticle {
	padding: 0;
	border-radius: 0;
	height: auto;
	margin-bottom: 70px;
}
.blogarticle:hover {
	transform: translateY(-5px);
}
.blogarticle-text {
	padding: 20px 40px;
}
.blogarticle-photo {
	height: 300px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.blog-titre {
	text-decoration: none;
}
.blog-titre h3 {
	color: #2e325b;
	font-size: 38px;
}
.blog-titre-aside a {
	color: #2e325b;
	font-size: 14px;
	text-decoration: none;
}
.last-article p {
	font-size: 13px;
}
.read-more a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s;
}
.read-more a:hover {
	color: #2e325b;
	margin-left: 15px;
}
.read-more a img {
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-bottom: 2px;
	transition: all 0.3s ease;
}
.last-article {
	margin-bottom: 20px;
}
.blog-aside ul {
	padding-left: 0;
}
.blog-image-aside {
	border-radius: 11px;
}
.single-article-text {
	margin-top: 20px;
}
.single-article-text > p > img {
	width: 100%;
}
/***********************************/
/************** blog edit ****************/
.selectWrapper {
	border-radius: 26px 26px 0 26px;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e6eefc;
	margin-bottom: 15px;
	padding: 5px 10px;
	width: 100%;
	height: auto;
}
.selectBox {
	border: 0px;
	outline: none;
	margin-bottom: 0px;
}
.form {
	width: 100%;
}
.form-input {
	padding: 10px 15px;
	border-radius: 26px 26px 0 26px;
	height: auto;
}
.form-input:focus {
	border-color: #ff337f;
}

.blog-edit-submit {
	background-color: #3a46d1;
	width: 30%;
	padding: 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.blog-edit-submit:hover {
	background-color: #ff337f;
}
.form-input-delete {
	border-radius: 26px 26px 26px 0;
	background-color: #ff337f59;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.form-input-delete:hover {
	background-color: #ff337f;
}
.container-img-article {
	height: 200px;
}
/***********************************/
/************** page de contact ****************/
.contact-box {
	padding: 20px 20px 10px 20px;
	transition: 0.35s;
	margin: 20px;
}
.contact-box:hover {
	box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
	transform: translate3d(0, -10px, 0);
	z-index: 10;
}
.btn-round {
	border-radius: 32px 32px 0 32px;
	border: 0px solid white;
	line-height: 2;
	font-size: 15px;
	padding: 6px 30px 6px 30px;
	color: white;
	background: #ff337f;
}
/***********************************/
/************** contact aside ****************/
.form-contact-aside .form-input {
	padding: 5px 15px;
}
.form-contact-aside .frame-normal {
	margin-bottom: 7px;
}
.form-contact-aside .form-group {
	margin-bottom: 0;
}
/***********************************/
section.part-carousel {
	margin-top: 0;
	color: white;
	background-image: url(/images/slider-bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media (min-width: 768px) {
	section.part-carousel .carousel-control-prev,
	section.part-carousel .carousel-control-next {
		/* visibility: hidden; */
		overflow: hidden;
	}
}
section .carousel-control-prev {
	position: absolute;
	top: 400px;
	left: 5px;
	background-color: #00000069;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transition: all 0.4s ease;
}

.carousel-control-next-icon {
	background-image: url("../images/3doublev/arrow-right.png");
	background-size: contain;
	background-position-x: right;
	filter: invert(1);
}
section .carousel-control-next {
	position: absolute;
	top: 400px;
	right: 5px;
	background-color: #00000069;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transition: all 0.4s ease;
}
.carousel-control-prev-icon {
	background-image: url("../images/3doublev/arrow-left.png");
	background-size: contain;
	background-position-x: left;
	filter: invert(1);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	height: 40px;
	z-index: 10;
}
.carousel-haut:hover .carousel-control-prev,
.carousel-haut:hover .carousel-control-next {
	visibility: visible;
}
.circle-carousel {
	background-color: #3a46d1;
	border: 1px black solid;
	opacity: 0;
	width: 47px;
	height: 30px;
	position: absolute;
	top: 13px;
	left: -30px;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.4s ease;
	box-shadow: 4px 3px 4px 0px black;
	/* transform-origin: 0px 0px 0px; */
}
@media (min-width: 768px) {
	section .carousel-control-next:hover,
	section .carousel-control-prev:hover {
		/* transform: scale(0, 0); */
		/* background-color: #3a46d1; */
	}
	section .carousel-control-next:hover .circle-carousel,
	section .carousel-control-prev:hover .circle-carousel {
		opacity: 1;
		transform: matrix(3, -0.2, 0, 3, 0, 0);
	}
}

section.part-carousel .carousel {
	padding-top: 50px;
}
section.part-carousel .carousel .carousel-item {
	height: 600px;
}
section.part-carousel .carousel .carousel-item p {
	color: white;
}
section.part-carousel .carousel .carousel-item h3 {
	color: rgba(255, 255, 255, 0.5);
}

section.part-strategydesigndev {
	z-index: 1;
	margin-top: -30px;
}
.img-audit {
	cursor: pointer;
}
@media (min-width: 768px) {
	section.part-strategydesigndev {
		margin-top: -277px;
	}
	section.part-carousel {
		height: 950px;
	}
}
/***********************************************/
.studies {
	border-radius: 30px 30px 0 30px;
	height: 380px;
}
.studies .studies-photo {
	height: 103px;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}
.studies .studies-text {
	padding: 15px;
}
.studies .studies-text a {
	color: black;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.studies .studies-photo {
		height: 147px;
	}
}
.news-text {
	padding: 15px;
}
.btn-send-message {
	width: 100%;
}
@media (min-width: 425px) {
	.btn-send-message {
		width: 40%;
	}
}
@media (min-width: 768px) {
	.btn-send-message-aside {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.btn-send-message-aside {
		width: 40%;
	}
}
section.part-contact {
	padding: 50px 0;
	background-color: #3a46d1;
	background-image: url(../images/section-bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
section.part-contact h3 {
	color: white;
}
.part-contact-bandeau h2 {
	margin-top: 10px;
}
.part-contact-bandeau img {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (min-width: 425px) {
	.ecrivez-nous {
		font-size: 52px;
	}
	.part-contact-bandeau h2 {
		margin-top: 10px;
	}
	.part-contact-bandeau img {
		margin-bottom: 80px;
	}
}
/***********************************/
/************** la team ****************/
.frimousse {
	border-radius: 30px 30px 0 30px;
	box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
	margin-bottom: 15px;
	height: 90%;
}
.frimousse .frimousse-photo {
	position: relative;
	border-radius: 30px 30px 0 0;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.frimousse .frimousse-text {
	text-align: center;
	padding: 15px;
}
.frimousse .frimousse-photo:hover .social-link {
	transform: translateX(-125%);
	transition: 0.6s;
}
.social-link {
	position: absolute;
	top: 6px;
	right: -100%;
	background-color: #ff337f;
	width: 80%;
	height: 30px;
	border-radius: 15px 22px 0 15px;
	align-items: center;
}
.icon-social-link {
	width: 20px;
	height: 20px;
	filter: invert(100%);
}
.frimousse-modal {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	background-color: #47495fb3;
	z-index: 11;
}
.frimousse-modal > div {
	width: 100%;
	top: 0;
	flex-direction: column;
}
.frimousse-text-modal {
	display: none;
}
.frimousse-modal-photo {
	background-color: #fff;
	margin-bottom: 0;
	width: 100%;
}
.frimousse-modal-description {
	position: relative;
	background-color: #ff337f;
	width: 100%;
	padding: 20px;
	border-radius: 0 0 0 30px;
}
.frimousse-modal-description:before {
	background-color: #ff337f;
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
	content: "";
	z-index: -1;
}
.text-white {
	color: #fff;
}
.firstname {
	text-transform: capitalize;
}
.name {
	text-transform: uppercase;
}
.close-croix {
	position: absolute;
	bottom: 0;
	right: 5px;
	cursor: pointer;
}
@media (min-width: 576px) {
	.frimousse-modal > div {
		width: 40%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		flex-direction: row;
	}
	.frimousse-text-modal {
		display: block;
	}
	.frimousse-modal-photo {
		width: 250px;
	}
	.frimousse-modal-description {
		border-radius: 0 30px 0 0;
	}
}
/***********************************/
/************** index blog ****************/
.container-news {
	margin-bottom: 20px;
}
.news {
	border-radius: 30px 30px 0 30px;
	box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
	height: 100%;
	padding: 0;
}
/***********************************/
/************** edit logo ****************/
#edit-logo .blog-edit-submit {
	padding: 5px;
	width: 100%;
}
#edit-logo .img-logo-programme {
	margin: 20px;
	text-align: center;
}
#edit-logo .add-logo {
	padding: 13px;
	background-color: #eab9cb;
	margin: 10px;
}
#edit-logo .img-fluid {
	max-width: 160px !important;
}
/***********************************/
/************** footer ****************/
footer {
	background-image: url(/images/footer-bg.svg);
	background-size: cover;
	padding: 150px 0 20px 0;
	color: white;
}
footer hr {
	border-color: #5b69f9;
}
footer h3 {
	color: white;
}
footer p {
	color: white;
}
footer a,
footer a:link,
footer a:visited {
	color: white;
}
.logo-footer {
	width: 60%;
	margin-bottom: 20px;
}
@media (min-width: 425px) {
	.logo-footer {
		width: 50%;
	}
}
@media (min-width: 576px) {
	.logo-footer {
		width: 60%;
	}
}
@media (min-width: 768px) {
	.logo-footer {
		width: 100%;
	}
}

#chiffres svg {
	max-width: 68px;
	margin-bottom: 15px;
}
#chiffres h2.compteur {
	font-size: 2.5rem;
}

.animation.fadeIn {
	opacity: 0.1;
	transform: translateY(40px);
	/*transition: all 1s;*/
}
.animation.animated.fadeIn {
	opacity: 1;
	transform: translateY(0px);
}
.frame-normal.animation.animated.fadeIn:hover {
	transform: translateY(-10px);
}
.frame-normal.animation.animated.fadeIn.no-translatey:hover {
	transform: translateY(0px);
}
/*plus utilisé*/
/* .part-toppage {
	height: 450px;
	padding-top: 0;
	margin-top: 0;
	background-size: cover;
	background-image: url(/images/titlebar-bg.svg);
	background-position: 0px 0px;
}
.part-toppage h1 {
	color: white;
	padding-top: 120px;
	font-size: 30px;
} */
.section1 {
	margin-top: 200px;
}
/* @media (min-width: 576px) {
	.part-toppage h1 {
		height: 450px;
		padding-top: 17%;
		font-size: 56px;
	}
}

@media (min-width: 1600px) {
	.part-toppage h1 {
		height: 700px;
	}
} */
/******************************************/
/******* etude de cas / logo client *******/
#etudesdecas .carousel-control-next {
	top: 320px;
	background-color: #3a46d1;
}
#etudesdecas .carousel-control-prev {
	top: 320px;
	background-color: #3a46d1;
}
#etudesdecas .carousel-inner {
	padding: 0 20px;
}
#etudesdecas h3 {
	margin: 0;
}
#carousellogoclients {
	height: 375px;
	padding: 0 75px;
	margin-bottom: 40px;
}
#carousellogoclients img {
	max-width: 100%;
}
.carousel-item {
	padding: 0;
}
.overlay-photo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 147px;
	background-color: #26aae1;
	opacity: 50%;
	border-radius: 30px 30px 0 0;
}
.etude-cas:hover .overlay-photo {
	display: block;
}
@media (min-width: 576px) {
	#carousellogoclients {
		margin-bottom: 70px;
	}
}
@media (min-width: 768px) {
	#carousellogoclients {
		padding: 0 35px;
		margin-bottom: 70px;
	}
	#etudesdecas .carousel-inner {
		padding: 40px 50px;
	}
	#carousellogoclients {
		height: 160px;
	}
	.carousel-item {
		/* padding: 0 70px; */
	}
}

#clients .carousel-control-next,
#clients .carousel-control-prev {
	top: 67%;
	background-color: #3a46d1;
}

/* .logo-client:hover .tooltip-logo {
	display: block;
} */
#carousellogoclients .carousel-inner {
	padding: 50px 20px;
}
.tooltip-logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background-color: #f54987;
	border-radius: 20px 20px 20px 0;
	z-index: 10000;
}
.tooltip-logo p,
.tooltip-utilities p {
	color: #fff;
	margin-bottom: 0;
}
.tooltip-logo h6,
.tooltip-utilities h6 {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
}
.tooltip-bas {
	border-radius: 0 20px 20px 20px;
}
.tooltip-utilities {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 10px;
	background-color: #f54987;
	border-radius: 20px 20px 20px 0;
	z-index: 10000;
}
/**********************************************/
.icon-index1 {
	position: absolute;
	z-index: 10;
	width: 50px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.circle {
	background-color: #f7c5ff;
	opacity: 1;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 86px;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.5s ease;
	transform-origin: 0px 0px 0px;
}
.frame-big.begin h4 {
	margin-top: 65px;
}
.frame-big .begin:hover {
	box-shadow: 0 20px 60px rgba(4, 75, 194, 0.4);
	transform: translateY(-20px);
}
.frame-big:hover .circle {
	transform: matrix(4, 0, 0, 4, 0, 0);
	opacity: 0.1;
}
.img-logo-programme {
	text-align: center;
	padding: 0;
	margin-bottom: 25px;
}
.homeanim-items {
	padding-top: 100px;
	/* height: 690px; */
}
.homeanim-item {
	display: none;
	height: 100%;
}
.homeanim-item.active {
	display: block;
}
.homeanim-title,
.homeanim-subtitle,
.homeanim-img {
	transition: all 0.5s ease-out;
	transition-delay: 0.1s;
	transform: translateY(52px);
	opacity: 0;
}
.homeanim-subtitle {
	transition-delay: 0.3s;
	color: rgba(255, 255, 255, 0.7);
}
.homeanim-img {
	transition-delay: 0.5s;
}
.active .homeanim-title.go,
.active .homeanim-subtitle.go,
.active .homeanim-img.go {
	transform: translateY(0px);
	opacity: 1;
}

@media (min-width: 768px) {
	.homeanim-items {
		height: 690px;
		transition: all 0.5 ease;
	}
}
