/* connect styles*/
.connect {
  background-color: #fdeee8;
  padding: 48px 0;
  display: inline-block;
  margin-bottom: 64px;
  clear: both;
  position: relative;
}

.connect .saveur {
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin:0 auto;
  top:25px;
}

.connect .saveur img {
  width: 100%;
  height: auto;
  margin-left: 13px;
}

.connect .checkbox {
  clear: both;
  max-width: 300px;
  margin:10px auto 0;
  text-align: left;
}
@media only screen and (max-width: 950px) {
  .connect .saveur {
    position: relative;
  }

  .connect .saveur img {

    margin-left: 0;
  }
}
.connect .social {
  width: 50%;
  float: right;
  text-align: center;
}

.connect .social a {
  font-size: 2rem;
  margin-right: 3%;
}
.connect .social a:last-child {
  margin-right: 0
}
.connect p {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  color: #bfbfbf;
  
  margin: 0 auto 18px;
}
.connect .newsletter {
  text-align: center;
}
.connect input#mce-EMAIL {
  width:50%;
  background-color:#fff;
  border:0;
  margin-right: 1%;
  font-size:1.8rem;
  text-align:center;
  line-height:3rem;
  display: inline-block;
  padding: 4px 0 0 0;
  vertical-align: -4px;
}

.connect small {
  text-align: left;
  display: block;
  max-width: 300px; 
  margin-bottom: 10px; 
}

.connect input[type="checkbox"] {
      -webkit-appearance: checkbox;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -1px;
}

.connect label {
  text-align: left;
  display: inline-block;
  max-width: 250px;
}

.connect .clear {
  display: inline;
}
.connect .button {
  border: 0;
  background-
  text-transform: uppercase;
  text-align: center;
  height: 33px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  letter-spacing: .21em;
  background-color: rgb(192, 192, 192)

}
.connect ::-webkit-input-placeholder {
  font-family: 'LizzyHandwriting'; 
}

.connect :-moz-placeholder { /* Firefox 18- */
  font-family: 'LizzyHandwriting';
}

.connect ::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'LizzyHandwriting';  
}

.connect :-ms-input-placeholder {  
  font-family: 'LizzyHandwriting';  
}



@media only screen and (max-width: 767px) {
  .connect .social {
    width:90%;
    float: none;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .connect .newsletter {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}

.connect.pop-up {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  height: 100vh;
  top:0;
  right: 0;
  left: 0;
  z-index: 10001;
  background:rgba(0, 0, 0, .5);
}

.connect.pop-up.opened {
  display: block;
}

.connect.pop-up .newsletter {
  width: 70%;
  margin: 0 auto;
  background-color: #f5ccc1;
  padding: 48px 0;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.mc-modal {
  background:rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.connect.pop-up .newsletter mark {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    font-size: 2rem;
    text-transform: uppercase;
    cursor: pointer;
}