html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	height:100%;
  min-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
}

em {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
}

/* ======== GLOBAL ===========*/

.container {
	max-width:1400px!important;
  --border:1px solid red;
}

label {
	width:100%;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

main {
  border:6px solid #ffffff;
  padding: 5px;
  transition: background-color 1s;
}

#bloc-visuel {
  background:url('../images/visuel.jpg');
  background-size: cover;
  background-position: 6% top;
  border-right: 9px solid #ffffff;
  min-height: 300px;
}

#bloc-form {
  border-left: 9px solid #ffffff; 
  background-color:#ffcdd6;
  transition: background-color 1s;
}

#bloc-form header h2 span.l1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color:#000000;
  font-size: 24px;
  display: block;
  padding: 5px 0;
}

#bloc-form header h2 span.l2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color:#eb4c37;
  letter-spacing: 2px;
  font-size: 47px;
  line-height:46px;
}

#bloc-form header h2 span.l3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color:#000000;
  font-size: 24px;
  display: block;
  padding: 5px 0;
}

.content-form {
  padding:0 35px 0;
  width:100%;
}


#form1 .input-form label span {
  color: #000000;
  cursor: text;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  margin-left: 2px;
  padding: 15px 12px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

#form1 .inputselect2 label span.spec { 
  position: absolute;
  z-index: 1;
  font-family: 'Nunito', sans-serif;
  text-transform:uppercase;
  font-style: italic;
  font-size: 15px;
  color: #696969;
  top: 6px;
  left: 15px
}

#form1 .inputselect2 label span.paddsup { 
  padding-left:12px;
}

#form1 .input-form label span.labelsup {
  color: #696969;
  position: absolute;
  --left: 0;
  font-size: 12px;
  padding: 3px 10px 8px;
  visibility: visible;
  font-style: italic;
}

#form1 .input-form label input.form-control {
  background-color:rgba(255,255,255,0.6);
  width: 100%;
  border:0;
  border-radius: 2px;
  height: 43px;
  font-family: 'Nunito', sans-serif;
  border:2px solid #ffffff;
}

.form-control:focus {
  box-shadow:none!important;
}

#form1 .input-form label input.inputmargeselected {
  height:43px;
  padding-top:21px;
  font-size:15px;
}

input[type=radio].radio-civilite {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].radio-civilite+label.label-civilite {
  padding-left: 27px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}

input[type=radio].radio-civilite:checked+label.label-civilite {
  background-position: 0 -23px;
}

label.label-civilite {
  background-image: url(../images/radioform.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content-optin {
  background-color: rgba(255,255,255,0.5);
  border-radius: 4px;
  padding: 10px;
}

.content-optin .optin-checkbox {
  width: 91px
}

.content-optin .optin-text {
  font-family: 'Nunito', sans-serif;
  font-size:13px;
  font-weight: 400;
  line-height: 15px;
  color:#000000;
  margin-left: 10px;
}

.content-optin .optin-text a {
  color:#000000;
  text-decoration: underline;
}

.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #009f0f;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

button[type="submit"] {
  background-color:#eb4c37;
  width: 500px;
  border:0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size:26px;
  color:#ffffff;
  padding:16px 10px 25px;
  text-transform: uppercase;
  height:60px;
  border:3px solid transparent;
  cursor: pointer;
  border-radius: 7px;
  border:2px solid transparent;
  margin:0 auto 20px;
}

#selectionbijoux .text {
  font-family: 'Nunito', sans-serif;
  font-size:26px;
  font-weight: 400;
  padding:73px 40px 0;
  color:#27180c;
  line-height: 31px;
}

#selectionbijoux .bloc-carousel {
  width: 65%
}

#list-carousel .owl-carousel {
  margin: 2rem 0 0;
  width: auto;
}

#list-carousel .owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  margin-top: 0rem;
}

#list-carousel .owl-carousel .item-video {
  height: 300px;
}

#list-carousel #setup {
  margin-top: 4rem;
}

#list-carousel .demo-list h5 {
  margin: 0;
}

.owl-nav {
  display: none;
}

.owl-dot {
  margin: 10px 0;
}

/* FORM 2 */

#validform1 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size:32px;
  color:#eb4c37;
  text-transform: uppercase;
  line-height: 44px;
}

#validform1 .share-social {
  font-family: 'Nunito', sans-serif;
  font-size:20px;
  color: #000000;
  text-align: center;
  text-transform: none;
}

#validform1 .share-social ul {
  width:139px;
  display: block;
  margin: auto;
}

#validform1 .share-social ul li {
  float: left;
  margin: 0 4px;
}

#bloc-theme {
  margin: 15px;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
}

#bloc-theme p {
  font-family: 'Nunito', sans-serif;
  font-size:22px;
  color: #000000;
  line-height: 24px; 
}

#bloc-theme p strong {
  font-weight: 800;
}

/* FOOTER */

footer .content-footer {
  border-top:1px solid #e6e6e6;
}

footer .content-footer .ml {
  width: 90%;
  padding:10px 15px;
  font-family: 'Nunito', sans-serif;
  font-size:13px;
  line-height: 17px;
  color:#535353;
  font-weight:300;
  text-align: justify;
}

/* Town suggestions */
  .selecttown {
    width:100%;
    height:auto;
    opacity:0;
    display:none;
  }

  .selecttown ul {
    list-style: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
    width:98%;
    overflow-x: hidden;
    height: 115px;
    border:1px solid #535353;
    border-top:none;
  }

  .selecttown ul li {
    padding: 6px 10px;
    cursor:pointer
  }

  .selecttown ul li:hover {
    background-color:#eb4c37;
    color:#ffffff;
    font-weight: bold;
  }

  #bday-label span {
    font-size: 12px!important;
    padding: 3px 10px 8px!important;
    margin-left: 0px!important;
  }

  #bday-label input {
    height:43px;
    padding-top:21px;
    font-size:15px;
  }

  .cleardelete {
    position: absolute;
    z-index: 100;
    top: 3px;
    right:12px;
    font-weight:normal;
    color:#000;
    background-color: #fff;
    border-radius: 13px;
    font-size:13px;
  }

  .cleardelete:hover {
    text-decoration:none;
    color:#0572b0;
  }

/******************************************/
/******************************************/
/* Error */

.error label, .error label span, .error label a{
  color: #ff0000!important;
}

.error input, .error select{
  border: 2px solid #ff0000 !important;
}

.error .d-flex {
    border: 2px solid #ff0000 !important;
}

.error > span{
    color:red!important;
}

.error > p{
  color:#ff0000!important;
  background-color:#ffffff;
  padding:4px 10px;
  font-weight:bold;
  border: 2px solid #ff0000 !important;
}

.error-block {
  border: 2px solid red;
  color: red;
  padding: 10px 15px 15px;
  text-align: center;
  margin: 0 10px;
  font-size: 15px;
  background-color: #ffffff;
  max-width: 692px;
  display: block;
  font-family: 'Nunito', sans-serif;
  margin: 28px auto auto auto;
  font-weight: 600;
}


/* Bandeau cookies */

#bandeau{
  padding: 0.3% 2%;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 99999;
  color: #fff;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  min-height: 50px;
  font-family: 'Nunito', sans-serif;
}
#bandeau .h3{
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#bandeau p{
  margin: 0 auto;
  line-height: 15px;
}
#bandeau a{
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
#bandeau a:hover{
  color: #fff;
}
#bandeau .img-close{
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 6px 9px;
  margin: 0 auto;
  display: block;
}
#bandeau .row{
  max-width: 998%;
  margin: 0 auto;
}

.grecaptcha-badge{
  bottom: 0px!important;
  right: -258px!important;
}

.marquee {
  height: 37px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  color: #000000;
  border:1px solid #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  font-family: 'Nunito', sans-serif;
}
.marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 9px;
  padding-top: 7px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%); 
  transform:translateX(100%);
  -moz-animation: scroll-left 20s linear infinite;
  -webkit-animation: scroll-left 20s linear infinite;
  animation: scroll-left 20s linear infinite;
}
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%);
 -webkit-transform: translateX(100%);
 transform: translateX(100%);     
 }
 100% { 
 -moz-transform: translateX(-100%);
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%); 
 }
}
