/*
 * ----------------------------------------
 *                 Fonts
 * ----------------------------------------
*/

@font-face {
    font-family: 'RubikGlitch';
    src: url('../fonts/RubikGlitch-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Regular.ttf') format('truetype'),
    url('../fonts/rubik/Rubik-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Italic.ttf') format('truetype'),
    url('../fonts/rubik/Rubik-Italic.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-BoldItalic.ttf') format('truetype'),
    url('../fonts/rubik/Rubik-BoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Bold.ttf') format('truetype'),
    url('../fonts/rubik/Rubik-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

/*
 * ----------------------------------------
 *                 Fonts
 * ----------------------------------------
*/

/*
 * ----------------------------------------
 *             Global classes
 * ----------------------------------------
*/

/* body {
    margin: 0;
    padding: 0;
} */

body {
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style-type: none;
}

h3 {
    font-family: Rubik;
    font-weight: 700;
}

h4 {
    font-family: Rubik;
    font-weight: 700;
}

p {
    font-family: Rubik;
    font-weight: 400;
}

hr {
    border-top: 0.2vw solid black;
    margin: 0;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

.line-through {
    text-decoration: line-through;
}

/*
 * ----------------------------------------
 *             Global classes
 * ----------------------------------------
*/

/*
 * ----------------------------------------
 *               JS classes
 * ----------------------------------------
*/

.hidden {
    display: none;
}

.background-click {
    background-color: black;
    color: white;
}

/*
 * ----------------------------------------
 *               JS classes
 * ----------------------------------------
*/

/*
 * ----------------------------------------
 *                 Header
 * ----------------------------------------
*/

header {    
    justify-content: center;
}

#bandeau {
    position: fixed;
    color: red;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    left: 0;
    top: 0;
}

#bandeau p {
    text-align: center;
    font-size: 1.8vw;
    font-weight: 700;
    margin: 0.5vw;
}

#banner {
    width: 100%;
    /* margin: auto; */
}

#banner img {
    border-bottom-right-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}

#menuBar {
    width:100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0.3vw 0;
}

#navBar {
    width: 100%;
    border-radius: 0.5vw;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
}

h2 {
    width: 50%;
    text-align: center;
    font-family: RubikGlitch;
    font-weight: 400;
    font-size: 2.8vw;
    color: black;
    background-color: white;
    padding: 1.5vw;
    margin: 0;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

h2:hover {
    color: white;
    background-color: black;
}
/*
 * ----------------------------------------
 *                 Header
 * ----------------------------------------
*/

/*
 * ----------------------------------------
 *                 Main
 * ----------------------------------------
*/

#firstMain {
    background-color: white;
    justify-content: space-evenly;
    align-items: center;
    margin: 2vw 0;
}

#ContactTel {
    padding-left: 1vw;
    /* margin-right: 2vw; */
    padding-right: 2vw;
}

#firstMain a {
    align-items: center;
    justify-content: center;
}

#firstMain img {
    height: 2.8vw;
    padding-right: 0.5vw;
}

#firstMain h4 {
    font-size: 2.2vw;
}

.Schedule h6 {
    font-family: RubikGlitch;
    font-weight: 700;
    font-size: 3vw;
    text-align: center;
    text-decoration: underline;
    margin: 0 0 0.4vw 0;
}

.Schedule table {
    font-family: Rubik;
    font-size: 2.2vw;
}

.Schedule th {
    text-align: center;
}

.Schedule td {
    text-align: left;
    padding-right: 1.5vw;
}

/************** Présentation Dépannage informatique **************/

.secondMain {
    background-color: rgb(173, 226, 254);
    border-radius: 0.5vw;
    border: 0.2vw solid black;
    /* border à supprimer par la suite ? */
    margin: auto;
    overflow: hidden;
}

.navMain {
    justify-content: space-evenly;
    margin: auto;
    padding-left: 0;
    border-bottom: 0.2vw solid black;
}

li {
    /* background-color: white; */
    color: black;
    text-align: center;
    font-family: RubikGlitch;
    font-size: 2.5vw;
    font-weight: 400;
    width: 25%;
    transition: 0.5s ease-in-out;
    padding: 0.5vw;
    cursor: pointer;
}

li:hover {
    color: white;
    background-color: black;
}

#presDepInf {
    margin: 0.5vw;
}

#presDepInfFirstChild img {
    width: 40vw;
    border-radius: 0.5vw;
    border: 0.2vw solid black;
}

#presDepInfText {
    width: 60vw;
}

#presDepInfText h3 {
    font-size: 2.2vw;
    text-align: center;
    text-decoration: underline;
}

#presDepInfText p {
    font-size: 1.8vw;
    padding: 0 2.5vw;
    text-align: center;
    line-height: 2.8vw;
}

.presDepInfSecondText {
    font-size: 1.8vw;
    text-align: center;
    line-height: 2.8vw;
    margin: 0 1vw 1.5vw 1vw;
}

#presDepInfThirdText {
    margin: 0 1vw 1.5vw 1vw;
    align-items: center;
}

#presDepInfThirdText img {
    width: 15vw;
}

#presDepInfThirdText p {
    font-size: 1.8vw;
    line-height: 2.8vw;
    text-align: center;
    margin: 0;
}

/************** Présentation Dépannage informatique **************/
/************** Prestations Dépannage informatique ***************/

.articles {
    padding: 2.5vw 5vw ;
    align-items: center;
}

.articles img {
    height: 20vw;
    border-radius: 0.5vw;
    border: 0.2vw solid black;
}

.articles h4 {
    font-size: 2vw;
}

.articles p {
    font-size: 1.8vw;
    line-height: 2.8vw;
}

.textArticles {
    padding-left: 6vw;
}

/*************** Prestations Dépannage informatique **************/
/************** Réservations Dépannage informatique **************/

#resaDepInf {
    width: 100%;
    margin-bottom: 4vw;
}

#resaDepInf h4 {
    text-align: center;
    font-size: 2.5vw;
    text-decoration: underline;
}

#resaDepInfLinks {
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

#resaDepInf figure {
    border-radius: 0.5vw;
    border: 0.2vw solid black;
    overflow: hidden;
    margin: 0;
    width: 30vw;
}

#resaDepInf a {
    display: block;
    width: 100%;
}

#resaDepInf img {
    width: 100%;
}

#resaDepInf h6 {
    border-bottom: 0.2vw solid black;
    color: black;
    background-color: white;
    font-size: 2.8vw;
    text-align: center;
    margin: 0;
    padding: 2vw 0;
    transition: 0.5s ease-in-out;
}

#resaDepInf h6:hover {
    color: white;
    background-color: black;
}

/************** Réservations Dépannage informatique **************/
/************** Informations Dépannage informatique **************/

#infoDepInf {
    justify-content: space-around;
    padding: 1vw;
}

.infoDepInfGlob {
    background-color: white;
    border: 0.2vw solid black;
    border-radius: 0.5vw;
    width: 45vw;
    margin-bottom: 1vw;
    /* transition: 0.5s ease-in-out; */
    overflow: hidden;
}

h5 {
    font-family: Rubik;
    font-size: 1.8vw;
    font-weight: 700;
    margin: 0;
    padding: 0.5vw;
    text-align: center;
    /* cursor: pointer; */
    transition: 0.5s;
}

h5:hover {
    color: white;
    background-color: black;
}

#infoDepInf h4 {
    font-size: 2vw;
    text-decoration: underline;
    text-align: center;
}

#infoDepInf p {
    font-family: Rubik;
    font-size: 1.5vw;
    font-weight: 400;
    text-align: left;
    margin: 1.8vw;
    line-height: 2.2vw;
}

/* #contact {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    width: 100%;
}

#contact input {
    width: 50%;
    height: 30px;
    margin: 15px;
    border-radius: 5px;
}

#contact textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

#formContact {
    width: 50%;
    min-width: 400px;
    max-width: 700px;
}

#formSubject {
    align-items: center;
}

#formButton {
    justify-content: center;
}

#message {
    width: 95%;
}

.sendMsg {
    width: 100%;
    text-align: center;
    font-family: 'Californian FB';
    font-size: 1.4em;
    font-weight: 900;
    color: rgb(46, 54, 101);
} */

/*************** Informations Dépannage informatique *************/
/****************** Présentation Création de site ****************/

#presCreaSite p, #prestaCreaSite p, #resaCreaSite p, #contactCreaSite p {
    font-family: RubikGlitch;
    font-weight: 400;
    font-size: 2.5vw;
    text-align: center;
    padding: 2vw;
}

/****************** Présentation Création de site ****************/
/****************** Prestations Création de site ****************/

/****************** Prestations Création de site ****************/
/****************** Réservation Création de site ****************/

/****************** Réservation Création de site ****************/
/****************** Contact Création de site ****************/

/****************** Contact Création de site ****************/
/*
 * ----------------------------------------
 *                 Main
 * ----------------------------------------
*/
/*
 * ----------------------------------------
 *                Footer
 * ----------------------------------------
*/

footer {
    background: rgb(53,64,121);
    background: -moz-linear-gradient(90deg, rgba(53,64,121,1) 30%, rgba(56,104,186,1) 45%, rgba(173,226,254,1) 85%);
    background: -webkit-linear-gradient(90deg, rgba(53,64,121,1) 30%, rgba(56,104,186,1) 45%, rgba(173,226,254,1) 85%);
    background: linear-gradient(90deg, rgba(53,64,121,1) 30%, rgba(56,104,186,1) 45%, rgba(173,226,254,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354079",endColorstr="#ade2fe",GradientType=1); 
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
    margin-top: 0.3vw;
}

#footerBar {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 90%;
}

#footerBar h1 {
    font-family: RubikGlitch;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    border: 0.2vw solid black;
    border-radius: 0.5vw;
    padding: 0.2vw 0.5vw;
}

#footerBar p {
    font-size: 1.8vw;
    font-weight: 700;
    text-align: center;
}

footer img {
    border-radius: 0.5vw;
    height: 14vw;
}

#footerContact a {
    justify-content: center;
    align-items: center;
}

#footerContact img {
    height: 2.5vw;
    padding-right: 0.5vw;
}

/*
 * ----------------------------------------
 *                Footer
 * ----------------------------------------
*/

/****************************************
****************** MEDIA ****************
*****************************************/

@media (max-width:450px) {
/**************** HEADER ****************/
    #bandeau p {
        font-size: 3vw  ;
    }

    #firstMain {
        flex-direction: column-reverse;
    }

    #ContactTel {
        padding: 0;
        margin: 0;
    }

    #firstMain h4 {
        font-size: 6vw;
        margin: 2vw 0;
    }

    #firstMain img {
        height: 6vw;
    }

    .Schedule h6 {
        font-size: 8vw;
    }

    .Schedule table {
        font-size: 4vw;
    }

    h2 {
        font-size: 5vw;
        padding: 0 3vw;
    }

/**************** HEADER ****************/
/***************** MAIN *****************/
/************** Présentation Dépannage informatique **************/
    li {
        font-size: 3.3vw;
    }

    #presDepInfFirstChild img {
        width: 60vw;
    }

    #presDepInfFirstChild {
        flex-direction: column-reverse;
        align-items: center;
    }

    #presDepInfText {
        width: 100%;
    }

    #presDepInfText h3 {
        font-size: 4vw;
    }

    #presDepInfText p {
        padding: 0;
        font-size: 3vw;
        line-height: 4vw;
        margin: 2vw 1.5vw;
    }

    .presDepInfSecondText {
        font-size: 3vw;
        line-height: 4vw;
        margin: 2vw 1.5vw;
    }

    #presDepInfThirdText {
        flex-direction: column;
    }

    #presDepInfThirdText img {
        width: 25vw;
    }

    #presDepInfThirdText p {
        font-size: 3vw;
        line-height: 4vw;
        margin: 2vw 1.5vw;
    }

/************** Présentation Dépannage informatique **************/
/************** Prestations Dépannage informatique **************/

    .textArticles {
        padding-left: 3vw;
    }

    .articles {
        padding: 2vw 2vw;
    }

    .articles img {
        height: 26vw;
    }

    .articles h4 {
        font-size: 3.2vw;
        margin: 1vw 0;
    }

    .articles p {
        font-size: 3vw;
        line-height: 3.5vw;
        margin: 1vw 0;
    }

/************** Prestations Dépannage informatique **************/
/************** Réservations Dépannage informatique **************/

#resaDepInf h6 {
    font-size: 3.8vw;
}

#resaDepInf h4 {
    font-size: 4vw;
}

/************** Réservations Dépannage informatique **************/
/************** Informations Dépannage informatique **************/
    #infoDepInf h4 {
        font-size: 5vw;
    }

    #infoDepInf p {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    #infoDepInf {
        flex-direction: column;
        align-items: center;
    }

    .infoDepInfGlob {
        width: 80vw;
    }

    h5 {
        font-size: 3.5vw;
    }
/************** Informations Dépannage informatique **************/
/****************** Présentation Création de site ****************/

    #presCreaSite p, #prestaCreaSite p, #resaCreaSite p, #contactCreaSite p {
        font-size: 5vw;
    }

/****************** Présentation Création de site ****************/
/***************************** MAIN ******************************/
/**************************** FOOTER *****************************/
    footer img {
        height: 20vw;
    }

    #footerBar h1 {
        font-size: 4vw;
        margin: 1.8vw 0;
    }

    #footerContact img {
        height: 4vw;
    }

    #footerContact p {
        font-size: 2.8vw;
        margin: 1.8vw 0;
    }
/**************************** FOOTER *****************************/
}