/* 
Styles communs aux page :
  - page-cgv.twig
  - page-plan-site.twig
*/

/* Styles commun */
header{
    background: #000;
}


.page-footer-title{
    margin: 166px 0 60px 0;
    padding: 0 15px;
    text-align: center;
}
.page-footer-title__h2{
    margin-bottom: 15px;
}
.page-footer-sub-title{
    text-align: center;
}


.footer-section{
    margin-top: 80px;
}



/* CGV styles */
table#cgv{
    margin: auto;
}

#cgv tr  {
    border-bottom: 1px solid lightgray;
}
#cgv td {
    padding: 20px 0;
}
#cgv td:first-child {
    width: 150px; 
}
#cgv td a{
    font-size: 23px;
    font-weight: 700;
}
#cgv td h2{
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    line-height: 35px; 
}

