
/**
* PROJET   : PAGE SITE WEB : STYLE PAGE
* AUTEUR GRAPHISME : Valentin Merlault
* AUTEUR   : Anne Potier
* DATE     :: 
* REFONTE  : 2023 1ER SEM
* MISE EN LIGNE : 2023/06/21
*/

body
{
    max-width: 1200px;
    margin: 0 auto;
    /*border: blue 1px solid;*/
}

.et_fixed_header
{
    background-color:#fff; 
    border-bottom: 2px blue solid;
    width: 100%;
    margin: 0 auto; 
    top: 0;  
    left: 0px;  
    right: 0px;  
    position: fixed; 
}

.et_fixed_nav.et_show_nav #page-container 
{
    padding-top: 50px;
}

#top-header
{
    /*border:3px solid orange;  
    height: 30px;*/
    padding: 0;
    padding-right: 20px;
}

#main-header
{
    /*border:3px solid orchid;  
    height: 50px; */
    top: 30px ;
    padding: 0;
}

#main-content
{
    /*background-color: aqua;*/
    padding-top:100px;
    min-height: 330px;
}


/*.et_fixed_nav #main-header {  position: fixed;} */
#et-secondary-nav,
#et-secondary-nav li,
#et-top-navigation li
{
    display: inline-block; 
} 

#et-secondary-nav,
#et-top-navigation 
{
    float: right;
    font-weight: 600;
    padding: 2px;
}

a 
{
    /*padding:1% ;
    font-size: 12px;*/
    text-transform: uppercase;
    text-decoration: none; 
}

nav ul li
{
    display: inline-block; 
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 11px;
}

#top-menu li
{
    display: inline-block;  
    font-size: 12px;
}

.sub-menu 
{
    display: none;
    max-width: 450px;
    margin-top: 5px;
    opacity: 0;
    background-color: #F5F5F5;
    padding: 1%;
    text-align: left;
}

/*
nav ul li:hover > a 
{  
    color: #E52D32;
}
    */

footer
{
    /*background-color: rgb(235, 241, 128);
    border-top: blue solid 2px;*/
    font-size: 10px;
}
 


.page-contenu
{
    border: solid 2px blue ;  /*-right*/
    width: 600px;
    position: relative;
    float: left; 
    padding: 5px;
}

.page-logo
{
    width: 250px;
    position: relative;
    float: left; 
    padding: 5px;
    top: 20px;
}

.page-titre
{
    /*border-bottom: solid 2px blue ; */
    max-width: 500px;
    position: relative;  
    float: left; 
    padding: 25px;
}

.page-ssmenu
{
    border-left: solid 2px blue ; 
    /*border-right: solid 2px blue ; 
    border-bottom: solid 2px blue ; */
    position: relative;
    float: right; 
    top: 40px;
    padding: 4px;
    margin: 2px;
    max-width: 420px;
    font-size: 10px;
}

.page-item
{
    border: solid 2px blue ;
    max-width: 300px;
    position: relative;  
    float: left; 
    padding: 25px;
}

.item-service
{
    border: solid 2px blue ;
    max-width: 350px;
    min-height: 150px; 
    position: relative;  
    float: left; 
    padding: 2px;
}
.page-colonnefin
{
    clear: both;
}


.page-rech 
{
    display: inline-block ;
    margin: 2px;   
    padding: 5px;
    width: 100px;
    background-color: aqua;
}

