html, body{
    height: 100%;
    font-family: 'Century Gothic', Courier, serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
h1{
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}
header{
    height: 100px;
}
.t-parties{
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}
.titres{
    font-size: 20px;
    text-decoration: underline;
    padding-bottom: 15px;
}
section{
    width: 100%;
    min-height: 200px;
    padding-bottom: 0px;
    margin: 0px;
}
.sec{
    margin: 0px 1%;
}
.left{
    float: left;
    width: 30%;
}
.right{
    float: right;
    width: 70%;
}
.cleft, .cright, .sousleft, .sousright{
    width:50%;
    float: left;
}
.sec::after, .for::after, .job::after, .reco::after{
    content: "";
    display: table;
    clear: both;
}
.leftexp{
    width: 45%;
    float: left;
}
.rightexp{
    width: 30%;
    float: left;
    margin-left: 0%;
}

.leftexp img{
    width: 200%;
    max-width: 140px;
}
.text{
    text-align: left;
    position: center;
}
/*Mise en forme telephone*/

/* imgs format TELEPHONE */
.responsive {
    width: 100%;
    max-width: auto;
    height: auto;

}
/*******************************/
/**********Menu***********/
.topnav {
  overflow: hidden;
  background-color: #000000;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.hover {
  background-color: #708d23;
  color: green;
}

.topnav a.active {
  background-color: #708d23;
  color: green;
}

.topnav .icon {
  display: none;
}
/********************/
@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}