/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  background-color: white;
  overflow-x: hidden;
  font-family: 'Bellefair', serif;
}

.containor {
  position: relative;
}

/* Hide the images by default */

.mySlides {
  display: none;
}


.d-block {

    display: block!important;
}
.portfolio-modal .modal-content i p{
  font-size: 0.8rem;
}
#reso{
display: flex;
align-items: center;
justify-content: space-around;
margin-bottom: 1rem;
}

.proj p{
  text-align: justify;
}


#rubis{
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }

  #rubis div{
    margin-top: 1rem;
    margin-right: 2rem;
  }

#reso li{
  width: calc(100%/2);
}
/* Add a pointer when hovering over the thumbnail images */

.cursor {
  cursor: pointer;
}

footer p {
  color: black;
  font-size: 1rem;
}

footer li{
  text-align: left;
  list-style-type: none;
  font-size: 1rem;
}


#reso i {
  width: 100%;
  font-size: 2.5rem;
  text-align: left;
padding-left: 0rem;
padding-right: 0;
margin-top: 1rem;
  color: grey;
}

footer i{
  margin-left: -1rem;
  font-size: 1.5rem;
}

footer strong {
  color: black;
}

.photo img {
width: 25%;
margin-top: -1rem;
}

/* Next & previous buttons */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#foot {
  width: 95%;
  text-align: right;
}

.center {
  width: 50%;
}

/* Six columns side by side */

.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

.text-muted {
  line-height: 1.5rem;
  text-align: left;
  color: black !important;
}

#portfolio img {
  width: 25rem;
  ;
  height: 25vh;
}

#portfolio h5 {
  text-align: center;
  letter-spacing: 0.5rem;
}

.contener_slideshow {
  width: 610px;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-image: url(YOUR-URL-IMAGE.png);
}

.slideshow-container {
  width: 610px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

/* Slideshow container */

.slideshow-container {
  padding: 2rem;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  background-image: url("../img/keithh.png");
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */

.fadec {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .carousel-inner>.carousel-item>img {
    margin: 0 auto;
    z-index: 2;
    width: 40vh;
  }
  .prev, .next, .text {
    font-size: 11px
  }
}
#foot p{
  font-size: 1rem;
}
@media (max-width:768px) {

  #foot p{
    font-size:0.9rem;
  }
  .flex div {
    width: calc(100%/1);
  }
  .portfolio-modal .modal-content p {
    padding-top: 0rem;
    padding-right: 0rem;
    text-align: left;
    text-align: justify;
  }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    height: 3rem;
    border: 1Px solid #e2ddddbd;
    text-align: center;
    background-color: #fff;
  }
  #portfolio h5 {
    text-align: center;
    letter-spacing: 0.5rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .bg-lighti h2 {
    text-align: center;
  }
  #portfolio .portfolio-item {
    padding: 0.2;
    width: calc(100%/3);
  }
  .bg-lighti {
    padding: 1rem;
    background-color: white;
  }
  .text-uppercase {
    text-align: center;
    text-shadow: 0px 1px 2px black;
    margin-top: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase !important;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 1.4em;
    margin-bottom: 1.5rem;
    text-align: left;
    text-shadow: 0px 1px 2px black;
  }
  #portfolio img {
    width: 40vh;
    ;
    height: 20vh;
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #000000;
    font-family: 'Bellefair', serif;
  }
}

@media (min-width: 0px) and (max-width:320px) {
  .petit {
    text-transform: lowercase;
    font-size: 0.3rem;
  }
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 0.6rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0.3rem;
    color: black;
    text-transform: uppercase;
  }
  #portfolio .portfolio-item {
    width: calc(100%/2);
    margin: 0;
    padding: 0.2;
  }
  #mainNav .navbar-toggler {}
  section h2.section-heading {
    text-shadow: 0px 1Px 2px black;
    font-size: 1rem;
  }
  .col-md-rubis {
    width: 100%;
  }
  .contactt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .contaa {
    width: 100%;
  }
  .photo img {
    margin-top: 1rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 375px) and (max-width:900px) {
  .petit {
    font-size: 0.4rem;
  }
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 0.6rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0.3rem;
    color: black;
    text-transform: uppercase;
  }
  .contener_slideshow {
    width: inherit;
    width: none;
    height: 200px;
  }
  .slideshow-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
  }
  .col-md-rubis {
    width: 100%;
  }
  .col-md-rubis:nth-child(2) {
    margin-bottom: 1rem
  }
  ul.social-buttons {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 375px) and (max-width:1024px) {
  .portfolio-modal .modal-content img {
    width: 100%;
  }
  .contaa {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;    text-align: center;
  }
}

@media (min-width: 1024px) {
  #portfolio img {
    width: 25rem;
    height: 26vh;
    ;
  }
  .photo {
    margin-right: auto;
    margin-left: auto;

    text-align: right;
  }
}

.slid_1, .slid_2, .slid_3, .slid_4, .slid_5 {
  position: absolute;
  width: 610px;
  height: 400px;
}

.slid_1 {
  left: 0;
}

.slid_2 {
  left: 610px;
}

.slid_3 {
  left: 1220px;
}

.slid_4 {
  left: 1830px;
}

.slid_4 {
  left: 2440px;
}

.contener_slide {
  width: 1220px;
  height: 211px;
  left: 0px;
  position: absolute;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: anim_slide;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: anim_slide;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: anim_slide;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: anim_slide;
}

@-webkit-keyframes anim_slide {
  0% {
    left: 0px;
  }
  22% {
    left: 0px;
  }
  33% {
    left: -610px;
  }
  45% {
    left: -610px;
  }
  66% {
    left: -1220px;
  }
  90% {
    left: -1220px;
  }
}

@-moz-keyframes anim_slide {
  0% {
    left: 0px;
  }
  22% {
    left: 0px;
  }
  33% {
    left: -610px;
  }
  45% {
    left: -610px;
  }
  66% {
    left: -1220px;
  }
  90% {
    left: -1220px;
  }
}

@-ms-keyframes anim_slide {
  0% {
    left: 0px;
  }
  22% {
    left: 0px;
  }
  33% {
    left: -610px;
  }
  45% {
    left: -610px;
  }
  66% {
    left: -1220px;
  }
  90% {
    left: -1220px;
  }
}

@keyframes anim_slide {
  0% {
    left: 0px;
  }
  22% {
    left: 0px;
  }
  33% {
    left: -610px;
  }
  45% {
    left: -610px;
  }
  66% {
    left: -1220px;
  }
  90% {
    left: -1220px;
  }
}

p {
  line-height: 1.75;
}

.navi img {
  width: 1.2rem;
  margin-top: -0.5rem;
}

.modal-body {
  width: auto;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.ml-auto, .mx-auto {

  padding: none;
  margin-left: auto !important;
}

.tet {
  text-shadow: 1px 1Px 1px black;
  color: black;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

a {
  color: #56585a;
}

a:hover {
  color: #000000;
}

.text-primary {
  color: #fed136 !important;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  color: black;
  font-family: 'Bellefair', serif;
}

.bg-light {
  background-color: white;
}

#services h4 {color: black;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  text-shadow: 0px 1px 3px black;
}

#services li {
  color :black;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: -2rem;
}

.flow {
  width: 50%;
}

.flex {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
align-items: flex-start;
}

#reso div{
width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#about p {
  font-size: 1.3rem;
  text-shadow: 2px 1Px 3px black;
  color: white;
  text-align: justify;
}

#about h2 {
  color: white;
}

#about strong {
  font-size: 1.3rem;
}

input {
  background-color: inherit;
}

section {
  padding: 80px 0;
}

section h3.section-subheading {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Bellefair', serif;
}

.btn {
  font-family: 'Bellefair', serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 15px;
  padding: 10px 10px;
}

.btnPlusprojet, .btnMinusprojet {
  display: block;
  width: 100%;
  text-align: center;
  padding: none;
  font-size: 2rem;
}

.btn-primary {
  background-color: #0c0d0ec4;
  box-shadow: 1Px 2px 2Px black;
  padding: 1rem;
  border: none;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: white !important;
  border-color: black !important;
  color: black;
}

.contactt {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: white;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Bellefair', serif;
}

#mainNav .navbar-brand img {
  width: 3rem;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #73716b;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: BLACK;
  font-family: 'Bellefair', serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: grey;
}

@media (min-width: 992px) {
  footer a {
    font-size: 1rem;
  }
  .carousel-inner>.carousel-item>img {
    margin: 0 auto;
    z-index: 2;
    width: 70vh
  }
  .petit {
    text-transform: lowercase;
    font-size: 1rem;
  }
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: white;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1em 0.5em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    color: black;
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  HEIGHT: 60VH;
  background-image: url("../img/keithh.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.proj .century {
  width: 50%;
}

@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
  .navi {
    text-align: right;
    width: auto;
  }

}

#presse hr {
  border: 1px solid #ffffff33;
}

@media (max-width: 992px) {

  .navi {
    width: 100%;
    text-align: right;
  }

  footer a {
    font-size: 1rem;
  }
  #navigation {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  footer p {
    font-size: 0.9rem;
  }
}

@media (min-width: 0px) {
  #presse {
    background-image: url("../img/kk.jpg");
    background-attachment: NONE;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #services {
    background-image: url(../img/ff.png);
    padding-left: 1REM;
    padding-right: 1REM;
    background-attachment: NONE;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #about {
    background-image: url(../img/rhi.jpg);
    padding-left: 1REM;
    padding-right: 1REM;
    background-size: cover;
  }
  .proj {
    display: inherit;
    flex-direction: column;
  }
  header.masthead {
    background-attachment: inherit;
  }
  #ref .row a {


    padding: 1rem;

    margin-left: 0.5rem;
  }
  .propos div {
    width: calc(100%/1);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-3 {
    margin-top: 2rem;
    -ms-flex: 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-md-4 {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }
}

@media (min-width:768px) {
  .flex div {
    width: calc(100%/2);
  }
  #services {
    background-image: url("../img/ff.png");
    background-attachment: fixed;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #about {
    background-image: url("../img/rhi.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  #presse {
    background-image: url("../img/kk.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #000000;
    font-family: 'Bellefair', serif;
  }
  .col-md-rubis {
    width: 33%;
    font-size: 1.5rem;
  }
}

.col-md-rubis i {
  padding-left: 1rem;
  padding-right: 1rem;
}

header.masthead .intro-text {
  padding-top: 250px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 14px;
  margin-top: 1rem;
  /* font-style: italic; */
  color: #0c0707;
  line-height: 22px;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-name: glissement;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  text-shadow: 2px 2Px 3px #848484;
}

header.masthead .intro-text .intro-heading {
  text-shadow: 0px 1Px 3px black;
  font-size: 20px;
  margin-top: 0;
  animation-duration: 3s;
  animation-delay: 0s;
  color: black;
  animation-name: glissement;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  text-align: center;
  font-family: 'Bellefair', serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 250PX;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 17px;
    /* font-style: italic; */
    color: #060505;
    margin-top: 1rem;
    /* font-style: italic; */
    text-align: center;
    text-shadow: 1px 1Px 1px #848484;
    margin-bottom: 25px;
    font-family: 'Bellefair', serif;
  }
  #mainNav .navbar-toggler {}
  header.masthead .intro-text .intro-heading {
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0px 1Px 3px black;
    color: black;
    /* line-height: 75px; */
    /* margin-bottom: 50px; */
    font-family: 'Bellefair', serif;
  }
}


.propos {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}

.bg-lighti {
  background-color: white;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin-bottom: 1rem;
  padding: 0.2rem;
}

@media (min-width:768px) {
  #portfolio .portfolio-item {
    width: calc(100%/3);
    padding: 0.2rem;
  }
}

@media (min-width:320px) and (orientation: landscape) {
  header.masthead .intro-text .intro-heading {
    font-size: 30px;
    text-shadow: 0px 1Px 2px black;
    animation-duration: 3s;
    animation-delay: 0s;
    color: black;
    margin-top: -4rem;
    animation-name: glissement;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    text-align: center;
    font-family: 'Bellefair', serif;
  }
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 0.6rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0.3rem;
    color: black;
    text-transform: uppercase;
  }
  #portfolio .portfolio-item {
    width: calc(100%/3);
    margin: 0;
    padding: 0.2;
  }
  #portfolio img {
    width: 100%;
  }
}

@media (min-width:411px) and (orientation: landscape) {
  #portfolio img {
    width: 100%;
  }
}

.modal-content iframe {
  width: 49%;
  border: none;
  margin: none;
  padding: none;
  height: 250px;
}

.vide iframe {
  width: 100%;
  height: 100%;
}

.vide div {
  width: 50%;
}

@media (max-width:411px) {
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #000000;
    font-family: 'Bellefair', serif;
  }
}

@media (min-width:667px) and (orientation: landscape) {
  .container {
    max-width: 100%;
  }
  #portfolio .portfolio-item {
    padding: 0.2;
    width: calc(100%/3);
  }
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
font-size: 0.8rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0.5rem;
    color: black;
    text-transform: uppercase;
  }
  #mainNav .navbar-toggler {}
  section h2.section-heading {
    font-size: 2rem;
    text-align: center;
    text-shadow: 1px 1Px 2px black;
  }
}

@media (min-width: 375px) and (min-height: 800px) and (orientation: landscape) {
  #portfolio .portfolio-item {
    width: calc(100%/3);
    padding: 0.2;
  }
  #portfolio img {
    width: 50vh;
  }
}

@media (min-width: 1024px) and (min-height: 1300px) {
  #portfolio img {
    width: 100%;
    height: 15vh;
    ;
  }
  .petit {
    text-transform: lowercase;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .carousel-inner>.carousel-item>img {
    margin: 0 auto;
    z-index: 2;

  }
  .container {
    max-width: 90%;
  }
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bolder;
    text-shadow: 0px 0Px 1Px black;
    margin-top: 0.4rem;
    color: black;
    text-transform: uppercase;
  }
  #portfolio img {
    width: 100%;
    height: 30vh;
  }
}

@media (min-width:1024px) {
  #portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0.6rem;
    color: black;
    text-transform: uppercase;
  }
  section h2.section-heading {
    font-size: 34px;
    text-align: center;
    font-style: normal;
    animation-duration: 3s;
    color: black;
    animation-delay: 0s;
    animation-name: glissement;
    animation-fill-mode: both;
    text-shadow: 1px 1Px 2px black;
    s animation-iteration-count: 1;
    text-transform: none;
  }
  #portfolio .portfolio-item {
    width: calc(100%/3);
    padding: 0rem;

  }
}

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

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: #000000b0;
}

#about hr {
  border: 1px solid #ffffff0f;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid grey;
  border-radius: 0;
  outline: 0;
}

#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;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  text-shadow: 2px 2Px 4px black;
  font-size: 1.5rem;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
  font-size: 1rem;
  text-shadow: 0px 0Px 1Px black;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Bellefair', serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
padding: 60px 5px;
height: auto;
  text-align: center;
}

. font-family: 'Bellefair', serif;
.modal-content .row {
  background-color: white;
  padding: 0.5rem;
}

. font-family: 'Bellefair', serif;
.modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
}

. font-family: 'Bellefair', serif;
.modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen (min-width: 900px) {
  .portfolio-modal .modal-content img {
    width: 200rem;
    height: 100%;
  }
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 15px;
  right: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}

.proj {
  display: flex;
  justify-content: space-between;

}

.proj a {
  color: black;

}

@media (min-width: 992px) {
  #navigation {
    width: 30%;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 80%;
    padding: 0.5em 0;
    letter-spacing: 1px;
    color: BLACK;
    font-family: 'Bellefair', serif;
  }
  .portfolio-modal .modal-content p {
width: 90%;
    /* text-transform: uppercase; */
    font-size: 1.1rem;
    text-align: left;
    color: black;
    text-align: justify;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 30px;
    text-align: center;
    font-style: normal;
    animation-duration: 3s;
    color: black;
    animation-delay: 0s;
    animation-name: glissement;
    animation-fill-mode: both;
    text-shadow: 1px 1Px 2px black;
    margin-top: 0.5rem;
    font-family: 'Bellefair', serif;
  }
  .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .proj {
    flex-direction: row;
    display: flex;
  }
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 5px;
  height: 35px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #95989a;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 5px;
  height: 35px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #95989a;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline>li:after, .timeline>li:before {
  display: table;
  content: ' ';
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline>li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body>ul, .timeline .timeline-body>p {
  margin-bottom: 0;
}

@media (max-width:375px) {
  #portfolio .portfolio-item {
    width: calc(100%/2);
    margin: 0;
    padding: 0.2;
  }
}

@media (max-width:600px) {
  #portfolio .portfolio-item {
    width: calc(100%/2);
    margin: 0;
    padding: 0.2;
  }
}

@media (min-width: 768px) {
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    height: 3.5rem;
    border: 1Px solid #e2ddddbd;
    text-align: center;
    background-color: #fff;
  }
  header.masthead .intro-text {
    padding-top: 250PX;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 2em;
    margin-bottom: 1.5rem;
    text-align: left;
    text-shadow: 1px 1px 2px black;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline>li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (max-width: 991px) {
#ref img {
  margin-bottom: -2rem;
  margin-top: -1rem;
  padding: 1rem;
  /* border-radius: 50px; */
}
#ref .row a {
    width: calc(100%/3);
}
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }
  #ref img {
    margin-bottom: -2rem;
    margin-top: -1rem;
    padding: 1rem;
    /* border-radius: 50px; */
  }
  #ref .row a {
    width: calc(100%/5);
  }
  .propos div {
    width: calc(100%/4);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
  .col-md-4 {
    width: calc(100%/4);
  }
}

.barre {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer h4 {
  margin-bottom: -1rem;
  font-size: 20px;
  text-align: left;
}

#presse h2 {
  font-size: 34px;
  text-align: center;
  font-style: normal;
  animation-duration: 3s;
  color: #fdfdfd;
  animation-delay: 0s;
  animation-name: glissement;
  animation-fill-mode: both;
  text-shadow: 3px 2Px 2px black;
}

@media (min-width: 1200px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: BLACK;
    font-family: 'Bellefair', serif;
  }
  #portfolio img {
    width: 100%;

  }
  .timeline>li {
    min-height: 170px;
  }
  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline>li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

#test {
  transform-origin: 50% 50%;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s linear infinite;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
}

section#contact .section-heading {
  color: #484745;
  margin-bottom: 3rem;
}



#contact .container {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  justify-content: space-around;
}

#contacto{
  padding: 3rem 3rem;
}

@media (min-width: 1024px) {
  header.masthead .intro-text {
    padding-top: 250PX;
  }
  .contaa {
    padding: 1rem 2rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

section#contact .form-group {
  border: none;
  width: 100%;
}

section#contact .form-group input, section#contact .form-group textarea {
  padding: 15px;
  border: none;
}

section#contact input {
  height: auto;
  background-color: #ffffff94;
  color: black;
  border: none;
  font-family: 'Bellefair', serif;
  box-shadow: 0px 1px 0px black;
}

section#contact textarea {
  height: 180px;
  box-shadow: 1px 2px 3px black;
  color: black;
  font-family: 'Bellefair', serif;
  background-color: #ffffff94;
}

section#contact .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact h2 {
  text-align: center;
}

section#contact ::-webkit-input-placeholder {
  color: black;
  font-family: 'Bellefair', serif;
}

section#contact :-moz-placeholder {
  color: black;
}

section#contact ::-moz-placeholder {
  color: black;
}

section#contact :-ms-input-placeholder {
  color: black;
}

footer {
  padding: 1rem 0;
  text-align: center;
}

footer h5 {
  font-size: 0.8rem;
  text-align: center;
}

#ref .row {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  justify-content: center;
}

@keyframes glissement {
  from {
    margin-left: 100%;
    width: 600%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Bellefair', serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Bellefair', serif;
}

.pt-5, .py-5 {
  padding-top: 8rem;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #484745;
}

.carousel {
  z-index: 3;
}

.carousel-control {
  color: #fff781;
  z-index: 2;
  opacity: 0.25;
}

.carousel-control:hover {
  color: #fff781;
  z-index: 2;
  opacity: 1;
}

.carousel-control {
  color: #fff781;
  z-index: 2;
  opacity: 0.25;
}

.carousel-control:hover {
  color: #fff781;
  z-index: 2;
  opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  font-size: 1.3rem;
  display: block;
  position: absolute;
  top: 100%;
  margin: 1rem 0 0 0;
}

.carousel-control-next, .carousel-control-prev {
  width: 90%;
}
