Communauté

Équipe Meducol

4 Abonnés 56 Vidéos

Rony Mollot

0 Abonnés 0 Vidéos

Olivier Bonzale

0 Abonnés 0 Vidéos

gusheritage

0 Abonnés 0 Vidéos

ivaninmak

0 Abonnés 0 Vidéos

hectorfub

0 Abonnés 0 Vidéos

badcosmo

0 Abonnés 0 Vidéos

allauib

0 Abonnés 0 Vidéos

vidaloka

0 Abonnés 0 Vidéos

davidtat

0 Abonnés 0 Vidéos
1 2 3 177

Mot de passe perdu ? Merci de saisir ton adresse email. Tu recevras un e-mail avec un lien pour définir un nouveau mot de passe.

Ton clé de lien de réinitialisation du mot de passe est manquante.
Ton lien de réinitialisation du mot de passe est manquant.

Mot de passe perdu ? Merci de saisir ton adresse email. Tu recevras un e-mail avec un lien pour définir un nouveau mot de passe.

webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_mobile . $component . ' .hustle-layout-body {'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1;'; $style .= 'flex: 1;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_mobile . $component . ' .hustle-layout-sidebar,'; $style .= $prefix_mobile . $component . ' .hustle-layout-content {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1;'; $style .= 'flex: 1;'; $style .= '}'; $style .= '}'; if ( ! $has_content ) { $style .= $breakpoint_sm . ' {'; $style .= $prefix_mobile . $component . ' .hustle-layout-sidebar {'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_mobile . $component . ' .hustle-image {'; $style .= '-webkit-box-flex: 0;'; $style .= '-ms-flex: 0 0 auto;'; $style .= 'flex: 0 0 auto;'; $style .= '}'; $style .= $prefix_mobile . $component . ' .hustle-layout-form {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1;'; $style .= 'flex: 1;'; $style .= '}'; $style .= '}'; } } } else { $style .= $breakpoint_sm . ' {'; $style .= $prefix_mobile . $component . ' .hustle-layout {'; $style .= 'min-height: 100%;'; $style .= '}'; $style .= '}'; } } } // Desktop styles. if ( $is_desktop_custom ) { $style .= $breakpoint . ' {'; $style .= ( $is_optin ) ? $prefix_desktop . $component . ' .hustle-optin {' : $prefix_desktop . $component . ' .hustle-info {'; $style .= ( '' !== $desktop_height ) ? 'height: calc(' . $desktop_height . ' - 30px);' : ''; if ( $is_optin && '%' === substr( $desktop_width, -1 ) ) { // Set % for parent. $style .= 'max-width: 100%;}}'; $style .= $breakpoint . ' {' . $prefix_desktop . $component . ' {'; } $style .= 'max-width: ' . $desktop_width . ';'; $style .= '}'; $style .= '}'; // Check if module is an opt-in. if ( $is_optin ) { // LAYOUT: Default. if ( 'one' === $layout_optin ) { if ( '' !== $desktop_height ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout,'; $style .= $prefix_desktop . $component . ' .hustle-layout-body {'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout {'; $style .= 'height: 100%;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-body {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1;'; $style .= 'flex: 1;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= 'min-height: 1px;'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1 1 auto;'; $style .= 'flex: 1 1 auto;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-content {'; $style .= 'min-height: 0;'; $style .= '-webkit-box-flex: 0;'; $style .= '-ms-flex: 0 0 auto;'; $style .= 'flex: 0 0 auto;'; $style .= '}'; $style .= '}'; } } // LAYOUT: Compact. if ( 'two' === $layout_optin ) { if ( '' !== $desktop_height ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-optin-content {'; $style .= 'height: 100%;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout {'; $style .= 'min-height: 100%;'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-body {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1 1 auto;'; $style .= 'flex: 1 1 auto;'; $style .= '}'; $style .= '}'; } } // LAYOUT: Opt-in Focus. if ( 'three' === $layout_optin ) { if ( '' !== $desktop_height ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout {'; $style .= 'min-height: 100%;'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-body {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1 1 auto;'; $style .= 'flex: 1 1 auto;'; $style .= '}'; $style .= '}'; } } // LAYOUT: Content Focus. if ( 'four' === $layout_optin ) { if ( '' !== $desktop_height ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout {'; $style .= 'min-height: 100%;'; $style .= 'display: -webkit-box;'; $style .= 'display: -ms-flexbox;'; $style .= 'display: flex;'; $style .= '-webkit-box-orient: vertical;'; $style .= '-webkit-box-direction: normal;'; $style .= '-ms-flex-direction: column;'; $style .= 'flex-direction: column;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-body {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1 1 auto;'; $style .= 'flex: 1 1 auto;'; $style .= '}'; $style .= '}'; if ( $has_image ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-sidebar {'; $style .= ( ! $has_content ) ? 'max-width: 100%;' : ''; $style .= ( ! $has_content ) ? 'display: -webkit-box;' : ''; $style .= ( ! $has_content ) ? 'display: -ms-flexbox;' : ''; $style .= ( ! $has_content ) ? 'display: flex;' : ''; $style .= ( ! $has_content ) ? '-webkit-box-orient: vertical;' : ''; $style .= ( ! $has_content ) ? '-webkit-box-direction: normal;' : ''; $style .= ( ! $has_content ) ? '-ms-flex-direction: column;' : ''; $style .= ( ! $has_content ) ? 'flex-direction: column;' : ''; $style .= ( ! $has_content ) ? '-webkit-box-flex: 1;' : ''; $style .= ( ! $has_content ) ? '-ms-flex: 1;' : '-ms-flex-negative: 1;'; $style .= ( ! $has_content ) ? 'flex: 1;' : 'flex-shrink: 1;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= ( $has_content ) ? 'height: 100%;' : 'height: auto;'; $style .= '}'; $style .= '}'; } else { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-sidebar {'; $style .= ( ! $has_content ) ? 'width: 100%;' : 'width: 50%;'; $style .= ( ! $has_content ) ? '-webkit-box-flex: 1;' : '-webkit-box-flex: 0;'; $style .= ( ! $has_content ) ? '-ms-flex: 1;' : '-ms-flex: 0 0 auto;'; $style .= ( ! $has_content ) ? 'flex: 1;' : 'flex: 0 0 auto;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= 'height: 100%;'; $style .= '}'; $style .= '}'; } $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= '-webkit-box-flex: 1;'; $style .= '-ms-flex: 1;'; $style .= 'flex: 1;'; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-footer {'; $style .= '-webkit-box-flex: 0;'; $style .= '-ms-flex: 0 0 auto;'; $style .= 'flex: 0 0 auto;'; $style .= '}'; $style .= '}'; } else { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-sidebar {'; $style .= ( ! $has_content ) ? 'max-width: 100%;' : ''; $style .= ( ! $has_content ) ? '-webkit-box-flex: 1;' : ''; $style .= ( ! $has_content ) ? '-ms-flex: 1;' : ''; $style .= ( ! $has_content ) ? 'flex: 1;' : ''; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= ( $has_content ) ? 'height: 100%;' : 'height: auto;'; $style .= '}'; $style .= '}'; } } } else { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout {'; $style .= 'min-height: 100%;'; $style .= '}'; $style .= '}'; } } else { $style .= $breakpoint . ' {'; $style .= ( $is_optin ) ? $prefix_desktop . $component . ' .hustle-optin {' : $prefix_desktop . $component . ' .hustle-info {'; $style .= 'max-width: 800px;'; $style .= '}'; $style .= '}'; // Check if module is an opt-in. if ( $is_optin ) { // LAYOUT: Content Focus. if ( 'four' === $layout_optin ) { if ( ! $has_image ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-sidebar {'; $style .= ( $has_content ) ? 'width: 50%;' : 'width: 100%;'; $style .= ( $has_content ) ? 'max-width: 320px;' : ''; $style .= ( $has_content ) ? '-webkit-box-flex: 0;' : ''; $style .= ( $has_content ) ? '-ms-flex: 0 0 auto;' : ''; $style .= ( $has_content ) ? 'flex: 0 0 auto;' : ''; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= 'height: 100%;'; $style .= '}'; $style .= '}'; } } } } } else { $style .= $breakpoint . ' {'; $style .= ( $is_optin ) ? $prefix_desktop . $component . ' .hustle-optin {' : $prefix_desktop . $component . ' .hustle-info {'; $style .= 'max-width: 800px;'; $style .= '}'; $style .= '}'; // Check if module is an opt-in. if ( $is_optin ) { // LAYOUT: Content Focus. if ( 'four' === $layout_optin ) { if ( ! $has_image ) { $style .= $breakpoint . ' {'; $style .= $prefix_desktop . $component . ' .hustle-layout-sidebar {'; $style .= ( $has_content ) ? 'width: 50%;' : 'width: 100%;'; $style .= ( $has_content ) ? 'max-width: 320px;' : ''; $style .= ( $has_content ) ? '-webkit-box-flex: 0;' : ''; $style .= ( $has_content ) ? '-ms-flex: 0 0 auto;' : ''; $style .= ( $has_content ) ? 'flex: 0 0 auto;' : ''; $style .= '}'; $style .= $prefix_desktop . $component . ' .hustle-layout-form {'; $style .= 'height: 100%;'; $style .= '}'; $style .= '}'; } } } } }