/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h2.lfb_stepTitle.positioned {
	padding-top: 50px !important;
	top: 0px !important;
}

.sous-titre-calcul {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 18.75px;
  margin-bottom: calc(2.60417vw);
  line-height: 1.6;
}


@media (max-width: 1024px) {
  .sous-titre-calcul {
    line-height: 1.8;
  }
}


@media (max-width: 768px) {
  .sous-titre-calcul {
    line-height: 2;
    font-size: 16px;
  }
}


@media (max-width: 480px) {
  .sous-titre-calcul {
    line-height: 2.2;
    font-size: 14px;
  }
}


@media screen and (max-width: 1024px) {
    #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_row {
        display: flex;
        justify-content: center !important;
        text-align: center !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        gap: 15px;
        padding: 15px;
    }
}


@media screen and (max-width: 768px) {
    #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_row {
        display: flex;
        justify-content: center !important;
        text-align: center !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        gap: 12px;
        padding: 10px;
    }
}


@media screen and (max-width: 480px) {
    #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_row {
        display: flex;
        justify-content: center !important;
        text-align: center !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        gap: 8px;
        padding: 8px;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    #lfb_bootstraped.lfb_bootstraped .col-md-8 {
        flex: 0 0 auto;
        width: 100%!important;
    }
}

@media (min-width: 768px) {
    #lfb_bootstraped.lfb_bootstraped .col-md-6 {
        flex: 0 0 auto;
        width: 49%!important;
    }
}

[data-columnid="69490a3b816d4"] {
    width: auto !important;
}

@media screen and (max-width: 1024px) {
    [data-columnid="69490a3b816d4"] {
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    [data-columnid="69490a3b816d4"] {
        width: auto !important;
    }
}

@media screen and (max-width: 480px) {
    [data-columnid="69490a3b816d4"] {
        width: auto !important;
    }
}


@media (min-width: 768px) {
	#lfb_bootstraped.lfb_bootstraped .col-md-4{
		width: 33%!important;
	}
}

.lfb_itemBloc.lfb_item.lfb_picRow {
    width: 100% !important;
}