/* css de la landingpage lumis */
@media (min-width:992px) {
    .landingpage_pres {
        padding: 60px 0 !important;
    }
}
.landingpage_pres {
    padding-top: 40px;
    padding-bottom: 40px;
}
.infos-installation-desc h2,
.landingpage_pres-desc h2 {
    color: #575656;
    margin-bottom: 35px;
}
.infos-installation-desc h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
}
.landingpage_pres-desc p {
    line-height: 120%;
}
#template-landingpage .landingpage_pres-desc {
    padding: 0;
}
@media (min-width:992px) {
    #template-landingpage .landingpage_pres-desc {
        padding-right: 66px;
        padding-left: 0;
    }
}
.landingpage_pres-desc p:last-child {
    margin-bottom: 0;
}
@media (min-width:992px) {
    .landingpage_pres-desc p:last-child {
        text-align: right;
    }
}
#template-landingpage a.btn  {
    background-color: #E1C41F;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: #E1C41F;
    padding: 15px 50px 15px 15px;
    border: 2px solid #E1C41F;
    height: 48px;
}
#template-landingpage a.btn:hover  {
    background: #f4a9136b;
    border: 2px solid #E1C41F;
}
#template-landingpage a::after  {
    color: #E1C41F;
    background: #fff;
}
#template-landingpage .landingpage_pres-item {
    position: relative;
}
@media (min-width:992px) {
    #template-landingpage .landingpage_pres-item {
        padding: 0;
    }
}
.landingpage_pres-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px 0 15px;
}
.landingpage_pres-img img{
    transform: scale(1.5);
}
.landingpage_pres-logo-tech {
    position: absolute;
    top: 0;
    right: 0;
}
/* volets */
.landingpage_volets {
    padding: 90px 0;
    position: relative;
}
.landingpage_volets::before {
    background-color: #EAEAEA;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc((100vw - 100%) / -2);
    z-index: -1;
    top: 0;
}
.landingpage_voletsBattants-content {
    padding: 40px 66px 0!important;
    position: relative;
    background: #fff;
}
@media (max-width:991px) {
    .landingpage_voletsBattants-content {
        padding: 60px 30px 0!important;
    }
}
.landingpage_voletsCoullissants-content {
    padding: 40px 20px 0 40px!important;
    position: relative;
    background: #fff;
}
#template-landingpage .landingpage_voletsCoullissants,
#template-landingpage .landingpage_voletsBattants {
    margin-bottom: 90px;
    padding: 0;
    position: relative;
}
#template-landingpage .landingpage_voletsCoullissants {
    margin-bottom: 0;
}
.bouton-landingpage {
    position: absolute;
    bottom: -25px;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
}
.voletsCoullisants-desc h2,
.voletsBattants-desc h2 {
    color: #E1C41F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.voletsBattants-desc h2 ,
#template-landingpage .voletsBattants-desc p > strong {
    text-align: right;
    display: block;
}
#template-landingpage .voletsCoullisants-desc p > strong,
#template-landingpage .voletsBattants-desc p > strong {
    font-size: 25px;
    color: #575656;
    line-height: 120%;
}
.voletsBattants-desc p {
    line-height: 120%;
}
#template-landingpage .landingpage_voletsBattants-item,
#template-landingpage .landingpage_voletsCoullissants-item {
    padding: 0;
}
@media (min-width:992px) {
    .voletsCoullissants-img {
        margin-bottom: -45px;
        margin-right: -100px;
    }
    .voletsBattants-img {
        margin-bottom: -45px;
    }
}
/* produits */
.landingpage_produits .title h2 {
    text-align: center;
    color: #575656;
    padding: 80px 0 50px;
}
.landingpage_produits-bouton {
    margin-top: 35px;
    margin-bottom: 67px;
    text-align: center;
}

/* TODO - Corriger ici pour veiller à ne pas impacter les autes produits du site */
#template-landingpage .product-teaser .column p {
    color: #E1C41F !important;
}
#template-landingpage .product-teaser .header .overlay:after {
    background: #f4a9136b;
}
@media (min-width:992px) {
    #template-landingpage .product-teaser {
        margin: 0 15px;
        padding: 0;
        flex: 0 0 calc(25% - 30px);
        max-width: calc(25% - 30px);
    }
}
@media (max-width:991px) {
    #template-landingpage .product-teaser {
        margin-bottom: 30px;
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (max-width:575px) {
    #template-landingpage .product-teaser {
        margin-bottom: 30px;
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}
.landingpage_produits {
    position: relative;
}
.landingpage_produits:before {
    display: block;
    position: absolute;
    z-index: 3;
    top: -7px;
    left: 50%;
    background-image: url(../icons/img/sprites.png);
    background-position: 0 -252px;
    width: 202px;
    height: 14px;
    content: "";
    transform: translateX(-50%);
}
/* volett et idee */
#template-landingpage .landingpage_voletSolaire {
    position: relative;
    padding: 45px 0;
}
@media (min-width:1200px) {
    .landingpage_voletSolaire-idee {
        margin-right: 8.333%;
    }
    .landingpage_voletSolaire-idee::before {
        background-color: #E1C41F;
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        right: 37%;
        z-index: -1;
        top: 0;
    }
    .landingpage_voletSolaire-content::before {
        background-color: #E1C41F;
        content: '';
        position: absolute;
        opacity: 0.8;
        width: 100vw;
        height: 100%;
        left: 60%;
        z-index: -1;
        top: 0;
    }
}
@media (max-width:1199px) {
    .landingpage_voletSolaire::before {
        background-color: #E1C41F;
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        left: calc((100vw - 100%) / -2);
        z-index: -1;
        top: 0;
    }
    .landingpage_voletSolaire-idee {
        margin-bottom: 50px;
    }
    #template-landingpage .landingpage_voletSolaire-content {
        margin-left: 0;
    }
}
@media (max-width:1199px) and (min-width:767px) {
    #template-landingpage .landingpage_voletSolaire-idee,
    #template-landingpage .landingpage_voletSolaire-content {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}
.landingpage_voletSolaire-idee-desc {
    margin-right: 40px;
}
@media (max-width:1199px) {
    .landingpage_voletSolaire-idee-desc {
        margin-right: 0;
    }
}
.landingpage_voletSolaire-idee h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.landingpage_voletSolaire-idee h2 {
    color: #575656;
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: 700;
}
.landingpage_voletSolaire-idee h3 {
    margin: 0;
}

.landingpage_voletSolaire-idee p {
    line-height: 120%;
    color: #fff;
    margin-bottom: 40px;
}
.landingpage_voletSolaire-idee p strong {
    font-weight: 900;
}
.voletSolaire-img img {
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}
.voletSolaire-desc h2 {
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 14px;
}

.voletSolaire-desc p {
    line-height: 120%;
    color: #575656;
    margin: 0 0 10px 0;
    font-weight: 700 ;
}

@media (min-width:1200px) {
    #template-landingpage .landingpage_voletSolaire-idee,
    #template-landingpage .landingpage_voletSolaire-content {
        padding: 0;
    }
}
.landingpage_voletSolaire-idee > strong {
    line-height: 120%;
    font-weight: 900;
}
.voletSolaire-bouton {
    padding: 0 0;
    text-align: center;
    margin-top: 22px;
}
.voletSolaire-bouton a.btn {
    background-color: #fff !important;
    color: #E1C41F !important;
}
#template-landingpage .voletSolaire-bouton a::after {
    color: #fff !important;
    background: #E1C41F !important;
}

.logo-volets {
    display: block;
    position: absolute;
    z-index: 3;
    top: -40px;
    left: 50%;
    border-radius: 100%;
    border: 5px solid #fff;
    content: "";
    transform: translateX(-50%);
    background-color: #E1C41F;
}
.landingpage_voletSolaire-content::after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 125px;
    right: -270px;
    width: 425px;
    height: 425px;
    background: url(../img/forme.svg) no-repeat center center;
    background-size: contain;
    content: "";
    z-index: -1;
}

.voletSolaire-img {
    margin-bottom: 44px;
}
/* infos */
@media (min-width:992px) {
    #template-landingpage .landingpage_infos-installation-form,
    #template-landingpage .landingpage_infos {
        padding: 0;
    }
}
@media (max-width:1199px) {
    #template-landingpage .landingpage_infos {
        flex: 0 0 1;
        max-width: 100%;
    }
}

#template-landingpage .landingpage_infos-installation-content {
    margin-top: 70px;
    position: relative;
}
@media (min-width:992px) {
    #template-landingpage .landingpage_infos-installation-content {
        padding-right: 66px;
        padding-left: 0;
    }
}
#template-landingpage {
    margin-top: 35px;
}
.infos-installation-bouton {
    text-align: center;
    display: block;
    margin-top: -80px;
}
.infos-installation-bouton a {
    font-size: 19px;
    font-weight: 600;
}
.infos-installation-desc p{
    line-height: 127%;
    margin-bottom: 18px;
}
.landingpage_infos {
    margin-bottom: 90px !important;
}
/* form */
#template-landingpage .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#template-landingpage .gform_wrapper ul.gform_fields li.gfield textarea {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding: 5px;
    border: 1px solid #E1C41F;
    background-color: #fff;
}
#template-landingpage form .gform_footer {
    border: none !important;
    background: transparent;
}
@media (min-width:992px) {
    #template-landingpage form .gform_footer {
        margin: -55px 0 0 0;
    }
}
#template-landingpage .gform_button {
    background: #E1C41F;
    color: #fff;
    outline: 0;
    border-radius: 50px;
    border: 2px solid #E1C41F;
}
#template-landingpage form .gform_footer::after {
    background: #fff;
    color: #E1C41F;
}
body #template-landingpage form .gform_footer:hover input {
    background: #f4a9136b !important;
    border: 2px solid #E1C41F !important;
}
#template-landingpage .gform_legacy_markup_wrapper h1, 
#template-landingpage .gform_legacy_markup_wrapper h2, 
#template-landingpage .gform_legacy_markup_wrapper h3 {
    font-weight: 900;
    color: #575656;
}
#template-landingpage .gform_legacy_markup_wrapper p {
    color: #575656;
    line-height: 127%;
    margin-bottom: 0;
    font-size: 14px;
}
#template-landingpage .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: 0;
}
#template-landingpage .gform_legacy_markup_wrapper textarea.large {
    height: 115px;
}
#template-landingpage .gform_legacy_markup_wrapper  a {
    font-weight: 400;
    color: #000000;
}
#template-landingpage .gform_legacy_markup_wrapper  strong {
    font-weight: 700;
    color: #575656;
}
#template-landingpage .gform_fields {
    display: flex;
    flex-wrap: wrap;
}

/* TODO - Pourquoi on a 4 lignes qui disent la même chose ? */
#template-landingpage .gform_fields li.gfield--type-html {
    width: 100%;
}
#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield:last-child {
    margin-top: 25px;
}
#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--type-text {
    width: calc(50% - 15px);
    margin-right: 15px !important;
}
#template-landingpage .gfield--donne-pers {
    margin-right: 0 !important;
    width: 50% !important;
}
body #template-landingpage .gform_legacy_markup_wrapper ul.gform_fields .gfield--type-last-name {
    margin-right: 0 !important;
    width: 50%;
}
body #template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--type-number {
    width: calc(30% - 15px) !important;
    margin-right: 0 !important;
}
#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--type-code {
    width: calc(30% - 15px) !important;
    margin-right: 15px !important;
}
body #template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--type-email {
    width: 70% !important;
    margin-right: 15px !important;
}
#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--type-ville {
    width: 70% !important;
    margin-right: 0 !important;
}

#template-landingpage .gform_legacy_markup_wrapper ul.gform_fields li.gfield--width-full {
    width: 100%;
    margin-right: 0 !important;
}
.page-template-page-landingpage-lumis #wrapper:after {
    content: unset;
}
/* message de confirmation */
.no-touchevents .landingpage_infos-installation-form {
    background-color: #E1C41F;
    margin-top: 30px;
}
.landingpage_infos-installation-form .gform_confirmation_wrapper p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px;
}
.landingpage_infos-installation-form .gform_confirmation_wrapper p {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: relative;
}
.landingpage_infos-installation-form .gform_legacy_markup_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 24px 38px;
}

/**** CSS video youtube modal ****/
.single-youtube-video .miniature-youtube-video{
    border: 2px solid #fff;
    border-radius: 14px;
    overflow: hidden;
}
.single-youtube-video  {
    margin-bottom: 22px;
}
@media screen and (max-width:991px) {
    .single-youtube-video {
        flex: 1 0 100%!important;
    }
}
.single-youtube-video--infos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.single-youtube-video .miniature-youtube-video::before {
    padding-top: 65.25%;
}
.single-youtube-video--title {
    position: relative;
    z-index: 10;
    line-height: 120%;
    padding: 0 15px;
    font-size: 13px;
}
.single-youtube-video--title::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 5px auto 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
}
.single-youtube-video--infos {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.single-youtube-video--episode {
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.miniature-youtube-video iframe {
  z-index: -1;
  position: relative;
}

.miniature-youtube-video{
    cursor: pointer;
}

.modal-youtube-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-youtube-video .close {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}

.modal-content{
    position: relative;
}

.modal-youtube-video.modal-open{
    display: flex;
}

.modal-youtube-video.modal-close{
    display: none;
}
#template-landingpage .gform_legacy_markup_wrapper h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 7px;
}

.page-template-page-landingpage-lumis .container-site {
    max-width: 1364px;
}
#template-landingpage .landingpage_infos-installation-form .gform_confirmation_message p {
    position: static;
    transform: none;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    padding: 0 39px;
    line-height: 140%;
    font-weight: 600;
}
/*********************************/