/*========================================================================*/



/* ///////////////////////////////////////////////////////////////////// 
// 03 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader {
    position:fixed;
    left:0;
    top:0;
    z-index:99999999999;
    width:100%;
    height:100%;
    overflow:visible;
    background: #fff url('../img/preloader.gif') no-repeat center center;
}





/* ==========================================================================
	Global Styles
========================================================================== */



a:hover,a:focus,a:active {
	color:#0D0D0D;
	text-decoration:none;
	outline:none!important;
}
p {
	color:white;
	word-spacing:1px;
	line-height:25px;
	font-size:14px;
}
h2 {
	font-size:15px;
	color:#353535!important;
	text-transform:uppercase;
	font-weight:bold;
}
h2::after {
	content:" ";
	border:solid 1px #2FAEE0;
	display:block;
	width:65px;
	margin:20px auto;
	
}

.custom-sout::after {
	content:" ";
	border:solid 1px #2FAEE0;
	display:block;
	width:65px;
	margin:20px auto;
}

.custom-sout2::after {
	content:" ";
	border:solid 1px #2FAEE0;
	display:block;
	width:65px;
	margin-left: 300px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.custom-sout::after {
	  margin: 50 auto; /* Centrer horizontalement avec une marge de 20px en haut et en bas */
	  margin-left: auto; /* Réinitialiser la marge gauche */
	  margin-right: auto; /* Réinitialiser la marge droite */
	}
  
	.custom-sout2::after {
	  margin: 15px auto; /* Centrer horizontalement avec une marge de 15px en haut et en bas */
	  margin-left: auto; /* Réinitialiser la marge gauche */
	  margin-right: auto; /* Réinitialiser la marge droite */
	}
	#logocoba{
		display: none;
	}

	.carousel-container {
		max-width: 100vw !important; /* Largeur maximale du conteneur */
		overflow: hidden !important; /* Cache les éléments débordant du conteneur */
		position: relative !important;
		height: auto !important;

	}

	.carousel-slide {
		display: flex !important;
		transition: transform 0.4s ease-in-out !important;
	}

	.carousel-slide img {
	width: 100% !important; /* La largeur de chaque image prend tout l'espace disponible */
	flex: 0 0 100% !important; /* N'autorise pas les images à grandir ou rétrécir */
	object-fit: cover !important; /* Assure que l'image couvre bien l'espace sans être déformée */
	}

	.carousel-button-left, .carousel-button-right {
	position: absolute !important;
	top: 50% !important; /* Centre verticalement */
	transform: translateY(-50%) !important;
	background-color: #2faee081 !important;
	border: none !important;
	cursor: pointer !important;
	padding: 5px !important;
	font-size: 24px !important;
	color: white !important;
	font-size: 15px !important;
	border-radius: 5px !important;
	}

	.carousel-button-left {
	left: 10px !important;
	}

	.carousel-button-right {
	right: 10px !important;
	}

	#portraits{
	display: flex;
	flex-wrap: wrap;
	}
  }
.custom-h1::after {
	content:" ";
	border:solid 1px #2FAEE0;
	display:block;
	width:65px;
	margin:20px auto;
}

h6 {
	font-size:15px;
	color:#8c8c8c;
	text-transform:uppercase;
	font-weight:bold;
}
h6::after {
	content:" ";
	border:solid 1px #CCCCCC;
	display:block;
	width:65px;
	margin-top: 20px;
}
/* ==========================================================================HTML5 display definitions========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display:block;
}
audio,canvas,video {
	display:inline-block;
	display:inline;
	zoom: 1;
}
/* * Remove excess height in iOS 5 devices. */ */
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden] {
	display: none;
}
/* ==========================================================================Base========================================================================== */
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
html,html a {
	-webkit-font-smoothing:antialiased;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
}
html,button,input,select,textarea {
	font-family:'Varela Round',sans-serif;
}
body {
	margin:0;
	font-family: 'HB Bold',Helvetica,Arial,Lucida,sans-serif;

	background-color: #FAFAFA;
}
/* ==========================================================================Links========================================================================== */
a:focus {
	outline:thin dotted;
}
a:active,a:hover {
	outline: 0;
}
/* ==========================================================================Typography========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
h1 {
	font-size:2em;
	margin:0.67em 0;
	color:#353535;
}
h2 {
	font-size:1.5em;
	margin:0.83em 0;
}
h3 {
	font-size:1.17em;
	margin:1em 0;
}
h4 {
	font-size:1em;
	margin:1.33em 0;
}
h5 {
	font-size:0.83em;
	margin:1.67em 0;
}
h6 {
	font-size: 12px;
	margin:2.33em 0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
blockquote {
	margin:0em 55px;
	border-left:4px solid #CCCCCC;
}
dfn {
	font-style:italic;
}
mark {
	background:#ff0;
	color:#000;
}
p,pre {
	margin:1em 0;
}
code,kbd,pre,samp {
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:1em;
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
q {
	quotes:none;
}
q:before,q:after {
	content:'';
	content:none;
}
small {
	font-size:75%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
p {
	font-size: 14px;
	font-weight:100;
	line-height: 28px!important;
}
/* ==========================================================================Lists========================================================================== */
dl,menu,ol,ul {
	margin:1em 0;
}
dd {
	margin:0 0 0 40px;
}
menu,ol,ul {
	padding:0 0 0 40px;
}
nav ul,nav ol {
	list-style:none;
	list-style-image: none;
}
/* ==========================================================================Embedded content========================================================================== */
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================Figures========================================================================== */
figure {
	margin: 0;
}
/* ==========================================================================Forms========================================================================== */
form {
	margin:0;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border:0;
	padding:0;
	white-space:normal;
	margin-left:-7px;
}
button,input,select,textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	vertical-align:middle;
}
button,input {
	line-height:normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
	overflow:visible;
}
button[disabled],input[disabled] {
	cursor:default;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	height:13px;
	width:13px;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
	vertical-align: top;
}
/* ==========================================================================Tables========================================================================== */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/* ==========================================================================Section Styles========================================================================== */
.section-padding {
	padding:90px 0 100px
}
.dark-bg {
	background:#f3f5f8;
}
.light-bg {
	background-color:#fff;
}
.dark-box {
	background: #F3F5F8;
	-webkit-box-shadow: 0px 3px 0px 0px #E04343;
	-moz-box-shadow: 0px 3px 0px 0px #E04343;
	box-shadow: 0px 3px 0px 0px #E04343;
	padding:20px 0;
}
.dark-box:hover,.dark-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #FFE801;
	-moz-box-shadow: 0px 3px 0px 0px #FFE801;
	box-shadow: 0px 3px 0px 0px #FFE801;
}
.box-hover {
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}
.wrapper {
	height:650px;
}
.nopadding {
	padding:0;
}
.inner {
	padding-top: 138px;
}
/* ==========================================================================Navigation========================================================================== */
.menu-wrap a {
	color:#555d7c;
	outline:none!important;
}
.menu-wrap a:hover,.menu-wrap a:focus {
	color: #E04343;
}
.content-wrap {
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-transition:-webkit-transform 0.4s;
	transition:transform 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
}
.content {
	position:relative;
	background:#b4bad2;
	padding-bottom: 12em;
}
/* Common styles for menu button and menu-wrap */
.menu-button,.menu-wrap {
	position:fixed;
	width:2.5em;
	height:2.25em;
	font-size:1.5em;
	-webkit-transform:translate3d(1.5em,1.5em,0);
	transform: translate3d(1.5em,1.5em,0);
}
/* Menu Button */
.menu-button {
	z-index:1000;
	margin:0;
	padding:0;
	border:none;
	text-indent:2.5em;
	color:transparent;
	background:transparent;
}
.menu-button::before {
	position:absolute;
	top:0.5em;
	right:0.5em;
	bottom:0.5em;
	left:0.5em;
	background: linear-gradient(#E04343 20%,rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 0) 40%,#E04343 40%,#E04343 60%,rgba(0, 0, 0, 0) 60%,rgba(0, 0, 0, 0) 80%,#E04343 80%);
	content:'';
}
.menu-button:hover {
	opacity: 0.6;
}
/* Menu */
.menu-wrap {
	z-index:999;
	background: rgba(255, 255, 255, 1);
	-webkit-transition:width 0.4s,height 0.4s,-webkit-transform 0.4s;
	transition:width 0.4s,height 0.4s,transform 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
}
.menu {
	height:100%;
	overflow:hidden;
	font-size:0.75em;
}
.icon-list {
	float:right;
	padding:2.5em 2em 0 6em;
}
.icon-list a {
	opacity:0;
	display:inline-block;
	padding:0 0.2em;
	margin:0 15px;
	text-align:center;
	font-size:1.2em;
	color: #353535;
}
.icon-list a span {
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:0.5em;
	font-weight:700;
	padding-top: 0.5em;
}
/* Shown menu */
.show-menu .content-wrap {
	-webkit-transition-delay:0s;
	transition-delay:0s;
	-webkit-transform:translate3d(0,125px,0);
	transform:translate3d(0,125px,0);
}
.show-menu .menu-wrap {
	width:100%;
	height:125px;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-delay:0s;
	transition-delay:0s;
	border-bottom: 1px solid #E04343;
}
.show-menu .icon-list a {
	opacity:1;
	-webkit-transition:opacity 0.4s 0.4s;
	transition:opacity 0.4s 0.4s;
}
.show-menu .icon-list a:nth-child(2) {
	-webkit-transition-delay:0.42s;
	transition-delay:0.42s;
}
.show-menu .icon-list a:nth-child(3) {
	-webkit-transition-delay:0.44s;
	transition-delay:0.44s;
}
.show-menu .icon-list a:nth-child(4) {
	-webkit-transition-delay:0.46s;
	transition-delay:0.46s;
}
.show-menu .icon-list a:nth-child(5) {
	-webkit-transition-delay:0.48s;
	transition-delay:0.48s;
}
.show-menu .icon-list a:nth-child(6) {
	-webkit-transition-delay:0.5s;
	transition-delay: 0.5s;
}
/* ==========================================================================Hero========================================================================== */

.hero h1 {
	font-size: 120px;
	letter-spacing: -8px;
	margin: 0;
	font-weight: 600;
	line-height: 95px;
	margin-top: 250px;
	text-transform: uppercase;
}
.hero h1 span {
	color:#a1a9b0;
	/* display:inline-block; */
}
.hero h3 {
	font-size: 20px;
	margin:0;
	padding:0;
	opacity:0.5;
	color: #E04343;
	letter-spacing: 18px;
	line-height: 50px;
	text-transform: uppercase;
}
.hero p {
	letter-spacing:1px;
	color:#fff;
	font-size: 15px;
}



/* Boucing Arrow Animation */
@keyframes arrowbounce {
	from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-moz-keyframes arrowbounce {
	/* Firefox */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-webkit-keyframes arrowbounce {
	/* Safari and Chrome */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
@-o-keyframes arrowbounce {
	/* Opera */ from {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
	}
	to {
		-webkit-transform:translateY(-20px);
		-moz-transform:translateY(-20px);
		transform:translateY(-20px);
	}
}
.scrollto {
	padding: 150px 0px 0px 0px;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:100px;
	margin:0 auto;
	border-bottom: none;
}
.scrollto--arrow {
	padding:10px;
}
.scrollto--arrow img {
	animation:arrowbounce 1s alternate infinite;
	-moz-animation:arrowbounce 1s alternate infinite;
	/* Firefox */-webkit-animation:arrowbounce 1s alternate infinite;
	/* Safari and Chrome */-o-animation: arrowbounce 1s alternate infinite;
	/* Opera */
}
/* ==========================================================================Intro========================================================================== */
.intro p {
	margin:50px 0 0;
}
h1.arrow {
	/* font-size: 50px; */
	text-transform:uppercase;
	color:#353535;
	/* letter-spacing: 4px; */
	/* background:url('../img/h1-bg.png') no-repeat center bottom; */
	padding-bottom:10px;
	font-weight: bold;
	font-family: 'HB Bold',Helvetica,Arial,Lucida,sans-serif;
		text-transform: uppercase;
		font-size: 4em;
}


h1.arrow span {
    color: #E04343;
}

h1.arrow-custom{
	font-size: 25px;
	text-transform:uppercase;
	/* color:#353535; */
	color: white;
	/* letter-spacing: 2px; */
	/* background:url('../img/h1-bg.png') no-repeat center bottom; */
	padding-top:6px;
	font-weight: bold;
	font-family: 'HB Bold',Helvetica,Arial,Lucida,sans-serif;

}

@media screen and (max-width: 768px) {
	h1.arrow {
	  padding-bottom: 0; /* Supprimer le padding en version mobile */
	  font-size: 3em;
	  padding: 33px!important;
		
	}
	h6{
		font-size: 1rem;
	}
	#programeres{
		padding-right: 50px;
	}
	.scrollto--arrow {
		margin-top:-90px;
	}
	
  }


h1.arrow-custom span{
	color: #FFE800;
}
/* ==========================================================================About========================================================================== */
.about-image {
    width: 100%;
    height: 400px; /* Vous pouvez ajuster la hauteur selon vos besoins */
    background-image: url('img/le-palais-de-justice.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-bg {
	background: #E04343;
}

.color-bg a {
    color: #FFE800;
}
.color-bg h6, .color-bg p {
    color: white;
}
.color-bg h6::after{
	border-color: #fff;
}
.color-bg .weight-outline-btn {
    color: white;
    border-color: white;
}
.color-bg .weight-outline-btn:hover {
  background: #FFF;
  color: #E04343;
  border-color: rgba(0, 0, 0, 0);
}
.about-text {
	padding:20px 50px 25px 50px;
}
.about-text h1 {
	text-transform:uppercase;
	font-size:24px;
	color: #8C8C8C;
}
.color-bg h1.arrow span {
    color: #FFE800;
}
.color-bg h1.arrow {
    color: #FFF;
}
/* ==========================================================================Services========================================================================== */
.services {
	margin-top:80px;
	margin-bottom:40px;
}
.services .icon {
	position:relative;
	width:175px;
	height:175px;
	margin:0 auto;
	text-align:center;
	line-height:180px;
	font-size:56px;
	color:#fff;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:40px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #2FAEE0;
	color: #2FAEE0;
}
.services .item:hover .icon {
	background: white;
	border: 1px solid #2FAEE0;
}
.services .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#2FAEE0;
}

.features-wrapper {
	margin:70px 0 0;
}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}
/* ==========================================================================iPhone Section========================================================================== */
.iphone {
	width:50%;
	background:#f3f5f8;
	float:left;
	height:100%;
	box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	-moz-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
	z-index:1;
}
.fluid-white {
	width:50%;
	background:#fff;
	float:right;
	height:100%;
	z-index:2;
}
.responsive-services {
	position: relative;
}
/* ==========================================================================Portfolio========================================================================== */
.swag {
	padding:75px 0;
}
.swag h1 {
	text-transform:uppercase;
	letter-spacing:5px;
}
.swag h1 span {
	display:block;
	font-size:25px;
	margin-top:20px;
}
.down-arrow-btn {
	width:auto;
	height:40px;
	background:rgba(0,0,0,0.6);
	display:inline-block;
	margin:15px 5px 15px 5px;
	color:#fff;
	font-size:16px;
	line-height:40px;
	padding:0px 10px;
	text-align:center;
}
.down-arrow-btn:hover,.down-arrow-btn:focus {
	color:#fff;
	background:rgba(0,0,0,1);
}
.portfolio img {
	height:300px;
	width:100%;
}

img.grayscale:hover {
	filter:none;
	-webkit-filter:grayscale(0%);
}
@media only screen and (max-width: 768px) {
    .img-container img {
        width: 125%; /* Redimensionner l'image pour qu'elle remplisse la largeur de son conteneur */
        height: 150%!important; /* Ajuster automatiquement la hauteur pour préserver les proportions */
    }
	.grayscale{
		width: 125% !important; /* Redimensionner l'image pour qu'elle remplisse la largeur de son conteneur */
        height: 150%!important; /* Ajuster automatiquement la hauteur pour préserver les proportions */
    }

	}

.row-offset-0 {
	margin-left:0;
	margin-right:0;
}
.row-offset-0>* {
	padding-left:0;
	padding-right:0;
}
.effects {
	padding-left:15px;
}
.effects .img {
	position:relative;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.effects .img:nth-child(n) {
	margin-right:5px;
}
.effects .img:first-child {
	margin-left:-15px;
}
.effects .img:last-child {
	margin-right:0;
}
.effects .img img {
	display:block;
	margin:0;
	padding:0;
	height:auto;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    filter: none !important;
    -webkit-filter: grayscale(0%);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    
    /* Ajuster la taille de la div */
    width: 100%; /* Largeur à 100% de son conteneur parent */
    height: 150%; /* Hauteur à 100% de son conteneur parent */
}

.overlay-effect .img i {
	font-size:30px;
}
.overlay-effect .overlay {
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
}
.overlay-effect .overlay a.expand {
	left:0;
	right:0;
	bottom:47%;
	margin:0 auto -30px auto;
}
.overlay-effect .img.hover .overlay {
	height:100%;
	opacity:1;
}
.img img {
	width:-webkit-calc(100%+40px) !important;
	width:calc(100%+40px) !important;
	-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:opacity 0.35s,transform 0.35s;
	-moz-transition:opacity 0.35s,-moz-transform 0.35s;
	-o-transition:opacity 0.35s,-o-transform 0.35s;
	-webkit-transform:translate3d(-40px,0,0);
	transform:translate3d(-40px,0,0);
	-ms-transform:translate3d(-40px,0,0);
}
.img:hover img {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-ms-transform:translate3d(-40px,0,0);
}
.hype {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top: 50px;
}
/* ==========================================================================Subscribe========================================================================== */
.subscribe {
	padding-top:75px;
}
.subscribe h1 {
	color: #FFFFFF;
	margin-bottom:40px;
}
.subscribe h1 span {
	display:block;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
	letter-spacing:1px;
}
.subscribe input[type=text] {
	background-color:rgba(255,255,255,0.1);
	border: solid 1px #FFE800;
	padding:20px;
	width:30%;
	color:#808080;
}

.subscribe input[type=text]:focus {
    outline: none;
}
.subscribe input[type=submit] {
	background: #FFE800;
	border: solid 1px #FFE800;
	padding:20px;
	color: #E04343;
	text-transform:uppercase;
	letter-spacing:1px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.subscribe input[type=submit]:hover {
	background: rgba(255, 232, 0, 0.9);
	border: solid 1px #FFE800;
	color: #E04343;
}
/* ==========================================================================CTA========================================================================== */
.spacer-cta {
	background-color: #E04343;
	padding:70px 0;
}
.outline-btn {
	display:inline-block;
	padding:25px 40px;
	color: #FFE801;
	border: solid 1px #FFE801;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.outline-btn:hover,.outline-btn:focus {
	color: #E04343;
	border: solid 1px #E04343;
	background: #FFE801;
}
.weight-outline-btn {
	display:inline-block;
	padding:20px 30px;
	color:#8C8C8C;
	border:solid 1px #8C8C8C;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.weight-outline-btn:hover,.outline-btn:focus {
	color:#424242;
	border: solid 1px #424242;
}
/* ==========================================================================Team========================================================================== */
.team img {
	margin-bottom:20px;
}
ul.social-buttons {
	list-style:none;
	margin:0;
	padding:0;
}
ul.social-buttons li {
	display:inline-block;
	margin-right:10px;
}
ul.social-buttons li:last-child {
	margin-right:0;
}
.social-btn {
	width:40px;
	height:40px;
	background: #247BA0;
	display:inline-block;
	color:#fff;
	font-size:17px;
	line-height:40px;
	text-align:center;
}
.social-btn:hover,.social-btn:focus {
	background: rgba(255, 232, 0, 1);
	color: #E04343;
}
.social {
	margin-top: 25px
}
/* ==========================================================================Contact========================================================================== */
.up-btn {
	width:55px;
	height:55px;
	background: white;
	display:block;
	margin:0 auto;
	color: #E04343;
	font-size:18px;
	line-height:52px;
	text-align:center;
	position:absolute;
	top:-26px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.up-btn:hover,up-btn:focus {
	color: black;
	background: #2FAEE0;
}
.contact-details {
	margin:70px 0;
}
.contact-details h2 {
	font-size:20px;
}
.contact-details h2 span {
	display:block;
	color:#545454;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	margin-top:15px;
}
.contact-wrap {
	position:relative;
}
#googlemaps {
	width:100%;
	height:300px;
	left:15px;
	bottom:25px;
}
.contact {
	margin-top:-20px!important;
}
.contact label {
	float:left;
}
.contact .form-control {
	margin-bottom:20px;
	border:1px solid #cbcbcb;
	height:45px;
}
.contact textarea.form-control {
	height: 310px;
}

/* Inputs styles */
.contact .form-control {
	border-radius:0!important;
	;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.contact .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #B0B0B0;
}

.btn-send{
	background:#2FAEE0;
	color: white;
	transition: all 0.4s;
	border-radius: 0;
	float: right;
}

.btn-send:hover{
	background: #FFE800;
	color: #E04343
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}
/* ==========================================================================Footer========================================================================== */

/* ==========================================================================FlexSlider Custom CSS========================================================================== */
#servicesSlider {
	margin-top:70px;
}
ul.slides li {
	margin-bottom:20px;
}
.features-slider {
	position:relative;
	padding:11% 100px 10% 100px;
	height:400px;
	background-color:#3F6184;
}
.features-slider ul {
	margin:0;
	padding:0;
	list-style:none;
}
.features-slider ul li {
	width:100%;
}
.features-slider li h1 {
	margin-bottom:15px;
	color:#fff;
	font-weight:400;
	font-size:22px;
}
.features-slider li p {
	color:#fff;
	font-size:14px;
}
#clientSlider .flex-control-nav {
	text-align:left;
}
#clientSlider .flex-control-nav li:first-child {
	margin:0px 4px 0px 0px;
}
#clientSlider small {
	font-size: 12px;
	font-weight: bold;
}
.flex-control-paging li a.flex-active {
    /* background: #FFE800; */
    /* border-color: #E04343; */
}

.color-bg .flex-control-paging li a{
    background: #FFE800;
    border-color: #FFE800;
}

.color-bg .flex-control-paging li a.flex-active {
    background: #FFE800;
    border-color: #FFE800;
}
/* ==========================================================================Waypoints========================================================================== */
.wp1,.wp2,.wp3,.wp4,.wp5,.wp6 {
	visibility:hidden;
}
.bounceInLeft,.bounceInRight,.fadeInUp,.fadeInUpDelay,.fadeInDown,.fadeInUpD,.fadeInLeft,.fadeInRight {
	visibility:visible;
}
.delay-05s {
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.delay-1s {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.wp3 {
	background:url('../img/iphone-bg.png') no-repeat center center;
	background-position:200px 10px;
	height: 100%;
}
/* ==========================================================================Responsive========================================================================== */
/* 320px (iPhone) */
@media screen and (max-width:414px) {
	.scrollto {
		padding: 95px 0px 0px 0px;
	}

	.hero h1 {
		
}
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper {
		background:#f3f5f8;
		height:640px;
	}
	.iphone {
		display:none;
	}
	.fluid-white {
		display:none;
	}
	.wp2,.wp4,.wp5,.light-box {
		margin-bottom: 30px;
	}
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 {
		background-position:50px 0;
	}
	.swag {
		background-attachment:scroll;
	}
	.subscribe {
		background-attachment: scroll;
	}
}
/* 1200px (Small Desktop,Netbook) */
@media screen and (max-width:1280px) {
	.wp3 {
		background-position: 50px 0;
	}
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone {
		display:none;
	}
	.fluid-white {
		display:none;
	}
	.wrapper {
		background:#f3f5f8;
		height:540px;
	}
	.wp2,.wp4,.wp5,.light-box {
		margin-bottom:30px;
	}
}
@media screen and (max-width:50em) {
	.icon-list a {
		padding:0.5em 0em;
		margin:0 5px;
		font-size:1em;
	}
}







/** Responsive fixes **/
@media screen and (max-width:767px) {
	.inner {
    padding-top: 10px;
    text-align: center;
	}

	.hero h3 {
	    letter-spacing: 10px;
	}


	.hero {
	    padding-bottom: 0;
	}

	.subscribe input[type=text] {
	    width: 50%;
	    margin-bottom: 30px;
	}

	.btn-send {
	    float: none;
	
	    margin-bottom: 80px;
	}
	.effects .img {
    	margin-bottom: 15px;
	}
	.show-menu .icon-list a {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.show-menu .menu-wrap {
		height: 100%;
	}
}


@media screen and (max-width:991px) {
	.hero {
    	padding: 0px;
	}

	.subscribe {
	    padding-bottom: 40px;
	}
}
/* Ajoutez ces styles à votre feuille de style CSS */
@media only screen and (max-width: 767px) {
    /* Styles spécifiques aux écrans de largeur maximale de 767 pixels (dispositifs mobiles) */

    .hero h1 {
        font-size: 15vw;
		/* display: none; */

	}
	
}

@media only screen and (max-width: 767px) {
    /* Styles spécifiques aux écrans de largeur maximale de 767 pixels (dispositifs mobiles) */

    .hero h1 {
        font-size: 15vw;
		padding-bottom: 500px;
		/* display: none; */

	}
	
}


/* CUSTOM CSS  */
.photo-box img {
    width: 100%;
    height: auto;
  }

  .quote {
	font-size: 24px;
	font-style: italic;
	color: #007bff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container {
	max-width: 1400px !important;
  }


 /* CUSTOM CSS */

  
  /* .video-section {
	position: sticky;
	top: 0;
	height: 100vh;
  }
  
  /* .video-container {
	width: 100%;
  } */
  
  /* .video-container video {
	width: 75%;
	height: auto;
  } */ 
  
  .letter-section {
	padding: 50px; /* Adjust padding as needed */
  }
  
  /* Add media query for responsiveness */
  /* @media (max-width: 768px) {
	.video-section {
	  position: relative;
	  height: auto;
	}
  
	.video-container video {
	  width: 100%;
	  height: auto;
	}
  } */
  
  .title-section {
	text-align: center;
	/* padding: 20px; */
	/* background-color: blue; */
	color: white;
  }

  .letter {
	font-size: 16px;
	line-height: 1.6;
	color: black;
	/* text-align: justify; */
  }

  .signature {
	font-weight: bold;
	font-style: italic;
	color: blue;
  }

  .signature img {
	width: 275px; /* Ajustez la taille de la signature en fonction de vos besoins */
	margin-top: 10px;
  }
  .title-section {
    display: flex;
    flex-direction: column;
}

h1.declaration-title {
	font-size: 50px;
	text-transform: uppercase;
	color: #353535;
	letter-spacing: 4px;
	padding-bottom: 10px;
	font-weight: bold;
  }

  .left-aligned-h1 {
	margin-left: 45px; /* Adjust the margin as needed */
  }
  @media only screen and (max-width: 767px) {
    /* Styles spécifiques aux écrans de largeur maximale de 767 pixels (dispositifs mobiles) */

    .left-aligned-h1 {
        margin-left: 0px; /* Ajustez la taille du texte selon vos besoins */
    }
	
	#content-déclaration{
		display: none;
	}
	#h1-décla{
		font-size: xx-large;
		
	}
}


  
.img-container {
	position: relative;
	overflow: hidden;
  }
/*   
  .img-container img {
	transition: opacity 0.5s; /* Ajoutez une transition pour l'effet de fondu */
  
   
  .img-container:hover img {
	opacity: 0.7; /* Réduisez l'opacité au survol pour assombrir l'image */
	cursor: pointer;
  }
  
  .overlay-details {
    display: none;
    position: absolute;
    background-color: white;
    padding: 6px;
    padding-bottom: 56px;
    border: 1px solid #ddd;
    z-index: 1;
    width: 100%;
    max-height: 60vh; /* Hauteur maximale de 80% de la hauteur de la fenêtre */
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeIn 0.5s ease;
    overflow-y: auto; /* Défilement automatique si le contenu dépasse la hauteur maximale */
}

  @media only screen and (max-width: 768px) {
    .overlay-details {
        height: 100%; /* Ajustez la hauteur pour remplir l'écran */
        padding: 20px; /* Ajustez le padding pour un meilleur espacement du contenu */
    }
	.overlay-details p{
		color: black!important;
	}
	#pover{
		color: black!important;
	}
}
  .img-container:hover .overlay-details {
	display: block;
	opacity: 1;
	cursor: pointer;
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  
  #scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px; /* Modification pour déplacer vers la droite */
	display: none;
	cursor: pointer;
	background-color:#2FAEE0 ; /* Couleur de fond de la flèche */
	color: #fff; /* Couleur de l'icône */
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
  }
  
  #scroll-to-top i {
	font-size: 20px;
  }
  .video-section {
	padding: 100px 0;
	text-align: center;
  }


 
  
  .hero {
	position: relative;
	height: 100vh;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url('../img/Shooting_Sofitel_29112023-12.jpg')center no-repeat;
	background-size: cover;
	/* padding:110px 0 100px 0; */
	/* height:auto; */
  }


  @media screen and (max-width: 767px) {
    .hero {
    position: relative;
    background-image: url('/img/coba_paysage_alex.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
	background-size: auto;
    /* height: 50vh; */
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	transition: background-position 0.5s ease; /* Ajout d'une transition pour l'effet de fondu */

}

/* Ajoutez les classes pour les différentes positions de fond */
.left-position {
    background-position: left center;
}

.right-position {
    background-position: right center;
}

/* Ajoutez une transition pour créer l'effet de fondu */
.transition-effect {
    transition: background-position 0.5s ease;
}

#cobatp{
	margin-top: -200px!important;
	font-size: 1.2rem!important;
}

.social-icons a{
	display: none;
}
}






.hero h1 {
    color: #2FAEE0;
    font-size: 3.5em; /* Augmentez la taille de la police */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ajoutez une ombre portée */
	letter-spacing: -6px;

}

.hero p {
    color: #FFE800;
    font-size: 1.75em!important;/* Augmentez la taille de la police */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ajoutez une ombre portée */
}


  .hero img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
  }

  @media screen and (max-width: 768px) {
	.hero {
	  height: auto; /* Ajustement de la hauteur automatique */
	  padding: 80px 0; /* Ajout de rembourrage pour un meilleur espacement */
	  background-size: 100% auto /* Ajuster la taille de l'arrière-plan pour couvrir toute la largeur */
	  background-position: center; /* Centrer l'image horizontalement */
	}
  
	.inner h1 {
	  text-align: center; /* Réduction de la taille du titre */
	}
  
	.inner p {
	  font-size: 14px; /* Réduction de la taille du texte */
	}
  }

  .social-icons {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
  }

  .social-icons i {
	font-size: 2rem;
	margin-bottom: 10px;
	display: block;
	color: red;
	padding-top: 50px;
  }

  .color-om{
	background-color: #2FAEE0;
}

.letter {
	font-size: 18px;
}

.signature img {
	max-width: 200px;
	margin-right: 10px;
}

/* Classe personnalisée pour la vidéo en plein écran */
.full-screen-video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}



.rounded-image {
	border-radius: 10px; /* Ajustez la valeur selon vos préférences */
	overflow: hidden;
}

/* Barre principale */
::-webkit-scrollbar {
	width: 12px;
  }
  
  /* Poignée (thumb) */
  ::-webkit-scrollbar-thumb {
	background-color:#2FAEE0;
	border-radius: 6px;
  }
  
  /* Track (arrière-plan) */
  ::-webkit-scrollbar-track {
	background-color: #f1f1f1;
  }
  
  /* Styles pour Firefox */
  /* Vous pouvez personnaliser les couleurs et dimensions selon vos préférences */
  
  /* Barre principale */
  ::-moz-scrollbar {
	width: 12px;
  }
  
  /* Poignée (thumb) */
  ::-moz-scrollbar-thumb {
	background-color: #2FAEE0;
	border-radius: 6px;
  }
  
  /* Track (arrière-plan) */
  ::-moz-scrollbar-track {
	background-color: #f1f1f1;
  }


  /* FOOTER  */
  .footer {
	background-color: #2FAEE0;
	color: #fff;
	padding: 50px 0;
	text-align: center;
  }

  .footer-logo {
	max-width: 150px;
	margin-bottom: 20px;
  }

  .footer i {
	font-size: 42px;
	margin: 0 10px;
	color: #fff;
  }

  .footer a {
	color: #fff;
  }

  .copyright {
	margin-top: 20px;
  }

 /* :: arTICLE  */
 /* Stylisation des mini-articles */

 .news-card {
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(47, 174, 224, 0.3); /* Modification de l'opacité pour une ombre plus prononcée */
    transition: transform 0.3s;
}



.news-card:hover {
    transform: scale(1.03);
}

.news-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.news-card .card-body {
    padding: 20px;
}

.news-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
    margin-top: 10px;
}

.news-content {
    font-size: 1rem;
    color: #6c757d;
}
.news-date {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 10px;
}

/* Ajoutez d'autres styles selon vos besoins */
 
/* FOOTER CUSTOM  */
@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);


/* .row {
  margin: -20px 0;
} */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  /* float: left; */
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: auto;
  margin: 0 auto;
  padding: 100px;
  position: relative;
  /* top: 50%; */
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
}
.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 0 0;
  /* font-family: Lusitana, serif; */
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}


/* Media queries pour les appareils mobiles */
@media screen and (max-width: 768px) {
	.get-in-touch {
	  padding: 15px; /* Réduire le padding */
	}
  
	.get-in-touch .title {
	  font-size: 28px; /* Réduire la taille du titre */
	  line-height: 36px; /* Réduire la hauteur de ligne */
	  padding-bottom: 32px; /* Réduire l'espacement en bas du titre */
	}
  
	.contact-form .form-field {
	  margin: 20px 0; /* Réduire la marge entre les champs de formulaire */
	}
  
	.contact-form .input-text {
	  height: 30px; /* Réduire la hauteur des champs de texte */
	  font-size: 16px; /* Réduire la taille de la police des champs de texte */
	  line-height: 22px; /* Réduire la hauteur de ligne */
	}
  
	.contact-form .label {
	  font-size: 16px; /* Réduire la taille de la police des labels */
	  line-height: 22px; /* Réduire la hauteur de ligne des labels */
	}
  
	.contact-form .submit-btn {
	  font-size: 14px; /* Réduire la taille de la police du bouton */
	  padding: 6px 12px; /* Réduire le padding du bouton */
	  line-height: 20px; /* Réduire la hauteur de ligne du bouton */
	}
  
	.note {
	  font-size: 14px; /* Réduire la taille de la police de la note */
	  line-height: 18px; /* Réduire la hauteur de ligne de la note */
	}
  }




/* CSS */
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}





/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #2FAEE0;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #2FAEE0;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.blur-background {
    position: relative;
    height: 500px; /* Ajustez la hauteur selon vos besoins */
    width: 80%;
	overflow: hidden;
}

.blur-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ajout de la largeur */
    height: 100%; /* Ajout de la hauteur */
    background-image: url('/img/cobatonnatduo.jpg');
    background-size: cover;
    filter: blur(10px);
    z-index: -1; /* Assurez-vous que l'élément :before est en arrière-plan */
}


@media screen and (max-width: 768px) {
    
	.blur-background:before {
	 background-image: url('/img/Photo\ Cobattonnat\ Format\ Phone\ 01.png') !important; 
		background-position: center; /* Centrer l'image */
		background-repeat: no-repeat;
	}
	.centered-button {
		position: absolute;
		top: 10%!important;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#playButton{
		top:10%!important;
		
	}
	#ava{
		font-size: 1.75rem!important;
	}
}

.centered-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .modal {
	display: flex !important;
	align-items: center;
	justify-content: center;
} */

/* Custom CSS pour la deuxième modal vidéo */
#videoModal2 .modal-dialog, #videoModal4 .modal-dialog {
    max-width: 1000px; /* Définir la largeur maximale de la modal */
	background-color: transparent;
}

#videoModal2 .modal-content, #videoModal4 .modal-content  {
    background-color: transparent; /* Fond transparent pour la modal */
    border: none; /* Supprimer la bordure de la modal */
}

#videoModal2 .modal-body, #videoModal4 .modal-body {
    padding: 0; /* Supprimer le remplissage du corps de la modal */
}

#videoModal2 video,#videoModal4 video{
    width: 100%; /* Adapter la largeur de la vidéo à la largeur de la modal */
    height: auto; /* Hauteur automatique pour maintenir le rapport largeur/hauteur */
    max-height: calc(100vh - 120px); /* Hauteur maximale de la vidéo pour s'adapter à la fenêtre */
    margin: 0; /* Supprimer les marges */
}

/* Custom CSS pour la première modal vidéo */
#videoModal1 .modal-dialog {
    max-width: 800px; /* Définir la largeur maximale de la modal */
}

#videoModal1 .modal-content {
    background-color: transparent; /* Fond transparent pour la modal */
    border: none; /* Supprimer la bordure de la modal */
}

#videoModal1 .modal-body {
    padding: 0; /* Supprimer le remplissage du corps de la modal */
}

#videoModal1 video {
    width: 100%; /* Adapter la largeur de la vidéo à la largeur de la modal */
    height: auto; /* Hauteur automatique pour maintenir le rapport largeur/hauteur */
    max-height: calc(100vh - 100px); /* Hauteur maximale de la vidéo pour s'adapter à la fenêtre */
    margin: 0; /* Supprimer les marges */
}


#h1-hauff{
		font-family: 'HB Bold',Helvetica,Arial,Lucida,sans-serif;
			text-transform: uppercase;
			font-size: 3.8em;
			color: #000000!important;

	}

	@media screen and (max-width: 768px) {
		#h1-hauff {
		  font-size: 1.75rem; /* Réduire la taille de la police pour les appareils mobiles */
		  margin-top: 20px; /* Ajouter un espace en haut du titre */
		text-align: left;
		}
		
	  }

	  /* Media query pour les appareils mobiles avec une largeur maximale de 768px */
/* Media query pour les appareils mobiles avec une largeur maximale de 768px */
@media only screen and (max-width: 768px) {
    #binome {
        width: 100%!important; /* Ajustez la largeur de l'image pour qu'elle remplisse 100% de la largeur de son conteneur */
        max-width: none; /* Réinitialisez la largeur maximale */
    }
	.player-btn {
		margin-top: 200px;
	}
	
}


	.player-btn {
		border: none;
		background: transparent;
		cursor: pointer;
		padding: 0;
	}
	
	.player-btn svg {
		fill: #fff;
	}
	
	.player-btn:focus {
		outline: none;
	}

	.programme-title {
		background-color: #2FAEE0;
		color: white;
		padding: 15px;
		margin-bottom: 20px;
	  }
	  
	  .programme-list {
		list-style-type: none;
		padding: 0;
	  }
	  
	  .programme-list-item {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	  }
	  
	  .programme-list-item:last-child {
		border-bottom: none;
	  }
	  
	

	  .blur-background {
		position: relative;
		height: 500px; /* Ajustez la hauteur selon vos besoins */
		width: 80%;
		overflow: hidden;
		border-radius: 15px; /* Ajoute des coins arrondis */
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Ajoute une ombre portée */
		transition: transform 0.3s ease; /* Ajoute une transition fluide */

	}
	
	.blur-background:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%; /* Ajout de la largeur */
		height: 100%; /* Ajout de la hauteur */
		background-image: url('/img/cobatonnatduo.jpg');
		background-size: cover;
		z-index: -1; /* Assurez-vous que l'élément :before est en arrière-plan */
		filter: none; /* Supprime l'effet de flou */
	}
	.blur-background:hover {
		transform: scale(1.05); /* Agrandit légèrement l'élément au survol */
	}
	
	
	
	.centered-button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #2FAEE0;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}
	@media only screen and (max-width: 768px) {
		
		#playButton{
			margin-top: 200px!important;
		}
		#michelvision{
			margin-top: 100px!important;
		}
		#hastaa{
			margin-left: 30px!important;
		}
		#marg{
			margin: 35px!important;
		}
		#marge{
			margin: 27px!important;
		}
		#margeee{
			margin-left: 30px!important;
		}
		#cuus{
			margin-top: 80px!important;
			letter-spacing: -6px!important;
		}
		#mug{
			margin-top: 300px!important;
		}
		#textmob{
			text-align: center!important;
			font-weight: 600!important;
		}

	}
	
	
	.centered-button svg {
		fill: #FFF;
		width: 40%;
		height: 40%;
	}
	
	.centered-button:hover {
		background-color: #2576a9;
	}
	
	/* Custom CSS pour la première modal vidéo */
/* Style pour la modal vidéo */
#videoModal3 .modal-dialog {
    max-width: 800px; /* Définir la largeur maximale de la modal */
}

#videoModal3 .modal-content {
    background-color: transparent; /* Fond transparent pour la modal */
    border: none; /* Supprimer la bordure de la modal */
}

#videoModal3 .modal-body {
    padding: 0; /* Supprimer le remplissage du corps de la modal */
}

#videoModal3 video {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 150px); /* Augmenter la valeur pour une vidéo plus grande */
    margin: 0;
}
.custom-image {
	width: 120%; /* Ajustez la largeur selon vos besoins */
}



/* CSS */
.button-59 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}

.program-modal-content {
	border-radius: 20px; /* Coins arrondis */
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4); /* Ombre douce */
	border: none; /* Pas de bordure */
	color: #ffffff; /* Couleur du texte en blanc */
	font-family: Helvetica, Arial, sans-serif; /* Police Helvetica */
}

.program-modal-header {
	background-color: transparent; /* Fond transparent pour l'en-tête */
	border-bottom: none; /* Pas de bordure inférieure */
	color: #ffffff; /* Couleur du texte de l'en-tête en blanc */
	text-align: center; /* Centrer le texte */
}

.program-modal-footer {
	background-color: transparent; /* Fond transparent pour le pied de page */
	border-top: none; /* Pas de bordure supérieure */
	text-align: center; /* Centrer le contenu */
}

.program-modal-body {
	padding: 40px; /* Marge intérieure */
	text-align: justify; /* Justifier le texte */
}

.program-modal-body h3 {
	color: #ffffff; /* Couleur des titres en blanc */
	text-align: center; /* Centrer le titre */
}

.program-modal-body p {
	font-size: 18px; /* Taille de la police */
	line-height: 1.6; /* Hauteur de ligne */
	color: black;
}

.program-modal-body strong {
	color: #247BA0; /* Couleur du texte en gras en blanc */
	font-family: Helvetica, Arial, sans-serif; /* Police Helvetica */

}

.program-modal-close {
	color: #0055a4; /* Couleur du bouton de fermeture en bleu */
	opacity: 1; /* Opacité complète */
}

.program-modal-close:hover {
	color: #003366; /* Couleur du bouton de fermeture au survol en bleu plus foncé */
	opacity: 1; /* Opacité complète */
}


.letter {
	line-height: 1.6;
}

.quote {
	font-size: 15px;
	font-style: italic;
	/* color: #777; */
	text-align: center;
	margin-top: 20px;
}

.video-section {
	/* background-color: #f0f0f0; */
	background-image: url('/img/cobatonnatduo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	height: 400px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


.video-section4 {
	/* background-color: #f0f0f0; */
	background-image: url('/img/Shooting_Sofitel_29112023-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 50%;
	padding: 40px;
	height: 400px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 768px) {
	.video-section  {
	  height: auto; /* Ajustement de la hauteur automatique pour s'adapter au contenu */
	  border-radius: 20px; /* Réinitialisation de la bordure arrondie */
	  box-shadow: none; /* Suppression de l'ombre */
	  background-position: center;
	background-image: url('/img/Photo\ Cobattonnat\ Format\ Phone\ 01.png');
	}
  }

  @media screen and (max-width: 768px) {
	.signature {
	  display: flex;
	  justify-content: center;
	  align-items: center; /* Centrer verticalement les éléments */
	  flex-direction: column; /* Aligner les éléments en colonne sur les appareils mobiles */
	}
  
	.signature img {
	  margin: 10px 0; /* Ajouter un espacement entre les images */
	}
  }
.texte::after{
	content: "lol";
	color: black;
	display: block;
}



.video-section h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.letter-section {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
}

.signature {
	margin-top: 30px;
	text-align: center;
}

.signature img {
	max-width: 150px;
	margin-top: 20px;
}

.video-section {
    margin-top: 0;
}
@media screen and (min-width: 769px) {
	.video-section {
	  margin-top: calc(100vh - 50%); /* Définir la marge pour les appareils non mobiles */
	}
  }


.video-section {
    overflow: hidden; /* Assure que le contenu ne dépasse pas de la div parent */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajoute une transition pour la transformation et l'ombre */
}

.video-section:hover {
    transform: scale(1.1); /* Ajustez la valeur pour l'agrandissement souhaité */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ajoute une ombre pour l'effet de mise en évidence */
}

.video-section .embed-responsive {
    transition: transform 0.3s ease; /* Ajoute une transition pour la transformation */
}

.video-section:hover .embed-responsive {
    transform: scale(1); /* Réinitialise la transformation pour le contenu à l'intérieur */
}
.hero {
    transition: background-image 1s ease-in-out; /* Ajoute une transition d'une seconde pour le changement d'image */
}

.modal-card {
	flex: 1;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	background-color: #f8f9fa;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.modal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.modal-card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-card-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #007bff;
}

.modal-card-text {
	color: #555;
	line-height: 1.5;
}

.custom-binome .card-container {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Aligner les cards en haut */
    gap: 30px;
}

.custom-binome .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    width: calc(33.333% - 20px); /* Changer la largeur des cards */
    margin-bottom: 30px; /* Ajouter de l'espace entre les cards */
}

.custom-binome .card:hover {
    transform: translateY(-5px);
}

.custom-binome .card-icon {
    background-color: #2FAEE0;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.custom-binome .card-icon i {
    font-size: 36px;
}

.custom-binome .card-content {
    padding: 20px;
}

.custom-binome .card-title {
    font-size: 24px;
    margin-bottom: 10px;
	color: #2FAEE0;
}

.custom-binome .card-text {
    font-size: 18px;
    color: black
}

.custom-binome img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.custom-binome .card-container {
		flex-direction: column; /* Changer la direction en colonne pour les appareils mobiles */
		align-items: center; /* Centrer les cartes */
	}

	.custom-binome .card {
		width: calc(100% - 20px); /* Largeur des cartes ajustée pour s'adapter à la largeur de l'écran */
	}
}
@media (min-width: 992px) {
	.col-md-6 img {
	  width: 120%; /* Ajuster la largeur de l'image en fonction de la taille de l'écran */
	}
  }

/* CSS Custom pour la classe parcours-video-custom */

/* Style du conteneur personnalisé de la vidéo */
.parcours-video-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Style de l'image et de l'étiquette */
.image-etiquette {
    position: relative;
    padding: 45px;
}



.image-etiquette img {
    max-width: 100%;
    height: auto;
    width: 750px; /* Largeur de l'image */
    border-radius: 10px; /* Ajoute des bordures arrondies */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajoute une ombre portée */
    transition: box-shadow 0.3s ease; /* Ajoute une transition douce */
}
@media only screen and (max-width: 768px) {
    .image-etiquette img {
        max-width: none; /* Réglez la largeur maximale sur 'none' pour forcer l'agrandissement de l'image */
        width: 375px; /* Réglez la largeur sur 100% pour que l'image occupe toute la largeur de son conteneur */
    }
	
}
@media only screen and (max-width: 375px) {
    .image-etiquette img {
        max-width: none; /* Réglez la largeur maximale sur 'none' pour forcer l'agrandissement de l'image */
        width: 275px; /* Réglez la largeur sur 100% pour que l'image occupe toute la largeur de son conteneur */
    }
	
}
@media only screen and (max-width: 425px) {
    .image-etiquette img {
        max-width: none; /* Réglez la largeur maximale sur 'none' pour forcer l'agrandissement de l'image */
        width: 275px; /* Réglez la largeur sur 100% pour que l'image occupe toute la largeur de son conteneur */
    }
	
}

.image-etiquette img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Effet d'ombre portée plus prononcé au survol */
}



/* Style du bouton de lecture */
.play-button {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1; /* S'assurer que le bouton de lecture est au-dessus de l'image */
}

.play-button polygon {
    fill: #2FAEE0; /* Couleur du bouton de lecture */
}

.play-button:hover polygon {
    fill: black; /* Couleur du bouton de lecture au survol */
}

/* Style du texte de l'étiquette */
.image-etiquette a {
    position: absolute;
    bottom: 10px; /* Ajuster la position verticale du texte */
    left: 10px; /* Ajuster la position horizontale du texte */
    color: white; /* Couleur du texte */
    font-size: 16px; /* Taille de la police */
    text-decoration: none;
}

.card-container {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  /* Style pour les cartes */
  .card-actualité {
	margin: 10px; /* Marge entre les cartes */
	width: 400px; /* Largeur des cartes */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre légère */
	border-radius: 10px; /* Coins arrondis */
	overflow: hidden; /* Masquer le contenu débordant */
  }

  /* Style pour le titre des cartes */
  .card-actualité .card-title {
	padding: 10px;
	background-color: #007bff; /* Couleur de fond */
	color: #fff; /* Couleur du texte */
	font-weight: bold; /* Gras */
  }

  /* Style pour les contenus des cartes */
  .card-actualité .card-body {
	padding: 15px;
  }

  /* Style pour les iframes */
  .card-actualité iframe {
	width: 100%; /* Remplir la largeur de la carte */
	height: 300px; /* Hauteur fixe pour les iframes */
  }
  .linkedin-iframe {
	width: 80%; /* Largeur de l'iframe */
	height: 800px; /* Hauteur de l'iframe */
	border: none; /* Supprimer le cadre */
  }  
  @media screen and (max-width: 768px) {
	.card-container {
		flex-wrap: wrap; /* Permettre le passage à la ligne des cartes */
	}

	.card-actualité {
		width: calc(100% - 20px); /* Largeur des cartes ajustée pour s'adapter à la taille de l'écran */
		margin: 10px; /* Marge entre les cartes */
	}
}

  @media screen and (max-width: 768px) {
	.col-md-12 {
	  padding: 20px; /* Réduire le rembourrage */
	}
	
	img {
	  display: block; /* Afficher l'image en tant que bloc pour centrer */
	  margin: 0 auto; /* Centrer l'image */
	}
  }

  .article-card {
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.article-card .card-body {
	padding: 20px;
}

.card-title {
	text-align: center;
	font-size: 32px; /* Augmentation de la taille */
	margin-bottom: 15px;
	font-weight: 700; /* Police plus grasse */
	color: #2FAEE0;
}
.card-text, .list-unstyled {
	font-size: 18px;
	text-align: left; /* Alignement à gauche */
	color: black;
	padding: 15px;
}

.list-unstyled li {
	margin-bottom: 10px;
}
.modal-header{
	background-color: #2FAEE0;
}

.modal-body {
	display: flex;
	flex-wrap: wrap;
}

.card-deck {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal-content {
	width: 100%;
}

#modal2 .modal-header {
    background-color: #2FAEE0;
}

#modal2 .modal-title {
    color: black;
    font-size: 24px;
}

#modal2 .modal-body {
    display: flex;
    flex-wrap: wrap;
}

#modal2 .article-card {
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#modal2 .article-card .card-body {
    padding: 20px;
}

#modal2 .card-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2FAEE0;
}

#modal2 .card-text,
#modal2 .list-unstyled {
    font-size: 18px;
    text-align: left;
    color: black;
    padding: 15px;
}

#modal2 .list-unstyled li {
    margin-bottom: 10px;
}


#modal3 .modal-header {
    background-color: #2FAEE0;
}

#modal3 .modal-header i {
    color: white;
}
/* .card {
	border: none;
	box-shadow: none;
  }
  .list-group-item {
	background-color: transparent;
	border: none;
  }
  .list-group-item i {
	margin-right: 10px;
  }
  .list-group-item-text {
	font-weight: bold;
	color: #007bff;
  }
  .jeuneavocat .highlight-image {
	width: 100%;
	height: auto;
	border: 5px solid #007bff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
  } */
  .jeuneavocat {
	text-align: center;
	padding: 50px 0;
}

.jeuneavocat .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.jeuneavocat .subtitle {
	font-size: 18px;
	color: black!important;
	margin-bottom: 20px;
}
.subtitle {
	font-size: 16px;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
}

.subtitle p {
	margin-bottom: 10px;
}

.subtitle i {
	margin-right: 5px;
	color: #007bff; /* Couleur bleue */
}

.jeuneavocat .card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.jeuneavocat .card {
	width: 300px;
	margin: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.jeuneavocat .card-body {
	padding: 20px;
}

.jeuneavocat .card-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.jeuneavocat .card-text {
	font-size: 16px;
	color: #555;
}

.jeuneavocat .icon {
	font-size: 36px;
	margin-bottom: 15px;
}
.container {
	max-width: 1400px !important; /* Définissez la largeur maximale du conteneur */
	margin: 0 auto; /* Centrer le conteneur horizontalement */
	padding: 20px; /* Ajouter un peu d'espacement autour du conteneur */
  }
/*  */

.carousel-container {
  max-width: 100vw; /* ou ajustez selon votre design */
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.carousel-slide {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-slide img {
  width: auto;
  flex: 0 0 auto; /* Ajustez cette valeur selon le nombre d'images à afficher */
  object-fit: contain; /* Assure que l'image couvre bien l'espace sans être déformée */
  height: auto; /* Définit une hauteur fixe pour toutes les images */
}

.carousel-button-left, .carousel-button-right {
  position: absolute;
  top: 50%; /* Centre verticalement */
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  padding: 10px;
  padding-bottom: 20px;
  z-index: 1000; 
  background-color: #2faee081;
  font-size: 24px !important;
  color: white;
  border-radius: 5px;
}

.carousel-button-left {
  left: 50px;
}

.carousel-button-right {
  right: 50px;
}

.card-text {
	text-align: justify;
}


  .animated-icon {
	animation: bounce 1.5s infinite;
  }
  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-10px);
	}
	60% {
	  transform: translateY(-5px);
	}
  }
  