/*Profile Card*/
.profile-card {
  margin-top: 20px;
  padding-top: 20px;
}

.profile-card .card-img-block {
  width: 91%;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.profile-card .card-img-block img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.profile-card h5 {
  color: #434c56;
  font-weight: 600;
}

.profile-card p {
  font-size: 19px;
  font-weight: 400;
}

.btn-go_product {
  text-align: center;
  background-color: #434c56;
  border-color: #434c56;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 20px;
}

.footer-reinsurance {
  margin-top: 3rem;
  color: white;
  background-color: #94AF94;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start] 1fr [center-start] 114rem [center-end] 1fr [full-end];
      grid-template-columns: [full-start] 1fr [center-start] 114rem [center-end] 1fr [full-end];
  grid-area: footerReinsurance;
      grid-template-areas: " . reinsurance-content . ";
  padding: 4rem 0;
}

.reinsurance-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: reinsurance-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3rem;
}

.reinsurance img {
  margin-bottom: 2rem;
}

footer {
  margin-top: 0rem;
  background-color: white;
  padding: 50px 0px;
}

footer .fa:hover {
  color: #9B9B9B;
}

.logo {
  color: #FFF;
  font-weight: 800;
  font-size: 30px;
}

.adress span, .contact span, .social span, .header-form {
  color: #565656;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
}

.adress li p, .contact li a, .social li a {
  color: #565656;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 13px;
}

.adress, .contact, .social {
  list-style: none;
  text-align: left;
}

.ul.social {
  text-align: left;
}

.social li {
  text-align: left;
  float: left;
}

.fa {
  color: #565656;
  margin-right: 10px;
  font-size: 14px;
}

.footer-login {
  margin-left: 16px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  letter-spacing: 3px;
}

body {
  font-family: 'TT2020BaseRegular';
  font-size: 20px;
}

#caddyimg {
  width: 60px;
  padding-right: 1rem;
}

#titre-site {
  color: #565656;
  font-family: 'TT2020BaseRegular';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
}

#product_sheet {
  margin-top: 2rem;
}

#card_product {
  border-radius: 5px;
  background-color: transparent;
}

.image_product {
  width: 105%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  margin-bottom: 2rem;
}

.accordion {
  margin-top: 4rem;
}

#name_product {
  text-align: center;
  background-color: #595959;
  color: white;
}

#selection {
  font-size: 20px;
  color: #595959;
}

#price_product {
  background-color: whitesmoke;
  color: #94AF94;
  font-size: 30px;
  border-bottom: 1px solid;
}

.selection_title {
  font-weight: 700;
  color: #94AF94;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}

#description {
  color: #3f3f3f;
  font-weight: 400;
  text-align: left;
}

#header_caddy {
  margin-top: 2rem;
  margin-bottom: 10rem;
  text-align: center;
}

#header_empty_caddy {
  margin-bottom: 10rem;
  text-align: center;
}

.titrecaddy1 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  color: #94AF94;
  font-weight: normal;
  line-height: 20px;
}

.titrecaddy2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #94AF94;
}

.titrecaddy3 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

.titrecaddy4 {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

#cards_caddy {
  margin-top: 4rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

#image_product {
  float: left;
  max-width: 10%;
  max-height: 10%;
  padding-left: 0px;
}

#name-product {
  margin-top: 2px;
  letter-spacing: 2px;
  border-radius: 10px;
  background-color: #565656;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

#info_caddy {
  color: #94AF94;
  font-size: 17px;
}

#price_quantity_ttc {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

.total_caddy {
  background-color: whitesmoke;
  border: #94AF94 solid 1px;
  text-align: right;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 4rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  color: #565656;
  padding-right: 2rem;
}

.modal-header {
  background-color: #565656;
  color: white;
}

.tab_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5rem;
  font-family: 'TT2020BaseRegular';
  font-size: 20px;
  color: #434c56;
}

#formulaire_contact {
  margin-top: 5rem;
  padding-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 5px;
  background-image: url("../img/postcards.jpg");
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.non-connect {
  margin-top: 10rem;
  margin-bottom: 10rem;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

.connected {
  margin-top: 5rem;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

.connected2 {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
  margin-bottom: 5rem;
}

.success_text1 {
  margin-top: 30px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #94AF94;
  text-align: center;
}

.success_text2 {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}

.cancel_text1 {
  margin-top: 30px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  color: red;
  text-align: center;
}

.cancel_text2 {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #94AF94;
}
/*# sourceMappingURL=style.css.map */