.wrapper-small {
    width: 1440px !important;
    padding-top: 60px;
}
a {
    color: #ffff !important;
}
h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-size: 55px !important;
}
.column-section {
    margin-top: 100px !important;
}

.column.one-third p,
.column.one-third a {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
	color:#12283c !important;
	font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}
.column.one-third p{
    border-right: 1px solid #df2c36;
}
.column.one-third.deux p{
    border-right: 1px solid #f49719;
}
.column.one-third.last-col p{
   border-right: none !important; 
}
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;
	margin-right: 150px;
}
.column.one-third p {
    padding-left: 40px;
    padding-right: 40px;
}
}

