@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300);

body head{
    font-family: 'Alegreya Sans', sans-serif;
}

/* Sticky footer position and size
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
#Accueil {
  /* Margin bottom by footer height */
  margin-bottom: 220px;
}

#Etudes, #Experiences {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
}
#Etudes td, #Etudes tr, #Experiences td, #Experiences tr{
  /* Margin bottom by footer height */
  border: none;
}

#contact-section {
  position: absolute;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
}
#footer-section {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#noteAB{
  background-color:#21A80B; 
  color:#FFFFFF; 
  border-radius:5px
}

#noteCD{
  background-color:#9EC257; 
  color:#FFFFFF; 
  border-radius:5px
}

#noteE{
  background-color:#FFB800; 
  color:#FFFFFF; 
  border-radius:5px
}


/* Taller footer on small screens */
@media (max-width: 34em) {
    body{
	  margin-bottom: 200px;
	}
	#Accueil {
      margin-bottom: 320px;
    }
    #contact-section {
      height: 320px;
    }
	#col-voyage{
		margin-left:0px;
		margin-right:0px;
	}
}

/* Sticky footer style and color
-------------------------------------------------- */
#contact-section {
  padding-top: 30px;
  background-color: #4F5357;
  color: #bbb;
}

.progress .progress-bar{
background-color: #1F618D;
}
.progress {
background-color: #D6EAF8;
width:200px;
margin-left: auto; 
margin-right:auto;
}

#semester {
  background-color: #D6EAF8;
  border:none;
  color: #1F618D;
}

#semester:hover, #semester:focus {
  background-color: #1F618D;
  color:#D6EAF8;
  text-decoration:none;
  cursor:pointer;
}
#footer-section {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1f2022;
  color: #999;
}
#contact-section a {
  color: #999;
  text-decoration:none;
}

#contact-section a:hover{
  color: #aaa;
  text-decoration:none;
  border-bottom:1px dotted #999;
}

#contact-section .form-control {
    background-color: #3D3F42;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

#contact-section a {
  color: #999;
  text-decoration:none;
}

#see-more {
  color: #2378B9;
  text-decoration:none;
}

#collapse:hover, #collapse:focus{
	background-color: #1F618D;
	border: 1px solid #1F618D;
	color: #D6EAF8;
	box-shadow:none;
}

.accordion .card-header:hover{
	background-color: #737373;/*#beddf4*/
	cursor:pointer;
}

.accordion .card-header{
	background-color: #343a40;/*#FAFAFA*/
	border-bottom : none;
}

.accordion .card{
	border: 1px solid #f8f9fa;
	color : #f8f9fa
}

.accordion .card p{
	text-indent:40px;
}

.accordion .card-body{
	border: 1px solid #d2d9df;
	border-top: 1px solid #f8f9fa;
	color : #000000
}

.image-voyage {
  display: block;
  max-width: 100%;
  height: 200px;
}

#col-voyage{
  margin-left:20px;
  margin-right:20px;
  margin-bottom:40px;
}

#col-voyage:hover .overlay {
  opacity: 0.8;
  cursor:pointer;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1F618D;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#collapse{
	background-color: #D6EAF8;
	border: 1px solid #D6EAF8;
	color: #1F618D;
}

#see-more:hover{
  color: #DCDCDC;
  text-decoration:none;
  border-bottom:1px dotted #DCDCDC;
}

[data-toggle="collapse"][aria-expanded="true"] > .rotate-icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
      }

