@charset "UTF-8";
/* Theme Name:   samlara
 * Theme URI:    https://sam-lara.ch
 * Description:  Thème pour le site de faire-part
 * Author URI:   https://tmkl.ch
 * Template:     twentytwenty
 * Version:      1.0.0
 * Text Domain:  tmkl */
/* Initialisation */
/* PRIMARY COLORS */
/* Breakpoints */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* General setting */
/* HEADER */
.container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.logo {
  background: url(assets/images/logo-camdro.svg) no-repeat top left;
  background-size: 100% auto;
  width: 220px;
  height: 110px;
}

/* Custom pages style */
/*  GENERAL ========================================================= */
body, html {
  font-family: "iowan-old-style-bt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #636055;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 700;
  color: #342413;
}

hr {
  width: 20px;
  background: #D8D8D8;
  border-style: solid;
  margin: 20px 0;
  display: inline-block;
}

p {
  margin: 0 0 30px;
  color: #9e9893;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#full-name.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#full-name.flex div {
  width: 48%;
}

h2, .main-label {
  font-size: 1.7vw;
  line-height: 1.9vw;
  color: #342413;
}

span.verveine {
  font-size: 40px;
  line-height: 50px;
  font-family: verveine, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.margintop {
  margin-top: 30px;
  display: block;
}

.alert {
  font-family: "iowan-old-style-bt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.smaller-bold {
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 3vw;
}

/*  HOMEPAGE ========================================================= */
section.container {
  width: 100%;
  min-height: 100vh;
}

article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  -webkit-transition: 0.3s ease-out width;
  -o-transition: 0.3s ease-out width;
  transition: 0.3s ease-out width;
}
article.form {
  width: 50%;
}
article.img-wheat {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #F0EFE8 url(assets/images/thumbnail-camdro.png) no-repeat center center;
  background-size: contain;
}

.localization {
  text-align: right;
}

/* Form */
.main-label {
  display: block;
}

.main-label.required-field:after {
  content: "*";
  color: #342413;
}

.field {
  margin-bottom: 60px;
}

input[type=text], input[type=email] {
  width: 100%;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #9e9893;
  padding: 10px 0;
  font-size: 18px;
  line-height: 18px;
  background: transparent;
}

input[type=submit] {
  padding: 10px 20px;
  border-radius: 5px;
  border-style: none;
  background-color: #636055 !important;
  color: #fff;
}
input[type=submit]:hover {
  background: #342413 !important;
}

.checkbox {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.checkbox li {
  display: inline-block;
}
.checkbox li input {
  display: none;
}
.checkbox li label {
  padding: 10px 20px;
  border: 1px solid #636055;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox li label:hover, .checkbox li label.active {
  border-color: #342413;
  background: #342413;
  color: #fff;
}

.info {
  margin: 0;
  margin-top: 10px;
  color: #636055;
}

.info-field {
  color: #636055;
  display: block;
  margin-bottom: 20px;
}
.info-field:before {
  content: "*";
  color: #342413, serif;
  font-weight: 400;
  color: #342413;
}

.hide {
  display: none !important;
}

.add-escort {
  border: 1px solid #342413;
  border-radius: 5px;
  color: #342413;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 17px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
.add-escort:hover {
  border-color: #342413;
  background: #342413;
  color: #fff;
}
.add-escort:before {
  content: "+";
  font-size: 37px;
  margin-right: 10px;
}

#all-escorts .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#all-escorts .main-label {
  color: #342413;
}

.remove-escort {
  color: #fff;
  cursor: pointer;
  background-color: #636055;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 10px;
}
.remove-escort:hover {
  background-color: #342413;
}

#mc_embed_signup {
  display: block !important;
}
#mc_embed_signup div.mce_inline_error {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: red !important;
}

#mce-error-response {
  padding: 10px 20px !important;
  text-align: center !important;
  background: #342413 !important;
  border-radius: 5px !important;
  margin-bottom: 60px !important;
  color: #fff;
}
#mce-error-response a {
  color: #fff !important;
  display: block;
}

div#mce-success-response {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 2vw !important;
  font-weight: 700;
  z-index: 999 !important;
  width: 100% !important;
  height: 100% !important;
  background: #342413 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #fff !important;
  -webkit-animation: appear 0.5s forwards;
  animation: appear 0.5s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1300px) {
  h2, .main-label {
    font-size: 2.5vw;
    line-height: 2.7vw;
  }

  article.form {
    width: 70%;
  }

  article.img-wheat {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .logo {
    background-position: top center;
    margin: 0 auto;
  }

  h2, .main-label {
    font-size: 25px;
    line-height: 35px;
  }

  .smaller-bold {
    font-size: 20px;
    line-height: 35px;
  }

  .alert {
    font-size: 18px;
    line-height: 24px;
  }

  article.form {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }

  article.img-wheat {
    display: none;
  }

  #full-name.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #full-name.flex div {
    width: 100%;
  }

  .container header {
    margin: -20px -20px 0;
    min-height: 700px;
    height: 70vh;
    background: #F0EFE8 url(assets/images/thumbnail-camdro.png) no-repeat center center;
    background-size: 70% auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .container header .localization {
    text-align: center;
    margin: 0 auto;
  }

  div#mce-success-response {
    font-size: 6vw !important;
  }
}
@media (max-width: 500px) {
  .container header {
    background-size: 110% auto;
  }
}
/*# sourceMappingURL=style.css.map */
