/** -- Begin of scfPrices ------------------------------------------------------------------------------------------ **/
#scfPrices {
    background-color: var(--color-grey-light);
    text-align: center;
}

#scfPrices .pricing-table {
    text-align: left;
    width: calc(100% - 40px);
    margin: 50px auto 0;
    max-width: 360px;
}

#scfPrices .pricing-table > div {
    margin-top: 50px;
}

#scfPrices .plan-icon {
    background: var(--color-dark-background);
    width: 60px;
    height: 55px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#scfPrices .plan-icon span {
    color: var(--color-white);
    font-size: 28px;
    line-height: 55px;
}

#scfPrices .pricing-head {
    background: var(--color-dark-background);
    padding: 30px 40px 40px;
    text-align: center;
}

#scfPrices .pricing-table > div:nth-child(2) .plan-icon,
#scfPrices .pricing-table > div:nth-child(2) .pricing-head {
    background-color: var(--color-primary);
}

#scfPrices .pricing-head h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 0;
    letter-spacing: var(--letter-spacing);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}

#scfPrices .pricing-table .price-in {
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid #ececec;
}

#scfPrices .pricing-table ul {
    list-style: none;
}

#scfPrices .pricing-table ul,
#scfPrices .pricing-table dl {
    background: #fff;
    padding: 20px 0;
    font-size: 0;
    letter-spacing: 0;
}

#scfPrices .pricing-table ul li,
#scfPrices .pricing-table dt,
#scfPrices .pricing-table dd {
    line-height: 50px;
    font-size: var(--font-size);
    letter-spacing: var(--letter-spacing);
    color: #6a7483;
}

#scfPrices .pricing-table dt {
    width: 80%;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}

#scfPrices .pricing-table dd {
    width: 20%;
    display: inline-block;
    margin: 0;
}

#scfPrices .pricing-table ul li:nth-child(even),
#scfPrices .pricing-table dt:nth-of-type(even),
#scfPrices .pricing-table dd:nth-of-type(even) {
    background: #f0f0f0;
}

#scfPrices .pricing-table dt:last-of-type {
    width: 100%;
}

#scfPrices #packagePrice {
    font-size: 34px;
    font-weight: bold;
    color: #ff6c3a;
}

#scfPrices .buttons {
    text-align: center;
}
/** -- End of scfPrices -------------------------------------------------------------------------------------------- **/

/** -- Begin of scfWorkflow ---------------------------------------------------------------------------------------- **/
#scfWorkflow {
    text-align: center;
}

#scfWorkflow #illustration {
    display: none;
}

#scfWorkflow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#scfWorkflow li {
    text-align: center;
    margin-top: 70px;
    padding: 0;
}

#scfWorkflow li .icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

#scfWorkflow li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#scfWorkflow li:nth-child(1) .icon {
    background: #f08d4d;
}

#scfWorkflow li:nth-child(2) .icon {
    background: #f67656;
}

#scfWorkflow li:nth-child(3) .icon {
    background: #90dea9;
}

#scfWorkflow li h3 {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 20px;
}

#scfWorkflow li p {
    font-size: 12px;
    line-height: 2;
}
/** -- End of scfWorkflow ------------------------------------------------------------------------------------------ **/

/** -- Begin of ourCustomers --------------------------------------------------------------------------------------- **/
#ourCustomers ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}

#ourCustomers li {
    padding-bottom: 60px;
}

#ourCustomers img {
    aspect-ratio: 3/2;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

#ourCustomers h3 {
    margin-top: 10px;
}

/** -- Begin of ourCustomers specific ----------------------------------------------------------------------------- **/
#ourCustomers {
    background: var(--color-tertiary);
}

#ourCustomers * {
    color: var(--color-white);
}

#ourCustomers .row > div {
    text-align: center;
}

#ourCustomers h3 {
    margin: 0 0 -15px;
}
/** -- End of ourCustomers ----------------------------------------------------------------------------------------- **/

/** -- Begin of rgpd ----------------------------------------------------------------------------------------------- **/
#rgpd {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border-top: 1px solid var(--color-black);
    padding: 10px;
    z-index: 1000;
}

#rgpd.display {
    display: block;
}

#rgpd h5 {
    margin: 10px 0;
}

#rgpd p {
    margin: 5px 0;
    text-align: justify;
}
/** -- End of rgpd ------------------------------------------------------------------------------------------------- **/

/** -- Begin of askForQuote ---------------------------------------------------------------------------------------- **/
#askForQuote p {
    position: relative;
}

#askForQuote form {
    display: flex;
    flex-direction: column;
}

#askForQuote form > div {
    flex: 1;
    margin: 10px 0;
    position: relative;
}

#askForQuote label {
    width: 100%;
    display: block;
}

#askForQuote input, #askForQuote textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
}

#askForQuote textarea {
    height: 150px;
}

#askForQuote input:focus, #askForQuote textarea:focus {
    outline: 1px solid var(--color-primary);
}

#askForQuote input[data-error], #askForQuote textarea[data-error] {
    border-color: var(--color-error);
}

#askForQuote div[data-error]:after {
    content: attr(data-error);
    color: var(--color-error);
    font-size: 10px;
    display: block;
    bottom: -14px;
    position: absolute;
    width: 100%;
}

#askForQuote p[data-success]:after {
    content: attr(data-success);
    color: var(--color-success);
    background-color: var(--color-success-background);
    border: 1px solid var(--color-success-border-color);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position:  absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
/** -- End of askForQuote ------------------------------------------------------------------------------------------ **/

/** -- Begin of googleAppointment ---------------------------------------------------------------------------------- **/
#googleAppointment iframe {
    height: 1910px;
}

/** -- Begin of googleAppointment specific ------------------------------------------------------------------------ **/
#googleAppointment {
    padding: 0 15px 0;
}
/** -- End of googleAppointment ------------------------------------------------------------------------------------ **/

/** -- Begin of breadcrumb ----------------------------------------------------------------------------------------- **/
#breadcrumb ul {
    padding: 0;
    display: inline;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb li:after {
    content: '\00a0»\00a0'
}

#breadcrumb a {
    text-decoration: none;
    color: var(--text-color);
}

/** -- Begin of breadcrumb specific ------------------------------------------------------------------------------- **/
#breadcrumb.container {
    padding: 10px 15px;
    border-bottom: 1px solid var(--color-grey)
}
/** -- End of breadcrumb ------------------------------------------------------------------------------------------- **/

/** -- Begin of scfImgLeftSocialShareRight ------------------------------------------------------------------------- **/
#scfImgLeftSocialShareRight .row {
    display: flex;
    flex-wrap: wrap;
}

#scfImgLeftSocialShareRight .row > div:has(> img) {
    aspect-ratio: 7 / 4;
    flex: 1 1 100%;
}

#scfImgLeftSocialShareRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scfImgLeftSocialShareRight .row > div:not(:has(> img)) {
    flex: 1 1 100%;
    text-align: center;
}

#scfImgLeftSocialShareRight .row > div:not(:has(> img)) .btn {
    width: 100%;
    margin: 6px 0;
    color: white;
}

#scfImgLeftSocialShareRight .btn-f {
    background: #1b74e4;
}

#scfImgLeftSocialShareRight .btn-x {
    background: #0f1419;
}

#scfImgLeftSocialShareRight .btn-w {
    background: #25d366;
}

#scfImgLeftSocialShareRight .btn-in {
    background: #0a66c2;
}

#scfImgLeftSocialShareRight .publishDate {
    margin: 10px 0;
}

/** -- Begin of scfImgLeftSocialShareRight specific --------------------------------------------------------------- **/
#scfImgLeftSocialShareRight {
    padding: 30px 15px 0;
}
/** -- End of scfImgLeftSocialShareRight --------------------------------------------------------------------------- **/

/** -- Begin of text ----------------------------------------------------------------------------------------------- **/

/** -- Begin of text specific ------------------------------------------------------------------------------------- **/
#text.container {
    padding: 10px 15px;
}

#text h2 {
    font-size: 29px;
}

#text p {
    text-align: justify;
}
/** -- End of text ------------------------------------------------------------------------------------------------- **/

/** -- Begin of scfButtonsQuoteAndMeeting -------------------------------------------------------------------------- **/
#scfButtonsQuoteAndMeeting .btn {
    width: calc(100% - 20px);
}
/** -- End of scfButtonsQuoteAndMeeting ---------------------------------------------------------------------------- **/

/** -- Begin of bootstrap ------------------------------------------------------------------------------------------ **/
/** ---- General ---------------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    color: var(--text-color);
    font-family: var(--font-familly), sans-serif;
    font-size: var(--font-size);
}

body > * {
    flex: 1;
}

body > header, body > footer {
    flex: 0 auto;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
}

.container {
    width: 100vw;
    padding: 15px;
}

.container.DarkMode {
    background-color: var(--color-darkmode-background);
}

.container.DarkMode *:not(.btn) {
    color: var(--color-darkmode-text);
}

.row {
    width: 100%;
    display: flow-root;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
    background-color: var(--color-grey);
    color: var(--color-text-black);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--color-grey-dark);
    color: var(--color-text-black);
}

.btn-big {
    padding: 20px 40px;
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-text-on-primary);
}

.btn-primary:hover {
    background-color: var(--color-primary-dark);
    color: var(--color-text-on-primary-dark);
}

.btn-secondary {
    background-color: var(--color-secondary);
    color: var(--color-text-on-secondary);
}

.btn-secondary:hover {
    background-color: var(--color-secondary-dark);
    color: var(--color-text-on-secondary-dark);
}

.btn-block {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.btn-success {
    background-color: #198754;
    color: #fff;
}

.btn-success:hover {
    background-color: #157347;
    color: #fff;
}

.btn-info {
    background-color: #d3d4d5;
    color: #000;
}

.btn-info:hover {
    background-color: #a8afb5;
    color: #000;
}

.btn-hideIfEmpty:not([value]),
.btn-hideIfEmpty[value=""] {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 20px;
}

textarea.form-control, input[type="text"].form-control {
    padding: 5px 10px;
    border: 1px solid var(--color-black);
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
    width: 100%;
}

textarea.form-control {
    padding: 5px 10px;
    border: 1px solid var(--color-black);
    border-radius: 5px;
    height: 120px;
    font-size: 13px;
    width: 100%;
}

.form-group.fileDropper input[type="file"] {
    position: relative;
    height: 120px;
    font-size: 13px;
    width: 100%;
    color: transparent;
}

.form-group.fileDropper input[type="file"]::-webkit-file-upload-button {
    visibility: hidden; /* Cache le bouton */
}

.form-group.fileDropper input[type="file"]:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed var(--color-black);
    content: '';
}

.form-group.fileDropper input[type="file"]:after {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    content: 'Déposez les fichiers ici ou cliquez pour les sélectionner';
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    color: var(--color-text-black);
}

.form-group.fileDropper input[type="file"].loading:after {
    content: '↻';
    animation: spin 1s linear infinite;
    font-size: 20px;
    top: 60px;
}

/* Animation */
@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.form-group.fileDropper.isDragover input[type="file"]:after {
    content: '+';
    font-size: 66px;
    top: 10px;
}

.help-block {
    font-size: 12px;
    color: #ff4040;
}

/* ---- Header ------------------------------------------------------------------------------------------------------ */
header {
    padding: 10px;
}

header .row {
    display: flex;
}

header .row > #logo {
    height: 35px;
    width: fit-content;
    flex: 1;
}

header .row > #logo > a {
    display: block;
    height: 100%;
    width: fit-content;
}

header .row > #logo img {
    height: 100%;
}

header .row > #toggleHamburger,
header .row > nav {
    flex: 0 0 auto;
}

#toggleHamburger {
    width: 30px;
    height: 25px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMzEwIgogICBoZWlnaHQ9IjI1OS4zNDM3NSIKICAgaWQ9InN2ZzIiCiAgIHZlcnNpb249IjEuMSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC40OC40IHI5OTM5IgogICBzb2RpcG9kaTpkb2NuYW1lPSJOZXcgZG9jdW1lbnQgMSI+CiAgPHRpdGxlCiAgICAgaWQ9InRpdGxlMzg0MiI+SGFtYnVyZ2VyIChNZW51KSBJY29uPC90aXRsZT4KICA8ZGVmcwogICAgIGlkPSJkZWZzNCIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iMC41NCIKICAgICBpbmtzY2FwZTpjeD0iMzU4LjIwNDU5IgogICAgIGlua3NjYXBlOmN5PSI0NzMuNTQxMDgiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgc2hvd2JvcmRlcj0idHJ1ZSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi10b3A9IjUiCiAgICAgZml0LW1hcmdpbi1yaWdodD0iNSIKICAgICBmaXQtbWFyZ2luLWJvdHRvbT0iNSIKICAgICBmaXQtbWFyZ2luLWxlZnQ9IjUiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMzc4IgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijg4MiIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMjA4IgogICAgIGlua3NjYXBlOndpbmRvdy15PSI1OCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTciPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPkhhbWJ1cmdlciAoTWVudSkgSWNvbjwvZGM6dGl0bGU+CiAgICAgICAgPGRjOmRhdGU+MjAxNS0wNi0yOTwvZGM6ZGF0ZT4KICAgICAgICA8ZGM6Y3JlYXRvcj4KICAgICAgICAgIDxjYzpBZ2VudD4KICAgICAgICAgICAgPGRjOnRpdGxlPkRhbmllbCBGb3dsZXI8L2RjOnRpdGxlPgogICAgICAgICAgPC9jYzpBZ2VudD4KICAgICAgICA8L2RjOmNyZWF0b3I+CiAgICAgICAgPGRjOnJpZ2h0cz4KICAgICAgICAgIDxjYzpBZ2VudD4KICAgICAgICAgICAgPGRjOnRpdGxlPlB1YmxpYyBEb21haW48L2RjOnRpdGxlPgogICAgICAgICAgPC9jYzpBZ2VudD4KICAgICAgICA8L2RjOnJpZ2h0cz4KICAgICAgICA8ZGM6cHVibGlzaGVyPgogICAgICAgICAgPGNjOkFnZW50PgogICAgICAgICAgICA8ZGM6dGl0bGU+b3BlbmNsaXBhcnQub3JnPC9kYzp0aXRsZT4KICAgICAgICAgIDwvY2M6QWdlbnQ+CiAgICAgICAgPC9kYzpwdWJsaXNoZXI+CiAgICAgICAgPGRjOmxhbmd1YWdlPmVuLUdCPC9kYzpsYW5ndWFnZT4KICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgIDxyZGY6QmFnPgogICAgICAgICAgICA8cmRmOmxpPmljb248L3JkZjpsaT4KICAgICAgICAgICAgPHJkZjpsaT5tZW51PC9yZGY6bGk+CiAgICAgICAgICAgIDxyZGY6bGk+aGFtYnVyZ2VyPC9yZGY6bGk+CiAgICAgICAgICAgIDxyZGY6bGk+YmFzaWM8L3JkZjpsaT4KICAgICAgICAgICAgPHJkZjpsaT5zaW1wbGU8L3JkZjpsaT4KICAgICAgICAgICAgPHJkZjpsaT5ibGFjazwvcmRmOmxpPgogICAgICAgICAgICA8cmRmOmxpPndoaXRlPC9yZGY6bGk+CiAgICAgICAgICAgIDxyZGY6bGk+bGluZXM8L3JkZjpsaT4KICAgICAgICAgICAgPHJkZjpsaT5yb3VuZGVkPC9yZGY6bGk+CiAgICAgICAgICAgIDxyZGY6bGk+b3BlbjwvcmRmOmxpPgogICAgICAgICAgICA8cmRmOmxpPmNsb3NlPC9yZGY6bGk+CiAgICAgICAgICAgIDxyZGY6bGk+bm9ybTwvcmRmOmxpPgogICAgICAgICAgICA8cmRmOmxpPmNveDwvcmRmOmxpPgogICAgICAgICAgICA8cmRmOmxpPnN0YXI8L3JkZjpsaT4KICAgICAgICAgICAgPHJkZjpsaT54ZXJveDwvcmRmOmxpPgogICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgIDwvZGM6c3ViamVjdD4KICAgICAgICA8Y2M6bGljZW5zZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvcHVibGljZG9tYWluLyIgLz4KICAgICAgICA8ZGM6ZGVzY3JpcHRpb24+QSBzaW1wbGUgYW5kIGJhc2ljIGhhbWJ1cmdlciAobWVudSkgaWNvbi4gSXQgb3JpZ2luYXRlcyBmcm9tIFhlcm94ICZxdW90O1N0YXImcXVvdDsgd29ya3N0YXRpb25zIG9mIHRoZSAxOTgwJ3MgYnV0IGlzIG5vdyBwb3B1bGFyIHRvIGhpZGUvc2hvdyBtZW51cyBvbiBtb2JpbGUgZGV2aWNlcy48L2RjOmRlc2NyaXB0aW9uPgogICAgICAgIDxkYzpjb250cmlidXRvcj4KICAgICAgICAgIDxjYzpBZ2VudD4KICAgICAgICAgICAgPGRjOnRpdGxlPk5vcm0gQ294PC9kYzp0aXRsZT4KICAgICAgICAgIDwvY2M6QWdlbnQ+CiAgICAgICAgPC9kYzpjb250cmlidXRvcj4KICAgICAgPC9jYzpXb3JrPgogICAgICA8Y2M6TGljZW5zZQogICAgICAgICByZGY6YWJvdXQ9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL3B1YmxpY2RvbWFpbi8iPgogICAgICAgIDxjYzpwZXJtaXRzCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyNSZXByb2R1Y3Rpb24iIC8+CiAgICAgICAgPGNjOnBlcm1pdHMKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zI0Rpc3RyaWJ1dGlvbiIgLz4KICAgICAgICA8Y2M6cGVybWl0cwogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjRGVyaXZhdGl2ZVdvcmtzIiAvPgogICAgICA8L2NjOkxpY2Vuc2U+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMTU2MjUsLTgwMy4wMzEyNSkiPgogICAgPGcKICAgICAgIGlkPSJnMzgzNyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICAgIGlkPSJwYXRoMzc4NS0wIgogICAgICAgICBkPSJtIDE5LjY2ODE3OSwxMDMyLjY5NCAyNTAuNjQ2MTAxLDAgMCwwIgogICAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0OS4zMzYzNTcxMjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2Utb3BhY2l0eToxO3N0cm9rZS1kYXNoYXJyYXk6bm9uZSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgaWQ9InBhdGgzNzg1LTAtOSIKICAgICAgICAgZD0ibSAxOS42NjgxNzksOTMyLjY5NCAyNTAuNjQ2MTAxLDAgMCwwIgogICAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0OS4zMzYzNTcxMjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2Utb3BhY2l0eToxO3N0cm9rZS1kYXNoYXJyYXk6bm9uZSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgaWQ9InBhdGgzNzg1LTAtNCIKICAgICAgICAgZD0ibSAxOS42NjgxNzksODMyLjY5NCAyNTAuNjQ2MTAxLDAgMCwwIgogICAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0OS4zMzYzNTcxMjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2Utb3BhY2l0eToxO3N0cm9rZS1kYXNoYXJyYXk6bm9uZSIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=);
    background-size: cover;
}

#toggleHamburger input {
    display: none;
}

header nav {
    width: 100vw;
    transition: max-height 0.3s ease-in-out;
    list-style: none;
    position: absolute;
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
    top: 58px;
    right: 0;
    overflow-y: hidden;
    max-height: 0;
    z-index: 10;
}

#toggleHamburger:has(input:checked) + nav {
    display: block;
    max-height: 100vh;
}

header ul {
    margin: 0;
    padding-left: 0;
}

header li {
    display: block;
    border-top: 1px solid var(--color-black);
}

header li:last-child {
    border-bottom: 1px solid var(--color-black);
}

header li a {
    display: block;
    text-decoration: none;
    color: var(--color-text-black);
    padding: 10px 15px;
}

header li a:hover {
    color: var(--color-text-white);
    background-color: var(--color-black);
}

/** ---- footer ---------------------------------------------------------------------------------------------------- **/
footer ul.topLevel,
footer ul.secondLevel {
    margin: 0 0 15px 0;
    padding-left: 0;
    list-style-type: none;
}

footer h6 {
    margin: 25px 0 10px;
}

#copyrightShowcasifier {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 5px;
}

/** -- Begin of bootstrap specific -------------------------------------------------------------------------------- **/
.container {
    padding: 100px 15px 120px;
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    padding: 15px 35px;
    font-weight: bold;
    transition: background-color 0.4s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-black);
}

h2 {
    font-size: 40px;
}
/** -- End of bootstrap -------------------------------------------------------------------------------------------- **/

/** -- Begin of contact -------------------------------------------------------------------------------------------- **/
#contact p {
    position: relative;
}

#contact form {
    display: flex;
    flex-direction: column;
}

#contact form > div {
    flex: 1;
    margin: 10px 0;
    position: relative;
}

#contact label {
    width: 100%;
    display: block;
}

#contact input, #contact textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color-grey);
    border-radius: 5px;
}

#contact textarea {
    height: 150px;
}

#contact input:focus, #contact textarea:focus {
    outline: 1px solid var(--color-primary);
}

#contact input[data-error], #contact textarea[data-error] {
    border-color: var(--color-error);
}

#contact div[data-error]:after {
    content: attr(data-error);
    color: var(--color-error);
    font-size: 10px;
    display: block;
    bottom: -14px;
    position: absolute;
    width: 100%;
}

#contact p[data-success]:after {
    content: attr(data-success);
    color: var(--color-success);
    background-color: var(--color-success-background);
    border: 1px solid var(--color-success-border-color);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position:  absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
/** -- End of contact ---------------------------------------------------------------------------------------------- **/

/** -- Begin of scfcta --------------------------------------------------------------------------------------------- **/
#scfcta {
    text-align: center;
    background: var(--color-darkmode-background);
}

#scfcta h1 {
    color: var(--color-white);
    text-align: center;
}

#scfcta .text {
    color: var(--color-white);
    text-align: center;
    padding-bottom: 15px;
    display: inline-block;
}

#scfcta .text b {
    color: var(--color-white);
}

#scfcta .buttonsContainer {
    height: 210px;
}

#scfcta .buttonsContainer .btn {
    margin: 10px 0;
    width: 100%;
    max-width: 430px;
}
/** -- End of scfcta ----------------------------------------------------------------------------------------------- **/

/** -- Begin of scfslider ------------------------------------------------------------------------------------------ **/
#scfslider {
    padding: 0;
    height: 700px;
}

#scfslider .row {
    height: 100%;
}

#scfslider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#scfslider ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
}

#scfslider ul:not(:has(input:checked)) li:first-child,
#scfslider li:has(+ li .prev input:checked),
#scfslider li:has(.next input:checked) + li,
#scfslider li:first-child:has(~ li:last-child .next input:checked),
#scfslider li:first-child:has(.prev input:checked) ~ li:last-child {
    opacity: 1;
}

#scfslider ul li > * {
    color: var(--color-text-white);
}

#scfslider img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scfslider h3 {
    position: absolute;
    top: calc(50% - 18px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    width: 80%;
    margin: 0;
    text-align: center;
    z-index: 1;
}

#scfslider p {
    position: absolute;
    left: 50%;
    top: calc(50% + 70px);
    transform: translateX(-50%);
    z-index: 1;
    text-align: justify;
    width: 80%;
    max-width: 450px;
}

#scfslider .prev,
#scfslider .next {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

#scfslider .next {
    left: unset;
    right: 5px;
    transform: translateY(-50%) rotate(180deg);
}

#scfslider .prev input,
#scfslider .next input {
    display: none;
}

#scfslider .prev span,
#scfslider .next span {
    position: absolute;
    left: 0;
    top: 0;
    width: 385px;
    height: 385px;
    background-color: var(--color-black);
    border-radius: 50%;
    cursor: pointer;
    transform: scale(0.10389);
    transform-origin: 0 0;
}

#scfslider .prev span:after,
#scfslider .next span:after {
    content: "";
    position: absolute;
    background-color: var(--color-white);
    height: 100%;
    width: 100%;
    clip-path: path("M253,0 L60,192 L253,385 L325,313 L205,192 L324,72 z");
    transform: scale(0.7) translateX(-6%);
}

#scfslider .illustration {
    width: auto;
    height: calc(37% - 42px);
    position: absolute;
    left: 50%;
    top: 6%;
    transform: translateX(-50%);
}
/** -- End of scfslider -------------------------------------------------------------------------------------------- **/

/** -- Begin of scfServicesDescription ----------------------------------------------------------------------------- **/
#scfServicesDescription {
    margin: 100px 0 150px;
    text-align: center;
}

#scfServicesDescription .row > div:first-child {
    margin-bottom: 80px;
}

#scfServicesDescription ul {
    list-style: none;
}

#scfServicesDescription .thumb span,
#scfServicesDescription .thumb {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-black);
}

#scfServicesDescription h3 {
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.3px;
    color: var(--color-grey);
}

#scfServicesDescription li {
    margin-bottom: 70px;
}
/** -- End of scfServicesDescription ------------------------------------------------------------------------------- **/

/** -- Begin of scfSEOOptimized ------------------------------------------------------------------------------------ **/
#scfSEOOptimized {
    background: var(--color-grey-light);
}

#scfSEOOptimized h2 {
    margin-top: 0;
}

#scfSEOOptimized .intro-style {
    margin-bottom: 30px
}

#scfSEOOptimized #ulSeo {
    font-size: 16px;
    list-style: none;
}

#scfSEOOptimized [class^="icon-"] {
    color: var(--color-black);
    margin-right: 20px;
    display: inline-block;
}

#scfSEOOptimized .buttons {
    margin-top: 30px;
    text-align: center;
}
/** -- End of scfSEOOptimized -------------------------------------------------------------------------------------- **/

/** -- Begin of scfOurServices ------------------------------------------------------------------------------------- **/
#scfOurServices {
    text-align: center;
}

#scfOurServices ul.round {
    list-style: none;
}

#scfOurServices ul.round li:first-child {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-black);
    margin-bottom: 40px;
}

#scfOurServices ul.round li:not(:first-child) {
    text-align: left;
    margin-left: 30px;
    line-height: 3;
}

#scfOurServices ul.round li:not(:first-child) br {
    display: none;
}

#scfOurServices ul.round li:not(:first-child) span[class^="icon-"] {
    color: var(--color-black);
    font-size: 19px;
}
/** -- End of scfOurServices --------------------------------------------------------------------------------------- **/

body {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--color-black);
}

* {
    letter-spacing: var(--letter-spacing);
    line-height: 1.6;
}

header.container {
    padding: 40px 15px;
}

header .row {
    display: flex;
    align-items: center;
}

#toggleHamburger {
    color: var(--color-black);
    width: initial;
    height: initial;
    background: none;
}

#toggleHamburger span {
    font-size: 32px;
}

header nav {
    top: 90px;
}

header li {
    text-align: left;
    line-height: normal;
    border-top: none;
}

header li:last-child {
    border-bottom: none;
}

header li a {
    color: var(--color-black);
    font-size: 14px;
    text-transform: uppercase;
    padding: 17px 30px;
}

footer.container {
    background: var(--color-dark-background);
    padding: 40px 15px 0;
}

footer * {
    color: var(--color-text-white);
}

footer h2,
footer h3 {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

footer p {
    color: var(--color-text-grey);
    line-height: 26px;
    text-align: justify;
}

footer li li {
    padding-left: 20px;
}

footer li a {
    color: var(--color-text-grey);
    line-height: 40px;
    font-size: 13px;
    padding-bottom: 3px;
    text-decoration: none;
}

footer .row:last-child {
    background-color: var(--color-black);
    margin: 60px -30px 0;
    width: 100vw;
}

#copyrightShowcasifier {
    color: var(--color-text-grey);
    text-align: left;
    padding: 15px;
    margin-bottom: 0;
}

.uploadedFile {
    background-color: var(--color-grey-light);
    padding: 3px;
    display: flex;
    margin: 5px 0;
}

.uploadedFile span {
    flex: 0 auto;
}

.uploadedFile span.icon-file-check {
    flex: 0 20px;
    padding: 4px 0 0;
}

.uploadedFile span.icon-bin {
    flex: 0 20px;
    padding: 4px 0 0 20px;
    cursor: pointer;
}

.btn:hover {
    filter: brightness(90%);
}

.btn-orange:hover,
.btn-orange {
    color: var(--color-text-white);
    background: var(--color-primary);
}

.btn-black:hover,
.btn-black {
    color: var(--color-text-white);
    background: var(--color-black);
}
