.MyBlock {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 0;
	clear: both;
	background-color: #FFF;
}
.MyBlock h2 {
	padding: 0;
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	color: #000;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	padding-bottom: 20px;
}

@media only screen and (max-width:1023px) {
.MyBlock h2 {
	font-size: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width:761px) {
.MyBlock h2 {
	font-size: 35px;
	line-height: 35px;
		padding-bottom: 0px;
}
}
.MyBlock p {
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
.MyBlock img {
	max-width: 100%;
}
.MyBlock .inline-block {
	display: inline-block;
	width: calc(50% - 40px);
	padding: 20px;
	vertical-align: middle;
}

@media only screen and (max-width:761px) {
.MyBlock .inline-block {
	width: calc(100% - 40px);
}
}
#BlockLogos {
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
	padding-bottom:40px;
}
@media only screen and (max-width:761px) {
#BlockLogos {
	padding-bottom:0px;
}
}
#BlockLogos .wrapper {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

@media only screen and (max-width:761px) {
#BlockLogos .wrapper {
	white-space: normal;
}
}
#BlockLogos .wrapper img.smallText {
	margin-bottom: 15px;
}
#BlockLogos .wrapper img {
	vertical-align: bottom;
}

@media only screen and (max-width:761px) {
#BlockLogos .wrapper img {
	display: block;
	margin: 0 auto!important;
}
}
/*--------------------------------------------*/

#BigPhoto {
	background-color: #f5f4f2;
	width: 2000px;
	margin-left: -375px;
}

@media only screen and (max-width:1249px) {
#BigPhoto {
	width: 100%;
	margin-left: 0;
}
}
#BigPhoto ul {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#BigPhoto ul li {
	position: absolute;
	padding: 0;
	text-align: left;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#BigPhoto ul li p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#BigPhoto .wrapper {
	position: relative;
	display: block;
	max-width: 1048px;
	margin: 0 auto;
}
#photo-name-1 {
	left: 32%;
	top: 14%;
}
#photo-name-2 {
	left: 42%;
	top: 16%;
}
#photo-name-3 {
	left: 72%;
	top: 17%;
}
#photo-name-4 {
	left: 25%;
	top: 84%;
}
#photo-name-5 {
	left: 46%;
	top: 79%;
}
#photo-name-6 {
	left: 60%;
	top: 27%;
}
/*#photo-name-7 {
	left: 86.5%;
	top: 56.5%;
}
#photo-name-8 {
	left: 43%;
	top: 93%;
}*/

@media only screen and (max-width:1023px) {
#BigPhoto ul {
	height: calc(100% - 60px);
}
#photo-name-1 {
	left: 34%;
	top: 10%;
}
#BigPhoto .wrapper {
	padding-bottom: 60px;
}
#photo-name-1 p, #photo-name-2 p, #photo-name-3 p, #photo-name-4 p, #photo-name-5 p, #photo-name-6 p, #photo-name-7 p {
	display: none;
}

#BigPhoto ul li.Selected p {
	display: block;
	position: absolute;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	white-space: nowrap;
}
#photo-name-1 p {
	bottom: 10px;
	left: 30px;
}
#photo-name-2 p {
	bottom: 20px;
	left: 0px;
}
#photo-name-3 p {
	bottom: 20px;
	left: -50px;
}
#photo-name-4 p {
	bottom: 20px;
	left: -20px;
}
#photo-name-5 p {
	bottom: 20px;
	right: -40px;
}
#photo-name-6 p {
	bottom: 20px;
	left: -40px;
}
#photo-name-7 p {
	top: 20px;
	right: -20px;
}
#photo-name-1::before, #photo-name-2::before, #photo-name-3::before, #photo-name-4::before, #photo-name-5::before, #photo-name-6::before, #photo-name-7::before {
	content: "+";
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	bottom: -10px;
	position: absolute;
	background-color: #000;
	border: 2px solid #000;
	display: inline-block;
	text-align: center;
	color: #FFF;
	opacity: 0.7;
	cursor: pointer;
}
#BigPhoto ul li.Selected::before {
		opacity: 1;
}
#photo-name-8 {
	width: calc(100% - 40px);
	left: 0%;
	top: 93%;
	text-align: center!important;
	font-size: 16px!important;
	padding: 20px!important;
}
#photo-name-8 span {
	display: inline-block;
}
}
#BigPhoto .Mentions {
	width: calc(100% - 40px);
	text-align: center;
	color: #cbcbcb;
	font-size: 12px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 20px;
	line-height: 12px;
	background-color: #FFF;
}
#Block-Edito-1 {
	max-width: 1210px;
}
#Block-Edito-1 .inline-block:first-child {
	width: 282px;
}

@media only screen and (max-width:761px) {
#Block-Edito-1 .inline-block:first-child {
	width: 200px;
}
}
#Block-Edito-1 .inline-block:last-child {
	width: 57%;
	text-align: left;
}

@media only screen and (max-width:761px) {
#Block-Edito-1 .inline-block:last-child {
	width: calc(100% - 40px);
	text-align: left;
}
}
/*------------------------------------------------*/

#PinkBox {
	max-width: 490px;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid #fcaca9;
	text-transform: uppercase;
	margin-bottom: 100px;
	z-index: 10;
}

@media only screen and (max-width:761px) {
#PinkBox {
	margin-bottom: 60px;
	padding: 20px;
	width: calc(100% - 60px);
}
}

@media only screen and (max-width:761px) {
#PinkBox p {
	font-size: 11px;
}
}
#PinkBox::after {
	content: " ";
	position: absolute;
	top: calc(100% - 50px);
	left: 20px;
	background-image: url(img/coeurs.png);
	width: 219px;
	height: 205px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width:761px) {
#PinkBox::after {
	content: " ";
	position: absolute;
	top: calc(100% - 20px);
	left: 20px;
	background-image: url(img/coeurs.png);
	width: 110px;
	height: 102px;
	background-size: contain;
	background-repeat: no-repeat;
}
}
#PinkBox .pink {
	color: #fcaca9;
	font-size: 2em;
	display: block;
	line-height: 1.4em;
	text-transform: none;
	font-weight: normal;
}

@media only screen and (max-width:761px) {
#PinkBox .pink {
	color: #fcaca9;
	font-size: 20px;
	display: block;
	line-height: 1.2em;
	text-transform: none;
}
}

@media only screen and (max-width:761px) {
#PinkBox .pink span {
	display: inline-block;
}
}
/*------------------------------------------------*/
#Block-Edito-2 {
	max-width: 1210px;
	padding-top: 20px;
}
@media only screen and (max-width:1209px) {
#Block-Edito-2 {
	max-width: 1010px;
}
}
@media only screen and (max-width:761px) {
#Block-Edito-2 {
	padding-top: 0px;
}
}
#Block-Edito-2 .inline-block {
	max-width: 504px;
}
#Block-Edito-2 .inline-block:first-child {
	text-align: right;
	margin-right: -100%;
}

@media only screen and (max-width:761px) {
#Block-Edito-2 .inline-block:first-child {
	margin-right: 0;
}
}
#Block-Edito-2 .inline-block:last-child {
	text-align: left;
}
/*------------------------------------------------*/
#Block-Edito-3 {
	max-width: 1210px;
	padding-top: 40px;
	text-align: right;
		padding-bottom: 40px;
}
@media only screen and (max-width:1209px) {
#Block-Edito-3 {
	max-width: 1010px;
}
}
@media only screen and (max-width:761px) {
#Block-Edito-3 {
	text-align: center;
	padding-top: 0px;
}
}
#Block-Edito-3 .inline-block {
	max-width: 504px;
}
#Block-Edito-3 .inline-block:first-child {
	text-align: left;
	margin-right: 120px;
}

@media only screen and (max-width:1209px) {
#Block-Edito-3 .inline-block:first-child {
	margin-right: 0px;
}
}
#Block-Edito-3 .inline-block:last-child {
	text-align: left;
}
#Block-Edito-3 a {
	color: #000;
	cursor: pointer;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	display: inline;
	font-size: 11px;
	font-weight: normal;
}
#Block-Edito-3 a:hover {
	border-bottom: 1px solid #be0f34;
	color: #be0f34;
}