body {margin: 0; padding: 0; }
.footer-widget p {
    margin-bottom: 27px;
}

.carousel.ChangeDim{
   width: 80%;
 }

.progress{
 margin: 0 10px 10px 10px;
}

.BlocDescription{
  width:100%;
  padding:20px;
  margin: auto;
  background: #EFF4F3;
  border-radius: 20px;
  box-shadow: 6px 6px blue;
}

.TitreAproposDeMoi{
text-align: center;
font-size: 25px;
font-weight: bold;
color: blue;
padding:30px;
}
.nav-item{
 padding: 5px;
}
.nav-item:hover, .ItemActive{
  padding: 5px 5px 0px 5px;
  border-bottom: solid 5px blue;
 }
 
 .nav-item .nav-link{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 5px;
  padding: 25px 10px
 }
 
#header-glob{
/* padding-top: 150px;*/
  background-image:url(Photos/font4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#header-glob .reseaux-sociaux a{
 text-decoration: none;
 color: white;
}


.NavTranparent{
  background: Rgba(250,250,250,0.3);
  margin: 0;
  padding: 0;
}

/* Ma Photo d'identité */
.navbar-brand:hover{
  transform: rotate(360deg);
}

.navbar-brand{
  transition: transform 0.5s;
}

.CouleurBlue{
 color: blue;
}

.CouleurWhite{
 color : white;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
}


#Glob-Select-Theme{
 position: absolute;
 position: fixed;
 left: 0;
 top: 45%;
 z-index: 20;
 background: gray;
 border-top-right-radius: 30%;
 border-bottom-right-radius: 30%;
 padding-right: 5px;
}

#Selection-Theme{
 display: none;
 border-top-right-radius: 15%;
 border-bottom-right-radius: 15%;
}

#Selection-Theme, #Selection-Theme p{
 width: 200px;
}

@-webkit-keyframes rotationButton{
  from{
   -webkit-transform: rotate(0deg); 
   -o-transform: rotate(0deg);
  }
  to{
   -webkit-transform: rotate(360deg); 
   -o-transform: rotate(360deg);
  }
}

@keyframes rotationButton{
  from{
   -ms-transform: rotate(0deg); 
   -mz-transform: rotate(0deg);
   -webkit-transform: rotate(0deg); 
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  to{
   -mz-transform: rotate(360deg); 
   -ms-transform: rotate(360deg);
   -webkit-transform: rotate(360deg); 
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
  }
}

#Butt-Config-Theme{
 font-size: 50px;
 padding-left: 2px;
 -webkit-animation: rotationButton 2s linear infinite;
 -mz-animation: rotationButton 2s linear infinite;
 -ms-animation: rotationButton 2s linear infinite;
 -o-animation: rotationButton 2s linear infinite;
 animation: rotationButton 2s linear infinite;
}

.img-fluid{
    border-radius: 10px;
}

.carousel-item{
  
}

 .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }
  /*
 .card:hover {
 cursor: pointer;
}*/
 .card:hover .card-body, .card:hover .card-footer{
 background: #2E2E2E;
 color: white;
 font-family: arial;
}

 .ImageDeCarte{
   background : #AEB6BF;
   position: relative;
   padding-bottom: 20px;
 }
 .CovertureImage{
 bottom: 0;
 left: 0;
 width: 100%;
 height: 0;
 background: #D35400;
 opacity: 0.5;
 position: absolute;
 transition: 1s height ease-in-out;
 
 display: flex;
 justify-content: center;
 align-items: center;
}

.SymbolePlus{
 font-size: 0px;
 transition: 1s font-size ease-in-out;
 font-weight: bold;
 color: white;
}

.card:hover .CovertureImage{
 height: 100%;
}

.card:hover .SymbolePlus{
 font-size: 70px;
}
.card:hover .triangle{
 border-bottom: 15px solid #2E2E2E;
}

.triangle{
 position: absolute;
 bottom: 0;left: 8%;
 width: 0px;
 height: 0px;
 border-bottom: 15px solid white;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent
}

.titre{
 text-align: center;
 margin: 10px;
 padding: 10px;
}

.titre2{
 text-align: center;
 margin: 10px;
 padding: 10px;
 color: gray;
}
 
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
/* position: absolute;
 top: -122px;*/
  background: #202020;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;
  color: white;
  }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    caret-color: red;}
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
      
      
      .carousel-inner.CarouselInnerDim{
        height: 450px;
        width: 90%
      }
      .card-img-top.changeDimImg{
       height: 250px;
      }
 @media screen and (max-width: 992px){
  .carousel.ChangeDim{
   width: 100%;
  }
  .carousel-inner.CarouselInnerDim{
   width: 100%;
  }
 }
 
 @media screen and (max-width: 768px){
  .card-img-top.changeDimImg{
       height: auto;
   }
 }
      
      
      