/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 20 2026 | 15:37:21 */
 /* pas de main sur les titres du menu */
 /*
.no-link > a {
  pointer-events: none;
}

/* Wrapper extérieur du bouton PayPal */
.custom-paypal-wrapper {
    display: block !important;
    width: 100% !important;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    padding-top: 15px !important;
    clear: both !important;
    position: relative !important;
}

/* Cible le conteneur immédiat du bouton (souvent efficace) */
.custom-paypal-wrapper .ppcp-button-wrapper,
.custom-paypal-wrapper > div {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Tentative sur l'iframe elle-même (parfois partiellement efficace) */
.custom-paypal-wrapper iframe {
    width: 100% !important;
    min-height: 52px !important;
    border: none !important;
    display: block !important;
}

 /* taille des sous menu */

.oxy-pro-menu-list > li {
  position: relative;
}

.oxy-pro-menu-list > li > .sub-menu {
  width: 100%;
  left: 0;
  min-width: unset;
}



p {
margin-bottom: 1.5em;
}


div.section-defaut { 
	align-items: flex-start;
	box-sizing: inherit;

	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding: 75px 20px;
}
