.synextawrap {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 30px 0 30px 30px;
    max-width: 750px;
}
.synextawrap h2 {
    color: #008080;
    border-bottom: 2px solid #008080;
}
.synextawrap h4 {
    color: #666;
    font-weight: normal;
}
.synextawrap .form-group {
    margin-bottom: 15px;
}
.synextawrap label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.synextawrap input[type="text"], .synextawrap textarea, .synextawrap input[type="email"], .synextawrap input[type="number"] {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.synextawrap textarea {
    resize: vertical;
}
.synextawrap .btn-save {
    background-color: #008080;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 30px; /* Marge de 30px au-dessus du bouton */
    transition: background-color 0.3s;
}
.synextawrap .btn-save:hover {
    background-color: #006666;
}
.societe-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 7px;
}
.societe-info, .societe-other {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
}

.societe-info address {
    margin-bottom: 10px !important;
    font-style: normal !important;
}

.societe-info .societe-row {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.societe-info .societe-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: cover;
    flex-shrink: 0;
}
.icon-location {
    background-image: url('images/lieu.svg');
}
.icon-phone {
    background-image: url('images/phone.svg');
}
.icon-email {
    background-image: url('images/email.svg');
}
a .societe-text, .societe-text {
    font-size: 14px !important;
}

.societe-nom {
    font-weight: 500 !important;
    text-transform: uppercase;
}
.societe-address {
    font-style: normal;
}
.societe-contact {
}
.societe-other {
    font-size: 14px;
}
.societe-info span, .societe-info a {
    display: block;
    margin-bottom: 0px !important;
    font-size: 15px;
    font-weight: 400;
}
@media (max-width: 782px) {
    .societe-info, .societe-other {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.societe-container.one-column .societe-info, 
.societe-container.one-column .societe-other {
    flex: 1 1 100%;
    max-width: 100%;
}


/* module TOC */
ul.toc {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
ul.toc li {
    margin: 0.5em 0;
}
ul.toc li.h1 {
    font-size: 1em;
    margin-left: 0em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc li.h2 {
    font-size: 1em;
    margin-left: 1em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc li.h3 {
    font-size: 0.9em;
    margin-left: 2em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc li.h4 {
    font-size: 0.7em;
    margin-left: 3em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc li.h5 {
    font-size: 0.7em;
    margin-left: 4em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc li.h6 {
    font-size: 0.7em;
    margin-left: 5em;
    font-weight: 400;
    letter-spacing: -0.2px;
}
ul.toc a {
    text-decoration: none;
    color: #313131;
    border: none !important;
}
ul.toc a:hover {
    color: grey;
}
.toc_title {
    text-align: center;
    font-weight: 700;
    font-size: 0.8em;
    border-bottom: 1px solid #515151;
}
.toc-container {
    display: block;
}
@media (max-width: 786px) {
    .toc-container {
        display: none;
    }
}
.ma_cible {
    font-weight: 700;
    background: var(--contrast);
    color: white !important;
}

/* Module compatibilité SVG dans le CSS */

svg {
    max-width: 100%;
    height: auto;
}

.maintenance-password-form label {
    text-align: center;
    font-weight: 400 !important;
    margin: 0px !important;
    font-size: 0.9em;
}

.maintenance-password-form p {
    margin: 0px !important;
    padding: 0px !important;
}

.maintenance-password-form input {
    font-size: 13px !important;
    padding: 4px 10px !important;
    border: 1px solid #afafaf !important;
    border-radius: 5px !important;
    margin: 5px 0 40px 0 !important;
    width: calc(100% - 140px) !important;
    float: left !important;
}

.maintenance-password-form input[type=submit] {
    font-size: 13px !important;
	color: #111 !important;
    width: 120px !important;
    background: white !important;
    text-align: left !important;
    margin-left: 20px !important;
}