/* Feuille de styles CSS */

/* Définition des polices personnalisées

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('../font/polices/ballpark.eot');
    src: url('../font/polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('../font/polices/ballpark.woff') format('woff'),
         url('../font/polices/ballpark.ttf') format('truetype'),
         url('../font/polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('../font/polices/dayrom.eot');
    src: url('../font/polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('../font/polices/dayrom.woff') format('woff'),
         url('../font/polices/dayrom.ttf') format('truetype'),
         url('../font/polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* Eléments principaux de la page */

body
{
    font-family: 'verdana', Arial, sans-serif;
    padding:0px;
    margin:0px;
}

/**HEADER**/

header
{
    background-color: #000;
    color:#fff;
}



#header-body 
{
    width:1000px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    height: 40px;
}

h1{
font-weight: normal;
}

/**NAVIGATION**/

nav 
{

}

nav ul
{
    list-style-type: none;
    display:flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 0.9em;
    color: #fff;
    padding-bottom: 3px;
    text-decoration: none;
    font-weight:bold;
    text-transform: uppercase;
}

nav a:hover{
    color:#F9B233;
}

/**BANNIERE**/

#banniere
{
    background-color: #ccc;
    background: url(../images/landscape_dgp_full_exemple_alpha_50.jpg) no-repeat; 
	background-position:center;
}

#banniere_description
{
    width: 65%;
    margin: auto;
    color:#fff;
    text-align: center;
    padding:40px 20px 20px 20px;
}

#banniere_description p
{
    text-shadow: 1px 1px 2px black;
    margin-top: 0px;
    font-size: 2em;
    font-weight: lighter;
    line-height: 1.5em;
}

.logo_dgp{
	width: 80%;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 10%;
}

/**FIN-BANNIERE**/

#bouton
{
    width: 70%;
    margin: auto;
    margin-top: 40px;
}

#bouton2
{
    width: 70%;
    margin: auto;
    margin-top: 10px;
}

/**POURQUOI**/

#bouton div, #bouton2 div
{
	display: flex;
  margin: auto;
  padding-bottom:3%;
}

#bouton div article
{
    width: 50%;
    margin:0 40px;
    text-align:center;
}

#bouton2 div article
{
    width: 50%;
    margin:0 40px;
    text-align:center;
}	

#bouton div article h3
{
	padding:15px;
	background-color:#f18baf;
	border-radius:15px;
	font-weight:bold;
	color:#F6E0EE;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#bouton2 div article h3
{
	padding:15px;
	background-color:#f7b501;
	border-radius:15px;
	font-weight:bold;
	color:#F6E0EE;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#bouton div article a, #bouton2 div article a
{
	text-decoration:none;
	
}

#bouton div article h3.boutton:hover
{
	background-color:#fff;
	color:#f18baf;
}

#bouton2 div article h3.boutton:hover
{
	background-color:#fff;
	color:#f7b501;
}

#bouton div article img, #bouton2 div article img
{
    width: 75%;
}

/**FOOTER**/


footer
{   
    background-color: #666;
    color:#ccc;
}

#footer-body{
    width: 1000px;
    padding:40px 20px ;
    margin: auto;
    text-align: center;
}

    hr
    {
        margin: 40px 0;
    }


ul{ 
    margin: 0;
	margin-top:20px;
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
    display:flex;
    justify-content: space-between;
}

li{
}

#universite{
    width: 125px;
}
#saps{
    width: 115px;
}
#abte{
    width: 100px;
}
#depestele{
    width: 90px;
}
#prosperity{
    width: 125px;
}
#ledome{
    width: 100px;
}
#france2030{
    width: 55px;
}
#region{
    width: 65px;
}
#europe{
    width: 55px;
}
footer a
{
    color:#fff;
    text-decoration: none;
}

footer a:hover
{
    color:#F9B233;
}

@media screen and (max-width: 700px)

{
    #header-body{
        padding : 10px;
        display: none;
        width: auto;

    } 
    nav ul
    {
    display:block;
    }

    #banniere_description{
        width: auto;
    } 

    #banniere_description img{
        width: 100%;
    } 

    #banniere_description p
    {
        font-size: 1.2em;
        font-weight:initial;
    }


    #contenu{
        width: auto;
        padding : 10px;
        margin-top:0px ;
    }
	
	#bouton, #bouton2
	{
    width: 90%;
	}

    #bouton div, #bouton2 div
    {
        display: block;
    }

    #bouton div article, #bouton2 div article
    {
        width:auto ;
        margin: 0;
    }

    #bouton div article img, #bouton2 div article img
    {
        width:50% ;
    }

    #comment div
    {
        display: block;
    }

    #comment div article
    {
        width: auto;
    }

    #comment div article:nth-child(2n)
    {
        text-align: center;
        margin: auto;
    }

    #comment div article img
    {
        width: 100%;
    }
    #contact div
    {
        display: block;
    }
    #contact div article 
    {
        width: auto;
        margin: 0;
    }

    footer
    {
        margin-top: 0px;
    }

    #footer-body{
        width: auto;
    }  

    footer div ul
    {
        margin-top: 20px;
        display: initial;
    }

    footer div ul li
    {
        display: inline;

    }

    footer div ul li a img{
        margin : 25px;
    }



   
}
