@font-face {
  font-family: 'NeueMontreal-Regular';
  src: url('font/NeueMontreal-Regular.otf');
}


body {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
  background-color: #ffffff;
}


p {
  font-size: 40px;
  text-align: left;
  line-height: 57px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'NeueMontreal-Regular', sans-serif;
  margin-bottom: 15px;
}

a {
  color: #0000ff;
}

.text-holder{
    display: none;
}

.image-holder{
    position: relative;
    max-width: 500px;
    height: auto;
}

.image-holder2 img {
    position: relative;
    max-width: 500px;
    height: auto;
}

.head-image,.circle{
    position: absolute;
    top: 0;
    left: 0;
}

.head-image{
    z-index: 0;
}

.circle{
    z-index: 2;
}

.front{
    z-index: 1;
}

.widget{
    padding: 30px 60px;
    position: relative;
    top: 0;
}


.fenetre p {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 2;
}

.gray {
	color: #4d4d4d;
}

.img-responsive {
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
	.container {
		margin-left: 18px;
		margin-right: 18px;
	}

	p {
		font-size: 30px;
		line-height: 47px;
	}

	.mobile {
		display: none;
	}

	.image-holder2 img {
	    position: relative;
	    max-width: 100%;
	    height: auto;
	}
}
