/*
 Theme Name:   AB Marketing
 Theme URI:    https://abmarketing.ca
 Description:  AB Marketing - Wordpress Theme
 Author:       Index
 Author URI:   https://indexwebmarketing.com
 Template:     Divi
 Version:      1.0.0
*/

/* Importation automatique des styles du parent (option Divi). */
body {
    overflow-x: hidden;
}

#main-content {
    background-color:transparent;
}



.svg-line-container .et_pb_code_inner {
    height: 100%;
    width: 100%;
}
.svg-line {
    width: auto;
    height: 100%;
    min-width:100%;
}

#svg-newsletter {
    width:98%;
    float:right;
    min-width:auto;
    height:calc(100% - 180px);
    position:absolute;
    right:-20px;
}

#svg-b {
    width:auto;
    height:auto;
}

.svg-line path {
    stroke-dasharray: 0; /* sera défini via JS */
    stroke-dashoffset: 0;
    vector-effect: non-scaling-stroke;
}

@media (max-width:2100px){
    #svg-header-container {
        left:0px;
    }
}