/*------------------------------------------------------------------
Project: Eclipse
Version: 1.0
Last change: first release
Primary use: App & Mobile Website
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. Typography
2. Colors
3. Utility & Colors
4. Layout
5. Animation
6. Toolbar
7. Sidebars
8. Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 0. Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements
are based on 10px sizing. So basically 1.5rem = 15px */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
img {
  max-width: none;
  display: block;
  width: 100%;
}

/* 1. Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 14px;
  /*font-size: 1.5em;*/
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  /*font-family: "Raleway", Helvetica, Arial, sans-serif;*/
  color: #222;
  margin: 0;
  overflow-x: hidden;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('/font/iconfont'),
    local('MaterialIcons-Regular'),
    local('/font/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    local('/font/iconfont/MaterialIcons-Regular.woff') format('woff'),
    local('/font/iconfont/MaterialIcons-Regular.ttf') format('truetype');

}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  /*font-family: "Pacifico";*/
  /*margin-top: 0;*/
  /*margin-bottom: 2rem;*/
  font-weight: 300;
  color: #444444;
  /*color: #1c212a;*/
}
/*h1 { font-size: 3.4rem; line-height: 1.2;  letter-spacing: -.1rem;}*/
/*h2 { font-size: 3rem; line-height: 1.25; letter-spacing: -.1rem; }*/
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }


p {   font-family: "Montserrat", Helvetica, Arial, sans-serif;
margin-top: 0; color: #444;}

a { color: inherit; }
a:hover { opacity: 0.95; }

a,
a:link,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
body,
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button{
  /*font-family: "Pacifico";*/
  /*text-transform: none !important;*/
  /*width:100%;*/
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius: 25px !important;
  height: 50px !important;
  line-height: 40px !important;
  width: -webkit-fill-available;

}


a.button{
  /*font-family: "Pacifico";*/
  /*text-transform: none !important;*/
  /*width:100%;*/
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius: 25px !important;
  height: 40px !important;
  line-height: 40px !important;
  width: -webkit-fill-available;

}
.border-r-50 {
  border-radius: 50% !important;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.shadow-3 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.shadow-blue {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), -2px -13px 20px 0px;
}

.ls2 {
  letter-spacing: 2px !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.ls0 {
  letter-spacing: 0px !important;
}

[class^="mdi-"],
[class*="mdi-"] {
  font-family: "Ionicons";
}
i {
  font-size: 2.4rem;
  color: inherit;
}
i.big {
  font-size: 3.6rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

.pacifico {
  font-family: "Pacifico";
}
.roboto {
  font-family: "Roboto", sans-serif;
}

.sectra{
  font-family: gt_sectra_display_light,serif !important;
}

.dancing {
  font-family: 'Dancing Script', cursive !important;
}

.small {
  /*font-size: 85% !important;*/
  font-size: 2vh !important;
  font-weight: 100;
}

.moyen {
  /*font-size: 85% !important;*/
  font-size: 3vh !important;
  font-weight: 100;
}
.medium {
font-size: 2.7vh !important;
}

h1.title.big {
  font-size: 9rem !important;
  margin: 0;
}
.title.moyen {
  font-size: 6rem !important;
  margin: 0;
}
.title.small {
  font-size: 4rem !important;
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.dropcap {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.line {
  height: 2px;
  background: #1f1f1f;
  width: 40px;
  margin: 10px auto 20px;
}

.line-black {
  height: 2px;
  background: #ffffff;
  width: 40px;
  margin: 10px auto 20px;
}

/* 2. Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.primary-text {
    color: #1f1f1f !important;
}
.primary-color {
    background-color: #FF8484 !important;
}
.primary-border {
    border-color: #FF8484 !important;
}
.accent-text {
    color: #FF8484 !important;
}
.accent-color {
    background-color: #FF8484 !important;
}
.accent-border {
    border-color: #FF8484 !important;
}
.grey{
  color: #9e9e9e !important;
}

.horaire{
  font-size: 2.3vh;
  top: 20px;
}
/*.horaire::before {
    content: "";
    display: block;
    background: rgba(255, 152, 0, 0.25);
    height: 16px;
    width: 16%;
    position: absolute;
    top: 20px;
    left: 29px;
    z-index: -1;
}*/

.edit-etape{
  font-size: large !important;
  font-weight: 100;
  color: #eeeeee !important
}

.etape_titre{
  color: #525252 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.2px;
  /* font-size: larger; */
  font-size: large
}

.etape_desc{
  color: #525252 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 200 !important;
  font-size: large;
  letter-spacing: 0.2px;


}


/* 3. Utility
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clr {
  clear: both;
}
.m-0-auto {
  margin: 0 auto !important;
}
.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-0{
  margin-top: 0px !important;
}
.m-t-5{
  margin-top: 5px !important;
}
.m-t-20{
  margin-top: 20px !important;
}
.m-b-0{
  margin-bottom: 0px !important;
}
.m-b-20{
  margin-bottom: 20px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-15 {
  padding: 15px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-0{
  padding-top: 0px !important;
}
.p-t-5{
  padding-top: 5px !important;
}
.p-b-0{
  padding-bottom: 0px !important;
}
.p-9 {
  padding: 9px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-2rem{
  margin-bottom: 2rem;
}

.flr{
  float: right;
}

.fll{
  float: left;
}

.txt-alg-r{
  text-align: right !important;
}
.txt-alg-l{
  text-align: left !important;
}

.txt-gradient-3{
  background :linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92));
  /*background :linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92));*/
  /*-webkit-linear-gradient : (#ff848c, rgba(253, 151, 34, 0.92));
  -webkit-text-fill-color : transparent;*/
  /*background: -webkit-linear-gradient(#eee, #333);*/
  /*background: -webkit-linear-gradient(#eee, #333);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.w-100 {
  width: 100%;
}
.border-top {
  border-top: 1px solid #eee;
}
.divider {
  width: auto;
  height: 1px;
  background-color: rgba(238, 238, 238, 0.35);
  margin: 16px;
}
.block {
  display: block;
}
.autoflow {
  overflow: auto;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}

.l-h-n{
  line-height: normal !important;
}
.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.90vh {
  height: 90vh !important;
}

.h-unset {
  height:unset !important;
}

.fullscreen {
  width: 100%;
  /* height: 90vh; */
  height: 100vh;
}

.valign {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.no-shadow {
  box-shadow: none;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 2.4rem;
}
.float-none {
  float: none !important;
}
img.responsive-img,
video.responsive-video {
  max-width: none;
  height: auto;
  width: 100%;
}

.row80 {
  height: 80px;
  color: #fff !important;
  overflow: hidden;
}

i.fa {
  font-size: 3.4rem;
}
/* Backgrounds */
.gradient-bg {
  background: -webkit-linear-gradient(135deg,#bcd861,#16becf);
  background: linear-gradient(135deg,#bcd861,#16becf);
}
.BG {
  background: url(../img/bg-flou.jpg)
              no-repeat
              center / cover;
              /*background-size: 128%;*/
background-position-y: inherit;
}

.BG-opaq {
  background: url(../img/bg-opaq.jpg)
              no-repeat
              center / cover;
              /*background-size: 128%;*/
background-position-y: inherit;
}
.bg-1 {
  background: url(../img/1.jpg)
              no-repeat
              center / cover;
}
.bg-2 {
  background: url(../img/2.jpg)
              no-repeat
              center / cover;
}
.bg-3 {
  background: url(../img/dashboard-maries.jpg)
              no-repeat
              center / cover;
}
.bg-4 {
  /*background: url(../img/4.jpg)
              no-repeat
              center / cover;*/
  background: url(../img/44.jpg)
              no-repeat
              center / cover;
}
.bg-5 {
  background: url(../img/5.jpg)
              no-repeat
              center / cover;
}
.bg-11 {
  background: url(../img/shop.jpg)
              no-repeat
              center / cover;
}
.bg-v-1 {
  background: url(../img/v1.jpg)
              no-repeat
              center / cover;
}
.bg-v-2 {
  background: url(../img/v2.jpg)
              no-repeat
              center / cover;
}
.bg-v-3 {
  background: url(../img/v3.jpg)
              no-repeat
              center / cover;
}
.bg-v-4 {
  background: url(../img/v4.jpg)
              no-repeat
              center / cover;
}
.bg-v-5 {
  background: url(../img/v5.jpg)
              no-repeat
              center / cover;
}
.bg-v-6 {
  background: url(../img/v6.jpg)
              no-repeat
              center / cover;
}
.bg-blur {
  background: url(../img/blur.jpg)
              no-repeat
              center / cover;
}
.bg-shop {
  background: url(../img/shop.jpg)
              no-repeat
              center / cover;
}
.bg-itineraire {
  background: url(../img/bg-itineraire.jpg)
              no-repeat
              center / cover;
}
.bg-index {
  background: url(../img/bg-44.png)
              no-repeat
              center / cover;
}
.bg-login {
  background: url(../img/bg-login.jpg)
              no-repeat
              center / cover;
}
.bg-login-3 {
  background: url(../img/bg-login-3.jpg)
              no-repeat
              center / cover;
}
.bold {
  font-weight: bold !important;
}
.italic{
  font-style: italic;
}
.btn-large
{
  /*//height: 54px;
  line-height: 56px;*/
  border-radius: 30px !important;
  text-align: center;
  text-transform: none !important;
}
/* Overlay Layers */
.opacity-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.06);
}

.opacity-overlay-black {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .85)), to(#000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
}
.opacity-overlay-gradient-3 {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 2px;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .85)), to(#000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 152, 0, 0.55) 90%, rgba(255, 132, 54, 0.67) 100%) repeat scroll 0 0;
    /*background: linear-gradient(to top, rgb(255, 132, 132, 0.67)90% , rgba(253, 151, 34, 0.55)100%);*/
}
.opacity-overlay-gradient-bleu {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.55) 90%, rgba(225, 233, 246, 0.67) 100%) repeat scroll 0 0;
}
.opacity-overlay-top {
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, .75)), to(#333)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
}
#sidenav-overlay {
  background-color: rgba(0,0,0,.2);
}

.no-text-transform{
  text-transform: none !important;
}

/* 4. Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#blockui { /* Prevent link from triggering while drag over */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}
.drag-target {
  width: 30px !important;
  top: 56px;
}
.progress {
  margin: 0;
}
.page {
  overflow: auto;
}
.page.fullscreen {
  height: 100vh;
}
.section {
  /*padding: 40px 20px;*/
  /*width: 95%;*/
  width: 100%;
  /*margin: 2rem auto;*/
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
footer.page-footer {
  margin-top: 0;
}
footer.page-footer i {
  padding: 0 29px;
  /*padding: 0 5px;*/
}
footer.page-footer .footer-copyright {
  font-size: 1.2rem;
  background-color: #222833;
}
.page-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.sticky {
    position: sticky !important;
}
/* Media Object */
.media-top-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1em;
}
.media-top-object .media-left {
  display: block;
}
.media-top-object .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*padding-left: 20px;*/
}
.media-top-object .media-body p {
  margin: 0;
}
.media-top-object .media-body span {
  display: block;
}

.media-top-object.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.src-cover{
  object-fit: cover !important;
}
/* Hero */
.hero-header {
  position: relative;
  z-index: 1;
  min-height: 212px;
}
.hero-header.hero-small {
  min-height: 65px; /*56px -- 40px* /
  margin-top: 0px;
  padding-top: 3vh !important;
  /*background-color: #ff848C;*/

}
.hero-header.hero-small .hero-title {
  position: static;
  margin: 0;
}
.hero-header.hero-big {
  text-align: center;
  padding-top: 35vh;
}
.hero-header .hero-author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
}
.hero-big .about {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hero-big .about .lieu {
  width: 250px;
  height: 250px;
  margin: 0 auto 50px;
}
.hero-big .about .avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.hero-title {
    /*font-size: 22px;*/
    font-size: 2.7vh !important;
    font-weight: 300;
    /*color: #fff;*/
    /*line-height: 56px;*/
    line-height: 36px;
    /*text-transform: none;*/
    letter-spacing: normal;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    font-weight: 500;
}
.hero-title .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.hero-header .floating-button {
    position: absolute;
    bottom: -27px;
    right: 20px;
    z-index: 2;
}
.floating-button.scrollable-fab.scrolled-down {
    position: fixed;
    bottom: 20px;
}
.hero-header .hero-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
}
/* Toolbar */
#toolbar {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}
#toolbarGuest {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 99;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-top: 15px;
}
.toolbar {
  transform: translateY(0);
  transform: translate3d(0,0,0);
  transition: 1.25s transform;
  backface-visibility: hidden;
}
.heads-up {
  transform: translateY(0);
  transform: translate3d(0,0,0);
}
#toolbar.transparent {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.open-left {
  float: left;
  height: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  position: relative;
}
.open-right {
  float: right;
  height: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  position: relative;
}
#toolbar i {
  line-height: 43px;
  color: #fff;
  padding: 0 6%;
}

#toolbar .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 56px;
  margin-left: 16px;
  text-transform: none;
  letter-spacing: normal;
  float: left;
}

.t-m-header{
  letter-spacing: 2px;
    margin: 10px 60px;
    font-size: 6vw;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
    padding-bottom: 10px;
    font-weight: 500;
}

/* Drawers */
.menu-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 30px 1px;
  /*margin: 0 0 30px 16px;*/
  position: relative;
  opacity: 0.5;
  height: 20px;
  line-height: 5px;
  /*line-height: 20px;*/
}
/*.menu-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: #fff;
}*/
.full-menu.collapsible {
    border: none;
    margin: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 2.3rem;
}
.full-menu .collapsible {
    border: none;
    box-shadow: none;
    margin: 0;
    font-weight: 100;
    opacity: 0.8;
}
.full-menu .active .collapsible {
    border: none;
    margin: 0;
    box-shadow: none;
}
.full-menu li:hover,
.full-menu li.active {
    background-color: transparent;
}
.full-menu a {
    height: 44px;
    line-height: 20px;
    padding: 0;
    display: block;
    font-size: 1.5rem;
}
.user-view a {
    height: auto !important;
    padding: 0;
    display: block;
    text-transform: none;
    line-height: 12px !important;
}
.full-menu .no-child {
    padding: 0 16px;
    margin: 0;
    min-height: auto;
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: 50px;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 2.6rem;
    position: relative;
    z-index: 1;
}
.full-menu .no-child i {
    height: auto;
    line-height: 100%;
    width: 2rem;
    font-size: 24px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1.5rem;
}
/* Menu */
nav {
  line-height: auto;
}
nav ul li {
  float: none;
}
/*MENU TEST*/
.user-view .name, .userView .name, .userView .email{
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.full-menu li>a{
  color: rgba(255,255,255,0.87);
display: block;
font-size: medium;
font-weight: 300;
height: 48px;
line-height: 48px;
/*padding: 0 32px;*/
font-family: roboto !important;
letter-spacing: 1px !important;

}
.full-menu li>a>i {
  float: left;
    height: 48px;
    line-height: 48px;
    /*margin: 0 32px 0 0;*/
    width: 24px;
    color: rgba(255,255,255,0.54);
    font-size: 20px;
    margin-right: 1rem;
}
#menu5 >.menu5 .collapsible-header {
    /*padding: 0 32px !important;*/
    font-size: medium;
}
#menu5 .menu5 .collapsible-header i {
    /*margin-right: 32px !important ;*/
    line-height: 48px !important;
}
.main {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s;
  -moz-transition: -moz-transform 0.45s;
  transition: transform 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.menu-trigger {
  /*position: fixed;*/
  z-index: 3;
  right: 0px;
  /*right: 20px;*/
  /*top: 20px;*/
  top: -5px;
  height: 53px;
  /*width: 53px;*/
  line-height: 53px;
  /*background: #fff;*/
  border-radius: 50%;
  text-align: center;
}
.previous {
  position: absolute;
  /*z-index: 3;*/
  left: 20px;
  /*top: 18px;*/
  height: 53px;
  width: 53px;
  line-height: 40px;
  /*background: #fff;*/
  /*border-radius: 50%;*/
  text-align: center;
  color: #fff;
  padding-right: 14px;
}

.menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.45s;
  -moz-transition: visibility 0s 0.45s;
  transition: visibility 0s 0.45s;
  /*background: -webkit-linear-gradient(135deg,#263d1a,#16becf);
  background: linear-gradient(135deg,#263d1a,#16becf);*/
  /*background: -webkit-linear-gradient(135deg,#bcd861,#16becf);
  background: linear-gradient(135deg,#ff747B,#60BFCE);*/
  background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92));
}

#picture_nav{
width: 5rem;
height: 5rem !important;
background-size: cover;
background-position: center;
}

.menushare {
  position: fixed;
  z-index: 3;
  right: 0px;
  /*right: 20px;*/
  /*top: 20px;*/
  top: 0px;
  height: 53px;
  width: 53px;
  line-height: 53px;
  /*background: #fff;*/
  border-radius: 50%;
  text-align: center;
}
.menu .menu-navigation {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*padding: 38px 10px 40px 10px;*/
  /*padding: 38px 40px 40px 25px;*/
  /*padding: 38px 40px 40px 94px;*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.45s;
  -moz-transition: -moz-transform 0.45s;
  transition: transform 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.menu-open .main {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-open .menu {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.menu-open .menu .menu-navigation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
/* Menu Icon */
#menu-icon {
  width: 39px;
  height: 44px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  cursor: pointer;
  //margin: 9px auto 0 0;
  margin-left: auto;
    margin-right: auto;
    line-height: 44px;
}
#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#menu-icon span:nth-child(1) {
  top: 14px;
}
#menu-icon span:nth-child(2),
#menu-icon span:nth-child(3) {
  top: 21px;
}
#menu-icon span:nth-child(4) {
  top: 28px;
}
#menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-icon.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  right: 50%;
}

/* Searchbar */
.searchnav {
  height: 36px;
  line-height: 36px;
  margin: 10px 16px;
  width: auto;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 9;
}
.searchnav .input-field {
  margin: 0;
}
.searchnav .input-field input[type=search] ~ i,
.searchnav .input-field input[type=search] ~ i {
    position: absolute;
    top: 0;
    right: 1.5rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}
.searchnav .input-field input[type=search]:focus {
  border-radius: 24px;
}
.searchnav .input-field input[type=search]:focus + label i,
.searchnav .input-field input[type=search]:focus ~ i,
.searchnav .input-field input[type=search]:focus ~ i {
    color: #444;
}

/* dropdown */
.full-menu li {
    padding: 0 0 0 0px; /*Pour le mobile*/
    /*padding: 0 0 0 16px;*/
}

.full-menu .collapsible-header {
    padding: 10px 0px;
    margin: 0;
    min-height: auto;
    color: #fff;
    font-weight: 300;
    position: relative;
    background: transparent;
    border-bottom: 0;
    font-size: 3vh !important;
}
.full-menu .collapsible-header i {
    font-size: 5vw;
    height: auto;
    /*line-height: 100%;*/
    margin-right: 2rem;
    opacity: 0.7;
}
.full-menu .collapsible-body {
    background-color: transparent;
    border: none;
    /*padding-left: 40px;*/
}
.full-menu .collapsible-body li a {
    margin: 0 16px 0 22px;
}
.full-menu li.active .collapsible-body li a {
    opacity: 0.8;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    text-transform: none; /*Yayas*/
}

/* badge */

.full-menu span.badge {
    /*min-width: auto;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*font-size: 9px;*/
    /*font-weight: 300;*/
    /*border-radius: 100%;*/
    /*color: #222;*/
    background-color: #fff;
    /*margin: 0;*/
    /*padding: 0;*/
    /*top: 15px;*/

}

/* 5. Animations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.bouncein {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
#main.is-exiting .animated {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay-4 {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.delay-5 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.delay-6 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

/* 8. Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Sliders */
.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  width: auto;
  height: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 20px;
  width: auto;
  height: auto;
}
.swiper-slide .bottom {
  padding: 20px 20px 40px !important;
}
/* Slider Sliced */
/* Sliced */
.slider-sliced .swiper-slide {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    overflow: hidden;
}
.slider-sliced .valign {
  padding: 0 0 40px;
}
.slider-sliced .valign p {
  font-weight: 100;
}
.slider-sliced .slider-bottom-right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-right:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-left: 768px solid rgba(255, 255, 255, 0);
    -moz-transform: scale(.9999);
}
.slider-sliced .slider-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-left:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-right: 768px solid rgba(255, 255, 255, 0);
    -moz-transform: scale(.9999);
}
.slider-sliced .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
/* Slider Steps */
.slider-steps {
    width: 100%;
    height: 100vh;
}
.slider-steps img {
  width: 85%;
  margin: 15px auto 30px;
  /*width: 50%; modification du 22 octobre
  margin: 0 auto 30px;*/
}
.slider-steps .valign-wrapper {
    height: 100%;
}
.slider-steps .valign {
    margin-top: -45px;
    width: 100%;
}
.steps-controllers {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 70%;
    margin: auto;
}
.next-v2 {
    left: 0;
    right: 0;
    z-index: 10;
    width: 70%;
    margin: auto;
}
.steps .swiper-pagination {
  bottom: 30px;
}
/*.steps .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  height: 4px;
  width: 4px;
  line-height: 40px;
}*/

#design-petale {
  /*background-color: #fff;*/
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px;
    width: 100%;
    height: : 90%;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
.swiper-pagination-bullet-pdt{
  margin: 5px !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
}
/* Drawer */
.swiper-container.slider-drawer {
    height: 100vh;
}
.slider-drawer .swiper-slide {
    width: calc(100% - 16px) !important;
    height: calc(100vh - 56px);
    overflow: hidden;
    margin: 8px 8px 32px;
    padding: 16px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.92);
}
.slider-drawer .drawer-pagination {
    position: fixed;
    bottom: 6px;
}
.slider-drawer .swiper-pagination-bullet-active {
    background: #fff;
}
.slider-drawer .row .col {
  text-align: center;
}
.slider-drawer .row .col span {
    font-size: 0.7em;
    display: block;
}
.slider-drawer .row .col i {
    font-size: 40px;
}
#grandparent {
    height: 100%;
}
.child {
    margin-bottom: 0;
}

/* Avatar */
.lieu {
    width: 100px;
    height: 100px;
    /*border-radius: 50%;*/
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dotted rgb(255, 255, 255);
    padding: 5px;
}
.avatar-picture {
    border-radius: 50%;
    padding: 5px;
    width: 135px;
    height:135px;
}

.avatar-or {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dotted #ee9533;
    padding: 5px;
}
.avatar.big {
  width: 77px;
  height: 77px;
}

.bg-header{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.avatar-or.big {
  width: 77px;
  height: 77px;
}
.unknow-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}
.unknow-avatar span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}
.avatar.with-letter span {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: block;
}
/* Author */
.author-bio {
  padding: 10px;
  margin: 0;
  /*border-bottom-right-radius: 35%;
  border-bottom-left-radius: 35%;*/
}
.author-bio .avatar.big {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.author-bio h4 {
  margin-bottom: 0;
}
.author-bio .btn {
  margin: 10px 0 0;
  box-shadow: none;
  font-size: 85%;
  height: 26px;
  line-height: 26px;
}
.author-bio .btn:hover {
  background-color: #FF8484 !important;
  color: #fff !important;
}
.author-bio .opacity-overlay {
  z-index: -1;
}
/* Tab */
.tabs .tab a,
.tabs .tab a:hover {
    color: #1c212a;
    opacity: 0.6;
}
.tabs .tab a.active {
    color: #ff9800;
    opacity: 1;
}
.tabs .indicator {
    background-color: #ff9800;
}
/* Social Share */
.project-social-share {
    position: absolute;
    right: 0;
    top: -4px;
}
.project-social-share i {
    margin-left: 10px;
}
.social-share-author {
    position: relative;
    margin: 0;
    padding: 0;
}
.social-share-author .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.social-share-author span {
    padding-left: 38px;
    padding-top: 4px;
    display: block;
}
.project-author.social-share-author {
    margin: 0 20px 20px;
}
/* Comments */
.comments {
  border-top: 1px solid #ccc;
  padding: 20px;
}

/* Inputs */
input.validate {
  padding-top: 15px !important;
}
textarea.validate {
  padding-top: 15px !important;
}
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label,
[type="checkbox"]+label {
  font-size: 1.5rem;
}
input[type=text],
input[type=file],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
/*input[type=date],*/
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
input[type=textarea] {
  margin-bottom: 30px;
  height: 50px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 3px 0px 0px 50px !important;
  box-sizing: border-box;
  font-size: large;
  color: #767676;
  /* background-color: rgba(255, 255, 255, 0.82) !important; */
  background-color: #ffffff;

}

input[type=date]{
  padding: 3px 32px 0px 50px !important;
  margin-bottom: 30px;
  height: 55px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 3px 0px -1px 32px !important;
  box-sizing: border-box;
  font-size: large;
  color: #767676;
  background-color: #ffffff;
  /* background-color: rgba(255, 255, 255, 0.82) !important; */
  text-align: center;
  -webkit-appearance: none;

}

.input-moyen{
  height: 97px !important;
}

textarea {
  margin-bottom: 30px;
  margin: 0 !important;
  border: none !important;
  border-radius: 30px !important;
  /*padding: 3px 0px 0px 0px !important;*/
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #767676;
  background-color: #FFFFFF !important;
  /* background-color: rgba(255, 255, 255, 0.82) !important; */
}

label.active ~ textarea{
  /*background-color: red !important;*/
  padding: 30px 0 0px 50px  !important;

}
 /*textarea.materialize-textarea {
  margin-bottom: 30px;
  height: auto;
  min-height: 40px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  margin: 30px 0px 30px 0px;
  box-sizing: content-box;
  font-size: 1.4rem;
  color: #767676;
  background-color: transparent;
  max-width: -webkit-fill-available;
}*/

input[type=hidden],
 {
  margin-bottom: 0px;
  height: 1px;
  margin: 0;
  /*border: 1px solid #a9a9a9;
  border-radius: 3px;*/
  padding: 0px;
  box-sizing: border-box;
  font-size: 1px;
  color: #767676;
  background-color: transparent;
}

input[type=text].rounded,
input[type=file].rounded,
input[type=password].rounded,
input[type=email].rounded {
  border-radius: 30px;
}
input[type=text]:focus:not([readonly]),
input[type=file]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
/* a reactiver textarea.materialize-textarea:focus:not([readonly]) */{
  border-bottom: 1px solid #ff9800 !important;
  box-shadow: none;
  /*color: initial;*/
  color: inherit;
  text-align: center;
}
input[type=text]:focus:not([readonly])+label,
input[type=file]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
/* a reactiver textarea.materialize-textarea:focus:not([readonly])+label */{
  color: #FF848C;
  text-align: center !important;
}



.button, a.btn {
  border-radius: 25px !important;
}

.cancel-button{
  height: 40px !important;
  width: 40px;
  background-color: red;
  color: #ffffff;
  display: block;
}
input, textarea{
  /*border-bottom: 1px solid #ff9800 !important;*/
}

.materialize-textarea label.active{
  color:#525252 !important;
}
.input-field label {
  font-size: 1.4rem;
  top: 15px;
  /*bottom: 20px;*/
  left: 20px !important;
  /*margin-left: -3rem !important;*/
  z-index: 99 !important;
}

.input-field label.active {
  font-size: 1.2rem;
  /*font-size: 1rem;*/
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  transform: translateY(-7px)!important;
  /*padding: 2px 3px 14px 28px;*/
  color: #525252;
}

label.ls1.bold.roboto.active{
  transform: translateY(0px)!important;

}
div.input-field i.material-icons{
  z-index: 99 !important;
}
i.prefix.prefix-ida{
  width: 18px;
  color: #FF8483 !important;
  /* margin-left:25px; */
  /* line-height: inherit; */
  font-size: 3vh;
  /* Support for all WebKit browsers. */
 -webkit-font-smoothing: antialiased;
 /* Support for Safari and Chrome. */
 text-rendering: optimizeLegibility;
}
/*i.prefix.prefix-ida-textarea{
  width: 18px;
  color: #FF8483 !important;
}*/
/*.prefix.prefix-ida-textarea ~ label{
  line-height: 70px;
  color: #444444 !important
}*/
/*.prefix.prefix-ida-textarea.active ~ label{
  line-height: 30px;
  padding-top: 20px;
}*/

/*i.prefix.prefix-ida-textarea.active{
  color:grey !important;
}*/

.input-field .prefix {
  padding-top: 2px;
  font-size: 2.4rem;
  line-height: 50px;
  padding-left: 20px;
  z-index: 99;
  color: #9e9e9e;
}
.input-field .prefix ~ input
 {
  margin-left: 0;
  margin-bottom: 0;
  /*padding-left: 3.6rem;*/
  padding-top: 30px;
  /*width: calc(100% - 3.6rem);*/
  width: -webkit-fill-available;
  height: 60px;
  border: 1px solid transparent !important;
  /*border-radius: 3px;*/
}
.input-field .prefix ~ textarea {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0px 15px 0 4.6rem;
  /*width: calc(100% - 3.6rem);*/
  width: -webkit-fill-available;
  min-height: 53px;
  border: 1px solid transparent !important;
  border-radius: 3px;
}

.input-field.center label {
  left: 0;
  right: 0;
}
.input-field.center input {
  text-align: center;
}
[type="radio"]:checked+label:after {
    border: 2px solid #FF8484;
    background-color: #FF8484;
}

textarea.materialize-textarea{
  /*top: auto;*/
  /*bottom: auto;*/
  /*font-size: 1.4rem !important;*/
  /*padding: .8rem 0 1.6rem 0;*/
  /*min-height: 0rem !important;*/
  /*padding: 50px 0 25px 20px;*/

}
.input-field.with-bg label {
  color: initial;
}
.input-field.with-bg input {
/*background-color: rgba(255,255,255,0.69);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-radius: 60px;*/
border-bottom: 3px #fe9651 solid;

}
.input-field input[type=search] {
  padding: 21px 40px;
}

::placeholder {
color: #9e9e9e;
position: absolute !important;
}

/* a reactiver input[type=text].invalid, input[type=text]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid {
    animation-duration: 0.4s;
    animation-name: bounceIn;
    color : yellow;
    text-align: center;
}*/
/* Masonry */
.grid {
  margin: 0;
}
.grid-item {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 1px;
}

/* Filter */
.controls button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: transparent;
    color: inherit;
    border-radius: 2px;
    cursor: pointer;
    color: inherit;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in
}
.controls button.active {
    background: #FF8484;
    color: #fff;
    border-color: #FF8484;
}
.controls label {
    margin-right: 8px;
}
.mix,
.gap {
    float: left;
    width: 50%;
    margin: 0;
}
.mix {
    display: none;
    padding: 1px;
}
.mix figure {
    display: none;
}
#filter.grid .mix {
    /*width: 50%;* initiali*/
    width: 33%;
}
#filter .mix {
    width: 100%;
}

/* Card */
.card {
  margin: 0 0 1rem 0;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
}
.card .media-top-object {
  padding: 1rem;
  margin: 0;
}
.card .media-top-object .media-body span {
  display: inline;
}
.card .header-hover {
    padding: 20px 20px 20px 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}
.card .header-hover img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.card .details span {
    display: block;
    font-size: 14px;
}
.card .image {
  position: relative;
}
.card .btn-flat {
  padding: 0;
}
.card p {
  margin-bottom: 0;
}

/* Gallery Card */
.grid-item.gallery-item-card {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 6px 12px;
    width: calc(50% - 12px);
}
.gallery-item-header {
    padding: 10px 20px;
    position: relative;
}
.gallery-item-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.gallery-item-header span {
    display: block;
    font-size: 14px;
}

/* Chat */
.chat .message p {
    margin-bottom: 0;
    font-size: 14px;
}
.chat span {
    font-size: 12px;
}
.chat ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.chat ul li > img {
    float: left;
}
.chat ul li .message {
    margin-left: 55px;
    position: relative;
    padding: 12px 16px;
    border-radius: 4px;
}
.chat ul li .message.first {
    border-top-right-radius: 20px;
}
.chat ul li .message.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chat ul li.message-left {
    margin-bottom: 36px;
}
.chat ul li.message-right .message.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
}
.chat ul li.message-right > img {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-right .message {
    margin-right: 55px;
    margin-left: 0;
    margin-bottom: 2px;
    background-color: #f1f1f1 !important;
}
.chat ul li.message-left > img {
    margin-right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-left .message {
    background-color: #f0f8ff;
    margin-bottom: 2px;
}
.message-right > span,
.message-left > span {
    margin-bottom: 20px;
    display: block;
}
.message-left > span {
    margin-left: 55px;
}
.photo-add {
    margin-top: 8px;
}
.photo-add .square-user {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    float: left;
}
.chat-day {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Banners */
.shop-banner {
    width: 50%;
    float: left;
    position: relative;
}
.shop-banner-full {
  width: 100%;
  float: left;
  position: relative;
}
.shop-banner h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.2rem;
}
.shop-banner p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 100;
    font-size: 1.6rem;
}
.shop-banner .opacity-overlay {
  border: 1px solid #fff;
}

/* News */
.news .media-top-object {
  padding: 20px 20px 0;
}
.news .media-body a {
  color: #222;
  font-weight: 400;
}
.news .news-title {
    font-size: 20px;
    margin: 5px 0;
    line-height: 1.3;
}
.news .media-left {
  width: 33%;
  margin-right: 0;
}
.news .news-channel {
    font-size: 12px;
}
.news .news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #9e9e9e;
}
.news-main {
    position: relative;
}
.top-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
}
.top-news-title a {
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}
.top-news-channel {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    color: #fff;
}
.top-news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
}
.news img {
    padding-top: 4px;
}
/* Player */
.player-info {
    padding: 24px 20px;
}
.player-info h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.player-info span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.85;
}
.player-controllers {
    padding: 20px;
    display: flex;
}
.player-controllers i {
    color: #ffffff;
    flex-grow: 1;
}
.upnext {
    /*padding: 20px;*/
    padding: 0 20px;
}
.next-song {
    padding: 9px 0;
    /*padding: 20px 0;*/
    position: relative;
}
.next-song span:first-child {
    margin-right: 16px;
}
.next-song i {
    position: absolute;
    right: 0;
    top: 12px;
}

/* Notification */
.notification {
    padding: 10px 17px;
    border-radius: 4px;
    position: relative;
    margin: 20px;
}
.notification p {
    margin-bottom: 0;
}
.close-notification {
    position: absolute;
    top: 2px;
    right: 12px;
}
.notification-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.notification-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.notification-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.notification-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* Chart */
.card.chart {
  padding: 20px;
  margin: 20px;
}
.c-widget {
    display: flex;
    align-items: center;
}
.c-widget-figure {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.c-widget-body {
    flex: 1;
}
.legend {
    margin-bottom: 20px;
}
.legend h5.uppercase {
    margin-top: 0;
}
.legend p {
    margin-bottom: 0;
}
span.data-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

/* ToDo */
.choose-date p {
    margin: 0;
    padding: 10px 0;
}
.choose-date p:first-child {
    padding-top: 0;
}
.choose-date p i {
    margin-right: 25px;
    position: relative;
    font-size: 26px;
    top: 3px;
}
.todo input[type="checkbox"]:checked + label {
    text-decoration: line-through;
    color: #9e9e9e;
}
.todo input[type="checkbox"] + label {
    color: inherit;
}
.todo .todo-element {
    position: relative;
    margin: 15px;
    padding: 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
.todo .todo-element:last-child {
    border-bottom: 1px solid #eee;
}
.todo .todo-element span {
    display: block;
    margin-left: 35px;
    font-size: 14px;
    color: #9e9e9e;
}
.todo .todo-element img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}

.btnheader{
  transition: .2s ease-out;
  cursor: pointer;
  text-align: center;
    letter-spacing: .5px;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    display: inline-block;
    outline: 0;
    text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}




/* FAQ */
ul.faq {
    margin: 0 20px 40px;
}

/* Product */
.product.half {
  width: 50%;
  padding: 10px;
  float: left;
}
.product-info {
  text-align: center;
  padding: 10px 20px;
}
.product-description {
  border-top: 1px solid #eee;
}
.product-variation {
  padding: 0 20px 20px;
}
.product-variation h5 {
  margin-bottom: 1rem;
}
.sizes .size {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sizes .size:hover {
    border: 1px solid #FF8484;
    background-color: #FF8484;
    color: #fff;
}
.rating {
    margin: 0;
}
.rating i {
    opacity: 0.15;
    display: inline-block;
    font-size: 1.2rem;
}
.rating i.active {
    opacity: 0.9;
    color: #ff9800;
}
/* Checkout */
.checkout-header {
    box-shadow: none;
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0 0;
    background-color: #fafafa;
}
.checkout-header .collapsible-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #fafafa;
}
.checkout-header .checkout-price {
    font-size: 18px;
}
.checkout-header .collapsible-body {
    padding: 20px;
}
.checkout-header .collapsible-body .checkout-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.checkout-image {
    width: 64px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.checkout-product-title {
    flex: 1;
}
.checkout-product-title,
.checkout-product-title:last-child {
    margin-bottom: 0;
}
.checkout-product-title h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout-product-title h6 .right {
    font-weight: 400;
}
.checkout-header .input-field {
    display: flex;
}
.checkout-header .discount input {
    flex: 1;
}
.checkout-header .discount .btn {
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.discount {
    padding: 20px 0;
}
.subtotal {
    padding: 10px 0 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subtotal h6 {
    font-size: 16px;
}
.subtotal span {
    margin: 0;
    padding: 0;
    display: block;
}
.total {
    padding: 20px 0 0;
}
.total h4 {
  margin-bottom: 0;
}
.form-inputs {
    padding: 20px;
}
.form-inputs h4 {
    margin-bottom: 25px;
}
.shipping-address {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.form-inputs .remember {
    margin: 20px 0;
}

/* Search */
.search-results .collapsible-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
/* Calendar */
.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar td,
.calendar th {
    padding: 0;
}
.calendar {
    text-align: center;
    padding: 0 20px 20px;
}
.calendar thead {
    color: #fff;
    opacity: 0.9;
    border: none;
}
.calendar tbody {
    color: #fff;
}
.calendar tbody td:hover {
    background-color: rgba(255, 255, 255, .2);
}
.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: calc(13vw - 16px);
    height: calc(13vw - 16px);
    line-height: calc(13vw - 18px);
    margin: 5px;
}
.calendar .prev-month,
.calendar .next-month {
    opacity: 0.4;
}
.current-day {
    background: #fff;
}
.calendar tbody td.current-day:hover {
    background-color: rgba(255, 255, 255, 1);
}
.event {
    cursor: pointer;
    position: relative;
}
.event:after {
    background: #fff;
    border-radius: 50%;
    bottom: 3px;
    display: block;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0px 0 0 -2px;
    position: absolute;
    width: 4px;
}
.event.current-day:after {
    background: #fff;
}
/* Activity */
.activity {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.activity p {
    margin: 0;
}
.activity-time span,
.activity-time i {
    vertical-align: middle;
    margin-right: 5px;
}
.activity-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    margin: 20px 0 0;
}
.activity-type.second-type {
    right: 50px;
}
.activity-type i {
    font-size: 24px;
    color: #fff;
}
/* Lockscreen */
.clock h2 {
    font-size: 48px;
    font-weight: 100;
    margin-top: 90px;
    margin-bottom: 5px;
    color: #ffffff;
}
.clock span {
    color: #ffffff;
    opacity: 0.7;
}
.collection.notify {
    border: none;
    margin: 0;
    padding: 20px;
}
.collection.notify .collection-item {
    padding: 0;
    border-radius: 2px;
    margin-bottom: 5px;
}
.notify-header {
    padding: 10px 20px 10px 65px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.notify-header img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.notify-author span {
    display: block;
    font-size: 14px;
}
.notify-author span.truncate {
    margin: 7px 0 3px;
    opacity: 0.85;
}
.notify-author span.small {
    opacity: 0.5;
    text-align: right;
    margin-top: 10px;
    display: block;
}
.unlock {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    margin: 0 auto;
    border: 2px solid transparent;
}
.unlock:hover {
    border: 2px solid #fff;
}

/* Timeline */
#timeline {
  margin-left: 74px;
  /*margin-left: 58px;*/
  border-left: 1px solid #eee;
}
#timeline .media-top-object {
  position: relative;
  padding-right: 0px !important;
}
#timeline .media-top-object .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.75;
  position: absolute;
  left: -8px;
  top: 24px;
}

/* Article */
.article .title {
  margin-top: 16px;
}
.article .social-share-author {
  margin-left: 0;
  margin-right: 0;
}
/* Event */
.event-header {
  width: 100%;
  height: 100vh;
  position: relative;
}
.event-header .title {
  margin: 25px 0 0;
}
.event-header .event-category {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
}
.event-header .bottom {
  bottom: 40px;
}

/* First connect page */
/*.first-header {
  width: 100%;
  height: 59vh;
  position: relative;
  border-bottom-right-radius: 25%;
  border-bottom-left-radius: 25%;

}
.first-header .title {
  margin: 25px 0 0;
}
.first-header .event-category {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
}
.first-header .bottom {
  bottom: 40px;
}*/

/* Feature */
.feature {
  padding: 50px 20px 30px;
}
.feature img {
  width: 50%;
  margin: 0 auto 30px;
}
.feature h3 {
  margin-bottom: 5px;
}




.menu-open .menu.moveup {
  display: none;
}


/*YAYA*/
.vert {
  color: #bcd861 !important
}
.box-shadow{
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.border-b{
  border-bottom: dotted 1px #fff;
}

.border{
  border: dotted 3px orange;
}

.pink-shadow {
  text-shadow: 1px 2px #ff8484; /*pink*/
  text-shadow: 1px 2px #444; /*grey*/
}

.text-shadow {
  text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
.orange-trans{
  background-color: rgba(253, 151, 34, 0.35);
}

.bg-rose{
  background-color: #FF8484;
}

.bg-blanc{
  background-color: #FFFFFF;
}

.bg-blanc-trans{
  background-color: rgba(255, 255, 255, 0.36);
}
.bg-bleu{
  background-color: #e1e9f6;
}

.gradient-1 {
  background: rgba(81, 137, 220, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(81, 137, 220, 0.92) , rgba(155, 70, 219, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(81, 137, 220, 0.92) , rgba(155, 70, 219, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-2 {
  background: rgba(155, 70, 219, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(155, 70, 219, 0.92) , rgba(255, 29, 110, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(155, 70, 219, 0.92) , rgba(255, 29, 110, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-3 {
  background: -webkit-linear-gradient(to left, rgba(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-3-opacity {
  background: -webkit-linear-gradient(to left, rgba(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, rgb(255, 132, 132) , rgba(253, 151, 34, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to top, rgba(255, 132, 132, 0.6) , rgba(253, 151, 34, 0.9));
}
.gradient-3-opacity-left {
  background: -webkit-linear-gradient(to left, rgba(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to left, rgba(255, 132, 132, 0.6) , rgba(253, 151, 34, 0.9));
  z-index: -1;
}
.gradient-3-opacity-left-header {
  background: -webkit-linear-gradient(to left, rgba(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to left, rgba(255, 132, 132, 0.6) , rgba(253, 151, 34, 0.9));
  z-index: -1;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.gradient-bleu-opacity {
background: linear-gradient(to top, #e1e9f6 , #ffffff);
}

.gradient-3-br {
  background: rgba(255, 29, 110, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom right, rgba(255, 29, 110, 0.92) , rgba(253, 151, 34, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-4 {
  background: rgba(253, 151, 34, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(253, 151, 34, 0.92) , rgba(244, 227, 149, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(253, 151, 34, 0.92) , rgba(244, 227, 149, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-5 {
  background: rgba(244, 227, 149, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(244, 227, 149, 0.92) , rgba(63, 205, 83, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(244, 227, 149, 0.92) , rgba(63, 205, 83, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-6 {
  background: rgba(81, 220, 186, 0.92); /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgba(81, 220, 186, 0.92) , rgba(81, 137, 220, 0.92)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgba(81, 220, 186, 0.92) , rgba(81, 137, 220, 0.92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.opacity-overlay-pink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 132, 132, 0.83);
}

.opacity-overlay-cream{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 58%, #fce5cf 99%, #fce5cf 100%) repeat scroll 0 0;
}

.opacity-overlay-rose-trans {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 132, 132, 0.70);
}

.opacity-overlay-outdate {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(254, 150, 81, 0.87);
    z-index: 1;
}

.color-fff{
  color: #ffffff !important;
}

.color-rose{
  color: #FF8484 !important;
}

.btn-blue{
    padding: .8em 1em;
    background: #47c0eb;
    color: white !important;
    border-radius: 0.25em;
}

.imginvite{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*float: left;*/
  /*margin-bottom: 12px;
  margin-top: 12px;*/
  margin: auto;
  padding: 5px;
}

.demo-gallery{
  /*margin-left: 12px;
  margin-right: 12px;*/
  margin-left: 0px;
  margin-right: 0px;
  }

 .desir-img{
  /*width: 342px;*/ change yaya
  margin-right: auto;
  margin-left: auto;
 }
 .div-center{
  margin-right: auto !important;
  margin-left: auto !important;
 }

 .view-desk {
     max-width: 500px;
     margin-right: auto !important;
     margin-left: auto !important;
 }
/*INDEX*/
.ico-1-center{
  background-image: url("../img/icons/ico-1.png");
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.ico-7-center{
  background-image: url("../img/icons/ico-7.png");
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.ico-9-center{
  background-image: url("../img/icons/ico-9.png");
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.ico-10-center{
  background-image: url("../img/icons/ico-10.png");
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.ico-13-center{
  background-image: url("../img/icons/ico-13.png");
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.ico-close-center{
  background-image: url("../img/icons/ico-close.png");
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

/*MA TODO*/
.btn-float {
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  height: 53px;
  width: 53px;
  line-height: 53px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

/*DASHBOARd #1*/

.collection a.collection-item:not(.active):hover{
  background-color: #FF848C !important;
  color: #ffffff !important;

}
a.collection-item>i.ion-arrow-right-b:not(.active):hover{
  display: none;
}

.bdr-g{
  border: 5px solid #f5f5f5;
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.bdr-dot-r{
  border-right: dotted #ccc 1px;
}

.bdr-dot-b{
  border-bottom: dotted #ccc 1px;
}

.bdr-radius-30{
  border-radius: 30px !important;
}

#bg-map{
    background: url(../img/ico-itinerary.png);
    background-size: 100px 80px;
    background-repeat: no-repeat;
}

#bg-wish{
    background: url(../img/ico-gift.png);
    background-size: 100px 80px;
    background-repeat: no-repeat;
}

.pie-chart-2{
  background: url(../img/pie-chart-2.png) center left no-repeat;
  background-size: contain;
  background-position-x: 25%;
}


/*MA BOURSE*/

.mazzie{
  width: 30%;

}
.tuto{
  background-image: url(../img/paon.png);
}
.insert-budget{
  border-bottom-left-radius: 29%;
  border-bottom-right-radius: 29%;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.input-default{
  /*margin-top: 60% !important;*/
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.card-2.chart{
  padding: 1px;
  margin: 1px;
}
.card-2{
  /*margin: 0 0 1rem 0;*/
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  position: relative;
    overflow: hidden;
    /*margin: 0.5rem 0 1rem 0;*/
    /*background-color: #fff !important;*/
    transition: box-shadow .25s;
    border-radius: 2px;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/

}

/*.bg-i-or{
  width: 30px !important;
    height: 30px;
    background-color: orange;
    border-radius: 6px;
    line-height: 5rem !important;
}*/
.header-dep-cat {
  height: 6rem !important;}

.header-dep-cat i{
  line-height: 5rem !important;
}
.header-dep-cat span{
  line-height: 5rem !important;
}

.bg-i-or:before{
  width: 30px !important;
    height: 30px;
    background-color: orange;
    border-radius: 6px;
    padding: 0.5rem;
margin: -4px;
}

li.next-song{
  border-bottom: dashed 1px orange;
}

.txt-or{
  color: #fe9651 !important
}

.txt-4{
  color: #444444 !important;
}

.txt-52 {
  font-color: #525252 !important;
}

.700{
  font-weight: 700 !important;
}
.400{
  font-weight: 400 !important;
}
/*.300{
  font-weight: 300 !important;
}*/
span.small.300{
  font-weight: 400 !important
}

/* ASTUCE */
.astuce ul.indicators{
  display:none ;
}


/*PLAN DE TABLE */

/* Sliders */
.swiper-pagination-bullet-nbr-active {
  background: #FF9800;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  width: auto;
  height: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 20px;
  width: auto;
  height: auto;
}
.swiper-slide .bottom {
  padding: 20px 20px 40px !important;
}

.swiper-pagination-pdt-bullet{
width: 40px;
height: 40px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
.swiper-pagination-pdt-bullet-active {
    background: #FF8484;
}

span.swiper-pagination-bullet{
  /*margin-right: 25% !important;*/
}
.swiper-pagination-pdt-clickable .swiper-pagination-pdt-bullet {
    cursor: pointer;
}
.steps .swiper-pagination-pdt .swiper-pagination-pdt-bullet {
    margin: 5px;
    position: relative !important;
}
.steps .swiper-pagination-pdt {
    margin-bottom: 60px;
}
.swiper-container-horizontal>.swiper-pagination-pdt {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/*MES INVITES*/
.controls-invit button {
    display: inline-block;
    padding: 7px 0px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    background: transparent;
    color: inherit;
    border-radius: 30px;
    cursor: pointer;
    color: inherit;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    width: 24%;
    line-height: 1.1;
}
.controls-invit button.active {
    background: linear-gradient(to left, rgb(255, 132, 132) , rgba(253, 151, 34, 0.92));
    color: #fff;
    border-color: rgba(253, 151, 34, 0.92);
}
.controls-invit label {
    margin-right: 8px;
}

.guest-name{
   /*background-color: red;*/
   /* height: 100px; */
   /* line-height: 17px; */
   /*margin-left: 5px;*/
   width: 50%;
   /*float: left;*/
   margin: auto;
   text-align: center;
}

.statut-confirme{
 background-color: #bcd861;
 color: #fff;
 padding: 4px;
 border-radius: 5%
}

 .statut-decline{
 background-color: red;
 color: #fff;
 padding: 2px;
 padding: 4px;
 border-radius: 5%
}

 .statut-attente{
 background-color: grey;
 color: #fff;
 padding: 2px;
 padding: 4px;
 border-radius: 5%
}

.ion-ios-checkmark{
font-size:30px;
color:#bcd861;
position:absolute;
margin-left: 120px;
}

.ion-help-circled{
font-size:30px;
color:grey;
position:absolute;
margin-left: 120px;
}

.ion-close-circled{
font-size:30px;
color:red;
position:absolute;
margin-left: 120px;
}

.ion-checkmark-round{
font-size: 30px;
color: green;
text-decoration: underline;
}

.underline{
  text-decoration: underline !important;
}

.group-title-GL {
  height: 30px;
  text-align: center;
}
.group-title {
  height: 68px;
  background-color: white;
  text-align: center;
}

/*Mes invités*/
.center-align {
  text-align: center;
}

/*Choose profile*/
.or-etiq {
  background-color:#F83;
  padding-left: 6px;
}

/*a supprimer*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover
.dropdown:hover .dropdown-content {
    display: block;
}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/*------------------------------------------------------------------------------------------------------------------------------------*/
/*FLOATING BUTTON TEST*/


.modal-test.bottom-sheet-test {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

@media only screen and (max-width: 992px)
.modal-test {
    width: 80%;
}
.modal-test {
    /* display: none; */
    /* position: fixed; */
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.modal-test {
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21);
}
.modal-test .modal-content-test {
    padding: 24px;
}

.modal{
  border-radius: 25px !important;
}

.btn:hover, .btn-large:hover{
  background-color: #fe9651 !important;
  color: #ffffff !important;
}

.row .col.s3-5 {
    width: 20%;
    margin-left: 0;}

    /*MON IDA*/

.date-ida{
  font-size: larger;
  position: absolute;
  margin-left: -60px;
  width: fit-content;
  margin-top: 22px;
}
    #ida-nophoto{
      background: url('../img/424.jpg');
      height: 200px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    .c-happy-line {
    height: 8.199219vw;
    /*height: 4.199219vw;*/
    background-size: 100% 4.19921875vw;
    width: 100%;
    fill: #fafafa;
    /*background: url(https://www.lifesum.com/media/happy-line.86a7331e.svg);*/
    background: url(../img/happy-line.86a7331e.svg);
  }

  .c-jumbotron__curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

#titremariage:after {
   content: ' \2053';
   text-align: center;
   color: #FFFFFF !important;
}



.pulse{overflow:initial;position:relative;}
.pulse::before{content:'';display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-color:inherit;border-radius:inherit;-webkit-transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, transform .3s;transition:opacity .3s, transform .3s, -webkit-transform .3s;-webkit-animation:pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;animation:pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;z-index:-1}
@-webkit-keyframes pulse-animation{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}
@keyframes pulse-animation{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}
.picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;
bsolute;z-index:10000;

/*VERSION CIRCULAIRE*/
