/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

    FONT

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Light.otf");
    font-weight: 300;

}

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Book.otf");
    font-weight: normal;

}

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Roman.otf");
    font-weight: 500;

}

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Medium.otf");
    font-weight: 600;

}

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Heavy.otf");
    font-weight: 700;

}

@font-face {
    font-family: Avenir;
    src: url("/fonts/AvenirLTStd-Black.otf");
    font-weight: 800;

}

h1 {
    font-weight: 700;
}
h2 {
    font-weight: 600;
}

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

    GENERAL

    COULEUR BAM

    JAUNE : #ebc741
    NOIR : #1D1D1B
    BLANC : #FFFFF

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

body, html {
    background-color: #ebc741;
    font: Avenir;
    color: white;

    margin: 0;
    padding: 0;
    width: 100%;
}
.content {
    min-height: calc(100vh - 200px);
  }

footer {
    background-color: #1D1D1B;
    color: white;
}


#btn-bam-blanc {
    background-color: white;
    color: #ebc741;
    font-weight: 700;
}

#btn-bam-blanc-2 {
    padding: 12.5px 30px;
    border: 0;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

    background-color: white;
    color: #1D1D1B;
    font-weight: 700;
}

#btn-bam-noir {
    background-color: #1D1D1B;
    color: white;
    font-weight: 700;
}

#btn-bam-noir-inv {
    background-color: white;
    color: #1D1D1B;
    font-weight: 700;
}
#btn-bam-noir-inv:hover {
    background-color: #f5f5f5;
}

#btn-bam-blanc-2:hover {
    background-color: #ebc741 !important;
    color: #1D1D1B !important;
    font-weight: 700;
}
/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

NAVBAR

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

nav, .dropdown-toggle{
    font-weight:600;
    color: white;
    transition: background-color 0.4s ease-out;
}

.nav-item a {
    color: white;
    font-weight:600 !important;
    margin-right: -20px;
}
.nav-item a:active {
    color: inherit;
  }

.nav-item a:hover {
    background-color: transparent !important;
    color: #1D1D1B;
}

.dropdown-toggle:hover {
    color: #1D1D1B;
}

.scroll {
    background-color: rgb(29 29 27 / 1);
}

.scroll .nav-item a:hover, .scroll .dropdown-toggle:hover{
    color: #ebc741;
}


.navbar-toggler {
    color: #f5f5f5;
    border: none;
}

.bg-toggled {
    background-color: #1D1D1B !important;
}


/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

BACKGROUND

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.section1 {
    max-width: 100%;
    margin-top: -8%;
    padding-bottom: 8%;
    height: auto;
    background-image: url('/img/BAM_Fusion8.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width:768px) { .section1 {
    margin-top: -2%;
}}

.section2{
    text-align: right;
}

@media (min-width:2000px) { .section2 {
    margin-top: 0%;
    margin-bottom: 5%;
}}

@media (min-width:3000px) { .section2 {
    margin-top: 0%;
    margin-bottom: 5%;
}}

.section3 h4 {
    font-size: 95%;
}

.section3{
    margin-top: -55%;
    background-color: #fff;
    color:#1D1D1B;

    padding-top: 25rem;
    padding-bottom: 25rem;

    clip-path: polygon(0 70%, 0 30%, 100% 40%, 100% 80%);

    max-width: 100%;
}
@media (min-width:700px) { .section3 {
    margin-top: -19%;
    clip-path: polygon(0 70%, 0 30%, 100% 40%, 100% 80%);
    padding-top: 22rem;
    padding-bottom: 19rem;
}}

@media (min-width:1000px) { .section3 {
    margin-top: -18%;
    clip-path: polygon(0 65%, 0 25%, 100% 55%, 100% 95%);
}}

@media (min-width:2000px) { .section3 {
    margin-top: -15%;
    clip-path: polygon(0 65%, 0 25%, 100% 55%, 100% 95%);
}}

@media (min-width:3000px) { .section3 {
    margin-top: -10%;
    clip-path: polygon(0 65%, 0 25%, 100% 55%, 100% 95%);
}}

.section4{

    color: #fff;
    font-size: 150%;

    margin-top: -20%;
    margin-bottom: 20%;

}

@media (min-width:768px) { .section4 {
    margin-top: -15%;
    margin-bottom: 6%;
}}

@media (min-width:1000px) { .section4 {
    margin-top: -5%;
    margin-bottom: 6%;
}}

@media (min-width:2000px) { .section4 {
    margin-top: -5%;
    margin-bottom: 6%;
}}

@media (min-width:3000px) { .section4 {
    margin-top: -2%;
    margin-bottom: 4%;
}}

.section5{
    background-color: #fff;
    color:#1D1D1B;

    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.1);

    margin-top: -3%;
    font-weight: 600;
    font-size: 120%;
    padding-top: 5rem;
    padding-bottom: 5rem;

    align-items: center;


}

.section6{
    margin-top: 2%;

}

.section7{
    margin-top: 5%;
    background-color: #fff;
    color:#1D1D1B;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.1);
}

.section7 .row {
    display: flex;
    justify-content: flex-end;
}

.section7 .btn {
    margin-left: auto;
}

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

CAROUSEL

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

#carouselCaptions {
    padding-top: 15%;
    font-size: 12px;
    line-height: 0.8;
 }


.carousel-item{

    border-color: #1D1D1B;
    border-style: solid;
    border-width: 5px;
}

.carousel-item img{
    max-height: 800px !important;
}

.carousel-caption h5{
    font-size: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  top: 45%;
  width: auto;
  margin: 0 px;

}

@media(min-width: 767px){ .carousel-control-prev,
    .carousel-control-next {
      top: 75%;
      width: auto;
      margin: 0 80px;

    }
}



@media(min-width: 767px){ .carousel-caption{
        font-size: 20px;
        line-height: 1;
    }
}
@media(min-width: 767px){ .carousel-caption h5{
    font-size: 30px;
}
}



/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

CARDS ADHESION

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.cardSub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    width: 500px;
    height: auto;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),
    0 2px 4px -2px rgba(0,0,0,.1);
  }

  .cardSub .info {
    border: none;
    padding: 1.5rem;
    text-align: center;
    color:#1D1D1B !important;
  }

  .cardSub .title {
    color: rgb(38 50 56);
    letter-spacing: 0;
    line-height: 1.375;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .cardSub .footer {
    padding: 0.75rem;
    border: 1px solid rgb(236 239 241);
    margin-bottom: 18px;
    background-color: rgba(85, 178, 255, 0.096);
  }

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

MEDIA

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/


.cardMedia {
    background: #18151f;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
    margin-bottom:15px;
    width: 90%;
    margin-left: 5%;
}


/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

CARDS HOMEPAGE

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/


.card {
    background: #1D1D1B;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
    margin-bottom:15px;
    width: 90%;
    margin-left: 5%;
}

@media(min-width: 767px){ .card {
    width: 23%;
    margin-left: 1%;
}
}


.title {
    text-align: center;
    margin-top: 0.5em;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    text-transform: uppercase;
   }


.desccontainer {
    width: 100%;
    margin-top: 0.7em;
    background-color: rgb(25,25,25);
    box-shadow: inset 0px 0px 2em rgba(0, 0, 0, 0.2);
    text-overflow: Ellipsis;
   }

.pricedescriptor {
    text-align: center;
    color: white;
    font-size: medium;
    padding: 1em 1em 1em 1em;
    text-align: left;
   }

.lieu, .entreprise{
    text-align: left;
    color: white;
    margin-top: 0.6em;
    font-size: small;
    font-weight: bold;
   }

.lieu{
    margin-top: -3%;
   }

.date {
    text-align: right;
    color: white;
    margin-top: 0.6em;
    font-size: small;
    font-weight: bold;
   }

.benefitlist li {
    color: white;
    font-size: small;
    text-align: left;
   }

.benefitlist li:nth-child(1) {
    margin-top: 0.4em;
   }

.btncontainer {
    text-align: center;
    margin-bottom: 3%;
    margin-top: auto;
   }

.btncontainer button {
    margin-top: 1em;
    padding: 0.5em 0.8em 0.5em 0.8em;
    border-style: none;
    color: #1D1D1B;
    font-weight: bold;
    background-color: rgb(250,250,250);
    transition: box-shadow 0.15s ease-in-out;
   }

.btncontainer button:hover {
    box-shadow: inset 0px 0px 5px rgb(0,0,0);
    transition: box-shadow 0.15s ease-in-out;
   }


/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

    Actualite

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

    ANNUAIRE

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.students {
    text-align: center;
}
.students img {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.formcontainer {
    background-color: rgb(25,25,25);
    box-shadow: inset 0px 0px em rgba(0, 0, 0, 0.2);
}

.annProfilBg,td,tr,th
{
    background-color: rgb(25,25,25);
    box-shadow: inset 0px 0px 2em rgba(0, 0, 0, 0.1);
    color: white;
}


@media screen and ( max-width: 400px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}


.team-member {
    margin-bottom: 3rem;
    text-align: center;
  }
  .team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
  }
  .team-member h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
    color:#1D1D1B;
  }

  .related_students {
    margin-bottom: 3rem;
    text-align: center;
}
.related_students img {
    width: 7rem;
    height: 7rem;
    border: 0.2rem solid rgba(0, 0, 0, 0.1);
}
/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

Button

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.button_bam {
    padding: 12.5px 30px;
    border: 0;
    background-color: #fff;
    color: #ebc741;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .button_bam:hover {
    background-color: #1D1D1B;
    box-shadow: 0 0 15px #1D1D1B;
  }

  .button_bam:active {
    background-color: #1D1D1B;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
  }


/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

    Login Form

/**********************************************
/**********************************************
/**********************************************
/**********************************************

.form-control {
	background: #f2f2f2;
	font-size: 16px;
	border-color: transparent;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #91d5a8;
	background: #e9f5ee;
}
.form-control, .btn {
	border-radius: 2px;
}*/

.login-form {
    width: 92%;
    margin-left: 4%;
    margin-top: 15%;
}

.login-form-event {
    margin-top: 5%;
    margin-bottom: -40%;
    margin-top: 2%;
}

.login-form a, .login-form-event a{
    text-decoration: underline;
}

.hint-bg {
	color: #7a7a7a !important;
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 5px;
}

@media (min-width:768px) { .login-form {
    width: 480px;
	margin: 0 auto;
    margin-top: 5%;

}}

@media (min-width:768px) { .login-form-event {
    width: 480px;
	margin: 0 auto;
    margin-bottom: -10%;
    margin-top: 2%;
}}

.login-form h2 {
	margin: 0;
	padding: 30px 0;
	font-size: 34px;
}
.login-form .avatar, .login-form-event .avatar {
	margin: 0 auto 30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 9;
	background: #ebc741;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img, .login-form-event .avatar img {
	width: 100%;
}
.login-form form {
	color: #7a7a7a;
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px 30px 10px 30px;
}
.login-form .btn, .login-form .btn:active {
	font-size: 16px;
	line-height: 26px;
	min-width: 120px;
	font-weight: bold;
	background: #ebc741 !important;
	border: none;
}
.login-form .btn:hover, .login-form .btn:focus {
	background: #fbe080!important;
}
.form-check-label {
	margin-top: 9px;
}
.form-check-label input {
	margin-top: 3px;
}
.login-form a, .login-form-event a {
	color: #1D1D1B;
}
.login-form a:hover, .login-form-event a:hover {
	text-decoration: underline;
}
.hint-text {
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
}
/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

TOOLS

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }


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

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

TABLE

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

 .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #1D1D1B;
    color: white;
 }

 .table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #151514;
    color: white;
 }

  tbody tr td {
    border: 2px solid #343a40 !important;
  }

  .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #1D1D1B;
    color: white;

  }

  .table-borderless > tbody > tr > td,
  .table-borderless > tbody > tr > th,
  .table-borderless > tfoot > tr > td,
  .table-borderless > tfoot > tr > th,
  .table-borderless > thead > tr > td,
  .table-borderless > thead > tr > th {
      border: none !important;
  }

 .schedule{
    box-shadow: inset 0px 0px 2em rgba(0, 0, 0, 0.0) !important;
 }

/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************
      Portfolio
/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/
#team h2, #team  .dropdown-divider {
    color:#1D1D1B;
}

#services li {
    font-size: 18px;
}

#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl {
    max-width: 1920px;
  }
  #portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box {
    position: relative;
    display: block;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    background:#1D1D1B;
    transition: opacity 0.25s ease;
    text-align: center;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name {
    font-size: 1.2rem;
  }
  #portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
  }



/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

Profile

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.profileCard {
    background: #1D1D1B;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    transition-duration: 0.5s;
    margin-bottom:15px;
    width: 90%;
    margin-left: 5%;

}

.profileCard li, .profileCard a {

    list-style-type: none;
    text-decoration: none;
}

.profileCard li:hover {
    background: #151514;
}


.profileCard tbody tr td,.profileCard tbody tr th {
    border: 1px solid #343a40 !important;
  }

  .profileCard tbody tr td {
    text-align: center;
  }


.switch {
position: relative;
display: inline-block;
width: 120px;
height: 34px;
}

.switch input {
display: none;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #3C3C3C;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #efc740;
font-weight: bold;
}

input:focus + .slider {
-webkit-box-shadow: 0 0 1px #2196F3;
        box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.slider:after {
content: 'MODIFIER';
color: white;
display: block;
position: absolute;
-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-size: 10px;
}

input:checked + .slider:after {
content: 'ANNULER';
}

/*--------- END --------*/

.profileDesccontainer {
    width: 100%;
    margin-top: 0.7em;
    box-shadow: inset 0px 0px 2em rgba(0, 0, 0, 0.5);
    text-overflow: Ellipsis;
   }


/*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

Contact form

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/


   .contact-form {
    background-color: #1D1D1B;
    padding: 20px;
    border-radius: 10px;
  }

  .contact-form label {
    color: white;
  }

  .contact-form .heading {
    font-size: 24px;
    color: white;
    ;
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
  }

  .contact-form form {
    display: flex;
    flex-direction: column;
  }

  .contact-form label {
    margin-bottom: 10px;
  }

  .contact-form textarea {
    resize: none;
  }

  .contact-form input, .contact-form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #ebc741;
  }

  .contact-form button[type="submit"] {
    background-color: #ebc741;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 50%;
  }

  .contact-form button[type="submit"]:hover {
    box-shadow: inset 0px 0px px rgb(0,0,0);
    transition: box-shadow 0.15s ease-in-out;
  }

  /*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

Post

/**********************************************
/**********************************************
/**********************************************
/**********************************************
*/

.postText img {
    max-width: 100%;
    height: auto;
}

  /*
/**********************************************
/**********************************************
/**********************************************
/**********************************************

Stripe

/**********************************************
/**********************************************
/**********************************************
/*********************************************/


.stripe .hidden {
    display: none;
  }

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-top: 2px;
    text-align: center;
  }

  #payment-element {
    margin-bottom: 24px;
  }

 .stripe button, #toogle-strippe {
    display: inline-block;
    border-radius: 4px;
    background-color: #1D1D1B;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
   }

.stripe button span, #toogle-strippe span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
   }

   .stripe  button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
   }

   .stripe  button:hover span {
    padding-right: 15px;
   }

  .stripe  button:hover span:after {
    opacity: 1;
    right: 0;
   }

