*
{
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	font-size: 16px;
}

div#page
{
    width: 1000px;
    background-color: #f7f5eb;
    margin: 0 auto;
}

header
{
    background-color: rgba(96, 126, 166, 0.7);
    width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header.fixed
{
    position: fixed;
    z-index: 1000;
}

header h1
{
    padding-left: 20px;
}

header h1 a
{
    font-family: 'Nothing You Could Do', cursive;
    color: #f7f5eb;
    font-size: 30px;
    text-decoration: none;
}

header h1 a span
{
    font-family: 'Nothing You Could Do', cursive;
    font-size: 50px;
}

header nav ul
{
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin-right: 10px;
}

header nav ul li
{
    margin: 20px 10px 10px 10px;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    color: #f7f5eb;
}

header nav ul a
{
    text-decoration: none;
    color: #3B4013;
}

footer
{
    background-color: rgba(96, 126, 166, 0.7);
}

footer p
{
    font-family: 'Nothing You Could Do', cursive;
    color: #f7f5eb;
    font-size: 30px;
    padding-left: 20px;
}

footer p span
{
    font-family: 'Nothing You Could Do', cursive;
    font-size: 50px;
}

/************************************************************************* accueil */

section#slogan
{
    height: 580px;
    background-image: url('valises.jpeg');
    background-size: cover;
}

section#slogan h3
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    font-size: 70px;
    color: #f7f5eb;
    text-align: center;
    padding-top: 120px;
}

section#favori h2
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    color: #607EA6;
}

section#favori div.coupDeCoeur img
{
    width: 200px;
    height: 200px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    margin-bottom: 20px;
}

section#favori div.coupDeCoeur
{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

section#favori div.coupDeCoeur div
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px 20px;
}

section#favori div.coupDeCoeur div div
{
    display: flex;
    flex-direction: column;
}

section#favori div.coupDeCoeur div div p
{
    color: #607EA6;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}

section#favori div.coupDeCoeur div div p span
{
    font-weight: 500;
    font-size: 25px;
}

/************************************************************************* equipe */

section#equipe > div.portrait
{
    display: flex;
    flex-direction: row;
}

section#equipe div.portrait:last-child
{
    flex-direction: row-reverse;
}

section#equipe div.portrait img
{
    height: 300px;
    width: 300px;
    margin: 20px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

section#equipe div.portrait:first-child img
{
    margin-bottom: 0;
    margin-right: 0;
}

section#equipe div.portrait div
{
    margin: 20px 20px 20px 20px;
    text-align: justify;
}

section#equipe div.portrait h2, section#equipe div.portrait h3, section#equipe div.portrait p
{
    font-size: 35px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    color: #607EA6;
    padding-bottom: 10px;
}

section#equipe div.portrait p
{
    color: #607EA6;
    font-size: 20px;
    font-weight: 300;
}

section#equipe div.portrait h3
{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #607EA6;
}

section#equipe div.portrait:last-child p
{
    margin-right: 0;
    margin-left: 0;
}

section#equipe div.portrait p span
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #607EA6;
    font-size: 20px;
    font-weight: 500;
}

section#equipe div.portrait:last-child img
{
    margin-left: 0;
}

/************************************************************************* intranet */

section#intranet div
{
    padding-bottom: 5px;
    border: 1px solid #607EA6;
    border-radius: 2px;
    margin: 20px;
    background-color: #f5f4ee;
    box-shadow: 3px 3px 5px #ddd;
}

section#intranet div h2, section#intranet div p, section#intranet div li
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    color: #607EA6;
    margin-left: 10px;
}

section#intranet div h2
{
    font-size: 35px;
    font-weight: 500;
    border-bottom: 1px solid #607EA6;
}

section#intranet div p
{
    font-size: 20px;
    font-style: italic;
}

section#intranet div ul
{
    list-style: none;
}

section#intranet div ul.recap
{
    margin-top: 20px;
    margin-bottom: 30px;
}

section#intranet div ul.recap li
{
    margin-left: 10px;
}

section#intranet div ul.boutons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section#intranet div ul.boutons li
{
    margin : 0px 20px;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    color: #f7f5eb;
    font-weight: 500;
    cursor: pointer;
}

section#intranet div ul.boutons li.vert
{
    background-color: #72A878;
}

section#intranet div ul.boutons li.rouge
{
    background-color: #DB5652;
}

section#intranet div ul.form input, section#intranet div ul.form select
{
    color: #607EA6;
    border: 1px solid #607EA6;
    border-radius: 5px;
    width: 150px;
    background-color: white;
}

section#intranet div ul.form input
{
    padding-left: 5px;
}

section#intranet div ul.form select
{
    padding: 2px;
}

/************************************************************************* voyages */

section#voyages
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section#voyages div.voyage
{
  width: calc(50% - 40px);
  padding: 20px;
}

section#voyages div.voyage img
{
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 60%;
    margin: 0 20% 10px 20%;
}

section#voyages div.voyage *
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 300;
    color: #607EA6;
    text-align: justify;
}

section#voyages div.voyage h2
{
    font-style: italic;
    margin-bottom: 5px;
    text-align: center;
    font-size: 25px;
}

section#voyages div.voyage h2 span
{
    font-weight: 500;
    font-size: 25px;
}

/************************************************************************* services */

section#services section.hexagon-gallery img
{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

section#services section.hexagon-gallery
{
    margin: 50px auto 70px auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 14px;
    padding-bottom: 50px;
}

section#services section.hexagon-gallery div.hex
{
    display: flex;
    position: relative;
    width: 240px;
    height: 265px;
    background-color: rgba(96, 126, 166, 0.7);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

section#services section.hexagon-gallery div.hex:first-child
{
    grid-row-start: 1;
    grid-column: 2 / span 2;
}

section#services section.hexagon-gallery div.hex:nth-child(2)
{
    grid-row-start: 1;
    grid-column: 4 / span 2;
}
  
section#services section.hexagon-gallery div.hex:nth-child(3)
{
    grid-row-start: 1;
    grid-column: 6 / span 2;
}
  
section#services section.hexagon-gallery div.hex:nth-child(4)
{
    grid-row-start: 2;
    grid-column: 3 / span 2;
}
  
section#services section.hexagon-gallery div.hex:nth-child(5)
{
    grid-row-start: 2;
    grid-column: 5 / span 2;
}

section#services section.hexagon-gallery div.hex:nth-child(6)
{
    grid-row-start: 3;
    grid-column: 2 / span 2;
}
  
section#services section.hexagon-gallery div.hex:nth-child(7)
{
    grid-row-start: 3;
    grid-column: 4 / span 2;
}
  
section#services section.hexagon-gallery div.hex:nth-child(8)
{
    grid-row-start: 3;
    grid-column: 6 / span 2;
}

section#services section.hexagon-gallery div.hex div.service
{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 55px auto 0 auto;
    padding: 0 10px 0 10px;
    text-align: center;
}

section#services section.hexagon-gallery div.hex div.service h2
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #f7f5eb;
    font-weight: 500;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 15px;
}

section#services section.hexagon-gallery div.hex div.service p
{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #f7f5eb;
    font-weight: 300;
}
