span.textbold_color {
	    font-weight: 700;
	    color: #c5988b;
	}
	.text_bold {
	    color: #c5988b;
	}
	.img_logo img {
	    height: 85px;
	    -o-object-fit: contain;
	    object-fit: contain;
	    width: 175px;
	    margin-bottom: 25px;
	    -o-object-position: center left;
	       object-position: center left;
	}
	.container_log .row_speciale_logo {
	    border: 1px solid #e5e5e5;
	    padding: 10px 10px 30px 10px;
	}
	.bouton_class {
	    font-family: "CormorantUprightBold" !important;
	    font-size: 14px;
	    padding-bottom: 8px !important;
	    padding-top: 8px !important;
	    padding-left: 14px !important;
	    padding-right: 14px !important;
	    text-transform: uppercase;
	    background: #d8be71;
	    color: #fff !important;
	}
	.bouton_class:hover {
	    background-color: #aa9371;
	}
	.description p:last-child {
	    padding-bottom: 0 !important;
	    margin-top: 34px;
	}
	.description p:not(:last-child) {
	    padding-bottom: 0px !important;
	}
	.sous_titre {
	    color: #555 !important;
	    font-family: "CormorantUprightMedium" !important;
	    font-size: 24px !important;
	    margin-bottom: 12px;
	    font-weight: 500 !important;
	}
	.details strong {
	    font-weight: 300 !important;
	}
	.two_colonne_img_text {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr 5% 1fr;
	    grid-template-columns: repeat(2,1fr);
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-column-gap: 5%;
	       -moz-column-gap: 5%;
	            column-gap: 5%;
	    margin-bottom: 3em;
	    margin-top: 2em;
	    background: #f7f2ef;
	    padding-left: 2em;
	    padding-right: 2em;
	}
	.two_colonne_img_text .text_class {
	    padding-top: 3.5em;
	    padding-bottom: 3.5em;
	}
	.container_log {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr 15px 1fr;
	    grid-template-columns: repeat(2,1fr);
	    -webkit-column-gap: 15px;
	    -moz-column-gap: 15px;
	    column-gap: 15px;
	    margin-bottom: 3em;
	    margin-top: 3em;
	    row-gap: 15px;
	}


	@media screen and (max-width: 767px){
		.two_colonne_img_text, .container_log{
			-ms-grid-columns: (1fr)[1] !important; 
			grid-template-columns: repeat(1,1fr) !important;
		}
		body#module-ph_simpleblog-single div#pattern>.page_width {
		    width: 100% !important;
		}
		body#module-ph_simpleblog-single .page_width>div#columns {
		    padding-left: 35px;
		    padding-right: 35px;
		}
	}