html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
}

/* Empêche le scroll horizontal et ajuste les sections globalement */
body {
    overflow-x: hidden; /* Désactive le scroll horizontal */
}

section {
    margin: 0 auto; /* Centre les sections */
    padding: 0; /* Pas de padding inutile */
    width: 100%; /* Assure que les sections occupent toute la largeur */
}

hr {
    max-width: 40%;
    border-color: #999;
    border-width: 1px;
	}

hr.light {
    max-width: 50px;
    border-color: #F0F;
    border-width: 3px;
}

hr.light2 {
    border-color: #fff;
    max-width:100%;
    padding:0;
    margin: 0;
	  border-width: 20px;
}

hr.light3 {
    border-color: #CCC;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
	border-width: 1px;
}

hr.light4 {
    max-width:100%;
    padding-left:0;
    margin-left: 0;
	background-color:#C09;
	border-width: 1px;
	border-color: #C09;
}

hr.light5 {
    max-width:70%;
    padding-left:0;
    margin-left: 0;
	border-width: 1px;
    border-color: #000;
	border-bottom: 1px dashed #666;
	padding-top:0px
}
	
a {
    color: #999;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
  color: #f725ae;
}


h1 {
    font-family: 'Mitr', sans-serif;
	color:#fff;
	text-shadow: 2px 5px 8px #000;
}
	
h2
 {
    font-family: 'Mitr', sans-serif;
	 color:#fff;
	 font-size:28px;
}
	
h3 {
    font-family: 'Mitr', sans-serif;
	color:#fff;
	 font-size:27px;
}
	

	
h4 {
    font-family: 'Mitr', sans-serif;
	font-size:25px;
	color:#0e87dc;
	}
	
h5 {
    font-family: 'Mitr', sans-serif;
	 color:#fff;
	 font-size:35px;
	text-shadow: 2px 5px 8px #000;
	}
	
h6 {
     font-family: 'Mitr', sans-serif;
	font-size:29px;
	color:#076eb6;
	line-height: 1.5;
}


.sha{
	box-shadow: 4px 4px 14px #000000;
}


p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-r {
background-color:#DF060A}

.bg-primary {
    background-color: #318da9;
}
.bg-primary2 {
    background-color: #999;
}

.bg-1 {
	background-color:#ffffff;
}

.bg-2 {
	background-image:url(../img/header2.jpg)	
}


.bg-4 {	
	background-color:#076eb6;
}

/* Section bg-4 : suppression des marges et débordements */
section.bg-4 {
    margin: 0; /* Pas de marge externe */
    padding: 0; /* Pas de padding interne */
    width: 100%; /* Occupe toute la largeur de l'écran */
    overflow-x: hidden; /* Empêche le défilement horizontal */
}

/* Suppression des marges internes des rangées */
section.bg-4 .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

/* Suppression des espaces entre colonnes */
section.bg-4 .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/*[class*="col-"] {
    outline: 1px solid red;  Met un contour rouge pour visualiser */
}


.bg-5 {
	
    /* Set a specified height, or the minimum height for the background image */
    min-height: 450px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bg-5.jpg);
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
}
 

.bg-5sm {
	background-image: url(../img/bg-5.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}/*plg*/

.bg-6 {
	background-color:#f5f2f2; 
}

.bg-7 {
	background-color:#1055B9
}

.bg-8 {
	background-color:#0e87dc
}

.bg-9 {
	background-color:#f8f6f7
}


/* Grand écran */
.bg-11 {
    background-image: url(../img/bg-11.jpg);
    background-attachment: local; /* Image de fond fixée par rapport à la page */
    background-position: center; /* Centre l'image de fond */
    background-repeat: no-repeat; /* Pas de répétition */
    background-size: cover; /* Étend l'image pour couvrir tout l'écran */
    width: 100%; /* Prend toute la largeur */
    min-height: 390px; /* Assure une hauteur minimale */
    text-align: justify; /* Alignement du texte */
}

/* Petits écrans */
.bg-11sm {
    background-image: url(../img/bg-11.jpg);
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px; /* Hauteur minimale adaptée aux petits écrans */
}

/* Supprime les marges entre bg-11 et portfolio */
.bg-11, .bg-11sm, #portfolio {
    margin-bottom: 0; /* Supprime l'espace sous bg-11 */
    margin-top: 0;    /* Supprime l'espace au-dessus de portfolio */
    padding-bottom: 0; /* Supprime le padding en bas */
    padding-top: 0;    /* Supprime le padding en haut */
}



/* Image de fond pleine largeur */
/* Section bg-12 */
.bg-12 {
    background-image: url(../img/bg-12.jpg); /* Image de fond */
    background-attachment: local; /* Image relative à la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    background-size: cover; /* Remplit toute la section */
   width: 100%; /* Prend toute la largeur de l'écran */
    overflow: hidden; /* Coupe tout ce qui dépasse */
    background-size: cover; /* L'image remplit toute la section */
    margin: 0; /* Supprime les marges externes */
    padding: 20px 0; /* Ajoute un espace en haut et en bas */
    text-align: center; /* Centre le texte et les images */
}



/* Correction des marges pour .row */
.row {
    margin-left: 0;
    margin-right: 0;
}





.bg-31 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 300px;
	width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bg-31.jpg);
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
}

/* Image de fond pour lg */
.bg-32 {
    background-image: url(../img/bg-32.jpg);
    background-attachment: local; /* Fixe par rapport à la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    background-size: cover; /* L'image couvre toute la section */
    width: 100%; /* Prend toute la largeur */
    min-height: 390px; /* Hauteur minimale */
    margin: 0; /* Pas de marge */
    padding: 0; /* Pas de padding */
}

/* Image de fond pour sm, md, xs */
.bg-32sm {
    background-image: url(../img/bg-32.jpg);
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; /* Prend toute la largeur */
    min-height: 300px; /* Hauteur minimale pour les petits écrans */
    margin: 0; /* Pas de marge */
    padding: 0; /* Pas de padding */
}

/* Supprime les marges entre les sections */
.bg-32, .bg-32sm {
    margin-top: 0;
    margin-bottom: 0;
}


.bg-33 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 300px;
	width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bg-33.jpg);
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
}


.bg-35 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 300px;
	width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bg-35.jpg);
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
}


.bg-35sm {
	background-image: url(../img/bg-35.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 300px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

/* Grand écran */
.bg-35 {
    background-image: url(../img/bg-35.jpg); /* Image pour grands écrans */
    background-attachment: local; /* Relatif à la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    background-size: cover; /* L'image remplit la section */
    width: 100%; /* Prend toute la largeur de l'écran */
    min-height: 390px; /* Hauteur minimale */
    margin: 0; /* Supprime les marges */
    padding: 30px 0; /* Garde un peu de padding en haut et en bas */
    color: #fff; /* Couleur du texte pour contraste */
    text-align: center; /* Centre le texte */
}

/* Petits écrans */
.bg-35sm {
    background-image: url(../img/bg-35.jpg); /* Image pour petits écrans */
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; /* Largeur totale */
    min-height: 300px; /* Hauteur minimale pour petits écrans */
    margin: 0;
    padding: 30px 0; /* Garde un peu de padding en haut et en bas */
    color: #fff;
    text-align: center;
}

/* Supprime les espaces entre les sections */
.bg-35, .bg-35sm {
    margin-top: 0;
    margin-bottom: 0;
}



.bg-36 {
	  /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
	width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
	background-image:url(../img/bg-36.jpg);
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
}


.bg-40 {
 background-image: url(../img/bg-40.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bg-41 {
	background-image: url(../img/bg-41.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-42 {
	background-image: url(../img/bg-42.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-43 {
	background-image: url(../img/bg-43.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-44 {
	background-image: url(../img/bg-44.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-45 {
	background-image: url(../img/bg-45.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-46 {
	background-image: url(../img/bg-46.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-47 {
	background-image: url(../img/bg-47.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-48 {
	background-image: url(../img/bg-48.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-49 {
	background-image: url(../img/bg-49.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-50 {
	background-image: url(../img/bg-50.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-51 {
	background-image: url(../img/bg-51.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-52 {
	background-image: url(../img/bg-52.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-53 {
	background-image: url(../img/bg-53.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-54 {
	background-image: url(../img/bg-54.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}


.bg-55 {
	background-image: url(../img/bg-55.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-56 {
	background-image: url(../img/bg-56.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.bg-57 {
	background-image: url(../img/bg-57.jpg);
/* Set a specified height, or the minimum height for the background image */
     min-height: 380px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}







/* Supprime les marges et paddings par défaut */
.no-padding {
    padding: 0;
    margin: 0;
}

/* Supprime les marges des rangées */
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

/* Image pleine largeur */
.full-width-image {
    width: 100%; /* Occupe toute la largeur de l'écran */
    height: auto; /* Conserve les proportions de l'image */
    display: block; /* Supprime les espaces blancs autour des images inline */
}


.text-faded {
    color: #fff;
} 


.text-faded3 {
    color: #666;
}

.text-faded4 {
    color: #B4B1B1;
	font-size:35px;
} 

.text-mau2 {
    color: #e522a1;
} 

.text-mau {
    color: #F09; font-size:30px;
} 

.text-mau3 {
    color: #F09; font-size:20px;
}

.text-jau2 {
    color: #FC3;font-size:15px;text-shadow:none;
} 

.text-jau {
    color: #FC3; font-size:25px; text-shadow: 1px 2px 2px #000;
} 

.text-or {
    color: #ffa001;
	font-size:29px;
	text-shadow: 1px 1px 1px #000;
} 


.text-or2 {
    color: #ffa001;
	font-size:25px;
	text-shadow: 1px 1px 1px #000;
} 

.text-bleu0 {
    color: #0e87dc; 
}

.text-bleu {
    color: #0e87dc; font-size:17px;
}

.text-bleu2 {
    color: #0e87dc; font-size:25px;
} 

.text-bleu3 {
    color: #3b409b; font-size:24px;
} 
.text-bleu4 {
    color: #3b409b; 
} 


.text-bleu5 {
    color: #0e87dc; 
	font-size:30px;
} 

.text-gris {
    color: #ccc; 
} 
.text-gris2{
    color: #666;font-size:29px;font-family: 'Pinyon Script', cursive;
}

.text-gris3{
    color: #333; font-size:18px
} 

.text-grand{
    color: #237BA1; font-size:70px; font-family: 'Nunito', sans-serif;
} 

.text-bla {
    color: #fff;
} 

.text-bla2 {
    color: #fff;
	font-size: 25px;
} 

.text-bla3 {
    color: #fff;
	font-size: 15px;
} 

.text-form{
    color: #fff;
	font-size: 15px;
} 

.text-noir {
    color: #000;
	font-size:30px
}

.text-noir2 {
    color: #000;
	font-size:20px
} 
.text-vert {
    color: #3F8E2F;
	 font-family: 'Mitr', sans-serif;
} 

.text-vert2 {
    color: #96c558;
} 

.text-vert3 {
    color: #96c558;
	font-size: 30px;
} 

.text-rose {
    color: #C69;
} 


.text-rou {
    color: #E01417;
}


.large20{ 
	font-size:20px;}

.text-small{ 
	font-size:70%;
	color: #666;
} 

.petit{
	font-size:12px
	}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
}


section {
    padding: 100px 0;
}

section2 {
    padding: 0 0; 
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


.padding-top-15 {
    padding-top:15px;
	}
.padding-top-20 {
    padding-top:20px;
	}

.padding-top-30 {
    padding-top:30px;
	}

.padding-top-40 {
    padding-top:40px;
}

.padding-top-45 {
    padding-top:45px;
}

.padding-top-50 {
    padding-top:45px;
}

.padding-top-60 {
    padding-top:50px;
}

.padding-top-70 {
    padding-top:70px;
}
	

.padding-bottom-15 {
     padding-bottom:15px;
	}

.padding-bottom-40 {
    padding-bottom:40px;}

.padding-bottom-50 {
    padding-bottom:50px; 
	}
	
.margin-top-30{
	margin-top:30px
}

.padding15{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px}

.navbar-default {
    border-color: rgba(34,34,34,.05); 
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
   /* background-color: #f0eceb; */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 600; 
	font-size:12px;
    color: #0e87dc; 
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #e62db4;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #0e87dc; 	
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff; 
	background-color:#54a1c6;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff!important; 
    background-color: #54a1c6;
	}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: #54a1c6;
	 color: #fff!important; 	
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
   white-space: nowrap;   
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f2dff8;
} 

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(14,135,220,.9);
         background-color: #0099cc; 
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,1); /*.7 EGAL OPACITÉ 70%ET 1 sans point 100% ET CHANGEMENT COULEUR EN HAUT À GAUCHE NDD (1) */
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

   .navbar-default .nav > li>a,
   .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,1); 
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff; 
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #0e87dc; 
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #fff;
    }

  	
	.navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #ccc;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #ffffff; 
    }
}



header {
    position: relative;
   /* width: 100%;
    min-height: auto;*/
    text-align: center;
    color: #fff;
    /*background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
    background-image: url(../img/header.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: auto;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: relative;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}


.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}


@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

/* SUPPRESSION DES ESPACES ENTRE LES COLONNES */
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* SUPPRESSION DES MARGES LATÉRALES */
.no-padding {
    padding: 0 !important; /* Supprime le padding sur tout */
    margin: 0 !important; /* Supprime les marges sur tout */
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

/* COLONNES SANS ESPACES ENTRE ELLES */
.row.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* IMAGES RESPONSIVES */
.portfolio-box img {
    width: 100%; /* Remplit toute la colonne */
    height: auto; /* Respecte les proportions */
}

/* CAPTIONS */
.portfolio-box-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 0.85;
}

.portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #fff ; 
}

.text-primary2 {
    color: #d852b5 ;  
}

.text-primary3 {
    color: #0e87dc ; 
}

/*.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}*/

.no-gutter > [class*=col-] {
    padding: 0;
}


.btn-default {
	border-color: #fff;
    color: #2565B5;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
	
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
	
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
	
}



.btn-a {
       color: #666;
    background-color: #fff;
	font-size:14px; 
    } 
	

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-b {
       color: #fff;
    background-color: #666;
    } 
	
.btn-b:hover,
.btn-b:focus,
.btn-b.focus,
.btn-b:active,
.btn-b.active,
.open > .dropdown-toggle.btn-b {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}




.btn-c {
    color: #fff;
    background-color:#4A739D;
	border: 0;
    border-radius: 200px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    } 
	
.btn-c:hover,
.btn-c:focus,
.btn-c.focus,
.btn-c:active,
.btn-c.active,
.open > .dropdown-toggle.btn-c {
    border-color: #397DD6;
    color: #fff;
    background-color: #999;
}

.btn-d {
    color: #fff;
    background-color:#076eb6;
	border: 0;
    border-radius: 200px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    } 
	
.btn-d:hover,
.btn-d:focus,
.btn-d.focus,
.btn-d:active,
.btn-d.active,
.open > .dropdown-toggle.btn-d {
    border-color: #076eb6;
    color: #076eb6;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
}


.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.img-center {margin:0 auto;}

.img3 {
box-shadow: 0px 0px 90px #000000;
}


body {
    webkit-tap-highlight-color: #222;
}


/*Rajout pdm forcement bas de page cause hidden*/
.pdm {display:none;
			visibility:hidden;}
/*--------*/