* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;	
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a, button, input  {
	outline: none;
	border: none;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
a:hover, button:hover, input:hover{
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
a, a:hover {
	text-decoration:none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
}
.clear {
	clear: both;
}
body {
	font-family: 'Poppins', sans-serif;
}
.section3 {
    width: 100%;
    height: 100vh;
    background-size:  cover;
    scroll-snap-align: start;
}

.container1 {
    position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
    scroll-snap-type: y mandatory;

}

.prestations_section1_text {
    background-color: #e8e9ed;
    border-radius: 50px;
    padding: 20px 20px;
    text-align: center;
}
.prestations_section1_text h1 {
    display: block;
    color: #222222;
    font-size: 28px;
    line-height: 30px;
	font-weight: 600;
    padding: 0 0 15px;   
}
.prestations_section1_text p {
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}
.prestations_section3_box li {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
	justify-content: center;
    margin: 0 0 30px;    
}
.prestations_section3_img {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}
.prestations_section3_text {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 0 8% 0 0;
}
.prestations_section3_text1 h2 {
	display: block;
    color: #222222;
    font-size: 26px;
    line-height: 30px;
	font-weight: 600;
    padding: 0 0 15px;   
}
.prestations_section3_text1 p {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.prestations_section3_text1 p b {
    font-weight: 600;
}
.prestations_section3_box .prestations_section3_text1 ul {
    display: table;
    margin: 15px auto 0;
}
.prestations_section3_box .prestations_section3_text1 ul li {
	display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: left;
    margin: 0 0 15px;
}
.prestations_section3_box .prestations_section3_text1 ul li:last-child {
	margin-bottom:0;
}
.prestations_form_box {
    position: relative;
    background-color: #ffffff8c;
    padding: 30px;
    border-radius: 40px;
}
.prestations_form_box h6 {
    display: block;
    text-align: center;
    margin: 0 0 6px;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.prestations_form_box p {
	display: block;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.prestations_form_box span {
    display: block;
    color: #222222;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
	margin: 0 0 5px;
}
.prestations_form_box span b {
    font-weight: 600;
}
.prestations_form_box label {
    display: block;
    color: #222222;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 2px;
}
.prestations_form_box ul li {
    display: block;
    margin: 0 0 10px;
}
.prestations_form_box ul li:nth-child(2), .prestations_form_box ul li:nth-child(3), .prestations_form_box ul li:nth-child(4) {
    display: inline-block;
    width: 31.8%;
    vertical-align: top;
	margin: 0 5px;
}
.prestations_form_box ul li:nth-child(3) label, .prestations_form_box ul li:nth-child(4) label {
	height:46px;
}
.prestations_form_box ul li li label  {
	height:auto !important;
}
.prestations_form_box ul li li {
    display: inline-block;
    width: 31.8%;
    vertical-align: top;
    margin: 0 5px;
}
.prestations_form_box ul li li input[type="text"] {
    width: 100%;
}
.prestations_form_box ul li input[type="text"] {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
}

.prestations_form_box ul li textarea {
    display: inline-block;
    font-size: 14px;
    color: #222222;
    height: 80px;
    width: 50%;
    border-radius: 5px;
    padding: 15px 15px;
	border: none;
}
.select_box1 {
    padding: 0 15px;
    height: 48px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
}
.prestations_form_box ul li select {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    height: 40px;
    width: 100%;
    border: none;
}
.prestations_form_box ul li:last-child {
	margin-bottom:0;
}
.prestations_form_box ul li button {
    display: table;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: #ffffff;
    margin: 0 auto;
    width: 180px;
    height: 52px;
    border-radius: 5px;
}
.prestations_form_box ul li button:hover {
    color: #ffffff;
    background-color: #222222;
}
/*body.page-id-947, html {
	height: 100%;
    overflow-x: hidden;
}
body.page-id-947 {
	    font-family: 'Poppins', sans-serif;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    height: 100%;
    overflow-x: hidden;
}
body.page-id-724, html {
	height: 100%;
    overflow-x: hidden;
}
body.page-id-724 {
	font-family: 'Poppins', sans-serif;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    height: 100%;
    overflow-x: hidden;
} */
.section_one_box1 {
   /* height: calc(100vh - 50px); */
    width: 100%;
   /* scroll-snap-align: start;
    top: 50px; */
    position: relative;
}
.section_one_box2 {
   /*  height: 100vh; */
    width: 100%;
   /*  scroll-snap-align: start;
    top: 60px; */
    position: relative;
}
.prestations_section3 {
    /* height: 100vh; */
    width: 100%;
   /*  scroll-snap-align: start;
    top: 0; */
    position: relative;
}
section.prestations_form {
    position: relative;
    background-image: url(https://cadreimmo.com/wp-content/uploads/2025/03/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
   /*  height: 100vh;*/
    width: 100%;
   /*  scroll-snap-align: start;
    top: 0;*/
    padding: 30px 0;
}
.footer1 {
    height: 12vh;
    width: 100%;
    scroll-snap-align: start;
    top: 0;
    position: relative;
}













.pmpro_level_description_text h4{
    display:none;
}

.pmpro_level_cost_text ul
 {
    list-style: none;
}

.pmpro_level_description_text ul
 {
    list-style: none;
}



/* packages-v2 css start */
section.nos_packages_section1 {
    background-color: #f2f2f4;
    padding: 10px 0;
	height: calc(100vh + 237px);
    width: 100%;
   /* scroll-snap-align: start;
    top: 0px; */
    position: relative;
}
.nos_packages_section1_text button.nos_packages_btn1 {
    display: table;
    margin: 0 auto 10px;
    background-color: #2f2f30;
    color: #ffffff;
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: 180px;
    height: 40px;
    border-radius: 100px;
}
.nos_packages_section1_text button.économisez_btn1 {
    display: table;
    margin: 0 auto 30px;
    background-color: #222222;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    /*width: 62%;*/
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
}
.nos_packages_section1_text ul li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    background-color: #f4f6f6;
    padding: 20px;
    border-radius: 40px;
    margin: 0 25px;
    text-align: center;
    border: 2px solid #b9ab89;
	min-height: 431px;
	position: relative;
}
.nos_packages_section1_text ul li ul li {
    display: block;
    margin: 0 0 5px;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    min-height: auto;
}
.nos_packages_section1_text ul ul {
	padding:20px 0;
}
.nos_packages_section1_text ul li button {
    display: table;
    margin: 0 auto;
    text-transform:uppercase;
    background-color: #000000;
	border:1px solid #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: 180px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.nos_packages_section1_text ul li button:hover {
    background-color: #ffffff;
    color: #000000;
	border:1px solid #000000;
}
.nos_packages_section1_text ul li h6 {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.nos_packages_section1_text ul li h5 {
    display: block;
    color: #900117;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 0 20px;
}
.nos_packages_section1_text ul li h4 {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.nos_packages_section1_text ul li:last-child h4 {
	padding: 20px 0 0;
}
.page-id-724 .section_one_box1.section3{
 height:auto;
}
.nos_packages_section1_text ul li select {
    display: table;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 20px auto;
    background-color: transparent;
    width: 160px;
    padding: 4px;
}
.nos_packages_section1_text ul li small {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.nos_packages_section1_text ul li i {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.professionnels_valorisez_box {
    background-color: #ca929c;
    margin: 30px auto 20px;
    display: table;
    width: 80%;
}
.professionnels_valorisez_text {
    background-color: #e8e9ed;
    border-radius: 50px;
    padding: 50px 20px 30px;
	text-align: left;
}
.professionnels_valorisez_text h2 {
    display: block;
    color: #222222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 0 20px;
	text-align: center;
}
.professionnels_valorisez_text p {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0 20px;
}
.professionnels_valorisez_text h6 {	
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.professionnels_valorisez_text li {	
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.professionnels_valorisez_text li img {
    width: 18px;
}
.professionnels_valorisez_text h5 {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding: 18px 0;
}
.professionnels_valorisez_text small {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
	text-align: right;
}
section.professionnels_valorisez_section {
    position: relative;
    background-color: #f2f3f4;
    padding: 28px 0;
	height: calc(100vh + 96px);
    width: 100%;
    scroll-snap-align: start;
    top: 0;
}
/* packages-v2 css end */
.cadreimmo_connecte_section1 {
    position: relative;
    padding: 70px 0;
}
.cadreimmo_connecte_box {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    flex-direction: row;
}
.cadreimmo_connecte_img {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}
.cadreimmo_connecte_text {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 0 0 0 8%;
}
.cadreimmo_connecte_text h2 {
	display: block;
    color: #222222;
    font-size: 26px;
    line-height: 30px;
	font-weight: 600;
    padding: 0 0 30px;  
}
.cadreimmo_connecte_text h6 {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
	padding: 0 0 15px;
}
.cadreimmo_connecte_text p {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
	padding: 0 0 15px;
}
.cadreimmo_connecte_text p b {
    font-weight: 600;
}
.cadreimmo_connecte_text ul {
    display: table;
    margin: 20px auto 0;
}
.cadreimmo_connecte_text ul li {
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 6px;
}
.cadreimmo_connecte_text button {
	display: block;
    color: #b9ab89;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;    
    background-color: transparent;
}
.cadreimmo_connecte_text button:hover {
    color: #222222;
}
/* monkitpersonnalisé_section1 css start */
.monkitpersonnalisé_section1 {
    position: relative;
    padding: 100px 0;
}
.monkitpersonnalisé_list {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.monkitpersonnalisé_list ul li {
    display: block;
    color: #222222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding: 30px;
    background-color: #edecec;
    border-radius: 3px;
}
.monkitpersonnalisé_list ul li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 0;
}
.monkitpersonnalisé_info {
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
.monkitpersonnalisé_info h6 {
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 30px 50px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
}
.monkitpersonnalisé_info h5 {
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 30px 0;
}
.télécharger_text span {
    display: inline-block;
    color: #222222;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 0 0 60px;
    text-decoration: underline;
}
.monkitpersonnalisé_info1 {
	padding: 0 50px;
}
.Ajoutez_btn_box .Ajoutez_btn input[type="text"] {
    width: 80%;
}
.Ajoutez_btn_box .Ajoutez_btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #4cbdff;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 100px;
    width: 65%;
	color: #222222;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
	font-style: italic;
	text-align:center;
}
/* .Ajoutez_btn_box .Ajoutez_btn:hover {
	background-color: #4cbdff;
} */
.Ajoutez_btn_box .Ajoutez_btn img {
    width: 40px;
    float: left;
}
.Ajoutez_btn_box figure {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 30px;
}
.monkitpersonnalisé_info h5 span {
	display: inline-block;
    vertical-align: middle;
	color: #222222;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.monkitpersonnalisé_info1 ul li {
    display: inline-block;
    vertical-align: middle;
   /* border: 1px solid #222222;*/
    background-color: #ffffff;
    color: #222222;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
  /*  width: 60%; */
}
button.miseAjour_btn {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 270px;
    height: 52px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    margin: 30px 0px 0px;
}
button.miseAjour_btn:hover {
	color: #ffffff;
	background-color: #222222;
}
.col1 {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
img.arrow3_img {
    width: 14px;
    margin: 0 0 0 8px;
}
.modal-content {
    background-color: #fff;
    margin: 1% auto;
    padding: 0;
    border-radius: 0;
    width: 48%;
    border: 3px solid #000000;
}
.template-card {
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 8px;
}
.template-grid {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 20px;
	position: relative;
}
.template-grid_right_box img {
    margin: 0 auto;
    display: table;
    width:100%;
}
.template-grid_right_box {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    border-left: 3px solid #000000;
    padding: 20px;
}
.tick_img1_box {
    position: absolute;
    width: 22px;
    right: 5px;
    bottom:2px;
}


.Popupbutton_box button#openModalBtn {
    display: table;
    vertical-align: middle;
    border: 2px solid #000000;
    background-color: #5e5e5e;
    width: 200px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    height: 52px;
    margin: 30px auto;
}
.modal-content.modal-content2 {
    width: 37%;
}
.template_btn {
    padding: 30px 0px;
	padding: 30px 0;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}
.template1_1_box {
    padding: 30px 70px;
    position: relative;
    border-top: 3px solid #000000;
}
.template_btn button {
    /*display: inline-block;
    vertical-align: middle;
    border: 2px solid #000000;
    background-color: #5e5e5e;
    width: 200px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    height: 52px;*/
     font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background: #000000;
    width: 200px;
    height: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 5px;
}
.template_btn button:hover {
	background-color: #9A9A9AE5;
}
.template_btn button:last-child {
	float:right;
}
.template_arrow_box {
    position: absolute;
    top: 50%;
}
.template_arrow_box a img {
    width: 35px;
}
.template_arrow_box {
    position: absolute;
    top: 46.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.template_arrow_box a.template_arrow_L {
    display: inline-block;
    position: absolute;
    left: 15px;
}
.template_arrow_box a.template_arrow_R {
    display: inline-block;
    position: absolute;
    right: 15px;
}
/* 31-mar-2025 css start */
.prestations_section1_box {
    background-color: #dbd6ca;
	margin: 70px 0 40px;
}
.prestations_section2_box {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
.prestations_section2_box:last-child {
	float:right;
}
.prestations_section2_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #e8e9ed;
    border-radius: 40px;
    padding: 50px 50px;
    margin: 0 0 40px;
}
.prestations_section2_text h2 {
	display: block;
    color: #222222;
    font-size: 26px;
    line-height: 30px;
	font-weight: 600;
    padding: 0 0 20px;   
}
.prestations_section2_text p {
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 40px;
}
.prestations_section2_text p b {
    font-weight: 600;
}
.prestations_section3_text1 {
    display: inline-block;
    vertical-align: middle;
    background-color: #e8e9ed;
    border-radius: 40px;
    padding: 0;
    width: 100%;
    margin: 0;
}
.prestations_section2_box li {
    display: inline-block;
    width: 48%;    
    vertical-align: top;
	color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	margin: 0 0 12px;
}
.prestations_section2_box li:nth-child(even) {
    float: right;
}
.prestations_section2_box li:last-child {
	margin-bottom: 0;
}
.prestations_section2_box li:nth-last-child(2) {
    margin-bottom: 0;
}
section.prestations_section2 {
    padding: 0 0 70px;
}
.prestations_section2_img {
    display: table;
    margin: 0 auto;
    width: 85%;
    position: relative;
}
.prestations_section2_arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}
.prestations_section2_arrow a.prestations_section2_L {
    display: inline-block;
    position: absolute;
    left: -48px;
}
.prestations_section2_arrow a.prestations_section2_R {
	display: inline-block;
    position: absolute;
    right: -48px;
}
.prestations_section2_arrow a img {
	width: 40px;
    height: 40px;
}











/* responsive css start */
@media screen and (max-width: 2560px) {
#templateModal2 .modal-content2{
	margin: 7% auto;
	width: 30%;
}
}
@media screen and (max-width: 1920px) {
#templateModal2 .modal-content2{
	margin: 6% auto;
	width: 33%;
}
.prestations_section2_text {
    border-radius: 30px;
    padding: 20px 20px;
    margin: 0 0 20px;
}
.prestations_section2_box {
    width: 49%;
}
.prestations_section1_box {
    margin: 70px 0 20px;
}
.prestations_section2_arrow {
    top: 40%;
}
.prestations_section2_text h2 {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px;
}
}
@media screen and (max-width: 1900px) {
.page-id-724 .container1, .page-id-947 .container1 {
    position: unset;
    width: auto;
    height: auto;
    scroll-behavior: unset;
    overflow: unset;
    scroll-snap-type: unset;
}
.page-id-724 .section4, .page-id-947 .section4 {
    /*height: auto;
    padding: 50px 0;*/
    height: calc(100vh + 165px);
    width: 100%;
    scroll-snap-align: start;
    top: 69.8px;
    position: relative;
    
}
.page-id-724 .prestations_section2_img.video_sec{
 width:100%;
}
.page-id-724 .owl-carousel .owl-item img {
    height: 345px;
    object-fit: cover;
}
.page-id-724 .prestations_section2_img.video_sec{
 width:100%;
}
.page-id-947 .prestations_section2_img.video_sec{
 width:100%;
}
.page-id-947 .owl-carousel .owl-item img {
    height: 345px;
    object-fit: cover;
}
.page-id-947 .section3, .page-id-947 .section3 {
    height: auto;
    padding: 50px 0;  
}
.page-id-724 .prestations_section1, .page-id-947 .prestations_section1 {
    position: relative;
    top: 0;
    transform: translateY(0);
}
.page-id-724 .sub_wrap, .page-id-947 .sub_wrap  {
    /*position: relative !important;
    top: 0 !important;
    transform: translateY(0) !important;
    margin: 0 auto !important;*/
}
.prestations_section2_text {
    padding: 40px;
}
.page-id-724 footer, .page-id-947 footer {
    position: static;
}
.prestations_section1_box {
    margin: 0 0 20px;
}
.page-id-724 .section_one_box1.section3, .page-id-947 .section_one_box1.section3 {
    padding-top: 120px;
}
}
@media screen and (max-width: 1366px) {
#templateModal2 .modal-content2{
	margin: 3% auto;
	width: 35%;
}
.template-card{
	width: 47%;
}
 .year_join_box.year_join_box_desktop.personnalisation_join_box ul li input, .year_join_box.year_join_box_responsive ul li input {
        width: 100px;
    }
}
@media screen and (min-width: 1200px) {
    .extra_sel {
        font-size:12px;
        width: 108px;

    }
    .year_join_box.year_join_box_desktop.personnalisation_join_box ul li input, .year_join_box.year_join_box_responsive ul li input {
        width: 80px;
    }
}
@media screen and (max-width: 1150px) {
.nos_packages_section1_text ul li {
    margin: 0 10px;
    width: 30%;
}
.nos_packages_section1_text ul li ul li {
    margin: 0 0 5px;
    width: 100%;
	font-size: 13px;
}
}
@media screen and (max-width: 1100px) {
.prestations_section2_text {
    padding: 40px 30px;
}
.prestations_section2_arrow {
    top: 46%;
}
}

@media screen and (max-width: 1024px) {
.prestations_section2_text h2 {
    font-size: 18px;
    line-height: 22px;
	padding: 0 0 10px;
}
.prestations_section2_text p {
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 20px;
}
.prestations_section2_box li {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 23px;
}
.nos_packages_section1_text ul li ul li {
    font-size: 13px;
    line-height: 22px;
}
.nos_packages_section1_text ul li {
    min-height: 460px;
}
}

@media screen and (max-width: 992px) {
.prestations_section2_box {
    width: 48.5%;
}
.prestations_section2_arrow {
    top: 44%;
}
.page-id-947 .prestations_section2_text {
    min-height: 270px;
}
}

@media screen and (max-width: 980px) {
.prestations_section2_box li {
    width: 49%;
    font-size: 13px;
}
.prestations_section2_text p {
    font-size: 13px;
}
.prestations_section1_text h1 {
    font-size: 22px;
    padding: 0 0 13px;
}
.prestations_section1_text p {
    font-size: 14px;
    line-height: 25px;
}
.nos_packages_section1_text ul li {
    min-height: 480px;
}

}

@media screen and (max-width: 820px) {
.prestations_section2_text h2 {
    font-size: 20px;
}
.prestations_section2_text {
	padding: 40px 20px;
    min-height: 332px;
}
.prestations_section2_arrow a img {
    width: 30px;
    height: 30px;
}
.prestations_section2_arrow a.prestations_section2_L {
    left: -35px;
}
.prestations_section2_arrow a.prestations_section2_R {
	right: -35px;
}
.prestations_section2_img {
    width: 80%;
}
.nos_packages_section1_text ul li {
    min-height: 510px;
}
.prestations_form_box ul li li {
    width: 30.8%;
}
.prestations_form_box ul li:nth-child(2), .prestations_form_box ul li:nth-child(3), .prestations_form_box ul li:nth-child(4) {
    width: 30.8%;
}
.prestations_form_box ul li:nth-child(3) label, .prestations_form_box ul li:nth-child(4) label {
    height: auto;
}
.page-id-947 .prestations_section2_text {
    min-height: 310px;
}
.page-id-724 .section_one_box1.section3, .page-id-947 .section_one_box1.section3 {
    padding-top: 160px;
}
.page-id-947 section.prestations_form {
	height: auto;
    padding: 70px 0;
	top: auto;
	position: static;
}
.page-id-947 .section_one_box1.section3 {
    padding-top: 70px;
}
.page-id-724 section.professionnels_valorisez_section.section3 {
    height: auto;
    position: static;
}
}

@media screen and (max-width: 768px) {
.pmpro_section_title {
       font-size: 25px !important;
        text-align: center;
    }
.page-id-647 footer{
 position: static !important;
}
.container1 {
    position: unset;
    width: auto;
    height: auto;
    scroll-behavior: unset;
    overflow: unset;
    scroll-snap-type: unset;
}
.page-id-724 .header {
    position: initial !important;
}
.prestations_section1_text h1 {
	font-size: 24px;
	padding: 0 0 14px;
}
.prestations_section2_text h2, .prestations_section3_text1 h2  {
    font-size: 20px;
}
.prestations_section2_text {
    min-height: 322px;
}
.prestations_section2_text p {
    padding: 0 0 30px;
}
.page-id-947 .prestations_section2_text {
    min-height: 320px;
}
}

@media screen and (max-width: 767px) {

.prestations_section1_text h1 {
	font-size: 24px;
	padding: 0 0 14px;
}
.prestations_section2_text, .prestations_section3_text1 {
    border-radius: 30px;
}
.prestations_section3_img {
    width: 100%;
    margin: 0 0 20px;
}
.prestations_section2_box {
    width: 100%;
    margin: 0 0 30px;
}
.prestations_section2_box:last-child {
    margin-bottom: 0;
}
.prestations_section2_text {
    padding: 50px;
    min-height: auto;
    margin: 0 0 30px;
}
.section3 {
    padding-bottom: 50px;
}
.page-id-947 .prestations_section2_text {
    min-height: auto;
}
.page-id-724 .section_one_box1.section3, .page-id-947 .section_one_box1.section3 {
    padding-top: 60px;
}
.page-id-647 main#site-content {
    min-height: auto;
    position: static;
    padding: 0 0 50px;
}
.page-id-43 .ajouter_section {
    padding: 80px 0 0px !important;
    min-height: auto;
}
}

@media screen and (max-width: 600px) {
.prestations_form_box ul li li {
    width: 100%;
}
.prestations_form_box ul li:nth-child(2), .prestations_form_box ul li:nth-child(3), .prestations_form_box ul li:nth-child(4) {
    width: 100%;
}	
}
@media screen and (max-width: 568px) {
section.prestations_form {
    padding: 70px 0;
}
.prestations_section2_text {
    padding: 30px;
}
.prestations_section2_img video {
    height: auto !important;
}
.page-id-947 .prestations_section2_img video {
    height: auto !important;
}
#templateModal .modal-content {
    width: 90%;
}
}

@media screen and (max-width: 480px) {
.prestations_form_box {
	padding: 30px 15px;
	border-radius: 30px;
}
.prestations_form_box ul li input[type="text"] {
    width: 100%;
	height: 48px;
    padding: 0 10px;
}
.prestations_section1_text h1 {
    font-size: 22px;
}
#templateModal .modal-content {
    width: 52%;
    display: flex;
    flex-direction: column-reverse;
}
#templateModal .template-grid {
    width: 100%;
}
#templateModal .template-grid_right_box {
    width: 100%;
    border: none;
}
div#template_3 .template_2_left {
    top: -58% !important;
}
}

@media screen and (max-width: 430px) {
.template_2_left figure.temp2_img1 img {
    height: 480px !important;
}
div#template_3 .template_2_left {
    top: -54.5% !important;
}
}
@media screen and (max-width: 414px) {
.prestations_section2_box li {
    width: 100%;
}
.prestations_section2_box li:nth-child(even) {
    float: none;
}
.prestations_section2_box li:nth-last-child(2) {
    margin-bottom: 12px;
}
.prestations_section2_text h2 {
    font-size: 18px;
}
.footer_links ul li {
    display: inline-block;
}
.footer_links ul li a {
    font-size: 13px;
}
div#template_3 .template_2_left {
    top: -52% !important;
}
.template_2_left figure.temp2_img1 img {
    height: 460px !important;
}
}
@media screen and (max-width: 390px) {
footer {
    padding-bottom: 0;
}
.template_2_left figure.temp2_img1 img {
    height: 410px !important;
}
}
@media screen and (max-width: 384px) {
div#template_3 .template_2_left {
    top: -48.5% !important;
}	
}
@media screen and (max-width: 375px) {
.prestations_section2_text {
    padding: 30px 20px;
}
#templateModal .modal-content {
    width: 65%;
}
div#template_3 .template_2_left {
    top: -48% !important;
}
}
@media screen and (max-width: 360px) {
.template_2_left figure.temp2_img1 img {
    height: 400px !important;
}
div#template_3 .template_2_left {
    top: -44% !important;
    padding: 0 !important;
}
}
@media screen and (max-width: 320px) {
.template_2_left figure.temp2_img1 img {
    height: 336px !important;
}
div#template_3 .template_2_left {
    top: -37% !important;
    padding: 0 !important;
}
}