@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Libre+Baskerville&family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Libre+Baskerville&family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Libre+Baskerville&family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');

*{
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    background-image: url(../img/cc18109e-18a4-4f01-a35b-be91dddb6701-profile_banner-480.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; 
}

h1{
    font-family: 'Major mono Display', sans-serif ;
    font-size: 45px;
    color: #29b98e;
    text-align: center;
    letter-spacing: 1px;
}

h2{
    font-size: 35px;
    color: #2c3e50;
    padding: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #aaa;
    font-family: 'Major mono Display', sans-serif ;
}

h3{
    font-size: 22px;
    color: #2c3e50;
    padding: 15px;
    text-shadow: 1px 1px 2px #aaa;
    font-family: 'Major mono Display', sans-serif ;
}

h4{
    text-align: center;
    margin-top: 30;
    font-family: 'Major mono Display', sans-serif ;
}

/************************HEADER INDEX********************/
header{
    background-color: #202327;
    height: 175px;
}
#logo{
    float: left;
    width: 25%;
    padding: 15px;
    text-align: center;
}

#slogan{
    float: left;
    width: 50%;
    padding-top: 50px;
}

#social{
    float: left;
    width: 25%;
}

#social i{
    font-size: 30px;
    text-align: right;
    padding: 15px 30px 0 0;
    display: block;
}

header a{
    color:#29b98e;
    text-decoration: none;
}
/************************FIN DU HEADER*************/

/************************DEBUT DE LA NAV***********/
nav{
    background-color: #41505a;
    height: 70px;
    border-bottom: 8px solid #29b98e;
    text-align: center;
    padding: 15px;
}

nav a{
    margin: 10px;
    padding: 2px 10px;
    border-radius: 10px 0;
    border:2px solid white;
    background-color: #29b98e;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Libre Baskerville', sans-serif;
    transition: .5s;
}

nav a:hover{
    background-color: #a6d6c3;
    color: white;
}


.activ{
    background-color: #2c3e50;
    color: white;
}
/************************FIN DE LA NAV***********/

/************************DEBUT DE LA STRUCTURE***********/
main{
    background-color: rgba(178, 178, 178, .3);
    width: 1000px;
    margin: 0 auto;
}

aside{
    height: 250px;
    background-color: #a6d6c3;
}
section{
    margin-top: 50px;
    padding: 20px;
}

footer{
    background-color: #41505a;
    height: 30px;
    text-align: right;
    padding: 5px 10px;
}
/************************FIN DE LA STRUCTURE***********/

/************************DEBUT DE LA PAGE TEXTE***********/
blockquote{
    font-style: italic;
    font-size: 120%;
}

strong{
    font-weight: bold;
}

.oswald P{
    font-family: 'Libre Baskerville', sans-serif;
}
/************************FIN DE LA PAGE TEXTE***********/

/************************DEBUT DE LA PAGE SELECTEUR***********/
.select p{
    color :red;
}
.select p:first-of-type,
.select p:last-of-type{
    color:pink;
}

.select p:nth-of-type(5),
.select p:nth-of-type(6){
    color: black;
}

.select div:not(.zoneB){
    font-weight: bold;
}

.select .zoneA{
    color:#f56f56;
}
.select .zoneB{
    color:#963;
}

.select .zoneB .couleurBleu{
    color: blue;
    font-size: 16px;
}

.select #zoneC{
    color: #98f32f;
}

.select #zoneD span{
    color: #32ff32;
    font-size: 30px;
    font-style: italic;
}
/************************FIN DE LA PAGE SELECTEUR***********/

/************************DEBUT DE LA PAGE IMAGE******************/
.imageFond{
    background: #000 url(../img/fond.jpg) no-repeat;
    background-size: cover;
}
.imageFond p{
    width: 75%;
    margin: 100px auto 200px auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    font-size: 100%;
    border-radius: 10px;
}
figure{
    margin: auto;
    width: 250px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

figcaption{
    color: white;
    text-align: center;
    padding: 2px;
    font-style: oblique;
}

/* on peut selectionner une image par son attribut src:
    img[src="img/toureiffel.jpg"]{}*/

.rotationImg{
    text-align: center;
}

.image{
    margin: 20px;
    border: 5px solid #eee;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    transition: 1s;
}

.image:hover{
    transform: rotate(-7deg);
    border: 15px solid #eee;
}

.rotation360:hover{
    transform: rotate(-360deg);
}

/*---------------fin de la page image--------------*/

/*---------------DEBUT DE LA PAGE POSITION--------------*/
.centre{
    margin: 0 auto;
    width: 500px;
    height: 200px;
    background-color: transparent;
    border: 9px solid black;
}

.absolute{
    position: absolute;
    top:24%;
    left: 10%;
    background-color: orange;
    width: 100px;
    height: 100px;
}
/*---------------RELATIVE--------------*/
.relative{
    background-color: #2d5c7f;
    width: 400px;
    height: 400px;
    position: relative;
    bottom: 10px;
    left: 100px;
}

.relative div{
    position:absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #fff18a;
}

/*---------------FIXED--------------*/
button{
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size:350% ;
    color: #2d5c7f;
}

/*--------------POURCENTAGE-------------*/
.trente{
    width: 30%;
    padding: 20px;
    font-size: 22px;
    background-color: #3c1b1f;
    color: #f6e1b5;
    font-weight: bold;
} 

.cinquante{
    width: 50%;
    padding: 20px;
    font-size: 22px;
    background-color: #b21e4b;
    color: #f6e1b5;
    font-weight: bold;
    margin-top: 7px;
}
.cent{
    width: 100%;
    padding: 20px;
    font-size: 22px;
    background-color:#f6e1b5 ;
    color: #b21e4b ;
    font-weight: bold;
    margin-top: 7px;
}

/*-------------FLOAT-------------*/
.float{
    height: 170px;
    width: 170px;
    margin: 10px;
    padding-top: 2px;
    float: left;
    text-align: center;
    font-size: 25px;
    background-color: #f8d771;
    border: 2px solid darkred;
}
.clear{
    clear:both;
}

/*-------------FLEXBOX-------------*/
.flex{
    display: flex;
    justify-content: space-between;
}

.flex div{
    width: 150px;
    height: 150px;
    background-color: darkblue;
    text-align: center ;
    font-size: 50px;
    color: white;
    border: 10px outset rgb(51, 51, 255);
}
/*-------------FIN DE LA PAGE POSITION-------------*/

/*-------------DEBUT DE LA PAGE TABLEAU-------------*/
.tableau table{
    border-collapse: collapse;
    border: 2px solid #6495ed;
    font-weight: bold;
    margin: auto;
    width: 80%;
}

.tableau thead, 
.tableau tfoot{
    background-color: whitesmoke;
    border: 1px solid #6495ed;
}

.tableau tbody{
    border: 1ps solid #6495ed;
}

.tableau th{
    border: 1px solid #6495ed;
    padding: 5px;
    width: 20%;
}

.tableau td{
    border: 1px solid #6495ed;
    font-size: 80%;
    padding: 5px;
    text-align: center;
}
/*-----------FIN DE LA PAGE TABLEAU-------------*/

/*-------------DEBUT DE LA PAGE ZONNIG -------------*/
/*------------- ZONNIG 1-------------*/
#zoning1{
    background-color: #ffd6d6;
    width: 800px;
    text-align: center;
    text-shadow: 1px 1px 2px darkgrey;
    margin: auto;
}

#zoning1 header{
    height: 70px;
    background-color: #f7f39a;
}

#zoning1 aside{
    height: 525px;
    float: left;
    width: 20%;
    background-color: #a3de83;
}

#zoning1 section{
    float: left;
    background-color: #38817a;
    height: 525px;
    width: 80%;
    margin: 0;
    padding: 0;
}

/*------------- ZONNIG 2-------------*/
#zoning2{
    background-color: #ffd6d6;
    width: 500px;
    text-align: center;
    text-shadow: 1px 1px 2px darkgrey;
    margin: auto;
}
#zoning2 header{
    height: 70px;
    background-color: #f8f5e4;
}
#zoning2 aside{
    height: 525px;
    float: left;
    width: 20%;
    background-color: #10828c;
    color: white;
}

#zoning2 .middle{
    float: left;
    background-color: #0e3047;
    height: 525px;
    width: 60%;
    margin: 0;
    padding: 0;
    color: white;
}

/*------------- ZONNIG 3-------------*/
#zoning3{
    background-color: #ffd6d6;
    width: 800px;
    text-align: center;
    text-shadow: 1px 1px 2px darkgrey;
    margin: auto;
}

#zoning3 aside{
    height: 520px;
    width: 50%;
    float: left;
    background-color: #eb219d;
    color: white;
}

#zoning3 .footer{
    height:60px;
    background-color: black;
    color: white;
}
.clear{clear: both;
}

/*------------- ZONNIG 4-------------*/
#zoning4{
    border: 2px solid black;
    width: 800px;
    text-shadow: 1px 1px 2px darkgray;
    margin: auto;
}

#zoning4 header{
    background-color: #D8DFE2;
    text-align: center;
    height: 90px;
} 

#zoning4 nav{
   background-color: #71ADB5;
    text-align: center;
}

#zoning4 section{
   background-color:#176D81;
    text-align: center;
    color: white;
    width: 100%;
    height: 500px;
    border: 15px solid white;
    margin: 0;
    padding: 0;
}

#zoning4 footer{
    height: 70px;
    background-color: #0D3446;
}

/*------------- ZONNIG 5-------------*/

#zoning5{
    width: 100%;
    margin: 0 auto;
    border: 2px solid black;
    font-weight: bold;
}

#zoning5 header{
    background-color: #F8D771;
    height: 100px;
    color: white;
    text-align: center;
}

#zoning5 nav{
    background-color:  #D6BC6B;
    height: 60px;
    border-bottom: 8px solid #C19718;
    margin: 0;
    padding: 0;
    color: white;
}

#zoning5 footer{
    background-color: #F8D771;
    height: 100px;
}
.zone1,.zone2, .zone3, .zone4{               
    width: 50%;
    height: 230px;
    float: left;
}
#zoning5 section{
    background-color: orange;
    height: 500px;
    margin: 0;
}

.zone1 ,.zone4{
    background-color:  #D6BC6B;
    text-align: center;
}

.zone2 ,.zone3{
    background-color: #FCE38A;
    text-align: center;
}

.clear{
    clear: both;
}

/*------------- ZONNIG 6-------------*/

#zoning6{
   padding: 0;
    margin: 0;
    display:flex;
}
.haut, .hautA{
    margin-left: 20%;
    margin-right: 20%;
    width: 80%;
    margin: 0;
    align-items:  center;
    color: white;
    display: flex;
    justify-content: center;
}

.haut{
    width: 1600px;
    height: 150px;
    background-color: #3E588F;
}

.hautA{
    height: 200px;
    height: 150px;
    background-color: #203562
}
.menu{
    width: 100%;
    background-color: #0B5269;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 60px;
}
.zoneDeGauche{
    height: 700px;
    width: 170px;
    background-color: #446878;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    float: left;
}
.A, .B{
    display:block;
    height: 300px;
    width: 41.1%;
    float: left;
    color: white;
    text-align: center;
}

.A, .C, .E {
    background-color:#C0C5CD;
}

.B, .D, .F{
   background-color:  #203562;
}

.slideshow{
    height: 200px;
    width: 82.2%;
    float:right;
    background-color: #314A52;
    text-align: center;
    color: white;
}

.C, .D, .E, .F{
    height: 200px;
    width: 20.55%;
    float: left;
    color: white;
    text-align: center;
}

.footer{
    height: 80px;
    width: 100%;
    background-color: #0B5269;
    color: white;
}

/*********************fin page zoning******************/

/*******************debut de la page Liste**************/

ul.fruit{
    list-style: none;
}

ul.fruit li{
    display: inline;
    margin: 15px;
}

li .fas{
    font-size: 90%;
    color: blue;
}

li .fas:hover{
    font-size: 120%;
    color: darkred;
}

.imbriquee, .imbriquee ul{
    padding-left: 15px;
}

.imbriquee{
    cursor: pointer;
}

.imbriquee ul{
    display: none;
}

.europe:hover ul,
 .asie:hover ul{
    display: block;
 }

.imbriquee li ul li:hover{
    font-size: 200%;
    background-color: #e74c3c;
    display: inline;
    box-shadow: 5px 10px 10px grey;
    transition-duration: 1s;
 }

 /*********fin de la page liste**********/

 /***********debut de la page lien menu*******/
 /***********partie lien *******/
/********************FIN PAGE LIEN & MENU******************/
/**********LIENS**********/
.ancre{
	text-align: center;
}

.ancre a{
	margin: 8px;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #2c3e50;
	color: white;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 0px 0px 10px 3px black;
	font-family: 'oswald';
}

.ancre a:hover{
	box-shadow: none;
	transition-duration: .5s;
	text-shadow: 1px 5px 10px grey;
}

#lien a{
	text-decoration: none;
	color: #2980b9;
	display: inline-block;
	margin-bottom: 15px;
}

#lien a:hover{
	color: #f16529;
}

/**********MENU**********/
#menu nav{
	background-color: transparent;
	border: none;
}

#menu ul{
	list-style: none;
	text-align: center;
}

#menu ul li{
	display: inline-block;
}

#menu nav a{
	padding: 10px;
	color: grey;
	text-decoration: none;
	background-color: #ddd;
	transition: 1s ease-in;
}

#menu nav a:hover{
	color: #fff;
	background-color: #069;
}

/**********MENU DEROULANT**********/
#menuDeroulant{
	height: 650px;
}

#menuDeroulant nav{
	background-color: transparent;
	border: none;
	width: 90%;
	margin: 0 auto;
}

#menuDeroulant nav ul li{
	float: left;
	list-style: none;
	width: 20%;
}

#menuDeroulant ul ul{
	display: none;
}

#menuDeroulant ul li ul li{
	border-top: 1px solid #464646;
	width: 100%;
}

#menuDeroulant nav li{
	background-color: #ccc;
}

#menuDeroulant nav li a{
	text-decoration: none;
	color: #000;
	padding: 4px 0;
	display: block;
}

#menuDeroulant ul{
	text-align: center;
}

#menuDeroulant nav ul.niveau1 li.sousMenu:hover ul.niveau2{
	display: block;
}

/**********fin de la page lien & menu**********/

/**********debut de la page formulaire**********/
form{
    width: 60%;
    background-color: #2c3e50;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
}

label{
    margin: 10px 0;
    width: 50%;
    display: inline-block;
}

textarea{
    resize: none;
}

label[for="orange"],
label[for="fraise"],
label[for="poire"]{
    width: 13%;
}

#orange, #fraise, #poire{
    margin: 20px;
}

/**********fin de la page formulaire**********/

/**********debut de la page multimedia**********/
.videoFond{
    padding-left: 0;
    padding-right: 0;
}

.videoFond video{
    position: absolute;
    z-index: 1;
    width: 100%;
}

.videoTexte{
    position: relative;
    width: 100%;
    height: 500px;
}

.videoFond p{
    position: absolute;
    top: 150px;
    left: 250px;
    z-index: 2;
    width: 500px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    font-size: 120%;
    border-radius: 10px;
}

iframe[src="https://www.youtube.com/embed/35_T1ch09NU"]{
 width: 100%;
}

iframe[allowfullscreen]{
    width: 100%;
}

.audio{
    text-align: center;
}

/**********fin de la page multimedia**********/

/**********debut de la page animation**********/
/*********infobulle************/
.infoBulle{
    height: 250px;
    width: 500px;
    margin: auto;
    padding-top: 15px;
    background-color: #444;
    box-shadow: 0 0 50px #222 inset;
}

.infoBulle p{
    text-align: center;
    padding-top: 30px;
}

.infoBulle a{
    color: #ccc;
    text-shadow: 0 -2px 0 black;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 15px;
}

.infoBulle a:hover{
    text-shadow: 0 1px 2px black;
    background-color: rgba(0, 0, 0, .4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    color: #fff;
}

.infoBulle a span{
    position: absolute;
    padding: 15px;
    margin-top: 23px;
    margin-left: -35px;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    color: #09c;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transition: .25s;
    transform: scale(0) rotateZ(-12deg);
}

.infoBulle a:hover span{
    opacity: 1;
    transform: scale(1) rotateZ(0);
}

.infoBulle a span::before{
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    border-bottom: 6px solid rgba(0, 0, 0, .9);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/********** image greyscale & blur********/

.imgEffets{
    width: 320px;
    height: 320px;
    margin: 70px auto;
}

.imgEffets li{
    list-style: none;
    float: left;
    width: 141px;
    height: 150px;
    margin: 5px;
}

.imgEffets li:nth-child(3){
    clear: both;
}

.imgEffets img{
    position: absolute;
    z-index: 1; 
    height: 150px;
    box-shadow: 0 0 3px black ;
    transition:  .5s cubic-bezier(0, 3, -4, 1);
}

.imgEffets li:hover img{
    z-index: 2;
    transform: scale(1.5);
    box-shadow: 0 0 10px black;
}

.imgEffets:hover li:not(:hover) img{
    filter: grayscale(1) blur(5px);
}

/**********rotation d'un menu CSS 3********/
#menuRotate{
    height: 360px;
    width: 576px;
    background-color: #627878;
    position: relative;
    overflow: hidden;
    border: 2px solid white;
    margin: 100px auto;
}

#menuRotate .masque{
    position: absolute;
    z-index: 50;
    width: 585px;
    height: 135px;
    top: 0;
    left: 0;
    background: linear-gradient( #324040, #627878);
}

#menuRotate .ombre{
    position: absolute;
    top: 30px;
    left: 142px;
    z-index: 40;
    width: 300px;
    height: 6px;
    box-shadow: 0 100px 3px black;
    border-radius: 75px 75px 75px 75px / 3px 3px 3px 3px;
}

#menuRotate dl{
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 155px;
    color: #324040;
    text-align: center;
    background-color: #04b3d2;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
    transform-origin: 50% 120px;
    animation: bounceOut .7s ease-in-out;
}

#menuRotate dt{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 23px;
    padding-top: 5px;
}

#menuRotate dd{
    transform: rotate(180deg);
}

#menuRotate dd a{
    display: block;
    height: 24px;
    padding: 3px 0;
    color: #324040;
    text-decoration: none;
}

#menuRotate dd a:hover{
    background: rgba(255, 255, 255, .1);
}

#menuRotate dl:hover{
    transform: rotate(-180deg);
    animation: bounceIn .7s ease-in-out;
}

@keyframes bounceIn{
    form{transform: rotate(0deg)}
    75%{transform: rotate(-200deg)}
    90%{transform: rotate(-175deg)}
    to{transform: rotate(-180deg)}
} 

@keyframes bounceOut{
    form{transform: rotate(0deg)}
    0%{transform: rotate(-180deg)}
    10%{transform: rotate(-165deg)}
    to{transform: rotate(-360deg)}
}








