
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #4c5463;
  font-weight: 400;
  background-color: #fff;
  background-repeat:no-repeat;
  background-position: center center;
  background-size:cover;
}
body::after {
  clear: both;
  content: "";
  display: table;
  padding-bottom:70px;
}

.separator {
  height: 1px;
  border-bottom:2px solid #ececec;
  margin-right:20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.basicContent-container img.illu {
  max-height: 150px;
    width: auto;
    border-radius: 6px;
}



input::-webkit-input-placeholder {
color: #494842;
}
input::-moz-placeholder {
color: #494842;
}
input:-moz-placeholder {
color: #494842;
}
input:-ms-input-placeholder {
color: #494842;
}


.picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
}

#spaces-box {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
    background-color: #f9f9f9;
}



a.button-back:link, a.button-back:active, a.button-back:hover, a.button-back:visited {
  background-color: #ececec;
  border-radius: 6px;
  display: inline-block;
  color: #494843;
  font-size: 15px;
  padding: 7px 15px 7px 10px;
  font-weight: 300;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 20px;
  text-decoration: none;
}

a.button-back:before {
  display: block;
    content: '<';
    font-size: 24px;
    float: left;
    padding-right: 3px;
    font-weight: 700;
    font-family: BenchNine;
}

a.button-back:hover {
  background-color:#e0e0e0;
}

a.button-action:link, a.button-action:active, a.button-action:hover, a.button-action:visited {
    background-color: #6daaa2;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 7px 12px 7px 12px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration: none;
    line-height: 20px;
    margin-bottom:10px;
}

a.button-action.plus:before {
    display: block;
    float: left;
    content: '+';
    font-size: 28px;
    line-height: 15px;
    margin-top: 1px;
    padding-right: 8px;
    font-weight: 200;
}

a.button-action:hover {
  background-color:#5f948d;
}


.search_send {
    outline: none;
    background-color: #6daaa2;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    border: 0px solid #6daaa2;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px 7px 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: -39px;
    margin-right: 20px;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;



}


.no-results {
    text-align: center;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: "Oswald", sans-serif !important;
}

.buttonNextToTitle {
  vertical-align: text-top;
  margin-left: 10px;
}






a.button-visio:link, a.button-visio:active, a.button-visio:hover, a.button-visio:visited {
    background-color: #6daaa2;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 7px 15px 7px 15px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 2px;
      font-family: "Oswald", sans-serif;
}

a.button-visio:hover {
    background-color:#5f948d;
}



a.button-filter:link, a.button-filter:active, a.button-filter:hover, a.button-filter:visited {
  border: 1px solid #ececec;
  border-radius:5px;
  display: inline-block;
  color: #494843;
  background-color: #fff;
  font-size: 12px;
  padding: 0px 8px 0px 6px;
  font-weight: 200;
  line-height: 29px;
  margin-top: -10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  margin-right: 0px;
  vertical-align: bottom;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 300;
}

a.button-filter:before {
    display: block;
    float: left;
    content: '+';
    font-size: 28px;
    line-height: 15px;
    margin-top: 6px;
    padding-right: 5px;
    font-weight: 200;
}

a.button-filter:hover {
  background-color:#f2f2f2;
}


a.button-filter-remove:link, a.button-filter-remove:active, a.button-filter-remove:hover, a.button-filter-remove:visited {
  border: 1px solid #ececec;
  display: inline-block;
  color: #494843;
  background-color: #fff;
  font-size: 12px;
  padding: 0px 8px 0px 6px;
  font-weight: 200;
  line-height: 29px;
  margin-top: -10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  margin-right: 20px;
  vertical-align: bottom;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 500;
  border-radius:5px;
}

a.button-filter-remove:before {
        display: block;
    float: left;
    content: 'x';
    font-size: 14px;
    font-family: quicksand;
    line-height: 15px;
    margin-top: 8px;
    padding-right: 6px;
    padding-left: 1px;
    font-weight: 600;
}

a.button-filter-remove:hover {
  background-color:#f2f2f2;
}




a.button-more:link, a.button-more:active, a.button-more:hover, a.button-more:visited {
  display: inline-block;
  color: #c8c8c6;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration: none;
}

a.button-more:hover {
  color: #a6a6a6;
}


.activities-filter {
    border: 1px solid #eee;
    border-radius: 8px;
    width: fit-content;
    padding: 8px 5px;
    margin-bottom: 25px;
}


.activities-filter a:link, .activities-filter a:active, .activities-filter a:hover, .activities-filter a:visited {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 10px;
    color:#ccc;
}

.activities-filter a.active:link, .activities-filter a.active:active, .activities-filter a.active:hover, .activities-filter a.active:visited {
    color: #6daaa2;
}

.infobulle {
    position: relative;
    top: -32px;
    left: calc( 100% + 10px);
}

.infobulle .icon {
    background-color: #6daaa2;
    border: 1px solid #6daaa2;
    color: #fff;
    border-radius: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
    z-index: 1;
    display: inline-block;
    position: absolute;
    padding: 0px;
    font-size: 13px;
    font-weight: 700;
}

.infobulle .text {
text-transform: uppercase;
    max-width: 300px;
    border-radius: 5px;
    border: 1px solid #6daaa2;
    background-color: #fff;
    padding: 8px 15px;
    color: #888;
    display: none;
    font-size: 11px;
    z-index: 0;
    font-weight: 400;
    position: absolute;
    left: 10px;
    bottom: -12px;
}



h2 .infobulle {
    position: absolute;
    top: 6px;
    left: calc( 100% + 0px);
    text-transform: none;
    line-height: 1.5;
}

h2 .infobulle .text {
    width:300px;
}

.cd-main-content .content-wrapper h2 .infobulle span.text {
    display:none;
}

.cd-main-content .content-wrapper h2 .infobulle:hover span.text {
    display:block;
}


td .infobulle .icon {
    text-transform: none;
}

td .infobulle .text {
    white-space: normal;
    margin-right: 20px;
}


.non-editable {
    border-radius: 6px;
    width: max-content;
    display: inline-block;
    font-size: 14px;
    padding: 5px 13px 5px 8px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #494843;
    background-color: #eaeaeb;
}

.non-editable strong {
    font-weight: 500 !important;
}

.infobulle:hover .icon {
    display: block;
    color:#6daaa2;
    background-color: #fff;
    border: 1px solid #6daaa2;
    z-index:3;
}

.infobulle:hover .text {
    display: block;
    z-index:2;
}

.infobulle.fixed {
    left: 0;
    top: 0;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    width: fit-content;
    margin-bottom: 20px;
    border: 1px solid #6daaa2;
}

.infobulle.fixed .icon {
    position: relative;
}

.infobulle.fixed .text {
    display: inline-block;
    position: relative;
    left: 0;
    border: none;
    padding: 0 0 0 10px;
    bottom: inherit;
    background-color: inherit;
    max-width: none;
}

.infobulle.fixed:hover .icon {
    position: relative;
    display: inline-block;
    color:#fff;
    background-color: #6daaa2;
    border: 1px solid #6daaa2;
}

.infobulle.fixed:hover .text {
    display: inline-block;
}

.url-copy  {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100px;
    text-transform: uppercase;
    height: 30px;
    color: #6daaa2;
    display: inline-block;
    padding-left: 27px;
    vertical-align: middle;
    padding-top: 5px;
    margin-top: -5px;
    margin-left: 10px;
    background-image: url(/img/icon-copy-g.png);
    cursor: pointer;
}




.radio-label {
    color:#888;
}


table.listing {
  margin-bottom:25px;
}

table.listing tr th {
  font-size:15px;
  color:#6daaa2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  padding:5px 20px 5px 0;
  border-bottom:3px solid #ececec;
}

table.listing tr td {
  font-size:15px;
  color:#494843;
  font-weight: 400;
  text-transform: uppercase;
  height: 50px;
  text-align: left;
  padding:9px 20px 5px 0;
  border-bottom:2px solid #ececec;
}

table.listing tr td.waiting {
  opacity:0.4;
}

table.listing tr td .fa-clock {
  color: #54a99e;
}

table.listing tr td .color {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0px;
    vertical-align: text-bottom;
}

table.listing tr td.green {
  color:#6daaa2;
}

table.listing tr td .day {
    background-color: #E2ECEB;
    color: #6daaa2;
    border-radius: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 0px;
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
}


table.listing tr td .tip {
  border-radius: 15px;
    display: inline-block;
    padding: 2px 15px;
    font-size: 13px;
    font-weight: 400;
}

table.listing tr td .green { 
  background-color:#dfeae8;
  color:#629891; 
}

table.listing tr td .yellow { 
  background-color:#fcf0e6;
  color:#f0b281; 
}

table.listing tr td .red { 
  background-color:#fceeee;
  color:#f1acac; 
}


table.listing tr td a.organize:link, table.listing tr td a.organize:active, table.listing tr td a.organize:hover, table.listing tr td a.organize:visited {
  border-radius: 15px;
    display: inline-block;
    padding: 2px 15px;
    font-size: 13px;
    font-weight: 400;
    background-color: #dadad9;
    color:#494843;
    margin-left:8px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  margin-right: 5px;
}

table.listing tr td a.organize:hover {
  background-color:#cdcdcd;
}


table.listing tr td a.edit:link, table.listing tr td a.edit:active, table.listing tr td a.edit:hover, table.listing tr td a.edit:visited,
table.listing tr td a.delete:link, table.listing tr td a.delete:active, table.listing tr td a.delete:hover, table.listing tr td a.delete:visited,
table.listing tr td a.users:link, table.listing tr td a.users:active, table.listing tr td a.users:hover, table.listing tr td a.users:visited,
table.listing tr td a.sites:link, table.listing tr td a.sites:active, table.listing tr td a.sites:hover, table.listing tr td a.sites:visited,
table.listing tr td a.calendar:link, table.listing tr td a.calendar:active, table.listing tr td a.calendar:hover, table.listing tr td a.calendar:visited,
table.listing tr td a.duplicate:link, table.listing tr td a.duplicate:active, table.listing tr td a.duplicate:hover, table.listing tr td a.duplicate:visited
 {
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  font-size: 13px;
  padding: 5px 12px 5px 12px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
}

table.listing tr td a.edit.plus:before,
table.listing tr td a.delete.plus:before,
table.listing tr td a.users.plus:before,
table.listing tr td a.sites.plus:before,
table.listing tr td a.calendar.plus:before,
table.listing tr td a.duplicate.plus:before {
    display: block;
    float: left;
    content: '+';
    font-size: 28px;
    line-height: 15px;
    margin-top: 1px;
    padding-right: 8px;
    font-weight: 200;
}

table.listing tr td a.edit:link, table.listing tr td a.edit:active, table.listing tr td a.edit:hover, table.listing tr td a.edit:visited {
  color: #e29535;
  background-color: #f9ead6;
}

table.listing tr td a.delete:link, table.listing tr td a.delete:active, table.listing tr td a.delete:hover, table.listing tr td a.delete:visited {
  color: #be0812;
  background-color: #f2cdcf;
}

table.listing tr td a.users:link, table.listing tr td a.users:active, table.listing tr td a.users:hover, table.listing tr td a.users:visited,
table.listing tr td a.sites:link, table.listing tr td a.sites:active, table.listing tr td a.sites:hover, table.listing tr td a.sites:visited {
  color: #494843;
  background-color: #dadad9;
}

table.listing tr td a.duplicate:link, table.listing tr td a.duplicate:active, table.listing tr td a.duplicate:hover, table.listing tr td a.duplicate:visited {
  background-color:#fff;
  color:#333333;
  padding: 5px 0 5px 0;
}

table.listing tr td a.calendar:link, table.listing tr td a.calendar:active, table.listing tr td a.calendar:hover, table.listing tr td a.calendar:visited {
    color: #555;
    background-color: #eee;
}

table.listing tr td a.edit:hover {
  background-color:#f5ddbc;
}

table.listing tr td a.delete:hover {
  background-color:#eebdbf;
}

table.listing tr td a.users:hover,
table.listing tr td a.sites:hover {
  background-color:#c7c7c7;
}

table.listing tr td a.duplicate:hover {
  opacity:0.7;
}

table.listing tr td a.calendar:hover {
  background-color:#E4E4E4;
}




.date {
  font-family:arial;
  font-size:12px;
  opacity:0.9;
}



.cd-nav .entity {
    height: 103px;
    display: table;
    padding: 26px 0px;
    line-height: 103px;
}

.cd-nav .entity a {
    display: table-cell;
    vertical-align: middle; 
}

.cd-nav .entity img {
    max-height: 50px;
    max-width: 120px;
    display: table-cell;
    vertical-align: middle;
    outline: none;
    border: 0;
}

.account-infos {
    background-color: #ececec;
    cursor: pointer;
     -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.account-infos:hover {
    opacity:0.75;
}

.account-infos .avatar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #54a99e;
    border-radius: 50px;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
    background-image: url('/img/profile-min.png');
}

.account-infos .notifs {
    background-color: #6daaa2;
    color: #fff;
    border-radius: 30px;
    width: 24px;
    display: inline-block;
    height: 24px;
    padding: 5px 0px;
    right: 24px;
    top:24px;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.account-infos .welcome {
        display: inline-block;
    text-align: right;
    margin-top: 8px;
    font-size: 18px;
    color:#494843;
}

.account-infos .hello {
    display: block;
    line-height: 22px;
}

.account-infos .name {
    display: block;
    font-weight: 300;
    line-height: 22px;
}





label {
  color: #6faba3;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 6px;
}

label .infos {
  color: #75746f;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    margin-left: 5px;
    display: inline-block;
}


.responsive3, .responsive4, .responsive6, .responsive9, .responsive12 { 
  display: inline-block; 
  margin-bottom:20px;
  float:left;
  padding-right:20px;
}
.responsive3 { width:25%; }
.responsive4 { width:33.33%; }
.responsive6 { width:50%; }
.responsive9 { width:75%; }
.responsive12 { width:100%; }

.responsive-return { 
  height: 1px;
  clear:both; 
}

.more-infos {
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-width: 300px;
    width:fit-content;
}



input[type="text"], input[type="password"], input[type="time"], input[type="date"], .select2-container {
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Oswald';
    border: 1px solid #fff;
    font-weight: 300;
    color: #494843;
    border-radius: 5px;
    box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
    outline: none;
    width:100%;
}

select {
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Oswald';
    border: 1px solid #fff;
    font-weight: 300;
    color: #494843;
    border-radius: 5px;
    box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
    outline: none;
    width: 100%;
}

textarea {
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Oswald';
    border: 1px solid #fff;
    font-weight: 300;
    color: #494843;
    border-radius: 5px;
    box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
    outline: none;
    width: 100%;
    height:200px;
}

button {
  padding: 8px 8px 8px 15px;
    border: 2px solid #6daaa2;
    background-color: #fff;
    color: #6daaa2;
    font-family: 'Oswald';
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 0px;
    border-radius: 5px;
}

button:hover {
  opacity:0.75;
}

button:after {
    display: block;
    content: '>';
    font-size: 24px;
    line-height: 21px;
    float: right;
    padding-left: 12px;
    font-weight: 700;
    font-family: BenchNine;
}

a.slot_delete:link, a.slot_delete:active, a.slot_delete:visited, a.slot_delete:hover  {
    background-color: #ccc;
    border-radius: 5px;
    padding: 9px 0 9px 0;
    width: 36px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    font-family: arial;
    margin-top: -11px;
    margin-right: 9px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
}

a.slot_delete:hover  {
    background-color: #dbdbdb;
}



.tox button:after {
    display: none;
}

form .message_error, .message_error {
    font-size: 16px;
    color: #ce6a6a;
    font-weight: 400;
    padding: 0px 20px 20px 0px;
}

form .message_error:before, .message_error:before {
    content: '!';
    font-size: 22px;
    background-color: #ce6a6a;
    color: #fff;
    font-weight: 600;
    font-family: times;
    padding: 5px;
    display: inline-block;
    width: 30px;
    text-transform: lowercase;
    height: 30px;
    text-align: center;
    margin-right: 8px;
    border-radius: 30px;
}

form .message_success, .message_success {
    font-size: 16px;
    TEXT-TRANSFORM: uppercase;
    color: #94c44c;
    font-weight: 400;
    padding: 0px 20px 20px 0px;
}

form .message_success:before, .message_success:before {
    content: 'i';
    font-size: 22px;
    background-color: #94c44c;
    color: #fff;
    font-weight: 600;
    font-family: times;
    padding: 5px;
    display: inline-block;
    width: 30px;
    text-transform: lowercase;
    height: 30px;
    text-align: center;
    margin-right: 8px;
    border-radius: 30px;
}

i {
  font-style: italic;
  font-size:11px;
}




.control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0px;
    padding-top: 2px;
    cursor: pointer;
}

.control.h8 {
    height: 8px;
}


.control.inline {
    color: #494843;
    text-transform: none;
    height: 20px;
}

label.inline2 {
    color: #494843;
    text-transform: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.view-file {
    color: #494843;
    text-decoration: none;
    margin-top: -12px;
    display: block;
    font-size: 14px;
    font-weight: 100;
}






.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #6daaa2;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #6daaa2;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}












select, input[type='text'] {
    -webkit-appearance: none;
}

select, input[type='date'] {
   
}


.button {

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #22B0DA;
  border: none;
  padding: 6px 12px;
  border-radius:3px;
  position: absolute;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-decoration: none;
  margin-top:10px;
  margin-bottom:20px;
}

input.title {
  font-size: 16px;
  width:350px;
  max-width:90vw;
}

table th {
  padding:10px 10px 10px 5px;
  font-size:13px;
  font-weight:400;
  text-align:center;
}

.ui-state-highlight {
    background-color: rgba(34,176,218,0.80);
    color:#fff;
    border-radius: 22px;
    padding: 6px 0 5px 0;
    width: 22px;
    font-weight: 500;
    margin: -3px;
    display: inline-block;
}

.ui-state-active {
    background-color: #4d5363;
    border-radius: 22px;
    color: #fff;
    padding: 6px 0 5px 0;
    width: 22px;
    font-weight: 500;
    margin: -3px;
    display: inline-block;
}



table td {
  padding:5px 15px 5px 5px;
  font-size:11px;
  font-weight: 400;
}

table tr:nth-child(odd) td{
  white-space: nowrap;
}

table tr:nth-child(even) td{
  background: #fff; 
  white-space: nowrap;
}

th  {
  padding-right:15px;
  white-space: nowrap;
}

#results th  {
  padding-bottom:15px;
  font-weight:400;
}

#results td  {
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-bottom: 12px;
}

.far, .fas, .fab {
  font-size:18px;
  padding-top:1px;
  color:#22B0DA;
}


/* --------------------------------

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
  padding: 100px 40px 40px 40px !important;
  font-weight: 400;
  font-size:0.6em;
  line-height: 20px;
}

.cd-main-content .content-wrapper h1 {
    padding: 0px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #4c5363;
    margin-bottom: 50px;
    line-height: 32px;
}

.cd-main-content .content-wrapper h2 {
  padding: 35px 0 0 0;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

.cd-main-content .content-wrapper h2 span {
  display: inline-block;
}

.cd-main-content .content-wrapper h3 {
  font-weight: 700;
      color: #4c5462;
      font-size: 24px;
      height: 48px;
}

.cd-main-content .content-wrapper h4 {
    font-size: 16px;
    color: #4c5462;
    font-weight: 400;
    height: 40px;
}

.cd-main-content .content-wrapper h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #22B0DA;
  font-size: 1rem;
  letter-spacing: .1em;
}

.cd-main-content .content-wrapper .home_skills {
  padding: 0px;
  font-size: 2rem;
  font-weight: 400;
  margin-top:15px;
  margin-bottom:15px;
  color:#22B0DA;
  display:inline-block;
}

.cd-main-content .content-wrapper a.back {
  margin-top:-15px;
  margin-bottom:15px;
  display:block;
}


.cd-main-content .content-wrapper ul {
  padding-top:0px;
}


.cd-main-content .content-wrapper strong {
  font-weight:bold;
}

.cd-main-content .content-wrapper p {
  padding-top:0px;
  padding-bottom:10px;
  font-family: Quicksand;
  font-weight: 400;
}

.cd-main-content .content-wrapper ul li span.title80 {
    width: 80px;
    display: inline-block;
}

.cd-main-content .content-wrapper ul li span.title150 {
    width: 150px;
    display: inline-block;
}




.cd-main-content::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'mobile';
}


@media only screen and (min-width: 768px) {

  .cd-main-content .content-wrapper h1 {
    font-size: 4.2rem;
  }

  .cd-main-content .content-wrapper {
    margin-left: 315px;
  }
  .cd-main-content::before {
    content: 'desktop';
  }
}

/* --------------------------------

Header

-------------------------------- */
.cd-main-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 -3px 20px rgb(0 0 0 / 20%);
}
.cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}



@media only screen and (min-width: 768px) {
  .cd-main-header {
    position: fixed;
    height: 103px;
  }
}

.cd-logo {
    float: left;
    display: block;
    margin: 11px 0 0 5%;
    size: 10px;
    width: 300px;
    background-color: #494843;
}

.cd-logo img {
  display: block;
  width: 210px;
}

@media only screen and (min-width: 768px) {
    .cd-logo {
          margin: 0;
      padding: 23px 45px;
      text-align: center;
      box-shadow: 4px 0px 16px rgb(0 0 0 / 20%);
  }
}



.cd-nav-title {
    height: 100%;
    padding: 0 40px 0 55px;
    display: inline-table;
}

.cd-nav-title .icon {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 30px;
    display: block;
    margin-top: 37px;
    margin-right: 25px;
}

.cd-nav-title h1 {
  font-size: 30px;
    text-transform: uppercase;
    color: #6daaa2;
    font-weight: 800;
    display: table-cell;
    vertical-align: middle;
}

.cd-nav-trigger {
    position: absolute;
    display: block;
    width: 35px;
    left: 30px;
    top: 40px;
    height: 45px;
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* 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-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}









@media only screen and (min-width: 768px) {
  .cd-search {
    float: left;
    display: inline-block;
    width: 250px;
    height: 100%;
    margin: 0 0 0 2.5em;
  }
  .cd-search.is-hidden {
    /* reset style */
    opacity: 1;
  }
  .cd-search::before {
    background-position: 0 -16px;
    left: 1em;
  }
  .cd-search form, .cd-search input {
    height: 100%;
    width: 100%;
  }
  .cd-search input {
    border: none;
    padding-left: 2.6em;
    border-radius: 0;
    background-color: #000;
    border-left: 1px solid #000;
    color: #ffffff;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #bcc2ca;
  }
  .cd-search input::-moz-placeholder {
    color: #bcc2ca;
  }
  .cd-search input:-moz-placeholder {
    color: #bcc2ca;
  }
  .cd-search input:-ms-input-placeholder {
    color: #bcc2ca;
  }
}



input.search {
    background-color: #ececec;
    border-radius: 6px;
    border: 1px solid #ececec;
    display: inline-block;
    color: #494843;
    font-size: 15px;
    padding: 5px 15px 5px 40px;
    font-weight: 300;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    outline: none;
    margin-right: 20px;
    box-shadow: none;
    width: 250px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-image: url(/img/icon-loupe.png);
    text-transform: uppercase;
}

input.search:hover {
  background-color:#e0e0e0;
  border:1px solid #e0e0e0;
}


/* --------------------------------

Top Navigation

-------------------------------- */
.cd-nav {
  /* top nav - not visible on mobile devices */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-nav {
    display: block;
    float: right;
    height: 100%;
    position: relative;
  }
}

.cd-top-nav > li > a::before {
  /* reset style */
  display: none;
}
.cd-top-nav > li a {
  padding: 1em 5% !important;
}
.cd-top-nav img {
  /* avatar image */
  background-position: center center;
  background-size:cover;
  position: absolute;
  left: 1.8em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-top-nav {
    height: 100%;
    float: right;
    margin-left: 26px;
  }
  .cd-top-nav a {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
  }
  .cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
  }
  .cd-top-nav > li:last-of-type {
    margin-right: 0;
  }
  .cd-top-nav > li a {
    padding: 25px 30px !important;
  }
  .cd-top-nav img {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .cd-top-nav li:not(.has-children) a:hover {
    color: #22B0DA;
  }
}

/* --------------------------------

Sidebar

-------------------------------- */
.cd-side-nav {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0 0;
  background-color: #494843;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav.nav-is-visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding-bottom:25px;
}

.cd-side-nav > ul:last-of-type {
  padding-bottom: 0;
}
.cd-side-nav .cd-label, .cd-side-nav a {
  display: block;
  padding: 1em 5%;
}
.cd-side-nav .cd-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  font-size: 1rem;
  letter-spacing: .1em;
}
.cd-side-nav a {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
  border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
  /* icon before item name */
  position: absolute;
  content: '';
  left: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
.cd-side-nav > ul > li.overview > a::before {
  background-position: -64px 0;
}
.cd-side-nav > ul > li.notifications > a::before {
  background-position: -80px 0;
}
.cd-side-nav > ul > li.comments > a::before {
  background-position: -48px 0;
}
.cd-side-nav > ul > li.bookmarks > a::before {
  background-position: -32px 0;
}
.cd-side-nav > ul > li.images > a::before {
  background-position: 0 0;
}
.cd-side-nav > ul > li.users > a::before {
  background-position: -16px 0;
}

.cd-side-nav > ul > li > a:link .icon {

  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 1px;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-side-nav > ul > li > a:link .icon.index { background-image: url(./../img/icon-index-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.index, .cd-side-nav > ul > li.active > a:link .icon.index { background-image: url(./../img/icon-index-w.png); }

.cd-side-nav > ul > li > a:link .icon.calendar { background-image: url(./../img/icon-calendar-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.calendar, .cd-side-nav > ul > li.active > a:link .icon.calendar { background-image: url(./../img/icon-calendar-w.png); }

.cd-side-nav > ul > li > a:link .icon.activities { background-image: url(./../img/icon-activities-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.activities, .cd-side-nav > ul > li.active > a:link .icon.activities { background-image: url(./../img/icon-activities-w.png); }

.cd-side-nav > ul > li > a:link .icon.spaces { background-image: url(./../img/icon-spaces-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.spaces, .cd-side-nav > ul > li.active > a:link .icon.spaces { background-image: url(./../img/icon-spaces-w.png); }

.cd-side-nav > ul > li > a:link .icon.stats { background-image: url(./../img/icon-stats-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.stats, .cd-side-nav > ul > li.active > a:link .icon.stats { background-image: url(./../img/icon-stats-w.png); }

.cd-side-nav > ul > li > a:link .icon.coachs { background-image: url(./../img/icon-coachs-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.coachs, .cd-side-nav > ul > li.active > a:link .icon.coachs { background-image: url(./../img/icon-coachs-w.png); }

.cd-side-nav > ul > li > a:link .icon.documents { background-image: url(./../img/icon-documents-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.documents, .cd-side-nav > ul > li.active > a:link .icon.documents { background-image: url(./../img/icon-documents-w.png); }

.cd-side-nav > ul > li > a:link .icon.advices { background-image: url(./../img/icon-advices-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.advices, .cd-side-nav > ul > li.active > a:link .icon.advices { background-image: url(./../img/icon-advices-w.png); }

.cd-side-nav > ul > li > a:link .icon.account { background-image: url(./../img/icon-account-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.account, .cd-side-nav > ul > li.active > a:link .icon.account { background-image: url(./../img/icon-account-w.png); }

.cd-side-nav > ul > li > a:link .icon.entities { background-image: url(./../img/icon-entities-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.entities, .cd-side-nav > ul > li.active > a:link .icon.entities { background-image: url(./../img/icon-entities-w.png); }

.cd-side-nav > ul > li > a:link .icon.subscriptions { background-image: url(./../img/icon-subscriptions-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.subscriptions, .cd-side-nav > ul > li.active > a:link .icon.subscriptions { background-image: url(./../img/icon-subscriptions-w.png); }

.cd-side-nav > ul > li > a:link .icon.contacts { background-image: url(./../img/icon-contacts-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.contacts, .cd-side-nav > ul > li.active > a:link .icon.contacts { background-image: url(./../img/icon-contacts-w.png); }

.cd-side-nav > ul > li > a:link .icon.team { background-image: url(./../img/icon-team-g.png); }
.cd-side-nav > ul > li:hover > a:link .icon.team, .cd-side-nav > ul > li.active > a:link .icon.team { background-image: url(./../img/icon-team-w.png); }



.cd-side-nav .count,
.cd-top-nav .count {
  /* notification badge */
  position: absolute;
  top: 38%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.25em 0.45em;
  background-color: #22B0DA;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;

}

.cd-top-nav .count {
  right: 188px;
}


.cd-side-nav .action-btn a,
.cd-top-nav .action-btn a {
  display: block;
  margin: 0 5%;
  padding: 1em 0;
  background-color: #22B0DA;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.cd-side-nav .action-btn a::before,
.cd-top-nav .action-btn a::before {
  display: none;
}

.content-wrapper .action-btn {
  display: inline-block;
  margin: 0;
  padding: 0.6em 1em;
  background-color: #22B0DA;
  border-radius: .25em;
  border: none;
  text-align: center;
  color: #ffffff;
  font-size:14px;
  font-weight: 500;
  margin-bottom:20px;
}

.content-wrapper .action-btn::before {
  display: none;
}


.cd-side-nav {
  position: fixed;
  float: left;
  top: auto;
  width: 300px;
  min-height: 100vh;
  padding-top: 104px;
  /* reset style */
  visibility: visible;
  opacity: 1;
  overflow: visible;
  max-height: none;
}
.cd-side-nav.nav-is-visible {
  box-shadow: none;
}
.cd-side-nav.is-fixed {
  position: fixed;
}
.cd-side-nav > ul {
  padding: 0;
}
.cd-side-nav .cd-label {
  display: block;
  padding: 1em 18px;
}
.cd-side-nav a {
  font-size: 18px;
  text-align: center;
  color:#848c9a;
  font-family: "Oswald", sans-serif;
}

    


.cd-side-nav > ul > li:first-child {
  margin-top:20px;
}

.cd-side-nav > ul > li.separator {
    border-top: 1px solid rgba(255,255,255,0.5);
    height: 1px;
    margin-top:20px;
    margin-bottom:20px;
    width: 100%;
}


.cd-side-nav > ul > li > a {
    padding: 15px 20px 15px 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: none;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


.cd-side-nav > ul > li > a::before {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.4em;
  display:none;
}
.cd-side-nav .active > a {
  /* current page */
  background-color: #6daaa2;
  color:#fff;

}
.cd-side-nav .action-btn {
  text-align: left;
}
.cd-side-nav .action-btn a {
  margin: 0 18px;
}

.cd-side-nav .count {
  color: #ffffff;
  height: auto;
  width: auto;
  border-radius: 50%;
  padding: .25em .45em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  left: auto;
  box-shadow: none;
}






.cd-side-nav > ul > li:not(.action-btn):hover > a {
  background-color: #5f948d;
  color:#fff;
}


.no-touch .cd-side-nav .action-btn a:hover {
  background-color: #22B0DA;
}

.has-children ul {
  position: relative;
  width: 100%;
  display: none;
  background-color: #222222;
  padding-left: 18px !important;
  font-weight: 400;
    z-index: 1;
}
.has-children > a::after {
  /* arrow icon */
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  right: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 15px auto;
  background-position: 0 0;
}
.has-children.selected > ul {
  display: block;
}
.has-children.selected > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}


.has-children ul a {
  padding-left: 18px;
}


.has-children ul li a {
  padding-left: 18px;
}

.active ul li a {
  padding-left: 42px;
}

.has-children.active > ul {
  /* if the item is active, make the subnavigation visible */
  position: relative;
  display: block;
  /* reset style */
  left: 0;
  box-shadow: none;
}
.no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
  /* show subnavigation on hover */
  display: block;
  opacity: 1;
  visibility: visible;
}




.logout {
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: #34332f;
    border-top: none !important;
}

.cd-side-nav > ul > li.logout > a {
  text-transform: inherit;
  font-weight: 300;
  color:#6daaa2;
}


.switch {
    bottom: 56px;
    position: absolute;
    width: 100%;
    background-color: #494843;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.cd-side-nav > ul > li.switch > a {
    text-transform: inherit;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 18px 30px 18px 40px;
    border-top: 2px solid #fff;
}

.switch .fas {
    font-size: 15px;
    margin-right: 6px;
    color: #6daaa2;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;}

.switch:hover .fas {
    color: #fff;
}




.spacer {
  margin:auto;
  height:1px;
  clear: both; 
}


.ui-datepicker {

  background-color: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    box-shadow: 0 10px 100px rgba(34,176,218,0.20);
    margin-top: 5px !important;
}

.ui-datepicker table td {

  width:30px !important;
  padding:5px 5px !important;
  text-align:center !important;
}

.ui-datepicker-title {
    padding: 0px 0px 8px 0;
    margin-bottom: 3px;
    border-bottom: 1px solid #d7f3f7;
}


.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
font-size: 12px;
padding-right: 10px;
height: 20px;
display: inline-block;
cursor: pointer;
}




.upload-btn-wrapper {
  height: 45px;
  width: max-content;
}

.upload-btn-wrapper input, .upload-btn-wrapper label {
  display: block;
  color: #777;
  border: none !important;
  padding: 0 !important;
  font-family: Oswald;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  height: 30px;
}


.upload-btn-wrapper input:hover, .upload-btn-wrapper label:hover {
  opacity:0.75;
}

.upload-btn-wrapper input[type=file]::-webkit-file-upload-button {
    border: 1px solid #6daaa2;
    color: #6daaa2;
    font-family: Oswald;
    font-weight: 400;
    text-transform: uppercase;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    outline:none;
}


.spacerAfterBackButton {
  height: 30px;
}









/* GENERALITES */

.entity img.logo {
    max-width: 150px;
    max-height: 80px;
    display: inline-block;
    margin-bottom: 20px;
}

.entity img.logo_s {
    max-width: 35px;
    display: inline-block;
    margin: -8px -5px -10px -5px;
}

.user {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.listing a:link, .listing a:hover, .listing a:active, .listing a:visited {
    color: #333;
    text-decoration: none;
}

 a.delete-illu:link, a.delete-illu:hover, a.delete-illu:active, a.delete-illu:visited {
    color: #6faba3;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: -2px;
}

.listing .user {
    display: table-cell;
}

.user .avatar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 150px;
    height: 150px;
    display: inline-block;
    border: 3px solid #54a99e;
    margin-bottom: 20px;
    border-radius: 150px;
    background-image: url(/img/profile.png);
}

.user .avatar_s {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: -3px -5px -10px -5px;
    border: 2px solid #54a99e;
    border-radius: 40px;
    background-image: url(/img/profile-min.png);
}

.doc .illu {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: -8px -5px -10px -5px;
    border: 2px solid #54a99e;
    border-radius: 40px;
    background-image: url(/img/pic-min.png);
}

.account_inactive  {

    margin-bottom: 20px;
    display: block;
}

.account_inactive .text {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

a.delete_conf:link, a.delete_conf:visited, a.delete_conf:active, a.delete_conf:hover {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 13px 5px 8px;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    text-decoration: none;
    color: #be0812;
    background-color: #f2cdcf;
}

a.delete_conf:hover {
  background-color:#eebdbf;
}


a.send_conf:link, a.send_conf:visited, a.send_conf:active, a.send_conf:hover {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 13px 5px 8px;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #6daaa2;
}

a.send_conf:hover {
  background-color:#7dbbb3;
}


a.button-cancel:link, a.button-cancel:active, a.button-cancel:hover, a.button-cancel:visited {
      background-color: #ececec;
    border-radius: 6px;
    display: inline-block;
    color: #494843;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 10px 6px 10px;
    font-weight: 300;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 10px;
    text-decoration: none;
}

a.button-cancel:hover {
  background-color:#e0e0e0;
}

.nothing {
    font-weight: 300;
    font-size: 18px;
    padding-top: 20px;
}

.planning-daily .nothing {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.activities-list-container .nothing {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.docs-list-container .nothing,
.videos-list-container .nothing,
.docs-list-container .nothing {
    padding-top: 5px;
    padding-bottom: 50px;
    text-align: center;
}



.attendee {
      display: inline-block;
    background-color: #eee;
    border-radius: 10px;
    width: 220px;
    padding: 25px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.attendee a:link, .attendee a:visited, .attendee a:hover, .attendee a:active {
  color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.attendee a:hover {
  color: #555;
}

.attendee a.switch:link, .attendee a.switch:visited, .attendee a.switch:hover, .attendee a.switch:active {
    background-color: #6daaa2;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.attendee a.switch:hover {
  background-color: #77b7af;
}


.attendee a.name {
    margin-top: -10px;
    color: #6daaa2;
}

.attendee .status {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 5px 0;
}


.doc_download{
    text-decoration: none;
}

.doc_download i.fas {
  color: #6daaa2;
  font-size: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.doc_download:hover i.fas {
  color: #77b7af;
}

.doc_download .type {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 8px;
}

.doc_upload .upload-btn-wrapper {
    margin-top: 12px;
}

.fas.online {
    color: #54a99e;
}

.far.offline {
    color: #d7384e;
}


.shortlink {

    padding: 0 0 0 15px;
    border-left: 3px solid #6daaa2;
    margin-bottom: 25px;
}

.shortlink a.new:link, .shortlink a.new:active, .shortlink a.new:hover, .shortlink a.new:visited {
    color: #6daaa2;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 18px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 5px;
}

.shortlink a.new:before {
    content: "∞";
    background-color: #6daaa2;
    color: #fff;
    border-radius: 30px;
    height: 35px;
    font-size: 25px;
    padding: 9px 0;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    line-height: 11px;
    width: 35px;

}

.shortlink a.new:hover {
    color: #7dbbb3;
}

.shortlink .url {

    background-color: #6daaa2;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    margin: 5px 0 5px 0;
}

.shortlink .responsive3 {

    margin-bottom: 0px;
}

.shortlink a.delete:link, .shortlink a.delete:hover, .shortlink a.delete:active, .shortlink a.delete:visited {
    color: #888;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    display: block;
}


.cd-main-content .content-wrapper .basicContent-container .shortlink p {

        color: #333;
    font-family: Oswald;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    padding: 0 0 6px 0;
}

.maxW300 {
    text-overflow :ellipsis;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
}

.slots {
    background-color: #efefef;
    border-radius: 5px;
    padding: 20px 20px 0 20px;
    width: calc( 50% - 20px);
    margin-bottom: 20px;
}

.slots .availability {
    margin-top: 38px;
    font-size: 16px;
    font-weight: 300;
    display: block;
}


.slots .bolder {
    
    font-weight: 500;
}











/* PAGE ACCUEIL */


.container-fullwidth {
  width: 100%;
    display: inline-block;
    float: left;
    max-width: 2000px;
    padding: 40px 50px 30px 0px;
}

.container-left {
  width: 50%;
    display: inline-block;
    float: left;
    max-width: 800px;
    padding: 40px 60px 30px 0px;
}
.container-right {
  width: 50%;
  padding: 40px 0 30px 0px;
  display: inline-block;
  float: left;
  max-width: 800px;
}

.container-left.removeTopSpace {
    padding-top:0px;
}
.container-right.removeTopSpace {
  padding-top:0px;
}

.container-right-shadow {
  width: 50%;
  padding: 40px 0 30px 30px;
  display: inline-block;
  float: left;
  max-width: 800px;
  box-shadow: -3px 0px 5px rgb(0 0 0 / 6%);
}




/* ACTIVITES DU JOUR */

.planning-daily-container {
  width:100%;
  margin-top:5px;
}



.cd-main-content .content-wrapper .planning-daily-container h2 {
    font-size: 28px;
    margin-top:0;
    padding:0;
}

.cd-main-content .content-wrapper .planning-daily-container h2 span.thiner {
  display: block;
  font-weight: 200;
  margin-top:10px;
}

.planning-daily {
  box-shadow: 0 0px 8px rgb(0 0 0 / 12%);
  border-radius:15px;
  padding: 0 0 35px 0;
  margin-top:30px;
}

.planning-daily .title {
  border-radius:15px 15px 0 0;
  background-color:#6daaa2;
  color:#fff;
  font-size:20px;
  text-transform: uppercase;
  font-weight: 500;
  padding:10px 10px;
  text-align: center;

}

.planning-daily .date {
  margin:25px 20px 20px 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
}

.planning-daily .date .bold {
  font-weight: 500;
}

.planning-daily a.event:link, .planning-daily a.event:visited, .planning-daily a.event:hover, .planning-daily a.event:active {
    background-color: #999;
    color: #fff;
    border-radius: 5px;
    margin: 0px 20px 15px 20px;
    position: relative;
    display: table;
    width: calc( 100% - 40px);
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.planning-daily .event:after {
    display: block;
    content: '>';
    font-size: 40px;
    line-height: 21px;
    float: right;
    padding-left: 12px;
    right: 5px;
    top: 20px;
    position: absolute;
    font-weight: 700;
    font-family: BenchNine;
}

.planning-daily a.event:hover {
  opacity:0.8;
}

.planning-daily .event .left {
  width: 100px;
    background-color: #777;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    position: relative;
    display: table-cell;
    top: 0;
    vertical-align: middle;
    left: 0;
    text-align: center;
    min-height: 60px;
}

.planning-daily .event .illu {
    width: 150px;
    top: 0;
    height: 100px;
    display: table-cell;
    position: relative;
    background-color: #ECECEC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    background-image: url(../img/logo-default.png);
}

.planning-daily .event .right {
    width: calc( 100% - 250px );
    border-radius: 5px 0 0 5px;
    padding: 10px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    right: 0;
    top: 0;
    min-width: 130px;
}

.planning-daily .event .left p, .planning-daily .event .right p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
}

.planning-daily .event p strong {
    font-weight: 600;
}

.planning-daily-container a.button-full-calendar:link, .planning-daily-container a.button-full-calendar:active, .planning-daily-container a.button-full-calendar:hover, .planning-daily-container a.button-full-calendar:visited {
        color: #6daaa2;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 20px;
    border: 2px solid #6daaa2;
    padding: 10px 10px 10px 20px;
    display: block;
    width: fit-content;
    margin: -22px auto 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 5px;
}

.planning-daily-container a.button-full-calendar:after {
    display: block;
    content: '>';
    font-size: 28px;
    line-height: 22px;
    float: right;
    padding-left: 12px;
    font-weight: 700;
    font-family: BenchNine;
}

.planning-daily-container a.button-full-calendar:hover {
    color: #7dbbb3;
    border: 2px solid #7dbbb3;
}










.activities-list-container {
  width:100%;
  margin-top:0px;
}

.cd-main-content .content-wrapper .activities-list-container h2 {
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0 auto 30px auto;
    font-size: 22px;
}

.cd-main-content .content-wrapper .activities-list-container h2 span {
    border-bottom:2px solid #6daaa2;
    padding-bottom:10px;
}

.cd-main-content .content-wrapper .activities-list-container h2:after {
   display: block;
    content: '>';
    font-size: 26px;
    line-height: 16px;
    background-color: #fff;
    height: 25px;
    color: #6daaa2;
    width: 25px;
    margin: -8px auto;
    padding: 3px 7px;
    font-weight: 700;
    font-family: BenchNine;
    border: 2px solid #6daaa2;
    border-radius: 20px;
    transform: rotate(90deg);
}

.activities-list {
  padding: 0 0 5px 0;
  border-left: 2px solid #b8b8b8;
}

.activities-list .title {
  border-radius:15px 15px 0 0;
  background-color:#6daaa2;
  color:#fff;
  font-size:20px;
  text-transform: uppercase;
  font-weight: 500;
  padding:10px 10px;
  text-align: center;

}

.activities-list .date {
  margin:30px 20px 20px 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  opacity:1;
}

.activities-list .date:first-child {
  margin: 25px 20px 25px 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  margin-left: -2px;
  opacity: 1;
  height: 14px;
  background-color: #fff;
  padding-left: 22px;
}

.activities-list .date:before {
  display: block;
    content: '•';
    font-size: 24px;
    color: #6daaa2;
    position: absolute;
    margin-left: -28px;
    margin-top: 4px;
    padding-right: 3px;
    font-weight: 700;
    font-family: BenchNine;
}

.activities-list .date .bold {
  font-weight: 500;
}

.activities-list a.event:link, .activities-list a.event:visited, .activities-list a.event:hover, .activities-list a.event:active {
color: #52514c;
    border-radius: 5px;
    margin: 0px 20px 15px 20px;
    position: relative;
    display: table;
    width: calc( 100% - 20px );
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 0px 6px rgb(0 0 0 / 12%);
}

.activities-list a.event:hover {
  opacity:0.8;
}

.activities-list .event .left {
    width: 100px;
    background-color: #777;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    position: relative;
    display: table-cell;
    text-align: center;
    top: 0;
    left: 0;
    min-height: 60px;
    vertical-align: middle;
}

.activities-list .event .illu {
    width: 150px;
    top: 0;
    height: 100px;
    display: table-cell;
    position: relative;
    background-color: #ECECEC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    background-image: url(../img/logo-default.png);
}

.activities-list .event .right {
      width: calc( 100% - 250px );
    border-radius: 5px 0 0 5px;
    padding: 10px;
    vertical-align: middle;
    position: relative;
    height: 100%;
    display: table-cell;
    top: 0;
    color: #333;
    min-width: 130px;
}

.activities-list .event .left p, .activities-list .event .right p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
}

.activities-list .event p strong {
    font-weight: 600;
}

.activities-list .event .subscribe {
    width: 100px;
    border-radius: 0 5px 5px 0;
    background-color: #777;
    padding: 19px 0;
    display: table-cell;
    position: relative;
    right: 0;
    vertical-align: middle;
    height: 100%;
    text-transform: uppercase;
    top: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.activities-list-container a.button-full-calendar:link, .activities-list-container a.button-full-calendar:active, .activities-list-container a.button-full-calendar:hover, .activities-list-container a.button-full-calendar:visited {
        color: #6daaa2;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 20px;
    border: 2px solid #6daaa2;
    padding: 10px 10px 10px 20px;
    display: block;
    width: fit-content;
    margin: -22px auto 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.activities-list-container a.button-full-calendar:after {
    display: block;
    content: '>';
    font-size: 28px;
    line-height: 22px;
    float: right;
    padding-left: 12px;
    font-weight: 700;
    font-family: BenchNine;
}

.activities-list-container a.button-full-calendar:hover {
    color: #7dbbb3;
    border: 2px solid #7dbbb3;
}








.activities-month-container {
  margin-top:0px;
}

.cd-main-content .content-wrapper .activities-month-container h2 {
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0;
    font-size: 22px;
}

.cd-main-content .content-wrapper .activities-month-container h2 span {
    border-bottom:2px solid #6daaa2;
    padding-bottom:10px;
}


.activities-month {
  padding: 0 0 5px 0;
  border-left: 2px solid #b8b8b8;
}

.activities-month .date {
  margin:30px 20px 20px 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  opacity:1;
}

.activities-month .date:nth-child(2) {
      margin: -2px 20px 25px 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-left: -2px;
    opacity: 1;
    height: 14px;
    background-color: #fff;
    padding: 30px 0 10px 22px;
}

.activities-month .date:before {
  display: block;
    content: '•';
    font-size: 24px;
    color: #6daaa2;
    position: absolute;
    margin-left: -28px;
    margin-top: 4px;
    padding-right: 3px;
    font-weight: 700;
    font-family: BenchNine;
}

.activities-month .date .bold {
  font-weight: 500;
}

.activities-month .event  {
    border-radius: 10px;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    width: 300px;
    max-width: calc(100% - 20px);
    position: relative;
    margin-left: 22px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 25px;
    text-decoration: none;
    color: #494843;
    min-height: 300px;
    vertical-align: top;
}
}

.activities-month .event:hover  {
    cursor: pointer;
    opacity: 0.8;

}

.activities-month .event .date {
  padding: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    opacity: 1;
}

.activities-month .event .date .bold {
  font-weight: 500;
}

.activities-month .event .pic {
    background-color: #eee;
    border-radius: 10px 10px 0 0;
    height: 120px;
    background-size: cover;
    background-position: center center;
}

.activities-month .event .pic .tip {
    background-color: #888;
    width: fit-content;
    margin-left: 20px;
    padding: 5px 12px 5px 12px;
    text-align: center;
    position: relative;
    min-width: 130px;
}

.activities-month .event .pic .tip p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 14px;
    margin: 0 0 0px 0;
    padding: 0;
}

.activities-month .event .pic .tip p.bold {
    font-weight: 600;
}


.activities-month .event .pic .activity-availability {
    font-size: 10px;
    border-radius: 0 0 10px 10px;
    padding: 0px 12px;
    display: block;
    color: #fff;
    top: 38px;
}

.activities-month .event .content {
      position: relative;
    min-height: 180px;
}

.activities-month .event .content .title {
 padding: 20px 30px 0px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.activities-month .event .content .text {
    padding: 18px 18px 53px 18px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.activities-month .event .content .subscribe {
        color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 8px;
    background-color: #888;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    display: block;
}


.activities-month .event .content .subscribe.registered {
    color: #494843;
    background-color: #ececec;
}












.advices-container {
  margin-top:10px;
}

.advices .advice  {
    border-radius: 15px;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    width: 500px;
    max-width: 100%;
    position: relative;
    margin-right: 30px;
    float: left;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: table;
  margin-bottom: 30px;
      min-height: 250px;
}

.advices .advice:hover  {
  
    opacity: 0.75;
}

.advices .advice .pic {
    background-color: #ECECEC;
    border-radius: 15px 0 0 15px;
    display: table-cell;
    width: 50%;
    background-size: cover;
    background-position: center center;
}

.advices .advice .content {
      position: relative;
          min-height: 250px;
}

.advices .advice .content .title {
 padding: 20px 30px 0px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.advices .advice .content .text {
      padding: 18px 18px 55px 18px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.advices .advice .content a.readmore:link, .advices .advice .content a.readmore:visited, .advices .advice .content a.readmore:hover, .advices .advice .content a.readmore:active {
        color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding: 8px;
    background-color: #5e958e;
    border-radius: 0 0 15px 0;
    font-size: 18px;
    display: block;
    width: 100%;
    bottom: 0;
    cursor: pointer;
}


.advice-container {
  margin-top:0px;
}


.cd-main-content .content-wrapper .advice-container h2 {
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 30px 0 0 0;
    font-size: 22px;
}

.cd-main-content .content-wrapper .advice-container h2 span {
    padding-bottom:20px;
}

.advice-container img.illu {
    border-radius: 10px;
    margin: 10px 0 30px 0;
    width: 600px;
    border-radius: 10px;
    max-width: 100%;
}

.advice-container .text {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 20px;
}














.home-advices-container {
  margin-top:10px;
}

.home-advices-container .advices .advice  {
    border-radius: 15px;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    width: 100%;
    max-width: 100%;
    position: relative;
    float: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: table;
    margin-bottom: 30px;
    min-height: 150px;
}

.home-advices-container .advices .advice .content {
    position: relative;
    min-height: 150px;
}

.home-advices-container .advices .advice .pic {
    background-color: #ECECEC;
    border-radius: 15px 0 0 15px;
    display: table-cell;
    width: 30%;
    background-size: cover;
    background-position: center center;
}







.docs-more {
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    border: 2px solid #6daaa2;
    border-radius: 5px;
    color: #6daaa2;
    text-transform: uppercase;
    margin-top: -17px;
    font-size: 15px;
    padding: 6px 15px;
    text-decoration: none;
}

.docs-list-container {
width: 100%;
    margin-top: 0px;
    padding: 0 8px 20px 25px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    min-height: 415px;
}

.cd-main-content .content-wrapper .docs-list-container h2 {
    text-transform: uppercase;
    padding: 0 20px 0 0px;
    display: block;
    width: fit-content;
    margin: -42px auto 30px auto;
    font-size: 22px;
}

.cd-main-content .content-wrapper .docs-list-container h2 span {
    border-bottom:2px solid #6daaa2;
    padding-bottom:10px;
}

.cd-main-content .content-wrapper .docs-list-container h2:after {
   display: block;
    content: '>';
    font-size: 26px;
    line-height: 16px;
    background-color: #fff;
    height: 25px;
    color: #6daaa2;
    width: 25px;
    margin: -8px auto;
    padding: 3px 7px;
    font-weight: 700;
    font-family: BenchNine;
    border: 2px solid #6daaa2;
    border-radius: 20px;
    transform: rotate(90deg);
}

.docs-list a.doc  {
    border-radius: 15px;
    background-color: #5e958e;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    width: calc( 50% - 20px );
    max-width: 100%;
    position: relative;
    margin-right: 20px;
    float: left;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: table;
  margin-bottom: 20px;
  text-decoration: none;
  color: #4c5463;
}

.docs-list .doc:hover  {
    cursor: pointer;
    opacity: 0.8;

}

.docs-list .doc .pic {
    background-color: #ececec;
    border-radius: 15px 0 0 15px;
    display: table-cell;
    opacity: 0.9;
    width: 50%;
    background-size: cover;
    background-position: center center;
}

.docs-list .doc .content {
      position: relative;
      background-color: #fff;
      border-radius: 0 15px 15px 0;
}

.docs-list .doc .content .title {
    padding: 20px 15px;
    text-align: center;
    font-weight: 300;
    font-family: 'Quicksand';
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
    margin-bottom: 20px;
}

.docs-list .doc .content p {
  padding: 18px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    font-family: 'oswald';
    line-height: 16px;
}

.docs-list .doc .content .download {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding: 8px;
    background-color: #5e958e;
    border-radius: 0 0 15px 0;
    font-size: 15px;
    display: block;
}













.videos-list-container {
width: 100%;
    margin-top: 0px;
    padding: 0 8px 20px 25px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    min-height: 415px;
}


.cd-main-content .content-wrapper .videos-list-container h2 {
    text-transform: uppercase;
    padding: 0 20px 0 0px;
    display: block;
    width: fit-content;
    margin: -42px auto 30px auto;
    font-size: 22px;
}

.cd-main-content .content-wrapper .videos-list-container h2 span {
    border-bottom:2px solid #6daaa2;
    padding-bottom:10px;
}

.cd-main-content .content-wrapper .videos-list-container h2:after {
   display: block;
    content: '>';
    font-size: 26px;
    line-height: 16px;
    background-color: #fff;
    height: 25px;
    color: #6daaa2;
    width: 25px;
    margin: -8px auto;
    padding: 3px 7px;
    font-weight: 700;
    font-family: BenchNine;
    border: 2px solid #6daaa2;
    border-radius: 20px;
    transform: rotate(90deg);
}

.videos-list .video  {
        border-radius: 15px;
    background-color: #5e958e;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    width: calc( 50% - 20px );
    max-width: 100%;
    position: relative;
    margin-right: 20px;
    float: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #4c5463;

}

.videos-list .video:hover  {
    cursor: pointer;
    opacity: 0.8;

}

.videos-list .video .pic {
    background-color: #eee;
    border-radius: 15px 15px 0 0px;
    width: 100%;
    opacity: 0.9;
    padding-top: 28px;
    height: 120px;
    position: relative;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.videos-list .video .pic .play {
    width: fit-content;
    margin: 0px auto 0 auto;
    padding-top: 0;
    display: block;
    background-color: rgba(94,149,142,0.4);
    border: 0px;
    border-radius: 50px;
    position: relative;
    box-shadow: 0px 0px 25px 18px rgba(94,149,142, 0.5);
}

.videos-list .video .pic .fas {
    font-size:60px;
    color:#fff;
}

.videos-list .video .title {
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
    text-align: center;
    background-color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}



.docs-all .videos-list .video,
.docs-all .docs-list a.doc {
    width: 300px;
}




.subscription-container {
  width:100%;
  margin-top:5px;
}

.subscription-container .resume-box {
    background-color: #6daaa2;
    color: #fff;
    padding: 15px 16px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.subscription-container .resume-box .name {
  font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}

.subscription-container .resume-box .name:after {
  content: '';
    display: block;
    width: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.subscription-container .resume-box .entity {
  font-size:16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
}

.subscription-container .resume-box .entity_site {
  font-size:16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 25px;
}

.subscription-container .details {
  margin: 30px 15px 0 15px;
  padding-left: 15px;
  position: relative;
  height:80px;
}

.subscription-container .details .name {
  font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    left:0;
    top:0;
    width: 50%;
}

.subscription-container .details .name p {
    margin: 2px 0 0 0;
    padding: 0;
    display: block;
    font-size: 11px;
    width: 100%;
    line-height: 14px;
    text-transform: none;
}

.subscription-container .details .price {
      font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    text-align: right;
}

.subscription-container .details .status {
  font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    text-align: right;
    right: 0;
    top: 30px;
    width: 50%;
}

.subscription-container .details .ok, .subscription-container .details .ok .far {
  color:#94c44c;
}

.subscription-container .details .ko, .subscription-container .details .ko .far {
  color:#e20f50;
}

.subscription-container .content-box {
  font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

.subscription-container .content-box .section, .subscription-container .content-box .section-simple {
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
  padding:15px;
  border-radius:10px;
  font-size:16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom:20px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.subscription-container .content-box .section:after, .subscription-container .content-box .section-simple:after {
     display: block;
    content: '>';
    font-size: 34px;
    line-height: 30px;
    float: right;
    padding-left: 12px;
    right: 10px;
    top: 10px;
    position: absolute;
    font-weight: 700;
    font-family: BenchNine;
}

.subscription-container .content-box .section:hover, .subscription-container .content-box .section-simple:hover {
 opacity:0.75;
}








.account-container {
  width:100%;
  margin-top:5px;
}

.account-container .resume-box {
    background-color: #6daaa2;
    color: #fff;
    padding: 15px 16px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.account-container .resume-box .name {
  font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}

.account-container .resume-box .name:after {
  content: '';
    display: block;
    width: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.account-container .resume-box .entity {
  font-size:16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
}

.account-container .resume-box .entity_site {
  font-size:16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 25px;
}

.account-container .content-box {
  font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

.account-container .content-box .section-box .section, .account-container .content-box .section, .account-container .content-box .section-simple {
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #494843;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.account-container .content-box .section-box.active .section {
  border-radius: 10px 10px 0 0;
  background-color: #6daaa2;
  color: #fff;
  margin-bottom: 0;
}

.account-container .content-box .section-box .content {

    display: none;
}

.account-container .content-box .section-box.active .content {

    display: block;
}

.account-container .content-box .section-box .content form {

    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.account-container .content-box .section-box .content form input[type="text"],
.account-container .content-box .section-box .content form input[type="password"] {
  margin-bottom: 20px;
}

.account-container .content-box .section:after, .account-container .content-box .section-simple:after {
     display: block;
    content: '>';
    font-size: 34px;
    line-height: 30px;
    float: right;
    padding-left: 12px;
    right: 10px;
    top: 10px;
    position: absolute;
    font-weight: 700;
    font-family: BenchNine;
}

.account-container .content-box .section-box.active .section:after {

  transform: rotate(90deg);
}


.account-container .content-box .section:hover, .account-container .content-box .section-simple:hover {
 opacity:0.75;
}


















.notifs-list-container {
  width:100%;
  margin-top:0px;
}

.cd-main-content .content-wrapper .notifs-list-container h2 {
    text-transform: uppercase;
    padding: 0px 0 0 0;
    display: block;
    width: fit-content;
    margin: 0 auto 30px auto;
    font-size: 22px;
}

.cd-main-content .content-wrapper .notifs-list-container h2 span {
    border-bottom:2px solid #6daaa2;
    padding-bottom:10px;
}

.cd-main-content .content-wrapper .notifs-list-container h2:after {
   display: block;
    content: '>';
    font-size: 26px;
    line-height: 16px;
    background-color: #fff;
    height: 25px;
    color: #6daaa2;
    width: 25px;
    margin: -8px auto;
    padding: 3px 7px;
    font-weight: 700;
    font-family: BenchNine;
    border: 2px solid #6daaa2;
    border-radius: 20px;
    transform: rotate(90deg);
}

.notifs-list .nothing {
  font-size: 15px;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 10px;
}

.notifs-list .date {
  margin:30px 20px 20px 0px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  opacity:1;
}

.notifs-list .date:first-child {
  margin: 25px 20px 25px 0px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  opacity: 1;
  height: 14px;
  background-color: #fff;
}

.notifs-list a.notif:link, .notifs-list a.notif:visited, .notifs-list a.notif:hover, .notifs-list a.notif:active {
      color: #52514c;
    border-radius: 5px;
    margin: 0px 20px 15px 0px;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 0px 6px rgb(0 0 0 / 12%);
}

.notifs-list a.notif:hover {
  opacity:0.8;
}

.notifs-list .notif .left {
        width: 60px;
    background-color: #6daaa2;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 26px 20px;
    position: absolute;
    display: table-cell;
    text-align: center;
    top: 0;
    height: 100%;
    left: 0;
    vertical-align: middle;
}

.notifs-list .notif .left .far {
  color:#fff;
  font-size:20px;
}

.notifs-list .notif .right {
      width: calc( 100% - 65px );
    border-radius: 5px 0 0 5px;
    padding: 10px;
    position: relative;
    margin-left: 60px;
}

.notifs-list .notif .right .date {
  font-size: 11px;
  color: #999;
  padding: 0 0 10px 0;
  height: 18px;
}

.notifs-list .notif .right .title {
  margin:0;
  padding: 0;
  font-weight: 400;
  font-size:14px;
  line-height: 18px;
}

.notifs-list .notif .right p {
  margin:0;
  padding: 0;
  font-weight: 300;
  font-size:12px;
  line-height: 16px;
}











.faq-container {
  width:100%;
  margin-top:0px;
}

.faq-container .question-box {
    font-weight: 400;
    text-align: left;
    margin-top:20px;
}

.cd-main-content .content-wrapper .faq-container h2 {
    text-transform: uppercase;
    padding: 0px 0 0 0;
    display: block;
    width: fit-content;
    margin: 0;
    font-size: 22px;
}

.faq-container .question-box .question {
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
  padding:15px;
  border-radius:10px;
  font-size:16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom:20px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.faq-container .question-box .question:after {
     display: block;
    content: '>';
    font-size: 34px;
    line-height: 30px;
    float: right;
    padding-left: 12px;
    right: 10px;
    top: 10px;
    position: absolute;
    font-weight: 700;
    font-family: BenchNine;
}

.faq-container .question-box .question:hover {
 opacity:0.75;
}

.faq-container .question-box .answer {
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    display: none;
    font-size: 13px;
}

.faq-container .question-box .answer p {
      padding-top:5px;
      padding-bottom:5px;
}

.faq-container .question-box.active .question {
  border-radius: 10px 10px 0 0;
  background-color: #6daaa2;
  color: #fff;
  margin-bottom: 0;
}

.faq-container .question-box.active .answer {
  display: block;
}

.faq-container .question-box.active .question:after {
     transform: rotate(90deg);
}










.contact-container {
  width:100%;
  margin-top:0px;
}

.cd-main-content .content-wrapper .contact-container h2 {
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0 0 25px 0;
    font-size: 22px;
}






.spaces-list {
    height: 50px;
}

.spaces-list a.space:link,
.spaces-list a.space:hover,
.spaces-list a.space:visited,
.spaces-list a.space:active {
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    position: relative;
    margin-right: 20px;
    text-decoration: none;
    color: #6daaa2;
    border: 2px solid #6daaa2;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 14px;
    transition: all 0.2s;
}

.spaces-list a.space:hover {
    color: #fff;
    background-color: #6daaa2;
}

.spaces-list a.space.active {
    color: #fff;
    background-color: #6daaa2;
}


.calendar-container {
  width:100%;
  margin-top:5px;
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
  border-radius: 15px;
  height: 1200px;
}



.calendar-container .calendar {
  width: calc( 100% - 300px );
  display: inline-block;
}

.calendar-container .calendar .title {
  padding:15px;
  font-size:20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom:20px;
  position: relative;
  text-align: center;
  border-radius: 10px 0px 0 0;
  background-color: #6daaa2;
  color: #fff;
  margin-bottom: 0;
}

.calendar-container .calendar .days .hours {
  width: 80px;
  border-left: 1px solid #f0f0f0;
  position: relative;
}

.calendar-container .calendar .days .hours .date {
    padding: 15px 5px 30px 5px;
    text-align: center;
    font-weight: 200;
    font-size: 16px;
    font-family: 'Oswald';
    text-transform: uppercase;
    opacity: 1;
    line-height: 25px;
}

.calendar-container .calendar .days .hours .time {
    width: 100%;
    color: #dbdad9;
    border-top: 1px solid #f0f0f0;
    height: 60px;
}

.calendar-container .calendar .days .hours .time .txt {
    margin-top: -10px;
    background-color: #fff;
    padding: 0 15px;
    width: 55px;
    display: block;
}

.calendar-container .calendar .days {
  width: 100%;
  display: table;
}

.calendar-container .calendar .days .day {
  width: calc( 100% / 5 );
  display: table-cell;
  border-left: 1px solid #f0f0f0;
  position: relative;
}

.calendar-container .calendar .days .day.border-left {
    border-left: 5px dotted #ccc;
}


.calendar-container .calendar .days .day .date {
    padding: 15px 5px 30px 5px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    opacity: 1;
    line-height: 25px;
    max-height: 80px;
}

.calendar-container .calendar .days .day .date .bold {
  font-weight: 500;
}

.calendar-container .calendar .days .day .hour {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  height: 60px;
}

.calendar-container .calendar .days .day .event:link {
  background-color:#888;
  border-radius:10px;
  position: absolute;
  margin: 0 10px 0;
  width: calc( 100% - 20px);
  display: block;
  text-decoration: none;
}

.calendar-container .calendar .days .day .event .header {
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    height: 16px;
}

.calendar-container .calendar .days .day .event .header .duration {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 45%;
    text-align: left;
    line-height: 12px;
    font-size: 11px;
    font-weight: 300;
}


.calendar-container .calendar .days .day .event .header .occupancy {
    position: absolute;
    right: 8px;
    font-size: 11px;
    line-height: 17px;
    top: 0px;
    font-weight: 300;
}

.calendar-container .calendar .days .day .event .header .occupancy .fas {
    font-size: 12px;
    color: #fff;
}

.calendar-container .calendar .days .day .event .header .type {
    position: absolute;
    right: 10px;
    font-size: 11px;
    top: 2px;
    font-weight: 300;
}

.calendar-container .calendar .days .day .event .details {
    font-size: 11px;
    color: #fff;
    line-height: 10px;
    font-family: 'Quicksand';
    padding: 0px 0px 3px 8px;
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
}


.calendar-container .calendar .days .day .event .inscription {
    position: absolute;
    bottom: 0px;
    text-decoration: none;
    right: 8px;
    line-height: 14px;
    height: 15px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.calendar-container .calendar .days .day .event .inscription .inscription-before {
    background: linear-gradient(to right, transparent, #ccc);
    width: 30px;
    height: 12px;
    display: block;
    position: absolute;
    left: -30px;
    top: 3px;
}

.calendar-container .calendar .days .day .event .inscription .fas {
    color: #fff;
    font-size: 12px;
}



.calendar-container .calendar .title a.previous:link,
.calendar-container .calendar .title a.previous:hover,
.calendar-container .calendar .title a.previous:visited,
.calendar-container .calendar .title a.previous:active,

.calendar-container .calendar .title a.previous-mobile:link,
.calendar-container .calendar .title a.previous-mobile:hover,
.calendar-container .calendar .title a.previous-mobile:visited,
.calendar-container .calendar .title a.previous-mobile:active {
  position: absolute;
  left:20px;
  top: 19px;
  text-decoration: none;
  color:#fff;
  font-family: 'Oswald';
  font-size: 32px;
  font-weight: 200;
  line-height: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.calendar-container .calendar .title a.next:link,
.calendar-container .calendar .title a.next:hover,
.calendar-container .calendar .title a.next:visited,
.calendar-container .calendar .title a.next:active,

.calendar-container .calendar .title a.next-mobile:link,
.calendar-container .calendar .title a.next-mobile:hover,
.calendar-container .calendar .title a.next-mobile:visited,
.calendar-container .calendar .title a.next-mobile:active {
  position: absolute;
  right:20px;
  top: 19px;
  text-decoration: none;
  color:#fff;
  font-family: 'Oswald';
  font-size: 32px;
  font-weight: 200;
  line-height: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.calendar-container .calendar .title a.previous-mobile:link,
.calendar-container .calendar .title a.next-mobile:link {
    display: none;
}





.calendar-container .monthly-view {
    background-color: #ececec;
    border-radius: 0 15px 15px 0;
    width: 300px;
    display: inline-block;
    height: 100%;
    position: relative;
    float: right;
}

.calendar-container .monthly-view .title {
    padding:15px;
  font-size:18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom:20px;
  text-align: center;
  border-radius: 10px 0px 0 0;
  color: #6daaa2;
  margin-bottom: 0;
  margin-top: 1px;
}

.calendar-container .monthly-view .title a.previous:link,
.calendar-container .monthly-view .title a.previous:hover,
.calendar-container .monthly-view .title a.previous:visited,
.calendar-container .monthly-view .title a.previous:active {
  position: absolute;
  left:20px;
  top: 19px;
  text-decoration: none;
  color:#6daaa2;
  font-family: 'Oswald';
  font-size: 32px;
  font-weight: 200;
  line-height: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.calendar-container .monthly-view .title a.next:link,
.calendar-container .monthly-view .title a.next:hover,
.calendar-container .monthly-view .title a.next:visited,
.calendar-container .monthly-view .title a.next:active {
  position: absolute;
  right:20px;
  top: 19px;
  text-decoration: none;
  color:#6daaa2;
  font-family: 'Oswald';
  font-size: 32px;
  font-weight: 200;
  line-height: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.calendar-container .monthly-view .title a.previous:hover,
.calendar-container .monthly-view .title a.next:hover {
  opacity: 0.75;
}

.calendar-container .calendar-display {
  width:100%;
}

.calendar-container .calendar-display td {
  text-align: center;
  padding:12px 0;
}

table.calendar-display tr:nth-child(even) td{
  background: inherit;
}

.calendar-container .calendar-display td.dayName {
    background-color: #494843;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0px;
    text-align: center;
}

.calendar-container .calendar-display td a:link, 
.calendar-container .calendar-display td a:hover,
.calendar-container .calendar-display td a:active,
.calendar-container .calendar-display td a:visited {
    font-size: 16px;
    font-weight: 300;
    color: #494843;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}



.calendar-container .calendar-display td.isThereEvent a {
    font-weight: 400;
    border: 2px solid #6daaa2;
    padding: 5px;
    border-radius: 30px;
    height: 34px;
    display: inline-block;
    margin-top: -7px;
    margin-left: -17px;
    position: absolute;
    width: 34px;
    line-height: 20px;
}

.calendar-container .calendar-display td.first {
  border-radius: 20px 0 0 20px;
}

.calendar-container .calendar-display td.last {
  border-radius: 0 20px 20px 0;
}

.calendar-container .calendar-display td.current-day a:link {
  font-weight: 500;
}

.calendar-container .calendar-display td.calendar-we {
}

.calendar-container .calendar-display td.past {
    opacity:0.3;
    cursor: not-allowed;
}

.calendar-container .calendar-display td.past a:link {
    cursor: not-allowed;
}

.calendar-container .calendar-display td.highlighted {
  background-color: #c6d8d6;
}









.basicContent-container {
  width:100%;
  margin-top:0px;
}

.cd-main-content .content-wrapper .basicContent-container h2 {
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0 0 20px 0;
    font-size: 22px;
    position: relative;
}


.cd-main-content .content-wrapper .basicContent-container p {
    margin: 0 0 10px 0;
    font-size: 14px;
}



.cd-main-content .content-wrapper .basicContent-container.legal h3 {
    padding: 0;
    display: block;
    width: fit-content;
    margin: 30px 0 15px 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    height: inherit;
}


.cd-main-content .content-wrapper .basicContent-container.legal ul {
    margin-bottom:10px;
}

.cd-main-content .content-wrapper .basicContent-container.legal ul li {
    list-style: circle;
    margin-left: 20px;
    font-weight: 300;
    font-size:14px;
    font-family: 'Quicksand';
}





.activity-availability {
    font-size: 11px;
    font-weight: 600;
    background-color: rgba(150,150,150,0.8);
    border-radius: 0 0 10px 10px;
    font-family: 'Quicksand';
    position: absolute;
    text-transform: uppercase;
    padding: 3px 12px;
    display: block;
    color: #fff;
    top: 53px;
    left: 0;
    width: 100%;
}

.activity-popup-container {
  background-color: rgba(52,51,47,0.7);
    width: calc( 100vw - 300px );
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 300px;
}

.activity-popup {
      border-radius: 10px;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    min-height: 400px;
    width: 600px;
    margin-top: calc( 50vh - 170px );
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    position: relative;
}

.activity-popup.wider {
 
    min-height: 400px;
    width: 900px;
    margin-top: 150px;
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
}

.activity-popup.wider .content {
    padding: 30px 35px;
    text-align: left;
}

.activity-popup.wider .content table {
    width:100%;
    margin-bottom: 0;
}

.activity-popup.wider .content table tr td:last-child {
    padding-right: 0
}

.activity-popup.wider .message_error, 
.activity-popup.wider  .message_success {
    text-align: left;
}


.activity-popup a.close:link, .activity-popup a.close:active, .activity-popup a.close:hover, .activity-popup a.close:visited { 
    border: 2px solid #DCDCDC;
    border-radius: 20px;
    padding: 1px 8px;
    color:#4c5463;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: arial;
    text-decoration: none;
    background-color: #fff;
    font-size:20px;
    z-index: 1;
}

.activity-popup select  {
    color: #fff;
    background-color: #6daaa2;
    border-color: #6daaa2;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 10px;
    text-align: center;
    margin-right: 20px;
    width: fit-content;
    text-transform: uppercase;
}


.activity-popup button  {
    width: 132px;
    color: #fff;
    background-color: #6daaa2;
    border-color: #6daaa2;
    font-weight: 300;
    font-size: 18px;
    padding: 5px 10px !important;
    text-align: center;
    margin-right: 30px;
}

.activity-popup button:after  {

    font-size: 27px;
    line-height: 26px;
}

.activity-popup .date {
  padding: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    opacity: 1;
}

.activity-popup .date .bold {
  font-weight: 500;
}

.activity-popup .pic {
    background-color: #eee;
    height: 150px;
    background-position: center center;
    background-size:cover;
    position: relative;
    background-image: url(../img/logo-default.png);
}

.activity-popup .pic .tip {
    position: relative;
    background-color: #888;
    width: fit-content;
    margin-left: 35px;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

.activity-popup.mycalendar .pic .tip {
    position: relative;
    background-color: #888;
    width: fit-content;
    margin-left: 35px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.activity-popup .pic .tip p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 1px 0 1px 0;
    padding: 0;
}

.activity-popup .pic .tip p.bold {
    font-weight: 600;
}

 .activity-popup form {
        padding: 10px 0 25px 0;
        text-align: center;
    }

.activity-popup .content {
      position: relative;
      text-align: center;
      padding: 20px 30px;
}

.activity-popup .content .title {
  padding: 0px 0 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.activity-popup .content .text {
  padding: 0px 30px 10px 30px; 
  text-align: center;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}

.activity-popup .content .subscription-infos {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  text-transform: uppercase;
  background-color: #ccc;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 7px;
  color: #fff;
  margin-top: 15px;
}

.activity-popup .content .subscription-infos .equipment {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    display: block;
}



.activity-popup .unsubscribe {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    color: #ccc;
    position: relative;
}


.activity-popup .content a.subscribe:link, .activity-popup .content a.subscribe:visited, .activity-popup .content a.subscribe:hover, .activity-popup .content a.subscribe:active,
.activity-popup .content a.unsubscribe:link, .activity-popup .content a.unsubscribe:visited, .activity-popup .content a.unsubscribe:hover, .activity-popup .content a.unsubscribe:active {
     color: #6daaa2;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    display: inline-block;
    padding-top: 15px;
    margin: 0 0px 25px 0;
    right: 0;
    font-size: 18px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

        text-align: center;


}

.content a.subscribe:hover, .content a.unsubscribe:hover {
     opacity:0.75;
}

.activity-popup .content a.unsubscribe:link, .activity-popup .content a.unsubscribe:visited, .activity-popup .content a.unsubscribe:hover, .activity-popup .content a.unsubscribe:active {
  color:#ce6a6a;
}

.activity-popup .content .infos {
     color: #777;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    display: inline-block;
    padding-top: 15px;
    margin: 0 30px 0 0;
    padding-bottom:25px;
    right: 0;
    font-size: 20px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


.activity-popup .message_error,
.activity-popup .message_success  {

  position: relative;
  bottom: 10px;
  margin-bottom: -7px;
  text-align: center;
} 


.activity-popup p.please_chose {
    font-weight: 400 !important;
    font-family: 'Oswald' !important;
    font-size: 17px !important;
    margin-top: 10px !important;
}



.activity-popup .waitingList-infos {
    border: 1px solid #eee;
    padding: 6px 12px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 400;
    color: #555;
    font-size: 11px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin: -12px auto 10px auto;
    line-height: 16px;
}

.activity-popup .waitingList-infos strong {
  
  font-weight: 500;
  display: block;
}










.filter-popup-container {
  background-color: rgba(52,51,47,0.7);
    width: calc( 100vw - 300px );
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 300px;
}

.filter-popup  {
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    min-height: 300px;
    width: 600px;
    margin-top: calc( 50vh - 150px );
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc( 100vh - 250px );
}

.filter-popup.sign  {
    width: 800px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    position: relative;
}

.filter-popup.sign .page {
    color: #6daaa2;
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
}

.filter-popup.sign .right {
    text-align: right;
    padding-top:10px;
}

.filter-popup .close {
    border: 2px solid #DCDCDC;
    border-radius: 20px;
    padding: 1px 8px;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 13px;
    font-family: arial;
    text-decoration: none;
    background-color: #fff;
    font-size:20px;
}

.filter-popup .header {
    border-radius: 10px 10px 0 0;
    padding: 18px 0px;
    background-color: #eee;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}


.filter-popup form {
    padding: 25px 5px 25px 25px;
}

.filter-popup.sign form {
    padding: 25px 35px;
}

.filter-popup.sign .control {
    min-width: 80px;
}

.filter-popup.sign table {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 100%;
}

.filter-popup.sign table tr:nth-child(even) td {
    background:inherit;
}

.filter-popup.sign table tr:last-child td {
    border-bottom:none;
}

.filter-popup.sign iframe {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin:10px 0;
}

.filter-popup .date {
  padding: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
    opacity: 1;
}

.filter-popup .date .bold {
  font-weight: 500;
}

.filter-popup .pic {
    background-color: #eee;
    height: 150px;
    background-position: center center;
    background-size:cover;
}

.filter-popup .pic .tip {
    background-color: #888;
    width: fit-content;
    margin-left: 50px;
    border-radius: 0 0 10px 10px;
    padding: 6px 20px 4px 20px;
    text-align: center;
}

.filter-popup .pic .tip p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 1px 0 3px 0;
    padding: 0;
}

.filter-popup .content {
      position: relative;
      text-align: right;
}

.filter-popup .content .title {
  padding: 20px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.filter-popup .content .text {
  padding: 0px 30px 10px 30px; 
  text-align: center;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}

.filter-popup .message_error,
.filter-popup .message_success  {

  position: absolute;
  bottom: 10px;
  margin-bottom: -7px;
  padding-left: 25px;
} 


table.sign th {
    font-weight: 400;
    text-align: left;
    padding: 10px 15px;
    background-color: #6daaa2;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

table.sign tr:nth-child(even) td,
table.sign tr:nth-child(odd) td,
table.sign td {
    border-bottom: 2px solid #eee;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    white-space: inherit;
    line-height: 16px;
    vertical-align: middle;
}



.filter-popup .title {
    color: #6daaa2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 5px 0;
}

.filter-popup .subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.filter-popup .alert {
    color: #6daaa2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.filter-popup .alert-txt {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 10px 0;
    line-height: 20px;
}

.filter-popup .title2 {
    color: #6daaa2;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0px 0;
}

.filter-popup .infos {
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 20px 0;
}






.content-wrapper .dates_info_box {
  margin-top: 40px;
}


.content-wrapper .dates_info_box p.info {
  font-size: 12px;
  color: #888;
  margin : 0;
  padding: 0;
}


.filter-popup.sign .signature {
    font-family: 'Oooh Baby';
    font-size:45px;
    padding:50px 20px;
    border:1px solid #eee;
    border-radius: 15px;
    text-align: center;
    margin:10px 0;
}



/* Conteneur principal */
.filter-popup.sign .slider-container {
    position: relative;
    padding: 20px 0px;
}

/* Conteneur principal */
.filter-popup.sign .tracker {
    position: relative;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
}

/* Barre de progression */
.filter-popup.sign .slider-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #6daaa2;
    width: 100px; /* Commence vide */
    z-index: 1;
}

.filter-popup.sign .slider-track-txt {
    font-weight: 300;
    text-align: right;
    color: #999;
    font-size: 16px;
    padding: 8px 20px 0 0;
}

/* Wrapper pour le bouton */
.filter-popup.sign .slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 2;
}

/* Bouton rond (à glisser) */
.filter-popup.sign .slider-thumb {
    margin: 0 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #6daaa2;
    border-radius: 50%;
    cursor: grab;
    left:100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.filter-popup.sign .slider-thumb .fas {
    color: #6daaa2;
    padding: 8px 11px;
    font-size: 30px;
}






.charter_signed ,
.questionnaire_signed {
    color: #6faba3;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    padding-bottom: 20px;
}

.questionnaire_signed {
    padding-bottom: 10px;
}

button#sign-submit:disabled {
opacity:0.6;
cursor: no-drop;
}


.charter_signed a:link,
.charter_signed a:hover,
.charter_signed a:visited,
.charter_signed a:active,
.questionnaire_signed a:link,
.questionnaire_signed a:hover,
.questionnaire_signed a:visited,
.questionnaire_signed a:active,
.discharge_signed a:link,
.discharge_signed a:hover,
.discharge_signed a:visited,
.discharge_signed a:active
{
    color: #6faba3;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #6faba3;
    border-radius: 5px;
    margin-left: 8px;
    display: inline-block;
    padding: 2px 6px;
}

.charter_signed a:link i,
.questionnaire_signed a:link i,
.discharge_signed a:link i {
    padding-right: 0px;
}

.charter_signed .fas,
.questionnaire_signed .fas {
    color: #6faba3;
    padding-right: 5px;
}




.video-popup-container {
  background-color: rgba(52,51,47,0.7);
    width: calc( 100vw - 300px );
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 300px;
}

.video-popup  {
    border-radius: 10px;
    background-color: #fff;
    padding: 0px 0 35px 0;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    min-height: 400px;
    width: calc( 50vw + 80px );
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    position: relative;
}



.video-popup a.close:link, .video-popup a.close:active, .video-popup a.close:hover, .video-popup a.close:visited { 
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    padding: 1px 8px;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 13px;
    font-family: arial;
    text-decoration: none;
    background-color: #fff;
    font-size:20px;
    z-index: 1;
}


.video-popup .content {
      position: relative;
      text-align: center;
}

.video-popup .content iframe {
    width: 50vw;
    height: 28.12vw;
}

.video-popup .content .title {
  padding: 20px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.video-popup .content .text {
  padding: 0px 30px 20px 30px; 
  text-align: center;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}

.video-popup .content .infos {
     color: #777;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    display: inline-block;
    padding-top: 15px;
    margin: 0 30px 25px 0;
    right: 0;
    font-size: 20px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}





.cd-main-content .content-wrapper p.form-infos {
    border: 1px solid #6daaa2;
    padding: 8px 12px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 400;
    color: #888;
    font-size: 11px;
    font-family: 'Oswald';
    text-transform: uppercase;
}



@media only screen and (max-width: 1400px) {

    .calendar-container .calendar .title a.previous:link,
    .calendar-container .calendar .title a.next:link {
        display: none;
    }

    .calendar-container .calendar .title a.previous-mobile:link,
    .calendar-container .calendar .title a.next-mobile:link {
        display: inline;
    }

    .calendar-container .monthly-view {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 15px;

    }

    .calendar {
        width: 100%;
    }

    .calendar-container .calendar {
        width: 100%;
        position: relative;
        box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
        margin-top: 30px;
        border-radius: 15px;
        margin-bottom: 50px;
    }

    .calendar-container .calendar .title {
        border-radius: 10px 10px 0 0;
    }

    .calendar-container .calendar .days .day {
        display: none;
    }

    .calendar-container .calendar .days .day.border-left {
        border-left: inherit;
    }

    .calendar-container .calendar .days .day:first-child,
    .calendar-container .calendar .days .day:nth-child(2)
     {
        display: inline-block !important;
        width: calc( 100% - 80px );
        float: right;
    }

    .calendar-container .calendar .days .hours {
        width: 80px;
        border-left: 1px solid #f0f0f0;
        position: relative;
        display: inline-block;
    }

    .calendar-container .calendar-display td.highlighted {
        background-color: inherit;
    }

    .calendar-container .calendar-display td.calendar-we {
    }

     .calendar-container .calendar-display td.highlighted.first {
        background-color: #c6d8d6;
        border-radius: 20px;
    }


    .calendar-container {
    }


    .calendar-container {
        box-shadow: none;
    }


}





@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    .activities-month .event {
        width:280px;
    }

}



@media only screen and (max-width: 1199px) {

    .container-left {
        width: 100%;
        display: block;
        float: none;
        max-width: 800px;
        padding: 40px 0px 30px 0px;
    }

    .container-right {
        width: 100%;
        padding: 40px 0 0px 0px;
        display: block;
        float: none;
        max-width: 800px;
    }

    .container-right-shadow {
        width: 100%;
        padding: 40px 0 30px 0px;
        display: inline-block;
        float: left;
        max-width: 800px;
        box-shadow: none;
    }

    .container-fullwidth {

        padding: 40px 10px 30px 0px;
    }

    .cd-nav-title {
        display: none;
    }

}



/* SCREENS UNDER 768px */


@media only screen and (max-width: 768px) {


    .container-left {
        width: 100%;
        float: none;
        padding: 40px 0px 30px 0px;
    }


    .container-right {
        width: 100%;
        padding: 40px 0 0px 0px;
        display: inline-block;
        float: left;
        max-width: 800px;
    }

}





@media only screen and (max-width: 768px) {

    .video-popup-container {

        left: 0;
        width: 100vw;
    }


  .cd-main-content {
    position: relative;
    z-index: 1000;
    margin-top: 95px;
  }

  .cd-side-nav {
      width: 100vw;
      opacity:0;
      top: 142px;
      overflow: hidden;
      visibility:hidden;
      padding-top: 12px;
  }

  .video-popup .content iframe {
    width:55vw !important;
  }

  .video-popup {

    min-height: 350px;
 }



  .cd-side-nav > ul > li {

  }

  .cd-side-nav > ul > li > a {
    text-align: center;
  }

  .cd-nav-title {
    height: 70px;
    position: relative;
    width: 100vw;
    top: 105px;
    padding: 0 20px;
    display: inline-table;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    text-align: center;
  }

  .cd-nav-title h1 {
    font-size: 24px;
  }

  .cd-top-nav {
      display: none;
  }

  .logout {
      bottom: 0;
      position: fixed !important;
      width: 100%;
      border-top: none !important;
      border-bottom: none !important;
      background-color: #34332f;
  }


}




@media only screen and (max-width: 768px) {

  a.button-back:link {
    border-radius: 20px;
    padding: 8px 6px 8px 10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }

  a.button-back .txt {
    display: none;
  }

  a.button-back:before {
    padding: 1px 0 0 2px;
    font-size: 40px;
  }
}





@media only screen and (max-width: 768px) {


  .cd-logo  {
    position: fixed;
    display: block;
    top: 0;
    margin: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    padding: 45px 0 20px 0;
    width: 100%;
    background-color: #494843;
  }

  .cd-logo img {
      display: inline;
      width: 150px;
      max-width: 40vw;
  }

  .cd-main-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 175px;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
  }

  .cd-main-content .content-wrapper h1 {

    margin-bottom: 20px;
    font-size: 3rem;
  }


  .cd-main-content .content-wrapper {
      padding: 75px 30px 40px 30px !important;
  }


  .cd-side-nav > ul:last-of-type {
      padding-bottom: 0;
      margin-top: -35px;
      margin-bottom: -10px;
  }

  .cd-nav-title .icon {
        width: 20px;
        height: 25px;
        display: inline-block;
        margin-top: 25px;
        margin-right: 12px;
    }

    .cd-nav-title h1 {
        font-size: 24px;
        display: inline-block;
        vertical-align: bottom;
    }

    .cd-side-nav > ul > li > a {
        padding: 20px 20px 20px 20px; 
    }

    .cd-main-content .content-wrapper .planning-daily-container h2 {
        font-size: 24px;
    }

    .cd-main-content .content-wrapper .planning-daily-container h2 span.thiner {
        margin-top: 3px;
        font-size: 22px;
    }

    .container-fullwidth {
        width: 100%;
        padding: 40px 0px 30px 0px;
    }

    .content-wrapper {
        height: 100%;
    }

    .activity-popup-container {
        width: 100%;
        height: 200%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
    }

    .activity-popup {
        padding: 0px;
        min-height: 400px;
        width: 86%;
        margin-top: 110px;
        position: relative;
    }

    .activity-popup .message_success,
    .activity-popup .message_error,
    .activity-popup form .message_success,
    .activity-popup form .message_error {
        text-align: center;
        font-size: 14px;
        padding: 0px 20px;
    }


    .activity-popup button {
        margin-right: 0px;
    }




    .container-right-shadow {
        width: 100%;
        box-shadow: none;
        padding: 0;
    }

    .notifs-list a.notif:link, .notifs-list a.notif:visited, .notifs-list a.notif:hover, .notifs-list a.notif:active {
        margin: 0px 0px 15px 0px;
    }

    .cd-side-nav > ul > li.separator {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .responsive3, .responsive4, .responsive6, .responsive9, .responsive12 { 
      display: inline-block; 
      margin-bottom:20px;
      float:left;
      padding-right: 0px;
    }
    .responsive3 { width:100%; }
    .responsive4 { width:100%; }
    .responsive6 { width:100%; }
    .responsive9 { width:100%; }
    .responsive12 { width:100%; }





    .videos-list .video,
    .docs-list a.doc  {
        float: none;
        width: calc( 100% - 20px );
    }





}




.users-import-form {
    padding-bottom: 30px;
}

.cd-main-content .content-wrapper .basicContent-container p.users-import-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
    padding: 0 0 0 0;
}

.cd-main-content .content-wrapper .basicContent-container p.users-import.err {
    font-weight:500 !important;
    color:#F28787 !important;
}

.cd-main-content .content-wrapper .basicContent-container p.users-import {

    padding-bottom: 0px;
}


.cd-main-content .content-wrapper .basicContent-container p.users-import a:link,
.cd-main-content .content-wrapper .basicContent-container p.users-import a:hover,
.cd-main-content .content-wrapper .basicContent-container p.users-import a:visited,
.cd-main-content .content-wrapper .basicContent-container p.users-import a:active {
    color:#6daaa2 !important;
    text-decoration: none !important;
}



.tag-unclickable {
    padding: 8px 10px 8px 10px;
    margin: 3px 5px 2px 0px;
    position: relative;
    line-height: 13px;
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    cursor: default;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    user-select: none;
}



