/*
Theme Name: SAMInformatique Italia
Theme URI: https://www.dreamfright.art
Author: Nathan DI MURO--TARAL
Author URI: https://www.dreamfright.art
Description: theme pour la division italie de SAMInformatique
Requires at least: WordPress 6.4.3
Requires PHP: 7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --col_accent : #b99c67;
    --col_bg : #161715;
    --col_bg_alt : #1F1F1F;
    --col_txt : #fff;
}

body {
    margin: 0;
}


header.header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--col_txt);
    background-color: var(--col_bg);
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: var( --e-global-typography-text-font-weight );
}

header.header img {
    position: absolute;
    top: 10px;
    width: 150px;
    left: 5vw;
    z-index: 100;
}

header.header svg {
    position: absolute;
    top: 10px;
    width: 150px;
    left: 5vw;
    z-index: 100;
    color: var(--col_bg);
}

#tp_header_text .elementor-widget-container {
    position: relative;
    top:-16px;
}

#tp_header_text p {
    position: relative;
    top:16px;
}

#temp_valeurs {
    padding: 0;
}

.button {
    padding: 10px;
    background-color: var(--col_accent);
    width: fit-content;
    border-radius: 10px;
}

#header_txt_cont {
    padding: 1px 30px 30px 30px;
}

.menu {
    width: 65vw;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.menu ul li {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    background-color: rgba(69, 72, 67, 0);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.menu ul li a:hover {
    background-color: rgba(69, 72, 67, 0.5);
    transition: all 0.4s ease-in-out;
}

#header_grad {
    background: linear-gradient(0.25turn,var(--col_bg) ,var(--col_bg) 20%, var(--col_accent));
    height: 10px;
}

header a {
    text-decoration: inherit;
    color: inherit;
}

header li {
    list-style-type: none;
}

footer {
    height: 100px;
    background-color: rgba(69, 72, 67, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: var( --e-global-typography-text-font-weight );
    color: var(--col_txt);
}

footer a {
    text-decoration: none;
    color: var(--col_accent);
}
footer p {
    margin-top: 0;
}