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

body {
    font-family: "Raleway", sans-serif;
}


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


hr.light {
    max-width: 100%;
    border-color: #ccc;
    border-width: 1px;
	}

hr.light2 {
    
    max-width:100%;
	border-color: #E0DEDE;
    border-width: 1px;} 

hr.light3 {
    border-color: #434142;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
}/*rm*/


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






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


a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}


a#lien1 {
     color: #000; 
	 font-size:17px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;

}

a:a#lien1:hover,
a:a#lien1:focus {
  
  text-decoration: none;
  font-size:17px
}


a#lien2 {
     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 {
  color: #fff;
  text-decoration: underline;
  font-weight:100; 
 letter-spacing:1px;
}




a#lien3 {
     color: #8C8A8A; 
	 font-weight:100; 
	 letter-spacing:1px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	

}





h2
 {
    font-family: "Raleway", sans-serif; color:#000; letter-spacing:1px; font-weight:200; font-size:35px; 
	}
	
h3
 {
    font-family: 'Montserrat', sans-serif; color:#000; font-size:18px
	}	


h4 {
    font-family: 'Montserrat', sans-serif; color:#686565; letter-spacing:3px; font-weight:100;font-size:14px
}
	

h5
 {
    font-family: 'Poiret One', cursive; color:#ffffff; letter-spacing:2px; font-weight:100; font-size:45px;  
	}

h6 {
    font-family: 'Montserrat', sans-serif; font-size:25px; letter-spacing:1px; color:#337ab7; 
	}
	



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

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

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



.bg-6 {
  background-image: url(../img/bg-6.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  position: relative;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-6sm {
  background-image: url(../img/bg-6.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.bg-7 {
    background-color: #f7f7f7;
}


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


.bg-dark {
    color: #fff;
    background-color: #222;
}



.invisible-image {
  visibility: hidden;
  height: 0;
}





/*espacement des row gallerie*/
.galerie-images .row > div {
    margin-bottom: 20px; /* Ajoute un espacement uniquement dans la galerie */
}

.galerie-4-par-ligne .row > div {
    margin-bottom: 20px; /* Ajoute un espace entre les lignes */
}

/* Ajustement du padding pour un meilleur alignement */
.galerie-4-par-ligne img {
    padding: 5px;
}


/* FLECHE DIAPORAMA AMÃ‰LIORÃ‰E */
.diapo-hover {
  position: relative;
  overflow: hidden;
}

.diapo-link {
  display: block;
  position: relative;
}

.diapo-link img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.diapo-link:hover img {
  transform: scale(1.05);
  filter: brightness(70%);
}

.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 14px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.diapo-link:hover .hover-icon {
  opacity: 1;
}


.diapo-hover {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.diapo-hover img {
  transition: transform 0.4s ease;
}

.diapo-hover:hover img {
  transform: scale(1.05);
}

.diapo-hover {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.diapo-hover img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.diapo-hover:hover img {
  transform: scale(1.05);
  filter: brightness(65%);
}

.diapo-hover .hover-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.diapo-hover:hover .hover-caption {
  opacity: 1;
}




/*2025 puce*/
ul.text-faded3 {
  list-style: none; /* on enlève les puces natives */
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #444;
  font-size: 17px;
  line-height: 1.6;
}

ul.text-faded3 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

/* Carrés avant chaque item */
ul.text-faded3 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #444; /* couleur à adapter selon ton thème */
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}







/*------------TEXTE + LOGO / FONDU DOUX------------*/

@keyframes fadeInOnce {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.titre-accueil,
.logo-apelbaum {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.titre-accueil.visible {
    animation: fadeInOnce 2.5s ease-out forwards;
}

.logo-apelbaum.visible {
    animation: fadeInOnce 2.5s ease-out forwards;
    animation-delay: 0.5s;
}



.section-talosia {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 800px;
    text-align: center;
    flex-direction: column;
}

/*------------FIN TEXTE + LOGO / FONDU DOUX------------*/


.content-section {
    padding-top: 100px;
	 
}

.download-section {
	width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/bg-5.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
 
}


.download-section.bgi-01 {
    background: url(../img/bgi-01.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}



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


.text-faded2 {
    color: #605E5E; line-height:2
}

/*2025*/
.text-faded3 {
    color: #605E5E; 
	font-size:18px;
	line-height:2
}

.text-faded4 {
    color: #605E5E; font-size:11px;
}

.text-faded5 {
     font-size:15px;
}


.text-bleu {
    color: #337ab7; font-size:16px
} 


.text-bleu2 {
    font-size:20px
} 

.text-bla {
    color: #fff; font-size:20px; letter-spacing:2px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
} 





.text-noi {
    color: #5a5858;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
}

.text-noi2 {
    font-size:20px; color:#5a5858;
} 


/*2025*/
.text-titre{    
  font-family: "Raleway", sans-serif;
  font-size:25px; 
  color:#865f2c
}
.text-soustitre{    
  font-family: "Raleway", sans-serif;
  font-size:20px; 
  color:#000
}

.text-titre1{
     font-family: "Raleway", sans-serif;
  font-size:20px; 
  color:#000
}

.text-titre2{
     font-family: "Raleway", sans-serif;
  font-size:25px; 
  color:#000
}

.text-titre2arielle{
     font-family: "Raleway", sans-serif;
  font-size:19px; 
  color:#000;
	text-transform: uppercase;
}

.text-titre3{
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;  font-size:16px; color:rgba(69,67,67,1.00)
}

.text-titre4{
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; letter-spacing:2px; line-height: 2; font-size:15px; color:rgba(69,67,67,1.00);
}


.text-titre5{
   color:#337ab7;
}

.text-titre6{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; letter-spacing:2px;  font-size:15px; color:#337ab7;font-weight:100;
}



.text-primary {
    color: #000; 
}
.text-primary:hover {
    color: #555353; 
}

.text-primary4
{color:#E0DDDD}


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



.text-footer {
    color: #000;
	font-weight:300;
	font-family: "Raleway", sans-serif;
	font-size: 17px;
}

.small, small {
    font-size: 75%; 
}


section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}



.navbar {
	
   	  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	  font-weight: 400;
      margin-bottom: 0;
	  background-color: #ffffff;
      border: 0;
      font-size: 12px;
      letter-spacing: 1px;
      opacity: 1;
	  border-bottom: solid #787676 0px;
  
} 
  
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 12px;
    line-height: 20px;
	color:#575656
}
  
.navbar .navbar-header .navbar-brand:hover,
.navbar .navbar-header .navbar-brand:focus {
        color: #333; 
    }
  
.nav > li.active>a,
.nav>li.active>a:focus {
    background-color: #242424!important; 
	 color: #fff!important;
	}
 

  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ccc;
	color:#000000
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000; /*fond jaune cliqué*//*AAS*/
    border-color: #000;
	color:#fff;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
} 


.navbar-brand>img {
    display: block;
    padding: 0px;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
	line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
	
} /*lof sous menu grand menu interagit avec petit attention*/

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

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



@media (max-width: 767px) {

 
	}

 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }


.navbar-toggle .icon-bar {
  background-color: #000;
} 



.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
  
.carousel-inner img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
	  
	 }
	 
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
	
 
.carousel-caption h3 {
      color: #FFF !important; /*KC*/
	  text-shadow: 1px 1px 5px #000;
  }
  
  
@media (max-width: 600px) {
	

	
.carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	
    }
	
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
	/*padding-top:50px;  carouselle mobile deform img-cirl small */
	
}
  }
  
   /*carousel bootstrap recup*/ 
  
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 100px;/*margin:1px base ajout*/
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
  
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin-bottom: 100px; /*margin:0 a la base repris du bootstrap*/
  background-color: #fff;
 
}
     /*carousel bootstrap fin*/  
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }



header1 {
    position: relative;
    width: 100%;
    min-height: 800px;
    text-align: justify;
  
	background-image:url(../img/bg-11.jpg);
   	background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	

   
}



header {
    position: relative;
	width: 100%;
    min-height: auto;
    text-align: right;
    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;
	

}

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

}

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: 10px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(115,79,116,.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%);
	left: -2px;
    }

    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: 20px;
    }
}



.header-content-inner img {
  max-width: 342px;
  margin-left: 0;
}


.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: 475px;/*650*/
	
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,.9);
    -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%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

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

.portfolio-box:hover .portfolio-box-caption {
   opacity: 0.7;/*AU LIEU DE 1 - LE 28-09-215*/
	background:#000; /*AJOUT LE 28-09-215*/
		
}/*ICI COULEUR DU PORTFOLIO*/

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

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


.caption-bas {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222;
  /* Ajuste selon ton design */
  text-align: center;
}
@media (max-width: 991px) {
  .caption-bas { font-size: 15px; }
}
@media (max-width: 767px) {
  .caption-bas { font-size: 14px; }
}



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



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


.btn-default {
	border-color: #AEABAB;
    color: #222;
    background-color: #f2f2f2;
    -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: #AEABAB;
    color: #222;
    background-color: #AEABAB;
}

.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-b {
    border-color: #AEABAB;
    color: #222;
	font-size:13px;
	letter-spacing:1px; 
    background-color: #AEABAB;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    }
	

.btn-b:hover,
.btn-b:focus,
.btn-b.focus,
.btn-b:active,
.btn-b.active,
.open > .dropdown-toggle.btn-b {
    border-color: #f2f2f2;
    color: #fff;
    background-color: #605D5D;
	
}/*tq*/


.btn-primary {
    border-color: #555353;
    color: #000;
    background-color: #D8D8D8;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} /*modifié le 29-09-215*/

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

.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: "Raleway", sans-serif;
    font-weight: 700;
}

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


.no-padding {
    padding: 0;
}

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

.padding-10 {
    padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right: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-45 {
    padding-top:45px; 
	}
	
.padding-top-50 {
    padding-top:50px; 
	}
	
.padding-top-60 {
    padding-top:60px;
	}
	
.padding-top-100 {
   padding-top:100px;
	}

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

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

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

.padding-bottom-100 {
    padding-bottom:100px; 
	}
.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;
}


.thumbnail {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.65);
	
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} 



.thumbnail2 {
    display: block;
 	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-size:15px;
	background-color:#fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} 



.thumbnail2:hover{
    border-color:#ccc ;
    background-color: #ccc;
}



.thumbnail3 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(11,8,8,.60);
	
 /*   border: 1px solid #ddd;*/
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail4 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.60);
	color: rgba(1,1,1,1.00);
	
 /*   border: 1px solid #ddd;*/
    border-radius: 0px;
    -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;
}

.img-responsive3{
	background-color:rgba(255,255,255,0.8);
	  border-radius: 5px;
	}
	
	
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;
}



#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

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

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 650px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	letter-spacing:2px;
	font-size:13px;
	color:rgba(69,67,67,1.00)
}


#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 0px;
    }
}


.img3 {
box-shadow: 1px 3px 4px #666666;
}

.img4 {
	border: 1px solid #FFF;


}

.img5 {
	border: 1px solid #FFF;
}


.grayscale img
{
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
}
.grayscale img:hover
{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
}

/*efffet image flou zoom*/

.matrix-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.1);
  transition: opacity 2s ease-out, transform 2.5s ease-out, filter 2.5s ease-out, clip-path 2.5s ease-out;
  clip-path: inset(50% 50% 50% 50%);
  transition-delay: 0.2s;
}

.matrix-reveal.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  clip-path: inset(0% 0% 0% 0%);
}


/*effet texte fondu*/
.fade-only {
  opacity: 0;
  transition: opacity 1.2s ease-out;
  transition-delay: 0.2s;
}

.fade-only.visible {
  opacity: 1;
}



.caption-mobile {
  font-weight: bold;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}



/* 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: orange;
    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;
    }
}

/* =====================================================
   HEADER ARIELLE
   ===================================================== */

.arielle-header {
    position: relative;
    height: calc(100vh - 60px);
    min-height: 700px;

    background-image: url("../img/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.arielle-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(255,255,255,0.08);

    z-index: 1;
}

.arielle-header-content {
    position: absolute;

    left: 0;
    bottom: 120px;

    width: 100%;

    z-index: 2;
}

.arielle-header-text {
    display: inline-block;
}

.arielle-line {
    display: block;

    opacity: 0;

    transform: translateY(20px);

    animation: arielleFadeUp 1.2s ease forwards;

    text-shadow:
        0 1px 6px rgba(255,255,255,0.70);
}

/* Ligne principale */

.arielle-main {
    font-family: 'Raleway', sans-serif;

    font-size: 52px;

    font-weight: 300;

    letter-spacing: 8px;

    color: rgba(40,40,40,0.92);
}

/* Paris */

.arielle-paris {
    font-family: 'Raleway', sans-serif;

    font-size: 18px;

    font-weight: 300;

    letter-spacing: 10px;

    color: rgba(70,70,70,0.85);

    margin-top: 12px;
}

/* Signature */

.arielle-sign {
    font-family: 'Raleway', sans-serif;

    font-size: 28px;

    font-weight: 300;

    letter-spacing: 2px;

    color: rgba(40,40,40,0.90);

    margin-top: 18px;
}

/* Délais */

.delay-1 {
    animation-delay: 0.6s;
}

.delay-2 {
    animation-delay: 1.3s;
}

/* Animation */

@keyframes arielleFadeUp {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .arielle-header {
        height: auto;
        min-height: 520px;
        background-position: center center;
        background-size: cover;
    }

    .arielle-header-content {
        position: absolute;
        left: 0;
        bottom: 55px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .arielle-header-text {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .arielle-main {
        font-size: 24px;
        letter-spacing: 3px;
        line-height: 1.35;
        word-break: normal;
    }

    .arielle-paris {
        font-size: 13px;
        letter-spacing: 5px;
        margin-top: 10px;
    }

    .arielle-sign {
        font-size: 18px;
        letter-spacing: 1px;
        margin-top: 14px;
    }
}