/*
Theme Name: NATHYSLOG
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/


/* Colors */
:root {
--vert: #00CC61;
--verthover: #56a735;
--vertbox: #50B84F;
--vertboxhover: #2E7E2D;
--blanc: #fff;
--noir: #000;
--gris: #ccc;
--gris-moyen: #666;
--gris-fonce: #414141;
--gris-fond: #f4f4f4;
}


/* Fonts */
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2'), url('fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraLight.woff2') format('woff2'), url('fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'), url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.woff2') format('woff2'), url('fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {    
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.woff2') format('woff2'), url('fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2'), url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2'), url('fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
	font-family: 'Manrope' !important;
    color: var(--gris-fonce) !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Manrope' !important;
}
h1, h2 {
    margin-bottom: 30px !important;
}
h1 {
    font-weight: 700 !important;
}
h2 {
    font-weight: 600 !important;
}
h2 strong {
    font-weight: 700 !important;
}
h3 {
    font-weight: 700 !important;
}
#header-outer {
	background-color: transparent !important;
}

@media (max-width: 999px) {
	.container-wrap {
		padding-top: 8px !important;
	}
}
#header-outer.small-nav #top,
#header-outer.scrolled-down {
    background: var(--blanc) !important;
}
@media (max-width: 760px) {
    h1 {
        font-size: 42px !important;
        line-height: 48px !important;
    }
    h2 {
        font-weight: 600 !important;
    }
}

/* Menu */
#top nav ul li a span {
    padding: 8px 12px;
    font-weight: 600;
    display: inline-block;
}
    #top nav ul .contact a span {
        background-color: var(--gris-fond);
        border-style: solid;
        border-width: 1px;
        border-color: var(--gris-fond);
        border-radius: 10px;
    }
    #top nav ul .lien_client a span {
        background-color: var(--vert);
        border-style: solid;
        border-width: 1px;
        border-color: var(--vert);
        border-radius: 10px;
    }
     #top nav ul .lien_client:hover a span {
        color: var(--blanc) !important;
     }

.wpb_row[data-midnight="light"] h1,
.wpb_row[data-midnight="light"] h2 {
    color: var(--blanc) !important;
}
.wpb_row:not([data-midnight="light"]) h1,
.wpb_row:not([data-midnight="light"]) h2,
.wpb_row:not([data-midnight="light"]) h3 {
    color: var(--noir);
}
.wpb_wrapper .wpb_text_column p strong {
    color: var(--noir);
}
.wpb_wrapper table {  }
    .wpb_wrapper table th {
        color: var(--noir);
        line-height: 20px;
        white-space: nowrap;
        padding-right: 30px !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
        .wpb_wrapper table th small {
            font-size: 14px;
        }
        .wpb_wrapper table th.premium {
            color: var(--vert);
        }
    .wpb_wrapper table td {
        line-height: 22px;
        vertical-align: middle;
        border-left: 0 !important;
        border-right: 0 !important;  
    }
        .wpb_wrapper table td:first-child {
            padding-right: 40px !important;
        }
        .wpb_wrapper table td:nth-child(2),
        .wpb_wrapper table td:nth-child(3) {
            color: var(--noir);
            font-weight: 600;
        }
        .wpb_wrapper table td strong {
            color: var(--noir);   
        }
/* Wysiwyg */    
.chapeau {
	font-size: 22px;
	line-height: 30px;
    font-weight: 500;
    color: var(--noir);
}
.souligne {
    background-image: linear-gradient(180deg, #00000000 92%, var(--vert) 50%);
    border-radius: 0px;
}
.surtitre {
    display: inline-block;
    background-color: #DFF9EB;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    color: var(--noir);
    transform: translateY(20px);
}
.prix {
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: var(--noir);
}
.bouton {
    position: relative;
    display: inline-block;
    border-style: none;
    border-radius: 10px;
    padding: 15px 50px 15px 20px;
    color: var(--noir);
    font-weight: 500;
}
    .bouton:hover {
        color: var(--blanc);       
        position: relative;
    }
    .bouton:after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 21px;
        height: 10px;
        background-size: 21px 10px;
        background-position: right center;
    }
.boutonvert {
    background: var(--vert)
}
    .boutonvert:after {
        background: transparent url('./img/arrow-right.png') no-repeat;
    }
    .boutonvert:hover {
        background-color: var(--verthover);
    }
.bouton_transparent {
    background: transparent;
    border: 1px solid var(--vert);
}
    .bouton_transparent:after {
        background: transparent url('./img/arrow-right-black.png') no-repeat;
    }
    .bouton_transparent:hover {
        background: var(--verthover);
    }
.bouton_blanc_transparent {
    background: transparent;
    border: 1px solid var(--blanc);
    color: var(--noir) !important;
}
    .bouton_blanc_transparent:after {
        background: transparent url('./img/arrow-right-black.png') no-repeat;
    }
    .bouton_blanc_transparent:hover {
        background: var(--blanc);
    }
.cta_noir {
    text-align: center;
    display: block;
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--blanc);
    font-weight: 500;
    border: 1px solid var(--gris-fonce);
    background-color: var(--gris-fonce);
}
    .cta_noir:hover {
        color: var(--noir);
        background-color: var(--blanc);
    }
.cta_vert {
    text-align: center;
    display: block;
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--blanc);
    font-weight: 500;
    border: 1px solid var(--vert);
    background-color: var(--vert);
}
    .cta_vert:hover {
        color: var(--vert);
        background-color: var(--blanc);
    }
.blocs_verts .wpb_column .wpb_text_column p {
    color: var(--noir);
    font-weight: 500;
}
.blocs_verts .wpb_column .wpb_text_column p a {
    color: var(--noir);
    font-weight: 500;
    border: 1px solid var(--gris-fonce);
    padding: 5px 10px;
    border-radius: 5px;
}
    .blocs_verts .wpb_column .wpb_text_column p a:hover {
        color: var(--blanc);
        border: 1px solid var(--gris-fond);
    }
.blocs_verts .wpb_column .img-with-aniamtion-wrap img {
    fill: #000 !important;
}
#simulateur .wpb_text_column p,
#global_demande_demo .wpb_text_column p {
    color: var(--noir);
    font-weight: 500;
} 


.tableau_de_bord .row-bg-wrap .inner-wrap {
    background-position: 100% 45%;
    background-repeat: no-repeat;
    background-size: 50vw auto;
    background-image: url('./img/Dashboard-Nathys-Log.svg');
}

.video_accueil .row-bg-wrap {
    background: linear-gradient(to bottom, var(--gris-fond) 0%, var(--gris-fond) 50%, var(--vert) 50%, var(--vert) 100%)
}
.alertes_preventives_wrapper .vc_column-inner {
    position: relative;
}
.alertes_preventives {
    position: absolute !important;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) !important;
    width: 280px !important;
    height: auto;
}
.pricing_table .row-bg-wrap {
    background: linear-gradient(to bottom, var(--vert) 0%, var(--vert) 40%, var(--blanc) 40%, var(--blanc) 100%)
}
    .pricing_table .wpb_column .vc_column-inner {
        border: 1px solid var(--gris-fond);
    } 
    .pricing_table .wpb_column:nth-child(2) h2 {
        color: var(--vert);
    } 
    .pricing_table .pricing_list p {
        border-top: 1px solid var(--gris-fond);
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px !important;
        color: var(--noir);
    }
    .pricing_table .pricing_list p:last-child {
        border-bottom: 1px solid var(--gris-fond);
    }
    .pricing_table .price {
        color: var(--noir);
        font-weight: 600;
        font-size: 14px;
        padding: 16px 0;
    }

#clients_liste .wpb_wrapper .wpb_text_column p {
    display: flex;
    gap: 20px 2%;
    flex-wrap: wrap;
    justify-content: start;
}
    #clients_liste .wpb_wrapper .wpb_text_column p img {
        flex: 0 0 15%;
        width: 15%;
        height: auto;
    }
.nectar-flickity:not(.masonry) .flickity-viewport {
    margin: 30px 0 !important;
}
.references_gris .flickity-viewport img {
    filter: grayscale(100%);
}
@media (max-width: 920px) {
    #clients_liste .wpb_wrapper .wpb_text_column p {
        gap: 2px 1%;
    }
    #clients_liste .wpb_wrapper .wpb_text_column p img {
        flex: 0 0 24%;
        width: 24%; 
    }
}
@media (max-width: 760px) {
    #clients_liste .wpb_wrapper .wpb_text_column p {
        gap: 2px 1%;
    }
    #clients_liste .wpb_wrapper .wpb_text_column p img {
        flex: 0 0 32%;
        width: 32%; 
    }
}


/* Scroll différentiel pour colonnes asymétriques */
.section-diff-scroll .row_col_wrap_12 {
  display: flex;
  align-items: flex-start;
}
    .col_courte  {
      position: sticky;
      top: 0;
    }
    .col_longue {
      position: sticky;
      top: 0;
      height: calc(100vh - 80px);
      overflow: hidden;
    }
        .col_longue .vc_column-inner {
          height: 100%;
          overflow-y: auto;
          scrollbar-width: none;
        }
        .col_longue .vc_column-inner::-webkit-scrollbar {
            display: none;
        }





/* Témoignages ---------------------------------------------------------- */
.liste-temoignages {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px 2%;
}
    .temoignage-item {
        flex: 0 0 31%;
        background: var(--blanc);
        padding: 0 16px 20px 16px;
        border-radius: 6px;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
        .temoignage-item .temoignage-logo {
            flex: 0 0 100%;
            height: 150px;
            overflow: hidden;
        }
            .temoignage-logo_wrapper {
                width: 80%;
                overflow: hidden;
            }
                .temoignage-logo_wrapper img {
                    object-fit: contain;
                    width: 100% !important;
                    height: 100% !important;
                }
        .temoignage-contenu {
            flex: 0 0 100%;
        }
            .temoignage-item .temoignage-texte {       
                padding: 0 0 30px 0;
                font-size: 16px;
                line-height: 24px;
                /* transform: translateY(-20px); */
            }
        
        .temoignage-meta {
            flex: 0 0 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }
            .temoignage-fonction-entreprise {
                flex: 0 0 72%;
                font-size: 16px;
                line-height: 24px;
            }
                .temoignage-item .temoignage-nom {
                    font-weight: 600;
                    font-size: 17px;
                    color: var(--noir);
                }
            .temoignage-item .temoignage-photo {
                flex: 0 0 27%;
            }
                .temoignage-item .temoignage-photo img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    object-fit: cover;
                }

@media (max-width: 760px) {
    .liste-temoignages {
        justify-content: justify-content;
        gap: 30px 0;
    }
        .temoignage-item {
            flex: 0 0 100%;
        }
}
@media (max-width: 920px) {
    .liste-temoignages {
        justify-content: justify-content;
        gap: 30px 2%;
    }
        .temoignage-item {
            flex: 0 0 48%;
        }
}


/* FAQ ---------------------------------------------------------- */
.faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: start;
    margin: 0 0 50px 0;
}
    .faq-item {
        flex: 0 0 100%;
        border: 1px solid var(--gris);
        border-radius: 6px;
        background: var(--blanc);
        padding: 10px 20px 20px 20px;
    }
        .faq-item h3 {
            font-size: 18px;
            font-weight: 600;
        }
        .faq-item .faq-answer {
            font-size: 15px;
            line-height: 20px;
        }






/* Simulateur --------------------------- */
.calculateur-risque-conforlog {
  background: #08E468;
  border-radius: 26px;
  padding: 46px 48px 40px;
  color: var(--noir);
}
    .calculateur-risque-conforlog .calculateur-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .calculateur-risque-conforlog .colonne-calcul h3 {
      margin: 0 0 14px 0 !important;
      color: var(--noir);
      font-size: 22px;
      line-height: 22px;
      font-weight: 800;
      text-transform: uppercase;
    }
        .calculateur-risque-conforlog .titre-secondaire {
          padding-top: 30px;
        }

    .calculateur-risque-conforlog .ligne-calcul p {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      background: var(--blanc);
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 8px;
      min-height: 46px;
    }
        .calculateur-risque-conforlog .ligne-calcul p br {
            display: none;
        }
        .calculateur-risque-conforlog .ligne-calcul label {
          flex: 1 1 auto;
          display: flex;
          align-items: center;
          margin: 0;
          padding: 0 6px 0 10px;
          color: var(--noir);
          font-size: 16px;
          line-height: 18px;
          font-weight: 600;
        }
        .calculateur-risque-conforlog .ligne-sous-niveau label {
          font-weight: 500;
        }
        .calculateur-risque-conforlog .ligne-calcul .wpcf7-form-control-wrap {
          flex: 0 0 60px;
          margin-bottom: 0 !important;
          position: relative;
        }
        .calculateur-risque-conforlog .ligne-calcul input[type="number"] {
            width: 60px;
            height: 100%;
            min-height: 46px;
            border-left: 1px solid var(--gris-fond);
            border-radius: 0;
            background: var(--gris-fond);
            color: var(--noir);
            font-size: 18px;
            font-weight: 800;
            text-align: center;
        }

.calculateur-risque-conforlog .bloc-actions-resultat {
    display: grid;
    grid-template-columns: 1fr 350px;
    align-items: end;
    gap: 24px;
    margin-top: 30px;
}
    .calculateur-risque-conforlog .actions-calcul p {
        display: flex;
        gap: 20px;
    }
    .calculateur-risque-conforlog .btn-calc {
        min-width: 100px;
        height: 48px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.2s ease;
    }
        .calculateur-risque-conforlog .btn-calc-primary {
            background: var(--gris-fond);
            color: var(--noir);
            border: 1px solid var(--gris-fond);
        }
        .calculateur-risque-conforlog .btn-calc-secondary {
            background: transparent;
            color: var(--noir);
            border: 1px solid var(--noir);
        }
        .calculateur-risque-conforlog .btn-calc:hover {
            transform: translateY(-1px);
        }

    .calculateur-risque-conforlog .bloc-resultat {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
    }
        .calculateur-risque-conforlog #cf7-resultat {
            min-width: 140px;
            color: var(--noir);
            font-size: 74px;
            line-height: 74px;
            font-weight: 800;
            text-align: center;
        }
        .calculateur-risque-conforlog .texte-resultat {
            color: var(--noir);
            font-size: 19px;
            line-height: 23px5;
            font-weight: 700;
        }

        .calculateur-risque-conforlog input[type=number]::-webkit-inner-spin-button,
        .calculateur-risque-conforlog input[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }
        .calculateur-risque-conforlog input[type=number] {
          -moz-appearance: textfield;
          appearance: textfield;
        }
        .calculateur-risque-conforlog input[type="number"]:focus {
          outline: none;
          box-shadow: none;
          background: #dddddd;
        }
        .calculateur-risque-conforlog .wpcf7-not-valid-tip {
            display: none;
        }

/* Simulateur responsive */
@media only screen and (max-width: 999px) {
  .calculateur-risque-conforlog {
    padding: 30px 24px;
  }
  .calculateur-risque-conforlog .calculateur-grid,
  .calculateur-risque-conforlog .bloc-actions-resultat {
    grid-template-columns: 1fr;
  }
  .calculateur-risque-conforlog .bloc-actions-resultat {
    gap: 24px;
    margin-top: 34px;
  }
  .calculateur-risque-conforlog .actions-calcul {
    flex-wrap: wrap;
  }
  .calculateur-risque-conforlog .btn-calc {
    min-width: 130px;
  }
  .calculateur-risque-conforlog #cf7-resultat {
    font-size: 60px;
  }
  .calculateur-risque-conforlog .texte-resultat {
    font-size: 17px;
  }
}

@media only screen and (max-width: 690px) {
  .calculateur-risque-conforlog .ligne-calcul label {
    padding: 0 16px;
    font-size: 16px;
  }
  .calculateur-risque-conforlog .colonne-calcul h3 {
    font-size: 20px;
  }
  .calculateur-risque-conforlog .bloc-resultat {
    gap: 16px;
  }
  .calculateur-risque-conforlog #cf7-resultat {
    min-width: 100px;
    font-size: 48px;
  }
  .calculateur-risque-conforlog .texte-resultat {
    font-size: 16px;
    line-height: 1.35;
  }
}


/* CF7 */
.wpcf7 a {
    color: var(--vertboxhover);
}
.wpcf7 br {
    display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin: 0 0 8px 0;
}
.wpcf7 .wpcf7-form-control-wrap input::placeholder,
.wpcf7 .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: var(--noir) !important;
}
.wpcf7-form-control-wrap[data-name="your-message"] {
    
}
.wpcf7-form-control-wrap[data-name="your-newsletter"] {
    background: var(--blanc);
    border: 1px solid var(--gris);
    border-radius: 5px;
    padding: 8px 0;
}
.wpcf7-form-control-wrap[data-name="your-newsletter"] .wpcf7-list-item-label {
    font-size: 15px;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: var(--vert) !important;
    width: 100%;
    color: var(--noir);
}
.wpcf7-response-output {
	padding: 20px 30px;
	color: var(--noir);
}
.rgpd {
    font-size: 14px;
    line-height: 20px;
}
.rgpd a {
    text-decoration: underline;
}




/* footer */
#footer-outer #block-7,
#footer-outer #block-8 {
    max-width: 74%;
}
#footer-widgets .widget_text {
    font-size: 15px;
    line-height: 20px;
}
#footer-widgets .widget_nav_menu h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--noir);
}
#footer-widgets .widget_nav_menu li a {
	font-size: 14px;
	line-height: 18px;
}
#footer-widgets .widget_nav_menu li.linkedin {
    background: url('./img/linkedin.png') no-repeat left center;
}
#footer-widgets .widget_nav_menu li.linkedin a {
    display: block;
    margin-left: 30px;
}


