/*Corail*/
/*Bleu orage*/
/*btn */
/* Liens */
/* Typo */
.trustpilot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.trustpilot > * + * {
  margin-top: calc((10 / var(--baseRem, 10)) * 1rem);
}
.trustpilot p {
  margin-bottom: 0;
}
.trustpilot__comment {
  font-size: calc((16 / var(--baseRem, 10)) * 1rem);
  line-height: calc((24 / var(--baseRem, 10)) * 1rem);
  font-style: italic;
}
.trustpilot__author {
  font-size: calc((14 / var(--baseRem, 10)) * 1rem);
  line-height: calc((20 / var(--baseRem, 10)) * 1rem);
  color: #667788;
}
.trustpilot__rating {
  width: calc((128 / var(--baseRem, 10)) * 1rem);
}
.trustpilot__logo {
  width: calc((81 / var(--baseRem, 10)) * 1rem);
}
.trustpilot--highlight {
  padding: 0 calc((24 / var(--baseRem, 10)) * 1rem);
}
.trustpilot--highlight .trustpilot__comment {
  font-size: calc((24 / var(--baseRem, 10)) * 1rem);
  line-height: calc((32 / var(--baseRem, 10)) * 1rem);
  text-align: center;
}
.trustpilot__container {
  margin-bottom: calc((24 / var(--baseRem, 10)) * 1rem);
}
.trustpilot__columns {
  display: -ms-grid;
  display: grid;
  grid-gap: calc((24 / var(--baseRem, 10)) * 1rem);
  gap: calc((24 / var(--baseRem, 10)) * 1rem);
}
@media screen and (min-width: 768px) {
  .trustpilot__container {
    margin-bottom: calc((32 / var(--baseRem, 10)) * 1rem);
  }
  .trustpilot__container .trustpilot {
    height: 100%;
  }
  .trustpilot__container .trustpilot__comment {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 976px) {
  .trustpilot__columns {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: calc((16 / var(--baseRem, 10)) * 1rem);
    gap: calc((16 / var(--baseRem, 10)) * 1rem);
  }
  .trustpilot__columns .grid-item:nth-child(3n+1) {
    grid-column: 1;
  }
  .trustpilot__columns .grid-item:nth-child(3n+2) {
    grid-column: 2;
  }
  .trustpilot__columns .grid-item:nth-child(3n+3) {
    grid-column: 3;
  }
}

/* 5 bloc in this scss file
    1. General style
    2. Card component with different version : basic and principal card
    3. Separator style between column
    4. Version create tree with background dark : 3 parts General style +  Card component + Separator
    5. Hints part 
    6. Carousel part
*/
#containAll {
  table-layout: fixed;
}

.new-tree-container {
  margin-top: 20px;
  margin-bottom: 100px;
}
.new-tree-container .new-tree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.new-tree-container .new-tree-title {
  position: relative;
  display: inline;
  margin-right: 15px;
}
.new-tree-container .new-tree-title .free {
  padding: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: yellow;
  color: black;
  font-size: 1.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .new-tree-container .new-tree-title .free {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .new-tree-container .new-tree-title .free {
    margin-left: 1rem;
    -moz-transform: translateX(calc(100% + 1rem));
    -ms-transform: translateX(calc(100% + 1rem));
    -webkit-transform: translateX(calc(100% + 1rem));
    transform: translateX(calc(100% + 1rem));
  }
  .new-tree-container .new-tree-title .free__container {
    position: relative;
  }
}
.old-specs .new-tree-container .column {
  width: 22.5%;
}
.new-tree-container .column.save {
  padding: 0;
}
.new-tree-container .column.save .save-title {
  font-size: 17px;
  display: block;
}
.new-tree-container .column.save .btn-action {
  display: block;
  margin: 15px 0;
  width: 120px;
  height: 40px;
  font-size: 16px;
}
.new-tree-container .column.save .checkbox {
  margin: 35px 0 10px 0;
}
.new-tree-container .column.save .checkbox .label-text {
  font-size: 15px;
}
.new-tree-container .column.save .save-text {
  font-size: 12px;
  color: #757585;
  padding-right: 15px;
}
.new-tree-container .column.save .information {
  font-size: 13px;
}
.new-tree-container .column.save .save-link {
  font-size: 13px;
}
.new-tree-container .column-parents {
  width: 51.4%;
}
.new-tree-container .column-parents .parent_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-tree-container .column-parents .parent_side .column {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-tree-container .column-parents .parent_side .column {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }
}
.new-tree-container .column-parents + .separator-tree {
  border: 0;
}
.new-tree-container .column-grandparents {
  width: 114%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-tree-container .column-grandparents {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }
}
.new-tree-container .column-grandparents .grandparent_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-tree-container .add-partner {
  width: auto;
  border: 1px dashed #999999;
  text-align: center;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  color: #43C;
  font-size: 12px;
}
.new-tree-container .add-partner:hover {
  cursor: pointer;
}

.card {
  width: 100%;
  background-color: #fff;
}
.card__container {
  padding: 4px 16px 4px 16px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #d5d8da;
}
.old-specs .card__container {
  min-height: 130px;
}
.card__container.focus-man {
  border: 3px solid #66cccc;
  padding: 2px 14px 2px 14px;
}
.card__container.focus-woman {
  border: 3px solid #ff8888;
  padding: 2px 14px 2px 14px;
}
.card__container .form-group {
  margin-bottom: 0;
  width: 100%;
}
.card__container .form-control {
  background-color: transparent !important;
  height: 28px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #999999;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0 2px 0;
}
.card__container .form-control.first-name {
  margin: 5px 0 0 0;
}
.card__container .form-control::-webkit-input-placeholder {
  color: #999999;
}
.card__container .form-control:-moz-placeholder {
  color: #999999;
}
.card__container .form-control::-moz-placeholder {
  color: #999999;
}
.card__container .form-control:-ms-input-placeholder {
  color: #999999;
}
.card__container .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ff5555;
  border-radius: 0;
}
.card__container input:-webkit-autofill,
.card__container input:-webkit-autofill:hover,
.card__container input:-webkit-autofill:focus textarea:-webkit-autofill,
.card__container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.card__container select:-webkit-autofill,
.card__container select:-webkit-autofill:hover,
.card__container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.card__container .radio label {
  color: #333333;
}
.card__container .radio input[type=radio]:checked ~ .circle {
  border: 2px solid #43C;
}
.card__container .radio .circle {
  border: 2px solid #43C;
}
.card__container .radio input[type=radio]:checked ~ .check {
  background-color: #43C;
}
.card__container .radio .check {
  background-color: #43C;
}
.card__container .radio-inline {
  margin: 5px 0;
}
.card__container--principal {
  min-height: 280px;
  border: 0px solid #2B2550;
  background-color: #2B2550;
  color: #fff;
  padding-top: 5px;
}
.card__container--principal .radio label {
  color: #fff !important;
}
.card__container--principal .radio input[type=radio]:checked ~ .circle {
  border: 2px solid #fff;
}
.card__container--principal .radio .circle {
  border: 2px solid #fff;
}
.card__container--principal .radio input[type=radio]:checked ~ .check {
  background-color: #fff;
}
.card__container--principal .radio .check {
  background-color: #fff;
}
.card__container--principal .form-control {
  color: #fff;
}
.card__container--principal .form-control.first-name {
  color: #fff;
}
.card__container--principal .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}
.card__container--principal .form-control:-moz-placeholder {
  color: #d9d9d9;
}
.card__container--principal .form-control::-moz-placeholder {
  color: #d9d9d9;
}
.card__container--principal .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}
.old-specs .card__container--principal .bloc-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 5px;
}
.old-specs .card__container--principal .bloc-bottom-container:last-child {
  margin: 0;
}
.old-specs .card__container--principal .bloc-bottom-container .birth {
  display: inline;
  width: 25%;
  text-align: center;
  font-size: 13px;
}
.old-specs .card__container--principal .bloc-bottom-container .year {
  width: 39%;
}
@media (max-width: 1200px) {
  .old-specs .card__container--principal .bloc-bottom-container .year {
    width: 36%;
  }
}
.old-specs .card__container--principal .bloc-bottom-container .right {
  width: 81%;
}
.old-specs .card__container--principal .bloc-bottom-container .name-field {
  display: block;
  margin-top: 10px;
}
.card__container--principal .separator {
  width: 1px;
  background-color: #999999;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
}
.card__container--principal input:-webkit-autofill,
.card__container--principal input:-webkit-autofill:hover,
.card__container--principal input:-webkit-autofill:focus textarea:-webkit-autofill,
.card__container--principal textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.card__container--principal select:-webkit-autofill,
.card__container--principal select:-webkit-autofill:hover,
.card__container--principal select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #2B2550 inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.card__container .profil-picture-container {
  display: block;
}
.card__container .profil-picture-container .profil-picture {
  width: 6.5rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 5px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
.card__container .profil-picture-container .profil-picture.man {
  background-color: #66cccc;
}
.card__container .profil-picture-container .profil-picture.woman {
  background-color: #ff8888;
}
.card__container .profil-picture-container .profil-picture:hover {
  cursor: pointer;
}
.card__container .profil-picture-container .profil-picture img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.card__top {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.card__top .circle-gender {
  display: block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: 2px;
}
.card__top .circle-gender.man {
  border: 3px solid #66cccc;
}
.card__top .circle-gender.woman {
  border: 3px solid #ff8888;
}
.card__bottom {
  font-size: 13px;
}
.card__bottom a {
  display: inline-block;
  margin: 11px 0 7px;
}
.old-specs .card__bottom .birth-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
}
.old-specs .card__bottom .birth-div-container .birth.year {
  width: 55px;
  margin-right: 10px;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.old-specs .card__bottom .birth-div-container .birth.year + .form-group {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}
.card .create-tree-error-message {
  display: table;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
  max-width: 100%;
}
.card .create-tree-error-message > * {
  display: table-cell;
  vertical-align: top;
  width: 80%;
}
.card .create-tree-error-message i {
  margin-right: 5px;
  width: 10%;
}

.separator-tree {
  position: relative;
  width: 3.3%;
  min-width: 33px;
  border-right: 1px solid #fff;
  margin: 66px 18px 0 -13px;
}
.separator-tree .lien-horizontal-2perso {
  display: block;
  margin: -1px 0 0 16px !important;
  font-size: 6px;
  color: #757585;
  text-align: center;
  width: 100%;
  height: 8px;
}
.separator-tree .lien-horizontal-2perso::before {
  border-bottom: 1px solid #757585;
  content: "";
  left: 13px;
  margin: 2px 0 0;
  position: absolute;
  transform: rotate(0deg);
  width: 12px;
}
.separator-tree .lien-horizontal-2perso:after {
  border-bottom: 1px solid #757585;
  content: "";
  right: -19px;
  margin: 2px 0 0;
  position: absolute;
  transform: rotate(0deg);
  width: 13px;
}
.separator-tree.marge-parent {
  height: 20px;
  margin-top: 0;
}
.separator-tree.maternal {
  margin-top: 0;
  height: 67px;
}
.separator-tree.maternal .lien-horizontal-2perso {
  margin-top: 66px !important;
}
.separator-tree.maternal .lien-horizontal-2perso::before {
  width: 0;
}

.new-tree-dark-background {
  background-color: #2B2550;
}
.new-tree-dark-background .new-tree-container {
  margin-top: 0;
  padding-top: 14px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.new-tree-dark-background .new-tree-container .new-tree-title-container {
  text-align: center;
  color: #fff;
}
.new-tree-dark-background .new-tree-container .new-tree-title-container .new-tree-title {
  display: block;
  margin-right: 0;
  color: #fff;
}
.new-tree-dark-background .new-tree-container .new-tree-title-container a {
  color: #ff5555;
}
.new-tree-dark-background .new-tree-container .column.save .save-title {
  color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save .checkbox .label-text {
  color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save .save-text {
  color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save a.information {
  color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save a.information.collapsed[data-toggle=collapse]:before {
  border-color: transparent;
  border-left-color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save a.information[data-toggle=collapse]:before {
  border-color: transparent;
  border-top-color: #fff;
}
.new-tree-dark-background .new-tree-container .column.save a.information[data-toggle=collapse] + div.collapse, .new-tree-dark-background .new-tree-container .column.save a.information[data-toggle=collapse] + div.collapsing {
  color: #fff;
}
.new-tree-dark-background .new-tree-container .add-partner {
  border-color: #fff;
  height: auto;
  padding: 5px 0;
  color: #43C;
  font-size: 14px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.new-tree-dark-background .new-tree-container .add-partner:hover {
  cursor: pointer;
}
.new-tree-dark-background .new-tree-container .add-partner:hover span {
  text-decoration: underline;
}
.new-tree-dark-background .card {
  background-color: #e6e6e6;
}
.new-tree-dark-background .card__container {
  border-color: #e6e6e6;
}
.new-tree-dark-background .card__container.focus-man {
  border-color: #66cccc;
}
.new-tree-dark-background .card__container.focus-woman {
  border-color: #ff8888;
}
.new-tree-dark-background .card__container--principal {
  border-color: #fff;
  background-color: #fff;
  color: #333333;
}
.new-tree-dark-background .card__container--principal .radio label {
  color: #333333 !important;
}
.new-tree-dark-background .card__container--principal .radio input[type=radio]:checked ~ .circle {
  border-color: #43C;
}
.new-tree-dark-background .card__container--principal .radio .circle {
  border-color: #43C;
}
.new-tree-dark-background .card__container--principal .radio input[type=radio]:checked ~ .check {
  background-color: #43C;
}
.new-tree-dark-background .card__container--principal .radio .check {
  background-color: #43C;
}
.new-tree-dark-background .card__container--principal .form-control {
  color: #333333;
}
.new-tree-dark-background .card__container--principal .form-control::-webkit-input-placeholder {
  color: #999999;
}
.new-tree-dark-background .card__container--principal .form-control:-moz-placeholder {
  color: #999999;
}
.new-tree-dark-background .card__container--principal .form-control::-moz-placeholder {
  color: #999999;
}
.new-tree-dark-background .card__container--principal .form-control:-ms-input-placeholder {
  color: #999999;
}
.new-tree-dark-background .card__container--principal .separator {
  background-color: #fff;
}
.new-tree-dark-background .card__container--principal input:-webkit-autofill,
.new-tree-dark-background .card__container--principal input:-webkit-autofill:hover,
.new-tree-dark-background .card__container--principal input:-webkit-autofill:focus textarea:-webkit-autofill,
.new-tree-dark-background .card__container--principal textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.new-tree-dark-background .card__container--principal select:-webkit-autofill,
.new-tree-dark-background .card__container--principal select:-webkit-autofill:hover,
.new-tree-dark-background .card__container--principal select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.new-tree-dark-background .card__container .profil-picture-container .profil-picture i {
  color: #fff;
}
.new-tree-dark-background .card__top .circle-gender {
  background-color: #e6e6e6;
}
.new-tree-dark-background .separator-tree .lien-horizontal-2perso {
  color: #fff;
}
.new-tree-dark-background .separator-tree .lien-horizontal-2perso::before {
  border-bottom-color: #fff;
}
.new-tree-dark-background .separator-tree .lien-horizontal-2perso:after {
  border-bottom-color: #fff;
}
.new-tree-dark-background .separator-tree .line {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.new-tree-title {
  font-size: 36px;
}

.list_hints {
  padding: 4rem 1.5rem 1rem 1.5rem;
  background-color: #fff;
}
.list_hints h2 {
  margin: 4.4rem 0 0.6rem 0;
}
.list_hints h2 + p {
  font-size: 22px;
  margin: 0 0 45px 0;
}
.list_hints .column-center {
  margin-top: 3.2rem;
  margin-bottom: 4.6rem;
}
.list_hints .column-center + h3 {
  margin-bottom: 2rem;
}
.list_hints .iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .list_hints h2 {
    margin-top: 1.8rem;
  }
  .list_hints .iframe {
    margin: 6rem 0;
  }
}

.tweet-startNewTree {
  margin: 0 auto 80px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.column-center > * + * {
  margin-top: 0.8rem;
}

.new-tree-v2 {
  margin-top: 25px;
}
.new-tree-v2__infos {
  padding: 0.4rem 0.8rem;
  margin: 1.6rem 0;
  border-radius: 4px;
  font-size: 1.2rem;
  background-color: #43C;
  color: #fff;
}
.new-tree-v2__infos p {
  margin-bottom: 0;
}
.new-tree-v2__ancestors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-tree-v2__ancestors > * {
  width: calc(50% - 0.4rem);
}
.new-tree-v2__ancestors > *:last-child {
  margin-left: 0.8rem;
}
.new-tree-v2__ancestors .new-tree-v2__branch-n2 > * {
  margin-top: 0.8rem;
}
.new-tree-v2__ancestors .new-tree-v2__branch-n2 > *:first-child {
  margin-top: 1.6rem;
}
.new-tree-v2__save.column.save .checkbox {
  margin: 1.6rem 0;
}
.new-tree-v2__list {
  text-align: left;
}
.new-tree-v2__list h3 {
  padding-top: 1.2rem;
}
.new-tree-v2__list li {
  position: relative;
  padding-left: calc(4.8rem + 1.6rem);
}
.new-tree-v2__list li:not(:last-child)::before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% + 2rem);
  top: 0;
  left: 2.4rem;
  background-color: #ff5555;
}
.new-tree-v2__list p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.new-tree-v2__list p:last-child {
  padding-bottom: 1.6rem;
}
.new-tree-v2__list .bullet {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #ff5555;
  border-radius: 50%;
  color: #ff5555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.new-tree-v2__list .highlight {
  padding: 0px 4px 0px 4px;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: "Dancing Script", cursive;
  background-color: #ff0;
}
.new-tree-v2 .card__container {
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}
.new-tree-v2 .card__container-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-tree-v2 .card__container-infos > * {
  margin-top: 0.8rem;
}
.new-tree-v2 .card__container-infos > *:not(:last-child) {
  margin-right: 0.8rem;
}
.new-tree-v2 .card__container--principal {
  min-height: auto;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.new-tree-v2 .card__container--principal ~ *.add-partner, .new-tree-v2 .card__container--principal ~ *.card {
  margin-top: 1.6rem;
}
.new-tree-v2 .card__container .profil-picture-container .profil-picture {
  width: 5.6rem;
  height: 5.6rem;
}
.new-tree-v2 .card__container .form-control.first-name, .new-tree-v2 .card__container .form-control.last-name {
  color: #333333;
}
.new-tree-v2 .card__container .form-control:focus {
  border-bottom: 1px solid #43C;
}
.new-tree-v2 .card__container .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.new-tree-v2 .card__container .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.new-tree-v2 .card__container .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.new-tree-v2 .card__container .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.new-tree-v2 .card__container .caret-mui {
  display: none;
}
.new-tree-v2 .card__bottom .btn-action {
  display: block;
  margin: 0.8rem auto 0 auto;
}
.new-tree-v2 .card__tag, .new-tree-v2 .btn--add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 100%;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #43C;
  background-color: #CCCCEE;
}
.new-tree-v2 .card__tag > button, .new-tree-v2 .btn--add > button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.8rem;
  border: 1px solid transparent;
  border-radius: 4px;
}
.new-tree-v2 .card__tag > button, .new-tree-v2 .btn--add > button, .new-tree-v2 .card__tag > button:hover, .new-tree-v2 .card__tag > button:focus {
  background-color: transparent;
}
.new-tree-v2 .card__tag > button:focus:not(:hover), .new-tree-v2 .btn--add > button:focus:not(:hover) {
  border-color: #43C;
}
.new-tree-v2 .card__tag .material-icons-cancel, .new-tree-v2 .btn--add .material-icons-cancel {
  font-size: 1.6rem;
  line-height: normal;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.new-tree-v2 .card__tag p, .new-tree-v2 .btn--add p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-tree-v2 .bloc-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.new-tree-v2 .bloc-bottom-container .birth {
  display: inline;
  text-align: center;
}
.new-tree-v2 .bloc-bottom-container .birth:nth-child(-n+2) {
  width: 70%;
}
.new-tree-v2 .bloc-bottom-container .date-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 64%;
}
.new-tree-v2 .bloc-bottom-container .date-right .form-control {
  padding: 4px 0;
}
.new-tree-v2 .bloc-bottom-container .side-input {
  margin-top: 1px;
  margin-bottom: -1px;
}
.new-tree-v2 .bloc-bottom-container .side-input input::-webkit-input-placeholder {
  font-weight: 400;
}
.new-tree-v2 .bloc-bottom-container .side-input input:-moz-placeholder {
  font-weight: 400;
}
.new-tree-v2 .bloc-bottom-container .side-input input::-moz-placeholder {
  font-weight: 400;
}
.new-tree-v2 .bloc-bottom-container .side-input input:-ms-input-placeholder {
  font-weight: 400;
}
.new-tree-v2 .bloc-bottom-container .name-field {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #667788;
}
.new-tree-v2 .bloc-bottom-container--place {
  justify-content: unset;
}
.new-tree-v2 .bloc-bottom-container--place .side-input {
  width: 100%;
  margin-left: 1rem;
}
.new-tree-v2 .btn--add {
  position: relative;
  padding: 0.6rem 0.8rem 0.6rem 1.8rem;
  background-color: transparent;
  border: 1px solid #a2a9b4;
  font-weight: 700;
}
.new-tree-v2 .btn--add::before {
  display: block;
  position: absolute;
  content: "+";
  left: 0.8rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-tree-v2 .btn--add:hover {
  background-color: #CCCCEE;
  border-color: #CCCCEE;
}
.new-tree-v2 .btn--add:focus:not(:hover) {
  border-color: #43C;
}
@media screen and (max-width: 991px) {
  .new-tree-v2 .status {
    font-size: 12px;
  }
  .new-tree-v2 .card__top {
    position: relative;
  }
  .new-tree-v2 .card__top .circle-gender {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    flex-shrink: 0;
  }
  .new-tree-v2 .card__top .caret-mui {
    display: block;
    position: absolute;
    left: -0.75rem;
    top: 35%;
    user-select: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .new-tree-v2 .card__top .caret-mui::before {
    content: "keyboard_arrow_right";
    font-size: 1.8rem;
  }
  .new-tree-v2 .card__top .caret-mui + p {
    margin-left: 1rem;
    line-height: 1;
  }
  .new-tree-v2 .card__top[aria-expanded=true] .caret-mui::before {
    content: "keyboard_arrow_down";
  }
  .new-tree-v2 .card__container > *:last-child() {
    padding-bottom: 0.4rem;
  }
  .new-tree-v2 .card .collapse {
    padding-bottom: 0.4rem;
  }
  .new-tree-v2 .card__container--principal {
    padding-bottom: 0.4rem;
  }
  .new-tree-v2 .card__container--principal ~ *.add-partner, .new-tree-v2 .card__container--principal ~ *.card {
    display: none !important;
  }
  .new-tree-v2 .new-tree-v2__ancestors .new-tree-v2__infos {
    display: none;
  }
  .new-tree-v2__save .center-mobile {
    margin-top: 1.6rem;
    text-align: center;
  }
  .new-tree-v2__save .center-mobile .save-title.save-title,
.new-tree-v2__save .center-mobile .label-text.label-text.label-text {
    font-size: 1.4rem;
  }
  .new-tree-v2__save .center-mobile .btn.btn-action {
    margin: 1.6rem auto;
  }
}
@media screen and (min-width: 992px) {
  .new-tree-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .new-tree-v2__main, .new-tree-v2__save {
    width: 25%;
  }
  .new-tree-v2 .with-bullet-left {
    position: relative;
  }
  .new-tree-v2 .with-bullet-left::before {
    display: block;
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    top: 7.2rem;
    left: -0.8rem;
    border-radius: 50%;
    border: 1px solid #2B2550;
    background-color: white;
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    z-index: 1;
  }
  .new-tree-v2__ancestors {
    width: 50%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-tree-v2__ancestors > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .new-tree-v2__ancestors > * > * {
    width: calc(50% - 0.8rem);
  }
  .new-tree-v2__ancestors > * > *:not(:first-child) {
    margin-left: 1.6rem;
  }
  .new-tree-v2__ancestors > *:last-child {
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n2 > *:first-child {
    margin-top: 0;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n2 > *:not(:first-child) {
    margin-top: 1.6rem;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n2 .card:first-child,
.new-tree-v2__ancestors .new-tree-v2__branch-n1:first-child {
    position: relative;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n2 .card:first-child::after,
.new-tree-v2__ancestors .new-tree-v2__branch-n1:first-child::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.85rem;
    height: calc(100% + 1.6rem);
    top: 7.2rem;
    left: -0.85rem;
    border: 1px solid #fff;
    border-right-color: transparent;
  }
  .new-tree-v2__ancestors .card {
    position: relative;
  }
  .new-tree-v2__ancestors .card::before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 7.2rem;
    left: 0;
    background-color: white;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1 {
    position: relative;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1:first-child::before {
    -moz-transform: translate(-55%, -45%);
    -ms-transform: translate(-55%, -45%);
    -webkit-transform: translate(-55%, -45%);
    transform: translate(-55%, -45%);
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1:first-child::after {
    top: calc(7.2rem + 1px);
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1:first-child * > .card__container:not(.card__container--mother):first-child::before {
    width: 1.7rem;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1 + .new-tree-v2__branch-n1 > *:first-child > *:first-child::after {
    content: none;
  }
  .new-tree-v2__ancestors .new-tree-v2__branch-n1 * > .card__container:not(.card__container--mother):first-child::before {
    width: 1.6rem;
  }
  .new-tree-v2 > *:not(:first-child) {
    margin-left: 1.6rem;
  }
  .new-tree-v2__main .collapse, .new-tree-v2__ancestors .collapse {
    display: block;
    height: auto !important;
  }
  .new-tree-v2__main [data-toggle=collapse], .new-tree-v2__ancestors [data-toggle=collapse] {
    pointer-events: none;
  }
  .new-tree-v2__infos {
    position: relative;
    margin-bottom: 0;
  }
  .new-tree-v2__infos::before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 1.2rem solid transparent;
    border-left-width: 0.8rem;
    border-right-width: 0.8rem;
    border-bottom-color: #43C;
    bottom: 100%;
    left: 4rem;
  }
  .new-tree-v2__main .new-tree-v2__infos {
    display: none;
  }
  .new-tree-v2 .card__container {
    min-height: 14.4rem;
    padding: 0.8rem 1.6rem;
  }
  .new-tree-v2 .card__container--principal {
    padding-bottom: 1.6rem;
  }
  .new-tree-v2 .card__container--principal ~ *.add-partner, .new-tree-v2 .card__container--principal ~ *.card {
    position: relative;
  }
  .new-tree-v2 .card__container--principal ~ *.add-partner::before, .new-tree-v2 .card__container--principal ~ *.card::before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 1.6rem;
    top: 0;
    left: 50%;
    background-color: #fff;
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .new-tree-v2 .card__container--principal ~ *.add-partner::after, .new-tree-v2 .card__container--principal ~ *.card::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    top: -0.8rem;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #2B2550;
    background-color: white;
    -moz-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
}

.start-new-tree-v2 h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: left;
}

.grid-col-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: calc((16 / var(--baseRem, 10)) * 1rem);
  gap: calc((16 / var(--baseRem, 10)) * 1rem);
}
@media (min-width: 768px) {
  .grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.go-further {
  padding: 1.6rem 0 3.2rem 0;
  background-color: #EDEEF6;
}
.go-further img {
  height: auto;
}
.go-further__thumbnail {
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .go-further__thumbnail {
    display: block;
    width: max(70%, 28rem);
    margin: auto;
  }
}
.go-further__logo {
  width: 17.6rem;
  margin: 1rem 0;
}
.go-further__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

@media (max-width: 400px) {
  .new-tree-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-tree-v2 .card__container-infos > *:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media (max-width: 992px) {
  .new-tree-container::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }

  header + .new-tree-container, .new-tree-dark-background .new-tree-container {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: scroll;
  }
  header + .new-tree-container .new-tree::-webkit-scrollbar, .new-tree-dark-background .new-tree-container .new-tree::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
  }
  header + .new-tree-container .new-tree, .new-tree-dark-background .new-tree-container .new-tree {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  header + .new-tree-container .column, .new-tree-dark-background .new-tree-container .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex: 1 0 auto;
  }
  header + .new-tree-container .column.save, .new-tree-dark-background .new-tree-container .column.save {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex: 1 0 auto;
  }

  .new-tree-container .column-parents {
    width: 60%;
  }
  .new-tree-container .column-parents + .separator-tree {
    display: none;
  }
  .new-tree-container .column-grandparents {
    width: 50%;
  }

  .new-tree-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 660px) {
  .br-xs-free {
    display: none;
  }
}

/*# sourceMappingURL=new-tree.css.map */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
	.item img {
    margin:auto; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

