/*
site : Par Damien, Hugo, Clément
date : 2021
*/

body
{
background-color:#ffffcc;
text-align:center;
font-family: Georgia, Futura, Verdana, Lucida, Helvetica, Arial, sans-serif;
font-weight:normal;
font-size:1.1em;
}

.MsoNormal{
  color: #333;
  font-size: 18.5px;
}

#corps
{
margin-left:10ex;
margin-right:10ex;
}

.logo{
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

/* MENU NAVIGATION */

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navbar {
    overflow: hidden;
    background-color: orange;
    font-family: Arial;
  }
  
  .navbar a {
    float: left;
    font-size: 17px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 16px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;}
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 220px;
    z-index: 1;
  }
  
  .dropdown-content .header {
    background: red;
    padding: 27px;
    color: white;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: rgba(255, 204, 51,0.9);
    height: 170px;
    box-shadow: 10px 5px 5px gray;
    opacity: 1;
  }
  
  .column a {
    float: none;
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-width: 10px;
    margin-top: auto;
  }
  
  .column a:hover {
    background-color: red;
    color: orange;
    ;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

/* FIN DU MENU NAVIGATION */ 

h1
{
font-size:1.8em;
}

h2
{
font-size:1.4em;
}

h3
{
font-size:1.3em;
text-align:right;
color:#6080ED;
border-bottom:1px solid #6080ED;
font-style:italic;
}

h3 em
{
font-style:normal;
background-color:#6080ED;
color:#ffffcc;
}

p
{
text-align:justify;
color: rgb(223, 223, 223);
}


acronym
{
cursor:help;
}

blockquote
{
border:1px dashed #a52a2a;
padding:0.25em;
background-color:#f2d0d0;
color:#000066;
text-align:justify;
text-indent:1.5em;
font-style:italic;
}

blockquote span.italique
{
font-style:normal;
}

blockquote span.underline
{
text-decoration: underline;
}

blockquote span.bold
{
font-weight: bold;
}

cite
{
font-style:italic;
color:#000066;
}

table
{
margin-left:auto;
margin-right:auto;
}

#corps table.image
{
border:1px dashed #4797ED;
background-color:#CADBED;
padding:0.1em;
}

#corps table.image p
{
color:#5571c6;
font-size:0.8em;
text-align:center;
margin:0;
}

span.marron
{
color:#a52a2a;
}

.carte
{
text-align: center;
width: 400px;
border:1px solid #4dbfff;
background-color:#a6ddff;
color:#3684b3;
margin: auto;
}

#Index #nav-Index a, #Camille #nav-Camille a, #Simone #nav-Simone a, #Janine #nav-Janine a, #Denise #nav-Denise a, #Louis #nav-Louis a, #Genevieve #nav-Genevieve a
{
background-color:#D3E3F3;
border:1px solid #336699;
}

#signature
{
color:black;
font-size:small;
border-top:2px dotted #ffc700;
}

#signature p
{
margin-left:0ex;
}

#signature img
{
float:right;
border:0 none gray;
margin:8px 5px 0px 0px;
}

.phot{
  border: 0px solid;
  width: 248px;
  height: 400px;
}

.text{
  font-weight: bold;
  text-align: center;
}

.column {
  float: left;
  width: 20%;
  padding: 10px;
  height: 300px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

section{
  text-align:center;
}
.footer #button{
	width:35px;
	height:35px;
	border: #727172 12px solid;
	border-radius:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #3A3A3A 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 14em;
}
.footer #container{
	margin-top:10px;
	width:100%;
height:100%;
  position:relative;
  top:0;
  left:0;
	background: #b6905e;
}
.footer #cont{
  position:relative;
  top:-45px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:500px;
	float:left;
  text-align:center;
}
.footer h4{
	font-family: 'Helvetica';
	font-size: 20px;
	font-weight: 100;
	margin-top:60px;
	margin-left:40px;
  
}


.button {
  background-color: orange;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 7%;
  margin-left: 90%;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container2 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

.column2 {
  position:sticky;
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

#container{
  margin:auto;
  margin-top:50px;
  border: 1px solid grey;
  transition:0.3s;

}

#container:hover{
  box-shadow:0px 0px 15px #333;
}

/* Timeline */

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: rgb(124, 124, 124);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgb(216, 104, 39);
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(216, 104, 39) transparent transparent;
}

.right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  background-color: rgba(119, 119, 119, 0.644);
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .left::after, .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}