.informations {
    width: 33.33%;
	}
	
@media screen and (max-width: 1320px) {
    .informations {
        text-align:center;
        width: 50%;
		  word-wrap: break-word;     
  overflow-wrap: break-word;
  word-break: break-all; 
    }

    .informations:first-child {
    }
}
	
@media screen and (max-width: 1320px) {
    .informations:nth-child(3) {
	width: 100%;
	margin-top: 40px;
        clear:none;
    }
}


@media screen and (max-width: 530px) {
    .informations {
        width:100%
    }
}
.parallaxImg::before{
	background-color: #0F8AC1 !important;
	opacity: 0.25 !important;
}
#top #topMenu {

    top: 9px;
}

@media screen and (max-width: 767px) and (min-width: 400px){
    #front h1,#pageCreator h1,.cke_editable h1 {
        font-size:38px
    }

    #front h2,#pageCreator h2,.cke_editable h2 {
        font-size: 32px
    }

    #front h3,#pageCreator h3,.cke_editable h3 {
        font-size: 28px
    }

    #front h4,#pageCreator h4,.cke_editable h4 {
        font-size: 24px
    }

    #front h5,#pageCreator h5,.cke_editable h5 {
        font-size: 18px
    }

    #front h6,#pageCreator h6,.cke_editable h6 {
        font-size: 14px
    }
}