body{
	margin: 0;
	color: white;
	font-family: 'Montserrat', sans-serif;
  text-align: center;
  /* background-color: #e5dfd3; */
}
main{
	width: 100%;
	height: 100%;
	display: block;
}
section{
	display: block;
}
figure {

    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    display: block;

}
img {

    border: 0;

}
a{
	border-style: none;
	color: white;
	text-decoration: none;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
}
p{
	margin: 0;
}
.page {

    position: relative;
    top: 0;
    left: 0;
    min-height: 100vh;

}
.container-fluid2 {

    margin-right: auto;
    margin-left: auto;
   /* padding-left: 10px;
   padding-right: 10px; */

}
.section {

    position: relative;
    overflow: hidden;
    will-change: transform, opacity;

}
.row, .section, .filter, .logo-overview {

    /* margin-left: -10px;
    margin-right: -10px; */

}
.component-slider--fullscreen {

    height: 100vh;
    padding: 0;

}
.component-slider {

    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;

}
.component-slider .slider-item__image-wrapper--darken::before {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    content: '';
    left: 0;
    z-index: -2;

}

.component-slider--fullscreen .slider-item__image-wrapper {

    height: 100%;
    padding-bottom: 0;

}
.component-slider .slider-item__image-wrapper {

    position: relative;
    width: 100%;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.image-wrapper .image {

    position: absolute;
    opacity: 0 !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block !important;
    visibility: visible !important;
    width: 100%;
    height: 100%;

}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.list{
	width: 23%;
	margin: 1%;
}
header{
	position: relative;
	z-index: 100;
}
.menu-container{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 100%);
	display: flex;
	padding-top: 27px;
}
.nav{

	width: 100%;
  justify-content: center;
}
.nav > ul{
	margin-right: 3%;
	margin-left: 3%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0;
}
.nav > ul > li{
	display: block;
	width: 30%;
	text-align: center;
}
.menu-logo{
	position: absolute;
	text-align: center;
	width: 23%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nom-logo{
	padding-bottom: 5px;
	font-size: 1.5em;
}
.separateur{
	height: 9px;
	border-top: 1px solid;
	width: 80%;
	margin: 0 auto;
}
.burger{
	display: none;
}

.titre-accueil {
  font-size: 50px;
  color: #fafafa;
  margin: 0;
}

.burger-nom-logo{
  margin: 0;
  color: black;
  z-index: 10;
  position: fixed;
  font-size: 16px;
  margin-left: 15px;
}
body h1 > span {
  text-transform: none;
  opacity: .5;
  font-weight: 300;
  font-size: 12px;
}
body input + label {
  position: fixed;
  top: 30px;
  right: 40px;
  height: 20px;
  width: 30px;
  z-index: 5;
}
body input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #020304;
  transition: .5s;
}
body input + label span:first-child {
  top: 3px;
}
body input + label span:last-child {
  top: 16px;
}
body label:hover {
  cursor: pointer;
}
body input:checked + label span {
  opacity: 0;
  top: 50%;
}
body input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
body input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
body input ~ nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  transition: .3s;
  transition-delay: .3s;
  overflow: hidden;
}
body input ~ nav > ul {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 */
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  position: fixed;
  margin-top: 110px;
  overflow: scroll;
  width: 100%; */
  margin-top: 110px;
overflow: scroll;
}
body input ~ nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  height: 45px;
}
body input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #020304;
  font-weight: 700;
  display: block;
}
body input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
body input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}

.separateur-burger{
	position: fixed;
	top: 70px;
	width: 80%;
	z-index: 5;
	border: 1px solid rgba(0,0,0,0.5);
	left: 50%;
	transform: translate(-50%, -50%);
}
body input ~ nav > .separateur-burger {

    opacity: 0;
    transition: .5s;
        transition-delay: 0s;
    transition-delay: 0s;
}
body input:checked ~ nav > .separateur-burger{

    opacity: 1;
    transition-delay: .5s;

}
input[type='checkbox'] {
  position: fixed;
  display: none;
}
.flex-grow-2{
	flex-grow: 2;
}

@-webkit-keyframes NO {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes NO {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes arrive {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes arrive {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.w-100 {

    width: 100% !important;
    height: 100vh;
    background-position: center;
    background-size: cover;

}
.carousel {

    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;

}
.nom-slider{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important ;
  font-size: 80px;
   font-family:"Estilo W05 Book";
   letter-spacing: 10px;
}
*{
  box-sizing:content-box;
}
a:hover{
color: #e5dfd3;
text-decoration: none;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
display: block;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform 1.2s ease,-webkit-transform 1s ease;
}

.titre_bordeau{
  color: #E9D4B9;
  font-size: 50px !important;
}

.logo_yasmine
{
  color: #857E70;
  text-transform: none;
  opacity: 1;
  font-weight: 300;
  font-size: 17px;
}
.logo_mahmoudieh
{
  color: #675D4C;
  text-transform: none;
  opacity: 1;
  font-weight: 900;
  font-size: 17px;
}

/* ///////////////FOOTER////////////// */

footer{
  height: 100px;
  padding: 10px;
  background-color: #e5dfd3;
  color: black;
  font-weight: 600;
}
.footer-w100{
  width: 100%;
  height: 100%;
  display: flex;
}
.footer-form{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-social{
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
}
.footer-input{
  height: 30px;
  width: 300px;
  border: 0;
  padding: 6px;
  border-radius: 5px 0px 0px 5px;
}
.footer-input:hover{
  box-shadow: 0px 0px 3px #A44040;
}
.input-button{
  display: flex;
}
.footer-button{
  height: 30px;
  padding: 6px;
  border: 0;
  width: 100px;
  background-color: black;
  border-radius: 0px 5px 5px 0px;
  color: white;
}

.footer-p{
  margin-bottom: 5px;
}

footer > div > div > p > a > i{
  margin-left: 10px;
  margin-right: 10px;
  color: #A44040;
}

footer > div > div > p > a > i:hover{
  color: white;
}
.footer-w100-2{
  display: none;
}

/* /////////CONTACT///////////// */

.contain-contact{
  padding: 20px;
}
.contact-text, .contact-titreh2{
  color: black;
}

.contact-text a {
  color: black;
}

.contact-titreh2{
  padding-bottom: 20px;
  font-family:"Estilo W05 Book";
  font-size: 35px;
}

.contact-adress{
  display: flex;
  color: black;
  padding: 40px;
  text-align: left;
  flex-flow: row wrap;
  justify-content: space-around;
}

.contain-text{
  margin-bottom: 20px;
margin-top: 20px;
}

.contact-soustitre{
  font-weight: bold;
}



/* ////////BUTTON CONNEXION//////// */

.button {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 10px;
  position: relative;
}
.button span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #333;
}

.btn-contact-co{
  display: flex;
height: 69%;
justify-content: center;
align-items: end;
}
.button.spin3d {
  height: 40px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 150px;
}
.button.spin3d span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 300ms cubic-bezier(0, 0, 0.2, 1);
  text-align: center;
  line-height: 40px;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.button.spin3d span.a {
  background: #e5dfd3;
  -webkit-transform: rotateX(0deg) translateZ(20px);
          transform: rotateX(0deg) translateZ(20px);
}
.button.spin3d span.b {
  background: white;
  color: black;
  -webkit-transform: rotateX(-90deg) translateZ(20px);
          transform: rotateX(-90deg) translateZ(20px);
}
.button.spin3d:hover span.a {
  -webkit-transform: rotateX(90deg) translateZ(20px);
          transform: rotateX(90deg) translateZ(20px);
}
.button.spin3d:hover span.b {
  -webkit-transform: rotateX(0deg) translateZ(20px);
          transform: rotateX(0deg) translateZ(20px);
}
.description-login{
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  font-weight: bold;
}

/* ////////LOGIN & REGISTER //////// */

.body-login {
  height: 100%;
  display: flex;
}

.user {
  width: 100%;
max-width: 450px;
  margin: auto;
}

.user__header {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 500px, 0);
          transform: translate3d(0, 500px, 0);
  -webkit-animation: arrive 500ms ease-in-out 0.7s forwards;
          animation: arrive 500ms ease-in-out 0.7s forwards;
}

.user__title {
  font-size: 40px;
  font-family: 'Philosopher', sans-serif;
  margin-bottom: -10px;
  color: white;
  

}

.form {
  background: white;
  margin: 10px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 500px, 0);
          transform: translate3d(0, 500px, 0);
  -webkit-animation: arrive 500ms ease-in-out 0.9s forwards;
          animation: arrive 500ms ease-in-out 0.9s forwards;
}

.form--no {
  -webkit-animation: NO 1s ease-in-out;
          animation: NO 1s ease-in-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.form__input {
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  transition: 0.3s;
  font-size: 14px;
}
.form__input:focus {
  background: #ececec;
}
.form__input:hover {
  background: #ececec;
}

.btn2 {
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  color: white;
  background: #ad5f5f;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
}
.btn2:hover {
  background: #964848;
}
.check-register{
  position: unset !important;
  display: unset !important;
}

.label-register{
  position: unset;
  top: 0;
  right: 0;
  height: 0;
  width: 90%;
  color: #6c757d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}


/* ////checkbox///// */

/* .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} */

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  top: 69%;
  left: 10%;
  transform: translate(-50%, -50%);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ad5f5f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}


/* /////////////PROJECT/////////// */

.select-containe{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
}

.select{
  height: 100%;
  position: relative;
}

.position-nom{
  font-family:"Estilo W05 Book";
  font-size: 70px;
  letter-spacing: 8px;
}

.titre-containe{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profilio-titre{
  color: #d4c1a9;
  margin-top: 40px;
}
.delimiteur{
  border: 1px solid #d4c1a9;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.flex-project{
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.boite-project{
  width: 30%;
  height: 400px;
  margin: 20px;
}

.absolut{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.a-project{
  width: 33%;
  height: 100%;
}


/* ///////////////PRESS/////////// */

.beforepress-placement{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.press-h1
{
  font-size: 70px;
  font-family:"Estilo W05 Book";
  letter-spacing: 10px;
}

.press-login{
  width: 100%;
  font-weight: bold;
  margin-bottom: 25px;
}
.select-containe-projectname{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}

footer{
        height: 200px;
        padding: 5px;
    }
    .footer-w100{
        display: none;
    }
    .footer-w100-2{
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-social-2{
      width: 50%;
      display: flex;
      justify-content: end;
      align-items: end;
    }
    .footer-input-2{
      height: 30px;
      width: 600px;
      border: 0;
      padding: 6px;
      margin-bottom: 5px;
      text-align: center;
    }
    .footer-input-2:hover{
      box-shadow: 0px 0px 3px #A44040;
    }
    .input-button-2{
        display: flex;
        flex-direction: column; 
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .footer-button-2{
      height: 30px;
      padding: 6px;
      border: 0;
      width: 600px;
      background-color: black;
      color: white;
    }
    .footer-p-2{
      margin-bottom: 5px;
    }

    footer > div > p > a > i{
        margin-left: 10px;
        margin-right: 10px;
        color: #A44040;
    }

    footer > div > p > a > i:hover{

        color: white;
    }

    html {
    animation: fadeSiteIn 1.5s ease forwards; /* [1] */
    }

    html.fadeSiteOut {
      animation:  fadeSiteOut 1.5s ease forwards; /* [2] */
    }


    @keyframes fadeSiteIn { /* [1] */
        from   { opacity: 0; }
        to    { opacity: 1; }
    }

    @keyframes fadeSiteOut { /* [2] */
        from   { opacity: 1; }
        to     { opacity: 0; }
    }

    .container-phototext{
      width: 100%;
      height: auto;
      display: flex;
      justify-content: space-around;
      padding: 15px;
      box-sizing: border-box;
      overflow: hidden;
      min-height: 600px;
    }
    .number2{
      flex-direction: row-reverse;
    }
    .awards-photo{
      width: 50%;
      /* height: 100%; */
    }

    .awards-text{
      width: 50%;
/*       height: 100%; */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .ul-award{
      color: black;
      padding-left: 50px;
      padding-right: 50px;
      text-align: left;
      font-size: 15px;
      padding-bottom: 50px;
    }

    .size-award{
      margin-top: 8px ;
    }

    .about-textentre{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) !important;
    }

    .about-titre{
      font-size: 70px;
      font-family:"Estilo W05 Book";
      letter-spacing: 10px;
    }
    .about-titreh2{
      font-size: 30px;
    }
    .container-item{
      height: 600px;
      padding: 60px;
      position: relative;
    }
    .item-name{
      position: absolute;
      top: 70px;
      font-family: "Estilo W05 Book";
    }
    .shop-item{
      height: 600px;
      width: 400px;
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .shop-item:hover{
      box-shadow: inset 0 0 550px black;
     cursor: pointer;
     z-index: 1;
    }
    .shop-item:hover::after{
      content: 'More.';
      font-size: 50px;
      font-family: "Estilo W05 Book";
      letter-spacing: 10px;
      z-index: 10;
    }
    .price-item{
      color: black;
      letter-spacing: 2px;
      padding-top: 7px;
      float: left;
    }
    .add-item{
      color: black;
      letter-spacing: 2px;
      float: right;
      padding: 7px 15px 7px 15px;
      background-color: #5A3A22;
      font-weight: bold;
      cursor: pointer;
      -moz-user-select: none; /* Firefox */
     -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
     -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
     user-select: none; /* Propriété standard */
    }
    .add-item:hover{
      background-color: #AE8964;
    }
    .marg{
      margin-top: 5px;
    }

header .cart-quantity.empty {
  display: none;
}
.container-cart{
  position: fixed;
  padding-left: 0;
  margin-top: 14px;
  color: black;
  width: 250px;
  right:   2222em;
 /*  display: none; */
  max-height: 600px;
overflow: auto;

}
.clic-shop{
  cursor: pointer;
}
.clic-shop.active > .open > .container-cart{
  right: 0em;
}
.clic-shop:focus > .container-cart{
  right: 0em;
}
.container-cart.active{
  right: 0em;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e5dfd3;
  position: absolute;
  right: 40%;
  top: -4%;
  z-index: -1;
}

#cart {
  background: #e5dfd3;
  padding: 5px;
  z-index: 2;
}

#cart > h2 {
  height: 64px;
  border-bottom: 1px solid #e5d6d3;
  margin: 0;
  background: #cec8bd;
  font-weight: normal;
  line-height: 64px;
  font-family: "Estilo W05 Book";
  font-size: 25px;
}

.photo-item{
  width: 55%;height: 600px;margin: 20px;margin-bottom: 50px;
}
.div2-item{
  width: 40%;color: black;text-align: left;margin-top: 20px;margin-right: 20px;
}
.h2-item{
  font-family: "Estilo W05 Book";font-size: 46px;
}
.desc-item{
  text-align: justify;text-justify: inter-word;
}


/* Styles for each cart item */
.cart-items {
  padding: 0;
}

.cart-items > li {
  border: 1px solid #e5d6d3;
  background: #cec8bd;
  list-style: none;
  }
.span-item{
  color: grey;
}
.backshop{
  color: black;
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: burlywood;
  font-weight: bold;
}
.backshop:hover{
  color: white;
}
.cart-product {
  position: relative;
  display: inline-block;
  background-size: cover;
}
.cart-product input.quantity {
  width: 75px;
  height: 75px;
  border: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 2.5em;
  line-height: 75px;
  text-align: center;
  color: #fff;
}

.cart-description {
  display: inline-block;
  height: 75px;
  width: 160px;
}
.cart-description h3 {
  margin: 8px;
  font-size: 1em;
  color: black;
  overflow: hidden;
}
.cart-description .subtotal {
  position: relative;
  display: inline-block;
  margin: 8px;
  font-size: 0.8em;
}

/* Styling for Total Costs */
.total {
  margin-top: 50px;
}

.total > * {
  display: block;
  padding-bottom: 10px;
  margin: 0 20px 10px 20px;
  font-size: 0.8em;
  text-align: left;
}

.total span {
  float: right;
  text-align: right;
}

.subtotalTotal {
  border-bottom: 1px dotted #515151;
}

.shipping {
  border-bottom: 1px dotted #515151;
}

.finalTotal {
  font-size: 1em;
  color: #A52A2A;
}

a.checkout {
  height: 35px;
  padding: 0;
  margin-top: 30px;
  border-radius: 3px;
  background: white;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  transition: background 150ms ease-out;
  cursor: pointer;
}
a.checkout:hover {
  background: #A52A2A;
  color: white !important;
}
a.checkout.active {
  animation-name: shake;
  animation-duration: 800ms;
}

.error {
  display: none;
  text-align: center;
}

/* /////////////////Paiement/////////////////// */

.paiement {

  color: black;
  text-align: left;
  box-sizing: border-box;
}

.paiement input{
  box-sizing: border-box;
}
.form-group{
  box-sizing: border-box;
}

.forminfop{
  color: black;
  text-align: left;
}
.nonb{
  box-sizing: border-box;
}
.imgitem{
  height: 75px;
  width: 75px;
}
.vertical-center{
  display: flex;
  align-items: center;
}
.delimiteur2{
  border: 1px solid #CBCBCB;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.uploadfileunput {
    padding: 10px;
background-color: #e5dfd3;
color: white;
border-radius: 7px;
width: 100px;
text-align: center;
font-weight: bold;
font-size: 20px;
}

.desc-item > p{
  display: inline;
}

.checkout{
  border-radius: 3px;
  background: white;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  transition: background 150ms ease-out;
  cursor: pointer;
  padding: 0px 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 0;
}

.checkout:hover{
    background: #A52A2A;
    color: white !important;
}

.contain_services{
  color: black;
  display: flex;
  font-size: 35px;
  font-family: "Estilo W05 Book";
  padding: 30px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
  width: 90%;
  margin: 0 auto;
}

.country{
  font-family: "Estilo W05 Book";

font-size: 20px;

}

.stripe-button-el{
  width: 100%;

height: 49px;

padding: 0;


color: white;

margin: 25px 0px;
padding: 0 !important;
}


.stripe-button-el > span{
  height: 100% !important;
  line-height: 45px !important;
  background-image: none !important;
  background: #A52A2A !important;
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
}

.Checkout.is-desktop .ModalContainer {
    width: 500px !important;
}

.Checkout.is-desktop .Modal {
    width: 500px !important;
}

.Checkout.is-desktop .Addresses-object {
    width: 500px !important;
}
