@font-face {
  font-family: 'Chalet';
  font-weight:700;
  src: url('fonts/Chalet\ New\ York\ Nineteen\ Eighty.otf');
}
 
 @font-face {
  font-family: 'Chalet';
  font-weight:400;
  src: url('fonts/Chalet-LondonNineteenEighty.woff2');
}

* {
  font-family: 'Chalet';
}

/* red:#26306e */
/* new pink : #F75394 */

/* #wrap{
max-width: 1366px;
} */
.hidden{display:none;}
/* #header{background:url('img/black-and-white-cow-in-front-of-green-leafed-tree-1276235.jpg');background-position:bottom center;background-size:cover;height:590px;background-repeat: no-repeat;background-color:#06090e;}*/
#header{background-color:#26306e;background-position:top center;background-size:cover;background-repeat: no-repeat;}
.hero{padding:7px 20px;
  background-color:rgb(84, 215, 28);
  border-radius: 20px;
  color:#ffffff;
font-weight:600}
.hero:hover{
  background-color:rgb(84, 215, 28);
  transition: 0.3s ease-in-out;
text-decoration: unset;}
.heroBtn{border:none;margin:0.5rem auto;background-color: #79d0ff;;;color:#fff;text-align: center;font-weight:700; font-size: 32px;padding:5px 30px;border-radius:30px;}
.heroBtn:hover{background-color:rgb(84, 215, 28);}
a.heroBtn:hover{background-color: #5aa518;color:#fff;}

.upperText{text-transform: uppercase;}

#footer{background-color: #26306e;color:#fff;padding:2rem;z-index:2;position: relative;}
#footer .followUs{
  font-weight: bold;
  text-decoration: underline;
}
#footer a{
  color: #fff;
}
.mt1{
	margin-top: 2rem;
}
.mb1{
	margin-bottom: 2rem;
}
/* #upperProfileBox{} */
.upperProfileBox{
  border-radius:40px;
}

@media (max-width:768px) {
  .upperProfileBox {
    margin:0px 20px;
    padding:20px;
  }
}

h3{
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left:8px solid #26306e;
  padding-left: 20px;
  font-size: 2rem;
}
h4{font-weight: bold;font-size: 130%;}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list-number;
}


ol li {
  counter-increment: list-number;
  padding-left: 1em; 
  text-indent: -.7em;
}

ol li::before {
  content: counter(list-number);
  color: #26306e; /* or whatever color you prefer */
  margin-right: 5px;
}

li.disabled,
li.disabled a{
  cursor:not-allowed;
}
#myTab2{
  float: right;
}

.primaryColor, a{
  color: #26306e;
  background: none;
}
.nav-item{
  color: #26306e;
  width: 100%;
}

.nav-item a {
  font-size:26px;
  margin-bottom:1rem;
}

a.nav-link {
  color: #26306e !important;
}
a.nav-link.active {
  font-weight:600;
}

.nav-tabs .nav-link {
  border:unset;
  border-color: unset;
}

#contactForm div{text-align: left;}

#subfooter{background-color: #000;color:#fff;text-align: center;padding:0.5rem;}
a#logoutLink{color:#a9a9a9 !important;
  margin-top:30px;
  font-weight:700;}

#mentions{font-size: 90%;}


#menuTrigger{
  display:none;
  color:#fff;
}

.nav-link {
    padding: .5rem .75rem;
}

#club-tab-2,#referral-tab-2,#referral-tab-3{
  /* color:#fff; */
  cursor: pointer;
}


@media screen and (max-width: 1220px){
  .nav-link {
      padding: .5rem 0.6rem;
  }
}

@media screen and (max-width: 1000px){
  .nav-link {
      font-size:75%;
      padding: .5rem 0.6rem;
  }
  #header .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px){
  #follow{margin-top:20px;text-align: center!important;}
  #mentions{margin-top:20px;text-align: center!important;}

  li.nav-item{
    width: 100%
  }

  #myTab{
    width: 100%;
    display: none;
  }
  #myTab2Container{
    display: none;
  }
  .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #menuTrigger{
    display:block;
    color:#fff;
  }

}

/* AJOUTS */
/* HEADER */

.header-img img {
  width:400px;
  margin:30px 0px;
}

/* BURGER */

.btn-burger-toggle {
  font-size: 2.5rem;
  color: #FFF;
  float: left;
  margin-top: 5px;
}

.burger-open {
  width:100vw;
  height:100vh;
  background-color: #26306e;
  z-index:10;
  position:fixed;
  top:0;
  left:0;
}

.burgertop img {
  height:35px;
  width:35px;
  margin-left:30px;
  margin-top:40px;
  margin-right:20px;
}

.burgerlogo img{
  width:250px;
  margin-top:10px;
  margin-left:30px;
  height:50px;
}

.burger-open-nav {
  margin-top:30px;
}

.burger-open-nav li {
  margin-top:25px;
  align-items: center;
  font-size:18px;
  font-weight:300;
}

.burger-open-nav li a {
  font-size:26px;
}

.burger-open-nav img {
  height:35px;
  width:35px;
}

.burger-open-nav a {
  text-decoration: none;
  margin-left:20px;
  color:#fff;
}

@media (min-width:768px) {
  .btn-burger-toggle {
    display:none;
  }
}

@media (max-width:768px) {
  .header-img img {
    width:250px;
    float:right;
    margin-right:15px;
  }
}

/* FIN BURGER */

.connexion-title {
  font-size:80px;
  font-weight:700;
  color:#FFFFFF !important;
  margin-top:50px !important;
  padding:0px !important;
  margin-bottom:0px !important;
}

.connexion-subtitle p{
  font-size: 32px;
  text-align: center;
  font-weight:500;
  color:#FFFFFF;
  margin-bottom:100px;
  text-shadow: 1px 1px 2px black;
  background: rgba(255,255,255,0.4);
  padding: 1rem 1rem 0;
}


@media (max-width:768px) {
  .connexion-title {
    font-size:60px;
  }
  .connexion-subtitle p{
    font-size: 26px;
  }
  .beforelabelemail::before{content: ''!important}
  .beforelabelmdp::before{content: ''!important}
  #emailHelp{display: none;}
  #forgotPasswordBtn{font-size: 16px!important}
}

/* #main {
  background: transparent url(./img/bg_connexion.jpg) no-repeat center center /cover;
  height:800px;
} */

.bg-login {
  background: transparent url(./img/headerhome.jpeg) no-repeat center center /cover;
  height:800px;
  width:100vw;
}

.col-form-label {
  font-size: 32px;
  font-weight:500;
  color:#FFFFFF;
}

.form-group input{
  padding:30px;
  border-radius:30px;
  border:unset;
  width:60% !important;
  margin:auto;
  margin-bottom:0px;
}

.offset-md-2 {
  margin:auto;
}

#signinForm {
  display:block;
  margin:auto;
  text-align: center;
}

#emailHelp {
  font-size: 20px;
  font-weight:500;
  color:#FFFFFF !important;
  width: 50%;
  margin: auto;
  text-align: left;
  margin-bottom:50px !important;
}

#forgotPasswordBtn {
  font-weight:500;
  color:#FFFFFF !important;
  font-size:18px;
}

#collapsenone {
  display:none;
}

.m-auto {
  margin:auto;
}

.beforelabelemail::before {
  content:"";
  position: absolute;
  font-size: 32px;
  font-weight:500;
  color:#FFFFFF;
  top:0;
  left:0;
  width: 14%;
    text-align: center;
}

.beforelabelmdp::before {
  content:"";
  position: absolute;
  font-size: 32px;
  font-weight:500;
  color:#FFFFFF;
  top:0;
  left:0;
  width: 14%;
    text-align: center;
    margin-top:-3px;
    line-height: 1;
}

.mb-120 {
  margin-bottom:120px;
}

.logo-footer {
  display:block;
  text-align: center;
}

.logo-footer img {
  width:300px !important;
}

.mise-en-page_footer {
  display: flex ; 
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:60px;
}

@media (max-width:768px) {
  .mtdevice-40 {
    margin-top:40px;
  }
}

.mise-en-page_footer a {
  display:block;
}

.beforewhitebar {
  position:relative;
}

.beforewhitebar::before {
  content:"";
  height:4px;
  width:60px;
  background-color: #FFFFFF;
  position: absolute;
  left:30%;
  top:-30%;
}

.social-footer {
  text-align: center;
  margin-top:30px;
}

.social-footer img {
  height:40px;
  width:40px;
  margin:0px 5px;
  padding:2.5px;
}

.social-footer img:hover {
  padding:0px;
  transition: 0.3s ease-in-out;
}

/* UPPER PROFILE */

.upperprofilemep {
  display: flex ; 
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin-top:30px;
  height:300px;
}

.profilcontent {
  background-color:#79d0ff;
  border-radius:40px;
}

@media (max-width:768px) {
  .profilcontent {
    margin:0px 20px;
    margin-top:30px;
    height:280px;
  }
  .upperprofilemep {
    height:unset;
  }
  .upper-rightcontent {
    height:380px;
  }
  .upper-rightcontent h1 {
    padding-top:70px !important;
  }
  .relativemep-pet {
    display:none;
  }
}

.profileboxuser p{
  text-transform: uppercase;
  font-weight:600;
  color:#ffffff;
  font-size:2.5em;
  text-align: left;
  margin-top: 40px;
  margin-left: 15px;
  line-height: 1.2;
  text-align: left;
}

.profilboxexpiration p{
  color:#ffffff;
  text-align: left;
  font-size:1.2em;
  margin-bottom:40px;
}

.profileboxpoints {
  width:90%;
}

.profileboxpoints p {
  font-weight:600;
  color:#ffffff;
  font-size:2.5em;
  border:1px solid #ffffff;
  text-align: left;
  padding:0px 10px;
}

/* BG HEADER RIGHT */

.bg-headerhome {
  background: transparent url(./img/headerhome.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headershop {
  background: transparent url(./img/headershop.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headerreferral {
  background: transparent url(./img/headerreferral.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headerpets {
  background: transparent url(./img/headerpets.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headerpoints {
  background: transparent url(./img/headerpoints.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headercontact {
  background: transparent url(./img/headerqst.jpeg) no-repeat center center /cover;
  position:relative;
  padding-bottom:40px;
}

.bg-headerpets img,
.bg-headerhome img,
.bg-headershop img,
.bg-headerreferral img,
.bg-headerpoints img,
.bg-headercontact img {
  position:absolute;
  bottom:40px;
  right:30px;
}

.upper-rightcontent h1 {
  color:#ffffff;
  padding-top:70px;
  padding-left:30px;
  font-weight:600;
  text-align: left;
  font-size:2em;
}

.upper-rightcontent a {
  padding:7px 20px;
  background-color:#72D11F;
  margin-left:45px;
  border-radius: 20px;
  color:#ffffff;
  margin-top:15px;
  font-weight:600;
}

.upper-rightcontent a:hover,
.upper-rightcontent a:active,
.upper-rightcontent a:focus {
  color:#72D11F;
  transition: ease-in-out;
  transition-duration: 0.3s;
  background-color:#ffffff;
  text-decoration: unset;
}

.upper-rightcontent img {
  height:90px;
  width:90px;
  margin-right:30px;
  margin-top:-15px;
}

@media (max-width:768px) {
  .upper-rightcontent img {
    height:50px;
    width:50px;
    margin-right:0px;
    margin-top:0px;
  }
  .bg-headerpets img,
.bg-headerhome img,
.bg-headershop img,
.bg-headerreferral img,
.bg-headerpoints img,
.bg-headercontact img {
  position:absolute;
  bottom:20px;
  right:20px;
}
.upper-rightcontent h1 {
  padding-left:0px;
}
.margin-rightquery30 {
  margin-right:0px !important;
}
}


.between {
  justify-content: space-between;
}

.rowevenlymep {
  display: flex ; 
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top:30px;
}

@media (max-width:768px) {
  .rowevenlymep {
    margin:30px 20px;
  }
  .width50 {
    width:50%;
  }
}

.navprofile {
  border-radius: 40px;
  border:1px solid #26306e;
  padding:20px;
}

.nav-item a {
  border:unset;
}

.couponsimg img {
  max-width:30%;
}

.partnerbox1 {
  background: transparent url(./img/partner1.jpg) no-repeat center center /cover;
}

.partnerbox2 {
  background: transparent url(./img/partner2.jpg) no-repeat center center /cover;
}

.partnerbox3 {
  background: transparent url(./img/partner3.jpg) no-repeat center center /cover;
}

.partnerbox {
  border-radius:40px;
  height:300px;
  max-width:30%;
  position:relative;
  z-index:-2;
}

.partnerbox::after {
  content:'';
  position:absolute;
  height: 300px;
  width:100%;
  top:0px;
  left:0px;
  background-color: rgba(0, 73, 150, 0.5);
  border-radius: 40px;
  z-index:-1;
}

.partnerbox img {
  width:130px;
  margin-top:30px;
  z-index:1;
}

.partnerbox p {
  z-index:1;
  color:#ffffff;
  line-height:1.2;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 35px;
  text-align: left;
}

@media (max-width:768px) {
  .partnerbox {
    max-width:47%;
    height:250px;
  }
  .partnerbox p {
    line-height:1.2;
    font-size: 14px;
    padding: 0px 10px;
    margin-top: 25px;
    text-align: center;
  }
  .margintop20 {
    margin-top:20px;
    margin-bottom:30px;
  }
  .partnerbox::after {
    height: 250px;
  }
}

.points-box {
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
  border-radius:3px;
  max-width:48%;
  padding:30px;
  margin-bottom:120px;
}

.points-box img {
  height:100px;
  width:100px;
}

.pointstitle h1{
  margin-top:50px;
  text-align: left;
  font-weight: 700;
  position:relative;
  color:#26306e;
  margin-bottom:80px;
}

.pointstitle h1::after {
  content:'';
  position:absolute;
  height:6px;
  width:80px;
  background-color: #26306e;
  top:65px;
  left:0px;
}

.referralContactReminder,.surveyReminder,.orderRecreate{
  text-decoration: underline!important;
}
.referralContactReminder:hover,.surveyReminder:hover,.orderRecreate: hover{
  color: darkgray!important;
}

@media (max-width:768px) {
  .referralContactReminder{
    font-size: 16px;
  }
  .pointstitle h1::after {
    display: none;
  }
}

.points-box-1 h2 {
  background-color: #727da4;
  color:#ffffff;
  border-radius: 20px;
  padding:5px 15px;
  font-size:24px;
  font-weight:700;
  width:80%;
  margin:auto;
}

.points-box-2 h2 {
  background-color: #8ac7ff;
  color:#26306e;
  border-radius: 20px;
  padding:5px 15px;
  font-size:24px;
  font-weight:700;
  width:80%;
  margin:auto;
}

.points-box p {
  text-align: left;
  color:#26306e;
  font-size: 20px;
  font-weight: 300;
}

.mt-30 {
  margin-top:30px;
}

.points-box-content h3 {
  margin-top:0px;
  margin-bottom: 1rem;
  border:unset;
  font-size: 20px;
  color:#26306e;
  padding:0px;
  font-weight:700;
  text-align: left;
}

.points-box-1 a {
  background-color: #727da4;
  color:#ffffff;
  border-radius: 30px;
  padding:8px 20px;
  font-weight:700;
  float:left;
}

.points-box-1 a:hover {
  transition: 0.3s ease-in-out;
  background-color: #fff;
  color:#727da4;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
  text-decoration: unset;
}

.points-box-2,
.points-shop-box-2 {
  width: 100%;
}
.points-box-2 a,
.points-shop-box-2 a {
  background-color: #8ac7ff;
  color:#26306e;
  border-radius: 30px;
  padding:8px 20px;
  font-weight:700;
  float:left;
  cursor: pointer;
}

.points-box-2 a:hover,
.points-shop-box-2 a:hover {
  transition: 0.3s ease-in-out;
  background-color: #fff;
  color:#8ac7ff;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
  text-decoration: unset;
}

@media (max-width:768px) {
  .points-box {
    max-width:100%;
    padding:20px;
    margin:0px 20px;
    margin-bottom:40px;
  }
  .points-box-content {
    margin-top:15px;
  }
  .points-box p {
    text-align: center;
  }
  .points-box h3 {
    text-align: center;
  }
  .points-box-1 a {
    float:unset;
  }
  .points-box-2 a {
    float:unset;
  }
  .pointstitle h1{
    margin:0px 20px;
    margin-bottom:30px;
    font-size:1.9rem;
  }
  .pointstitle h1::after {
    top:100px;
    left:0px;
  }
}

.contactsection h3{
  text-align: left;
  font-weight: 700;
  position:relative;
  color:#26306e;
  margin-bottom:50px;
  border:unset;
  padding-left:0px;
  margin-top:15px;
}

.contactsection h3::after {
  content:'';
  position:absolute;
  height:5px;
  width:70px;
  background-color: #26306e;
  top:50px;
  left:0px;
}

.contactsection input {
  margin:unset;
  width:30vw !important;
  border:1px solid #26306e;
  padding:10px;
}

@media (max-width:768px) {
  .contactsection input {
    width:150% !important;
  }
}

.contactsection form {
  margin-top:0px;
}

.contactsection input::placeholder {
  color:#26306e;
  font-weight: 700;
}

.contactsection textarea {
  height: 250px;
  border-radius: 20px;
  border: 1px solid #26306e;
  padding:10px;
}

.contactsection textarea::placeholder {
  color:#26306e;
  font-weight: 700;
}

.contactsection button {
  border:unset;
}

.contact-phone-section {
  display:block;
  margin-top:150px;
  margin-bottom:200px;
}

.contact-phone-section p {
  color: #26306e;
  font-size: 21px;
  text-align: left;
}

.contact-phone-section span {
  font-weight: 700;
}

.contact-phone-section a {
  padding:7px 23px;
  background-color:rgb(84, 215, 28);
  border-radius: 20px;
  color:#ffffff;
  float:left;
  font-weight: 600;
}

.contact-phone-section a:hover {
  background-color:#fff;
  color:rgb(84, 215, 28);
  text-decoration: unset;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
  transition: 0.3s ease-in-out;
}

.table .thead-dark th {
  color:#26306e;
  font-weight:700;
  font-size:24px;
  background-color: unset;
  border: unset;
  border-bottom:1px solid #26306e;
}

.table td {
  color:#26306e;
  font-size:18px;
}

@media (max-width:768px) {
  .table .thead-dark th {
    font-size:14px;
  } 
  .table td {
    font-size:14px;
  }
}

.civilitebloc {
  align-items: center;
  margin-bottom:30px;
}

.civilitebloc p {
  font-weight:700;
}

.civilitebloc p,
.civilitebloc label {
  color:#26306e;
  margin-bottom:0px !important;
  margin-right:30px;
  font-size:24px;
}

.civilitebloc input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.civilitebloc input[type=radio] {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border:1px solid #26306e;
  margin-right:10px;
  cursor: pointer;
}

.civilitebloc input[type="radio"]:checked {
  background: #26306e;
  cursor: pointer;
}

.newgodson input,
.contactInfos input {
  border:1px solid #26306e;
  padding:10px;
  margin-bottom: 20px;
  border-radius: 30px;
}

.newgodson input::placeholder,
.contactInfos input::placeholder {
  font-weight:700;
  padding-left:15px;
  color:#999;
}

/* ============================================ */

/* .relativemep-pet {
  position:relative;
} */

@media (max-width:768px) {
  .cat-box-bottom,
  .dog-box-bottom {
    display:none;
  }
}

body .cat-box-bottom,
body .dog-box-bottom {
  display:none;
}

body[data-nav=home] .cat-box-bottom,
body[data-nav=home] .dog-box-bottom {
  display:none;
}

body[data-nav=welcome] .cat-box-bottom,
body[data-nav=welcome] .dog-box-bottom {
  display:none;
}

body[data-nav=referral] .cat-box-bottom {
  display:none;
}

body[data-nav=referral] .dog-box-bottom {
  display:block;
}

body[data-nav=pets] .cat-box-bottom,
body[data-nav=pets] .dog-box-bottom {
  display:none;
}

body[data-nav=points] .cat-box-bottom,
body[data-nav=points] .dog-box-bottom {
  display:none;
}

body[data-nav=contact] .dog-box-bottom {
  display:none;
}
body[data-nav=contact] .cat-box-bottom {
  display:block;
}

.pet-picture-setup img {
  width:30vw;
  z-index:-2;
  margin-bottom:-70px;
}

/* ============================================ */

.minus-plus img{
  height:40px;
  width:40px;
  border:1px solid #26306e;
  border-radius: 50%;
  padding:10px;
}

.welcome-home-section img {
  height:100px;
  width:100px;
}

.welcome-home-section h1{
  color:#26306e;
  z-index:2;
  font-weight:700;
  position:relative;
}

.welcome-home-section h2 {
  color:#7cb3d3;
  font-size:2em;
  font-weight:600;
  border-top:2px solid #7cb3d3;
  width:230px;
  margin:auto;
  padding-top:10px;
}

.welcome-home-section h2 span {
  color:#26306e;
}

.achat-bloc-home h1::after {
  content:"";
  height: 20px;
  width: 130px;
  top: 60%;
  left: 43%;
  z-index:-1;
  background-color: #cbe4f3;
  position: absolute;
}

@media (max-width:768px) {
  .achat-bloc-home h1::after {
    left: 32%;
  }
  .achat-bloc-home {
    margin-bottom:20px;
  }
}

.achat-bloc-home p {
  color:#26306e;
  font-size:18px;
  text-align: center;
}

.avis-bloc-home h1::after {
  content:"";
  height: 20px;
  width: 100px;
  top: 60%;
  left: 39%;
  z-index:-1;
  background-color: #cbe4f3;
  position: absolute;
}

@media (max-width:768px) {
  .avis-bloc-home h1::after {
    left: 37%;
  }
}

.parrainage-bloc-home h1::after{
  content:"";
  height: 20px;
  width: 230px;
  top: 60%;
  left: 24.5%;
  z-index:-1;
  background-color: #cbe4f3;
  position: absolute;
}

@media (max-width:768px) {
  .parrainage-bloc-home h1::after{
    left: 20%;
  }
}


.subtitle-h2{
  color: #26306e;
  font-size: 1.2rem;
}

.upperProfileBox {
  display:none;
}

.upperProfileBox:first-child {
  display:block;
}

.avis-bloc-home p,
.parrainage-bloc-home p {
  font-weight:600;
  font-size:18px;
  color:#7cb3d3;
  text-align: center;
}

.avis-bloc-home p span,
.parrainage-bloc-home p span{
  color:#26306e;
}

.espacefid-bloc-home-container {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius:3px;
  max-width:48%;
  padding:30px;
  margin-bottom:30px;
}

.espacefid-bloc-home-container img {
  margin-top:10px;
  height:100px;
  width:100px;
}

.espacefid-bloc-home-container h1 {
  font-weight:700;
  color:#26306e;
}

@media (max-width:768px) {
  .espacefid-bloc-home-container h1 {
    font-size:1.2rem;
  }
  .espacefid-bloc-home-container {
    max-width:44%;
    padding:10px 10px;
    margin-bottom:30px;
    margin-left:10px;
    margin-right:10px;
  }
}

.espacefid-bloc-home-container p {
  margin-bottom:0px;
  font-weight:600;
  color:#26306e;
  font-size:22px;
  text-align: center;
}

.espacefid-gift h1 {
  position: relative;
}

.espacefid-gift h1::after {
  content:"";
  height: 20px;
  width: 180px;
  top: 60%;
  left: 28%;
  z-index:-1;
  background-color: #8c9ebd;
  position: absolute;
}

.espacefid-gift p span {
  color:#8c9ebd;
}

.espacefid-coupon p span {
  color:#fead77;
}

.espacefid-coupon h1 {
  position: relative;
}

.espacefid-coupon h1::after {
  content:"";
  height: 20px;
  width: 240px;
  top: 60%;
  left: 21%;
  z-index:-1;
  background-color: #fead77;
  position: absolute;
}

.espacefid-dons h1 {
  position: relative;
}

.espacefid-dons h1::after {
  content:"";
  height: 20px;
  width: 115px;
  top: 60%;
  left: 36%;
  z-index:-1;
  background-color: #ec6079;
  position: absolute;
}

.espacefid-dons p span {
  color:#ec6079;
}

.espacefid-exclu h1 {
  position: relative;
}

.espacefid-exclu h1::after {
  content:"";
  height: 20px;
  width: 250px;
  top: 60%;
  left: 19%;
  z-index:-1;
  background-color: #d86018;
  position: absolute;
}

@media (max-width:768px) {
  .espacefid-coupon h1::after {
    width: 100%;
    left: 0%;
    height:13px;
  }
  .espacefid-gift h1::after {
    height: 13px;
    width: 100%;
    left: 0%;
  }
  .espacefid-dons h1::after {
    height: 13px;
    width: 100%;
    left: 0%;
  }
  .espacefid-exclu h1::after {
    height: 13px;
    width: 100%;
    left: 0%;
  }
  .espacefid-bloc-home-container p {
    font-size:18px;
    margin-top:15px;
  }
}

.espacefid-exclu p span {
  color:#d86018;
}

.promopartner {
  align-items: center;
  margin-bottom: 40px;
}

.promopartner img{
  max-width:100%;
  float:left;
}

.promopartner p {
  text-align: left;
  font-size:22px;
  color:#26306e;
}

@media (max-width:768px) {
  .promopartner img{
    max-width:70% !important;
    margin:30px 0px;
  }
  .promopartner {
    margin-left:20px;
    margin-right:20px;
  }
  .promopartner p {
    font-size:18px;
  }
}

.promopartner a {
  float:left;
  padding: 7px 20px;
  background-color: #79d0ff;
  border-radius: 20px;
  color: #ffffff;
}

.pet-container {
  background-color: #ebf7ff;
  border-radius: 20px;
  position: relative;
  align-items: center;
  margin-bottom:30px;
}

.pet-container img {
  height:80px;
  width:80px;
  margin:10px;
}

.m40 {
  margin:40px;
}

@media (max-width:768px) {
  .pet-container img {
    height:40px;
    width:40px;
  }
  .m40 {
    margin:10px;
  }
  .civilitebloc {
    margin-top:20px;
  }
  .civilitebloc p, .civilitebloc label {
    margin-right:10px;
  }
  .spanmixinxs {
    display: block;
    width:100%;
    margin-right: 0.4em;
}
}

.evenly {
  justify-content: space-evenly;
}

.pet-content img {
  height:25px;
  width:25px;
}

.edit-pet {
  position:absolute;
  bottom:-12px;
  right:-12px;
  z-index:1;
  height:40px;
  width:40px;
  padding:2.5px;
  background-color: #26306e;
  content:'';
  border-radius: 50%;
}

.edit-pet img {
  height:25px;
  width:25px;
  margin-top:5px;
  margin-left:5px;
}

.pet-name {
  justify-content: center;
  align-items: center;
}

.pet-content p {
  margin-bottom:0px;
  text-align: left;
  color:#26306e;
  font-weight:600;
}

.pet-content h4 {
  margin-bottom: 0px;
  color:#26306e;
  font-size:24px;
}

.pet-content {
  margin-top:10px;
}

.infos-pet input {
  height:30px;
  width:30px !important;
}

.forminput-width input{
  width:100% !important;
  height:unset;
}

.topsectionformpet {
  align-items: center;
}

.btn-add-pet,
.btn-die-pet {
  float: left;
  padding: 7px 20px 7px 7px;
  background-color: #79d0ff;
  border-radius: 30px;
  color: #ffffff;
  align-items: center;
  margin-left:5px;
  margin-bottom:50px;
}

.btn-die-pet{
  background-color: lightgray;
  margin-left: 20px;
}

.btn-add-pet:hover, 
.btn-die-pet:hover {
  background-color: rgb(84, 215, 28);
  transition: 0.3s ease-in-out;
}

.btn-add-pet img,
.btn-die-pet img {
height:30px;
width:30px;
padding:7px;
border:1px solid #ffffff;
border-radius: 50%;
margin-right:10px;
}

.btn-add-pet p,
.btn-die-pet p {
  margin-bottom:0px;
  font-weight: 700;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.newgodson select {
  border:unset;
  border:1px solid #26306e;
  border-radius:30px;
  width:100%;
  padding:10px;
  color:#707070;
  margin-bottom:20px;
}

.newgodson select {
  -webkit-appearance: auto;
  appearance: auto;
}
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  font-size: 1rem;
  top: 12px;
  right: 10px;
  position: absolute;
  color:#26306e;
  display: none;
}
.select-wrapper{
  -webkit-appearance: auto;
  appearance: auto;
}

.newgodson select option {
  font-weight: 700;
}

.suivipoints {
  color:#26306e;
}

.btn-alimentation {
  padding: 7px 23px;
  background-color: #26306e;
  border-radius: 40px;
  color: #ffffff;
  float: left;
  font-weight: 600;
  font-size:24px;
  margin-right: 15px !important;
}

@media (max-width:768px) {
  .btn-alimentation {
    margin-bottom:20px;
  }
}

.btn-alimentation:hover {
  background-color: rgb(84, 215, 28);
  text-decoration: unset;
  transition: 0.3s ease-in-out;
  color:#fff;
}

.ml-0 {
  margin-left:0px;
  margin-bottom:20px;
}

.points-container img {
  width:100%;
}

@media (max-width:768px) {
  .margintop30device {
    margin-top:30px;
  }
}

.alert {
  color:red;
}

.relative-content-mep {
  position:relative;
}

.pop-up-success {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  width:30vw;
  position:absolute;
  margin:auto;
  align-items: center;
  justify-content: center;
  z-index:1;
  border-radius:5px;
  padding:20px;
}

.pop-up-success p {
  display: block;
  color:#26306e;
}

.pop-up-success img {
  position: absolute;
  right:20px;
  top:20px;
  height:20px;
  width:20px;
}

@media (max-width:768px) {
  .pop-up-success {
    width:80vw;
  }
}

.p-product-desc {
  margin:0;
  margin-top:20px;
  margin-bottom:10px;
  color:#26306e;
  font-size:20px;
  padding:0px 10px;
}

.mep-center {
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}

.mep-center a {
  font-size:18px;
}

.product-container-hover {
  position:relative;
}

.product-container-hover img {
  padding:20px;
}

.product-container-hover:hover {
  background-color:#d0d0d0;
  border-radius: 10px;
}

.product-container-hover .p-product-points {
  position:absolute;
  top:10px;
  left:10px;
  background-color:#65a930;
  color:#fff;
  padding:5px 15px;
  font-size:24px;
  border-radius: 10px;
}

/* BOUTIQUE NEW */

#productCategFilterBox{
  width: 100%;
  display: block;
  text-align: center;
  margin: 1rem;
  color: #26306e;
  font-size: 20px;
  font-weight: 300;
}

#productCategFilterBox select{
  border: unset;
  border: 1px solid #26306e;
  border-radius: 30px;
  padding: 10px;
  color: #707070;
  margin-bottom: 20px;
}

.category-Réduction,
.category-Cadeaux,
.category-Partenaires,
.category-Dons,
.category-Exclusivité {
  display: inline-block;
  width:27%;
  background-color: #26306e;
  height:250px;
  border-radius:30px;
  margin:15px;
  margin-bottom:70px;
  position: relative;
}

@media (max-width:768px) {
  .category-Réduction, .category-Cadeaux, .category-Partenaires, .category-Dons,
.category-Exclusivité {
    width: 80%;
  }
}

.category-Partenaires,
.category-Dons,
.category-Cadeaux,
.category-Exclusivité  {
  height:300px;
}

.category-Réduction .points-product-hidden-reduction {
  display:none;
}

.category-Partenaires .points-product-hidden-else,
.category-Dons .points-product-hidden-else,
.category-Cadeaux .points-product-hidden-else,
.category-Exclusivité .points-product-hidden-else{
  display:none;
}

.category-Partenaires .p-product-desc,
.category-Dons .p-product-desc,
.category-Cadeaux .p-product-desc,
.category-Exclusivité .p-product-desc {
  font-size:16px;
  color:#fff;
}

.category-Réduction .top-box-content-img {
  display: none;
}

.new-product-container-reduction a {
  border-radius:30px;
  padding:0px 10px;
  color:#fff !important;
  background-color: #72D11F;
  font-weight: 700;
  font-size:20px;
}
.new-product-container-reduction:hover {
  background-color: #79d0ff;
}
.category-Réduction h1 {
  color:#fff;
  text-decoration: underline;
  font-weight:700;
  margin-top:120px;
  margin-bottom:30px;
}

.category-Réduction .top-box-content {
  position: absolute;
  width:75%;
  background: #fff url(./img/patte.svg) no-repeat center center;
  background-position: 15% 50%;
  background-size: 50%;
  border-radius: 15px;
  margin:auto;
  top:-50px;
  left:12.5%;
  border:1px solid #000;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.category-Cadeaux .top-box-content-img,
.category-Partenaires .top-box-content-img ,
.category-Dons .top-box-content-img,
.category-Exclusivité .top-box-content-img {
  position: absolute;
  width:75%;
  background-color: #fff;
  border-radius: 15px;
  margin:auto;
  top:-50px;
  left:12.5%;
  border:1px solid #000;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  height:120px;
}

.category-Partenaires .top-box-content-img img,
.category-Dons .top-box-content-img img{
  max-width: 95% !important;
  padding: 30px 5px 15px;
}
.category-Cadeaux .top-box-content-img img,
.category-Exclusivité .top-box-content-img img{
  max-width:90% !important;
  padding:15px;
}

.category-Exclusivité .top-box-content-img img {
  max-width: 100% !important;
  padding: 0;
  border-radius: 10px;
}


.category-Réduction .top-box-content img {
  height:15px;
  margin-top:7px;
  margin-left:70px;
  max-width:unset;
  margin-bottom:10px;
}

.category-Réduction .top-box-content h1,p {
  color:#26306e;
  display: block;
  text-decoration: none;
  text-align: right;
}

.category-Réduction .top-box-content h1 {
  font-size:50px;
  margin-top:unset;
  margin-bottom:unset;
}

.category-Réduction .top-box-content p {
  font-weight: 700;
  margin-right:10px;
}

.category-Cadeaux h1,
.category-Partenaires h1,
.category-Dons h1,
.category-Réduction h1,
.category-Exclusivité h1{
  color:#fff;
  text-decoration: underline;
  font-weight:700;
  margin-top:70px;
  margin-bottom:15px;
}

.category-Cadeaux .p-product-desc,
.category-Partenaires .p-product-desc ,
.category-Dons .p-product-desc,
.category-Réduction .p-product-desc,
.category-Exclusivité .p-product-desc {
  text-decoration: none;
  padding:0px 20px;
  font-weight:400;
  margin-top:0px;
  margin-bottom:0px;
  min-height: 90px;
}

.category-Cadeaux .desc-reduction,
.category-Partenaires .desc-reduction ,
.category-Dons .desc-reduction,
.category-Réduction  .desc-reduction,
.category-Exclusivité  .desc-reduction{
  display: none;
}




/********************************/
/**     popup confirmation     **/
/********************************/

.confirmation-mission {
    display: flex;
    z-index:1;
    align-items: center;
    height:100vh;
    width:100vw;
    top:0;
    left: 0;
    background:rgba(0,0,0, 0.4);
    overflow-y: hidden;
    position:fixed
}


.confirmation-mission-container {
    background-color: #26306e;
    height:400px;
    border-radius: 10px;
    margin:auto;
}

.fermer-confirmation {
    float:right;
    margin-right:10px;
    margin-top:10px;
}

.confirmation-mission img {
    height:20px;
    width:20px;
}

.confirmation-mission h2 {
    margin-top:50px;
    text-align: center;
    margin-bottom:20px;
}
#confirmProductName,
.confirmation-mission h3,
.confirmation-mission h3 span {
    font-size:24px;
    color:#fff;
    font-weight: 400;
    margin:0;
    margin-left:20px;
    margin-top:-3px;
}
#confirmProductName{
    text-transform: uppercase;
}

.confirmation-mission p {
    text-align: center;
    color:#fff;
    font-size:18px;
    margin-top:25px;
}

.confirmation-mission button {
    margin:auto;
    padding-top:0px;
}

#bookFormConfirmBtn{  
  border-radius: 30px;
  padding: 0px 10px;
  color: #fff !important;
  background-color: #72D11F;
  font-weight: 700;
  font-size: 20px;

}
a.bookProductBtn:hover{
  color: #26306e!important
}

#confirmProductNameH{font-size:1.5rem}
#bookForm h3  {
  font-size: 16px;
}


.languageSelector{
  position: absolute;
  top: 0;
  right: 40px;
  background-color: #89c4ec;
  text-align: center !important;
  padding: 1rem 2rem 0 0rem;
  font-weight: bold;
}
.languageSelector ul{
  list-style-type: none;
}
.languageSelector li{

}
.languageSelector a{
  color:#fff;
}
.languageSelector a img{
  max-width: 24px;
  margin-right: 6px;
}
.languageSelector a:hover{
  color:#26306e;
}
