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

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

hr {
    max-width: 50px;
    border-color: #ccc;
    border-width: 1px;
	}

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

hr.light4 {
    border-color: #434142;
    max-width:30%;
    padding-left:0;
    margin-left: 0;
}


hr.light5 {
    max-width: 200px;
    border-color: #ccc;
    border-width: 1px;
	}
	

a {
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

a#lien1 {
     color: #605E5E; 
	 font-size:15px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
}

a:a#lien1:hover,
a:a#lien1:focus {
  color: #cccccc;
  text-decoration: underline;
  font-size:15px
}


a#lien2 {
	font-size:13px;
     color: #b9b9b9; 
	 font-weight:100; 
	 letter-spacing:1px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:a#lien2:hover,
a:a#lien2:focus {
	font-size:13px;
  color: #fff;
  text-decoration: underline;
  font-weight:100;
  letter-spacing:1px;
}




h1
 {
   font-family: 'Libre Franklin', sans-serif; color:#fff; letter-spacing:1px; font-weight:100; font-size:23px;
	}

h2
 {
     font-family: 'Libre Franklin', sans-serif; color:#fff; letter-spacing:1px; font-weight:100; font-size:23px;
	}	
h3
 {
    font-family: 'Libre Franklin', sans-serif; letter-spacing:2px; font-weight:100; font-size:35px; color:#ccc;
	}

h4
 {
    font-family: 'Libre Franklin', sans-serif; letter-spacing:2px; font-weight:100; font-size:35px; color:#999;
	}

h5 {
	font-family: 'Libre Franklin', sans-serif; color:#494949; letter-spacing:1px; font-weight:100; font-size:20px;
}

h6 {
    font-family: 'Libre Franklin', sans-serif; font-size:25px; color:#fff; 
	}

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

.h3 .small, .h3 small, h3 .small, h3 small {
    font-size: 55%;
	color: #fff;
}

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

.bg-2 {
    background-color:#f1f1f1;
}

.bg-3 {
    background-color: #e7e7e7;
}

.bg-4 {
    background-color: #682e69;
}

.bg-v {
    background-color: #4A7F4A;
}


.bg-5 {
	background-image: url(../img/bg-5.jpg);
    /* Set a specified height, or the minimum height for the background image */
     min-height: 700px;
    /* 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-5sm.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* 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-6 {
	background-image: url(../img/bg-6.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: fixed;
    /* 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-6sm {
	background-image: url(../img/bg-6sm.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* 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-7 {
    background-color: #090923;
}


.bg-8 {
    background-color: #f5f5f5;
}

.bg-9 {
	
	background-image: url(../img/bg-9.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;
}

.bg-10 {
	background-image: url(../img/bg-10.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* 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-11 {
	background-image: url(../img/bg-11.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 350px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* 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-11sm {
	background-image: url(../img/bg-11.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;
}


.bg-homme {
	background-image: url(../img/bg-homme.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* 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-r {
    background-color: #6F3E8E;
}

.text-che1 {
    color: #605E5E; font-size:15px
}

.text-faded {
    color: #605E5E; font-size:15px
}


.text-faded2 {
    color: #605E5E; line-height:2; font-size:17px
}

.text-faded3 {
    color: #605E5E; font-size:15px; line-height:2
}

.text-faded4 {
    color: #666; font-size:12px;
}


.text-mau {
    font-size:20px; color: #682e69;
} 

.text-tel {
    color: #fff; 
}

.text-bla {
   font-family: 'Libre Franklin', sans-serif; letter-spacing:1px;  font-size:18px; color: #fff; 
} 

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

.text-or {
   color:#FFF; font-size:30px;
} 

.text-or2 {
   color:#682e69; font-size:20px;
} 


.text-titre{
      font-family: 'Libre Franklin', sans-serif; letter-spacing:2px;  font-size:30px; color:rgba(69,67,67,1.00)
}



.text-titre2{
        font-family: 'Libre Franklin', sans-serif; letter-spacing:2px;  font-size:20px; color:rgba(69,67,67,1.00)
}

.text-titre3{
      font-family: 'Libre Franklin', sans-serif; letter-spacing:1px;  font-size:15px; color:rgba(69,67,67,1.00)
}

.text-titre4{
      font-family: 'Libre Franklin', sans-serif; letter-spacing:1px;  font-size:40px; color:#000
}
.text-primary {
    color: #fff; 
}

.text-primary2 {
    color: #FFF; 
}

.text-footer {
    color: #b9b9b9;  font-weight:100; letter-spacing:1px;
}

.small, small {
    font-size: 80%; color:#7D7D7D
}


section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	 letter-spacing:1px;
	font-size:13px;
	
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color:#000;
	font-size:13px;
}

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

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

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

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
	color: #5E5C5C;/*!important; rm*/
	background-color: 000;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: #d2d2d2;
	color: #000000;
}



@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #fff; 
    }

    .navbar-default .navbar-header .navbar-brand {
       	color:#000; /*NDD*/
		font-size: 13px;
    }

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

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

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
	color: #666; /*rm*/
	text-shadow: 0px 0px;
	text-decoration-color: #000;
    }

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

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

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

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
		 font-size: 13px;
		background-color: #fff;
    }

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


@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #682e69
  }
  }


@media (min-width: 768px) {
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #682e69;
}

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

	
.dropdown-menu {
    font-size: 13px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #999;
}
}
  



header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: right; /*m*/
}

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: 10px;
    font-weight: 300;
    color: rgba(255,255,255,.9);
}

@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;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	left: -1px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 15px 15px;
    font-family: 'Libre Franklin', sans-serif;
	color:#fff; 
	letter-spacing:1px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
   opacity: 1;
    font-weight: 300;
	font-size: 20px;
	background-color:rgba(15,23,119,0.9);
	color:#fff; 

}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
   opacity: 0.8;/*AU LIEU DE 1 - LE 28-09-215*/
	background-color:rgba(15,23,119,0.8);
	ccolor:#fff!important; 
		
}/*ICI COULEUR DU PORTFOLIO*/

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        opacity: 0.9;/*AU LIEU DE 1 - LE 28-09-215*/
		background-color:rgba(00,00,00,0.8);
		 color: #fff;
    }
}

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



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



.btn-a {
    display: inline-block;
padding: 12px 12px;
margin-bottom: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/*background-image: none;*/
border: 0px solid #666;
border-radius: 0px;
/*background-color:#050423;*/
background-image: url(../img/bg-button.jpg);
color:#fff
    }
	

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
    border-color: #AEABAB;
    color: #fff;
    background-color: #666;
	border-radius: 0px;
	background-image: url(../img/bg-button.jpg);
}/*H*/


.btn-default {
	border-color: #AEABAB;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border-radius: 30px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #AEABAB;
    color: #000;
    background-color: #ccc;
	border-radius: 30px;
}

.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-primary {
    border-color: #fff;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #827d7d;
}

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

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

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}



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

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


.no-padding {
    padding: 0;
}



.padding-40 {

    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.padding-10 {
    padding-top:10px;
	padding-bottom:10px;
	}


.padding-top-10 {
    padding-top:10px;
	}
	
.padding-top-15 {
    padding-top:15px;
	padding-bottom:0px;
	}
	
.padding-top-20 {
    padding-top:20px;
	}
	
	
.padding-top-30 {
    padding-top:30px;
	padding-bottom:0px;
	}

.padding-top-35 {
    padding-top:35px;

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

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

.padding-top-50 {
    padding-top:50px; 
	}
	
.padding-top-60 {
    padding-top:60px;
	}
	
.padding-top-100 {
   padding-top:100px;
	}
	
.padding-bottom-20 {
    padding-bottom:20px;
	}

.padding-bottom-30 {
    padding-bottom:30px;
	}
	
.padding-bottom-10 {
    padding-bottom:10px;
	}


.padding-bottom-60 {
    padding-bottom:60px;
	}
	
.padding15{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px
	}
	
.margin-10{
	margin-left:10px;
	 margin-right:10px;
	 }
	 
.margin-top-30{
	margin-top:30px
	}
	
.margin-top-40{
	margin-top:40px
	}
	
.margin-top-60{
	margin-top:60px
	}
	
.margin-top-100{
	margin-top:100px
	}
	
.padding-left-100{
	padding-left:100px
	}
	
.margin-top-140{
	margin-top:140px
	}


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

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



.thumbnail4 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(16,18,99,0.50);
 /*   border: 1px solid #ddd;*/
    border-radius: 10px;
	padding: 30px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail {
    display: block;
    padding: 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #E2DFDF;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



.img-center {margin:0 auto;}

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

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


	
ul, li, ul li {
    list-style: none;
}

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




#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}


/* Style gÃ©nÃ©ral pour le cookie-banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    flex-wrap: wrap; /* Permet de passer sur plusieurs lignes si nÃ©cessaire */
    justify-content: center; /* Centre les Ã©lÃ©ments horizontalement */
    align-items: center; /* Aligne verticalement */
    gap: 10px; /* Espacement entre les Ã©lÃ©ments */
}

/* Style pour le texte */
#cookie-banner p {
    margin: 0;
    flex: 1 1 auto; /* Permet au texte de s'adapter Ã  l'espace disponible */
    font-size: 16px; /* Taille de la police */
    line-height: 1.5; /* AmÃ©liore la lisibilitÃ© */
}

/* Style pour le bouton */
#cookie-banner button {
    background-color: #cc31c1;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0; /* EmpÃªche le bouton de rÃ©trÃ©cir */
}

/* Lien dans le texte */
#cookie-banner a {
    color: orange;
    text-decoration: underline;
}

/* Adaptation pour les petits Ã©crans */
@media (max-width: 768px) {
    #cookie-banner {
        flex-direction: column; /* Les Ã©lÃ©ments se superposent */
        text-align: center; /* Texte centrÃ© */
    }

    #cookie-banner p {
        font-size: 14px; /* RÃ©duction de la taille de la police pour petits Ã©crans */
    }

    #cookie-banner button {
        margin-top: 10px; /* Ajoute un espacement entre le texte et le bouton */
        padding: 8px 15px;
    }
}


  /* ========================== */
/*  SECTION VIDÉO PLEIN ÉCRAN SANS SON  */
/* ========================== */

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;           /* pleine hauteur */
  overflow: hidden;
  background: #000;        /* fallback si la vidéo charge lentement */
}

.video-section .section-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;       /* évite la déformation */
}

/* Overlay optionnel */
.video-section .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  pointer-events: none;
}

/* Cacher la vidéo sur XS */
@media (max-width: 767px) {
  .video-section.hidden-xs {
    display: none !important;
  }
}
