.wrapper-small {
    width: 1440px !important;
    padding-top: 60px;
}
a {
    color: #ffff !important;
}
h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 55px !important;
}

/*STYLE MSC*/
.column-section {
    margin-top: 100px !important;
}
.title_orange{
    color: #f47f20 !important;
}
.one-third p a:hover 
{
    color: #f47f20 !important;
}

.column.one-third p {
    border-color: #f47f20  !important;
}


i.fab.fa-facebook-f {
    color: #f47f20 !important;
}
i.fab.fa-facebook-f:hover {
    color: #ffffff !important;
}


/*STYLE MSC*/
.column.one-third p,
.column.one-third a {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
	color:#fff !important;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}
.column.one-third p{
    border-right: 1px solid;
}
.column.one-third.last-col p{
   border-right: none !important; 
}
.column.one-third.last-col a {
    display: inline-block;
    margin-right: 15px; /* Espacement entre les icônes */
    color: #fff; /* Couleur des icônes */
    font-size: 20px; /* Taille des icônes */
    text-decoration: none; 
    margin-top: 10px;/* Supprimer le soulignement des liens */
}
p.paragraphe{

    font-size: 14px !important;
}
/*.wrapper .one-third, .wrapper-small .one-third{
   width: calc(22.33% - 37.66px); 
}*/

@media only screen and (max-width: 768px){
h1 {
    font-size: 42px !important;
    line-height: 52px !important;
}
body .column {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
}
.column-section{
	bottom:90px !important;
}
.column.one-third p{
   border-right: none !important; 
}
.column.one-third{
        margin-bottom: 20px;
}
}
@media only screen and (max-width: 600px){
body .column {
    width: 100% !important;
    display: block;
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 769px){
.column-section {
    margin-left: 150px;
}
.column.one-third p {
    padding-left: 40px;
    padding-right: 40px;
}
}

