/* Feuille de styles CSS */



@font-face
{
    font-family: 'Figtree';
    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;
}
/* Définition des polices personnalisées
@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:100%;
    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
{
	margin:15px;
    height: 55px;
}

h1{
	font-family: ‘Figtree’, sans-serif;
	font-weight: 700;
	color:#3b4e9c;
}

/**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: #3b4e9c;
	background: url(../images/fond_forum_02.jpg) no-repeat; 
	background-position:center;
}**/

#banniere
{
    background-color: #3b4e9c;
	background-image: url(../images/gimmick_cogito.svg) ; 
	background-position: -90%;
	background-repeat: no-repeat;
	background-size: 57%;
}

#banniere_description
{
    width: 65%;
    margin: auto;
    color:#fff;
    text-align: center;
    padding:40px 20px 20px 20px;
}

#banniere_description .chapeau
{
	font-family: ‘Figtree’, sans-serif;
	font-weight: 700; /* Pour utiliser la graisse Bold */
	text-shadow: 1px 1px 2px black;
    margin-top: 0px;
    font-size: 2em;
    line-height: 1.5em;
}

.logo_cogito{
	width: 50%;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 5%;
}

/**FIN-BANNIERE**/

/**SECTION 1**/

#section1
{
    width: 70%;
    margin: auto;
    margin-top: 40px;
}


#section1 div, #section2 div, #section3 div
{
	display: flex;
  margin: auto;
  padding-bottom:3%;
}

#section1 div article
{
    width: 50%;
    margin:0 40px;
    text-align:center;
}

#section1 div article h3
{
	font-family: ‘Figtree’, sans-serif;
	padding:15px;
	background-color:#3b4e9c;
	border-radius:8px;
	font-weight:bold;
	color:#fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	border : #3b4e9c solid 1px;
}

#section1 div article a, #section2 div article a, #section3 div article a
{
	text-decoration:none;
}

#section1 div article h3.boutton:hover
{
	background-color:#fff;
	color:#3b4e9c;
	border : #3b4e9c solid 1px;
}

#section1 div article img
{
    width: 100%;
	border : #3b4e9c solid 3px;
}

/**SECTION 2**/

#section2
{
    width: 70%;
    margin: auto;
    margin-top: 10px;
}

#section2 div article
{
    width: 50%;
    margin:0 40px;
    text-align:center;
}	


#section2 div article h3
{
	font-family: ‘Figtree’, sans-serif;
	padding:15px;
	background-color:#75bebc;
	border-radius:8px;
	font-weight:bold;
	color:#fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


#section2 div article h3.boutton:hover
{
	background-color:#fff;
	color:#75bebc;
}

/**SECTION 3**/

#section3
{
    width: 70%;
    margin: auto;
    margin-top: 10px;
}

#section3 div article
{
    width: 50%;
    margin:0 40px;
    text-align:center;
}	


#section3 div article h3
{
	font-family: ‘Figtree’, sans-serif;
	padding:15px;
	background-color:#abd19a;
	border-radius:8px;
	font-weight:bold;
	color:#20337c;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


#section3 div article h3.boutton:hover
{
	background-color:#fff;
}
/**FOOTER**/


footer
{   
    background-color: #666;
    color:#ccc;
}

footer h1
{   
	color:#ccc;
}

#footer-body{
    width: 1000px;
    padding:40px 20px ;
    margin: auto;
    text-align: center;
}

    hr
    {
        margin: 40px 0;
		color:#999;
		height:3px;
		background-color:#999;
    }


ul{ 
    margin: 0;
	margin-top:20px;
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
    display:flex;
    justify-content: space-between;
}

li{
}

#region{
    width: 200px;
}

#ledome{
    width: 135px;
}

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
	{
		background-image: url(../images/gimmick_cogito.svg) ; 
		background-position: center top -540px;
		background-repeat: no-repeat;
		background-size: 600px;
	}

    #banniere_description{
        width: auto;
    } 

    #banniere_description img{
        width: 70%;
    } 

    #banniere_description p
    {
        font-size: 1.2em;
        font-weight:initial;
    }


    #contenu{
        width: auto;
        padding : 10px;
        margin-top:0px ;
    }
	
	#section1, #section2, #section3
	{
    width: 90%;
	}

    #section1 div, #section2 div, #section3 div
    {
        display: block;
    }

    #section1 div article, #section2 div article, #section3 div article
    {
        width:auto ;
        margin: 0;
    }

    #section1 div article img, #section2 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;
    }

    footer div ul li
    {
        display: inline;

    }

    footer div ul li a img{
        margin : 25px;
    }
	#region{
    width: 150px;
	}

		#ledome{
		width: 100px;
	}



   
}
