html {
  font-size: 100%;
}

body {
  font-size: 0.9375rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 0px;
}

.topspace {
  margin-top: 40px;
}

.navbar {
  border-width: 1px 0px;
  border-radius: 0px;
  background-clip: padding-box;
  width: 100%;
}

.navbar.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.85;
}

.navbar-collapse {
  border-radius: 0px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar-collapse .navbar-nav {
  float: none;
  margin: 0px auto;
  text-align: center;
}

.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-collapse .navbar-nav > li > a {
  padding: 20px 30px;
}

.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}

.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}

.navbar-default {
  background-color: white;
  border-color: #cccccc;
}

.navbar-default .navbar-nav > li > a {
  color: #454545;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: black;
  background-color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: white;
}

.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: black;
}

.navbar-default .navbar-toggle {
  border-color: #666666;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: white;
}

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

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #cccccc;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
  color: black;
}

.nav-side {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}

.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}

.nav-side > li > a:hover {
  color: rgb(140, 0, 0);
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.nav-side > li.active > a {
  color: rgb(140, 0, 0);
}

p {
  line-height: 1.6em;
  margin: 0px 0px 30px;
}

ul, ol {
  line-height: 1.6em;
  margin: 0px 0px 30px;
}

blockquote {
  padding: 10px 20px;
  margin: 0px 0px 30px;
  border-left: 5px solid #eeeeee;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

a {
  color: rgb(140, 0, 0);
}

a:hover {
  color: rgb(140, 0, 0);
}

.lead {
  font-weight: 300;
  font-size: 1.3125rem;
}

.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

#head {
  background: #f4f4f4 url("../images/bg_head.png") repeat scroll center top / cover;
  color: #7c7c7c;
  padding: 30px 0px 35px;
}

#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin: 0px auto;
}

#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 3.0625rem;
}

#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .tagline {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7c7c7c;
  margin: 5px 0px 0px;
}

#head .tagline b {
  font-weight: normal;
}

#head .tagline a {
  color: #5e5e5e;
}

.home #head {
  padding: 90px 0px;
}

.home #head .title {
  font-size: 3.0625rem;
}

.home #head .tagline {
  font-size: 1rem;
  margin: 15px 0px 0px;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  border-radius: 0px;
  background-clip: padding-box;
transition-property: all;
transition-duration: 0.2s;
  border: 0px none;
  padding: 12px 35px;
text-shadow: 0px 1px 0px rgb(69, 0, 0);
}

.btn-primary {
  color: white;
  background-color: rgb(140, 0, 0);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: rgb(140, 0, 0);
}

.btn-action {
  font-weight: bold;
  background: transparent none repeat scroll 0% 0% !important;
  border: 1px solid #333333;
text-shadow: none;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active {
  color: rgb(140, 0, 0);
  border-color: rgb(140, 0, 0);
}

.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
}

.panel-cta {
box-shadow: 0px 0px 0px 1px #e1e1e1, 0px 0px 0px 3px white, 0px 0px 0px 4px #e1e1e1;
  background: #f3f3f3 none repeat scroll 0% 0% padding-box;
  border-radius: 0px;
}

.panel-cta p, .panel-cta h3, .panel-cta h4, .panel-cta h5, .panel-cta h6 {
  margin: 0px;
}

.panel-cta .panel-body {
  padding: 35px;
}

.featured {
  font-size: 0.8125rem;
}

.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0px 0px 25px;
}

.thumbnails {
  padding: 0px;
}

.thumbnails li {
  margin-bottom: 30px;
}

.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 0.75rem;
}

.thumbnail {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0px none;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
/*
.thumbnail .img {
    width: 100%; 
    display: block;
    position: relative;
}

.thumbnail .img img {
    width: 100%;  
    height: 200px; 
    object-fit: cover; 
    border-radius: 10px; 
}*/
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0px 0px 20px;
  position: relative;
}

.thumbnail .title {
  text-transform: uppercase;
  margin: 0px 2em;
  display: block;
  text-indent: 0px;
}

.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
transition-property: all;
transition-duration: 550ms;
}

.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0px;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
  border-radius: 1px 0px 0px 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
text-shadow: 0px 1px 0px rgb(69, 0, 0);
  background: rgb(140, 0, 0) none repeat scroll 0% 0%;
  color: white;
}

.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.thumbnail:hover {
  color: #333333;
  text-decoration: none;
}

.thumbnail:hover img {
  filter: saturate(0%);
}

.thumbnail:hover .cover {
  opacity: 1;
}

.pagination > li > a {
  color: gray;
  border: 0px none;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}

.pagination > li > a:hover {
  color: black;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.pagination > li.active > a {
  color: #333333;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.pagination > li.active > a:hover {
  color: black;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.section-title, .entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: 1px;
}

.section-title a, .entry-title a {
  color: #333333;
}

.section-title span, .entry-title span {
  display: inline-block;
  position: relative;
}

.section-title span::before, .entry-title span::before, .section-title span::after, .entry-title span::after {
  content: "";
  position: absolute;
  height: 4px;
  top: 0.53em;
  width: 400%;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.section-title span::before, .entry-title span::before {
  right: 100%;
  margin-right: 45px;
}

.section-title span::after, .entry-title span::after {
  left: 100%;
  margin-left: 45px;
}

.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0px 0px 15px;
}

.entry-header .entry-meta a {
  color: #a5a5a5;
}

.entry-content {
  margin: 0px 0px 60px;
}

.entry-content h2 {
  line-height: 1.2;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}

.meta-nav, .more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.meta-nav:hover, .more-link:hover {
  color: #333333;
  text-decoration: underline;
}

.more-link {
  display: block;
  width: 100%;
  text-align: right;
}

#nav-below {
  position: fixed;
  top: 48%;
}

#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444444 none repeat scroll 0% 0% padding-box;
  color: white;
  border-radius: 3px;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}

#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333333;
}

#nav-below .nav-next {
  position: fixed;
  right: -3px;
}

#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}

#nav-below b {
  display: none;
}

footer.entry-meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0px 0px 35px;
  padding: 2px 0px;
  color: #888888;
  font-size: 0.75rem;
}

footer.entry-meta a {
  color: #333333;
}

footer.entry-meta .meta-in {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0px;
}

.page-header {
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: medium none;
  text-align: left;
}

.page-header .page-title {
  margin-top: 0px;
  margin-bottom: 30px;
}

#comments {
  font-size: 0.8125rem;
}

#comments .comments-title {
  margin: 0px 0px 5px;
}

#comments .leave-comment {
  display: block;
  margin: 0px 0px 40px;
}

#comments ul, #comments ol {
  margin: 0px;
  padding: 0px;
}

#comments .comment {
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
  clear: both;
}

#comments .comments-title {
text-shadow: none;
  margin-bottom: 0px;
}

#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  border-radius: 50%;
  background-clip: padding-box;
}

#comments .children {
  margin: 0px 0px 0px 90px;
}

#comments .comment-meta {
  margin: 0px 0px 0px 90px;
}

#comments .comment-meta a {
  color: #333333;
}

#comments .comment-meta a:hover {
  color: rgb(140, 0, 0);
}

#comments .comment-meta .author {
  margin: 0px 20px 0px 0px;
  font-weight: bold;
}

#comments .comment-meta .date {
  margin: 0px 20px 0px 0px;
}

#comments .comment-meta .date a {
  color: #666666;
}

#comments .comment-meta .reply {
  float: right;
}

#comments .comment-body {
  margin: 0px 0px 35px 90px;
}

.comment-navigation {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 2px 0px 0px;
}

.comment-navigation .nav-content {
  border-top: 1px solid #cccccc;
  width: 100%;
  padding: 10px 0px 0px;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

#respond {
  margin: 55px 0px 0px;
}

#footer {
  background: #232323 none repeat scroll 0% 0%;
  padding: 30px 0px 0px;
  font-size: 12px;
  color: #999999;
}

#footer a {
  color: #cccccc;
}

#footer a:hover {
  color: white;
}

#footer h3.widget-title {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #a98dc5;
  margin: 0px 0px 20px;
}

#underfooter {
  background: #191919 none repeat scroll 0% 0%;
  padding: 15px 0px;
  color: #777777;
  font-size: 12px;
}

#underfooter a {
  color: #aaaaaa;
}

#underfooter a:hover {
  color: white;
}

#underfooter p {
  margin: 0px;
}

.follow-me-icons {
  font-size: 30px;
}

.follow-me-icons i {
  float: left;
  margin: 0px 10px 0px 0px;
}

@media ( min-width : 1200px ) {
  .container {
    max-width: 1080px;
  }
}

#logo {
  color: #6000c0;
}
#logo2 {
  color: #a98dc5;
}

#RED {
  color: rgb(140, 0, 0) !important;
}

.recentworks-container {
    display: flex;
    flex-wrap: nowrap;  /* Empêche les blocs de passer à la ligne */
    overflow-x: auto;  /* Active la barre de défilement horizontale */
    gap: 15px;  /* Espacement entre les blocs */
    padding-bottom: 10px;
    white-space: nowrap; /* Évite les retours à la ligne */
    scrollbar-width: thin; /* Affine la barre de défilement sur Firefox */
    scrollbar-color: #888 #f1f1f1;
}

.recentworks-container::-webkit-scrollbar {
    height: 8px; /* Hauteur de la barre de défilement */
}

.recentworks-container::-webkit-scrollbar-thumb {
    background: #888; /* Couleur de la barre */
    border-radius: 4px;
}

.recentworks-container .col-lg-4 {
    flex: 0 0 auto; /* Empêche les blocs de s'adapter à la taille du conteneur */
    width: 300px; /* Ajuste la largeur des blocs */
    white-space: normal; /* Permet aux textes de se retourner à la ligne */
}

.recentworks-container .img img {
    width: 100%;  /* Ajuste la largeur de l'image */
    height: auto;  /* Garde les proportions */
    max-height: 150px; /* Limite la hauteur de l'image */
    object-fit: cover; /* Ajuste l'image pour éviter la déformation */
}

.recentworks-container .cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%; /* Rendre la couverture de la même taille que l'image */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
}

.recentworks-container .cover .more {
    color: white;
    font-size: 16px; /* Ajuste la taille du texte */
    padding: 5px;
    text-align: center;
    width: 100%;  /* Largeur du bloc "See details" égale à la largeur de l'image */
    box-sizing: border-box; /* Inclut le padding dans la taille totale */
}
