.iwp__property {    }
.iwp__property section.banniere {
background-position: center;
background-size: cover;
padding-top: 0;
padding-bottom: 0;
padding-right: 0%;
padding-left: 0%;
}
.iwp__property section.banniere .bloc-banniere {
position: relative;
}
.iwp__property section.banniere .image {
background-position: center;
background-size: cover;
filter: brightness(50%);
position: relative;
height: 34%;
min-height: 350px;
}
.iwp__property section.banniere .contenu {
position: absolute;
top: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.iwp__property section.banniere .ariane {
position: absolute;
top: 50px;
left: 5%;
display: flex;
align-items: baseline;
flex-wrap: wrap;
}
.iwp__property section.banniere .ariane a {
margin-bottom: 10px;
color: white;
}
.iwp__property section.banniere .ariane span {
margin: 0 5px;
color: white;
}
.iwp__property section.banniere .ariane p {
text-decoration: underline;
color: #e83879;
}
.iwp__property section.banniere h1 {
font-size: 60px !important;
text-transform: uppercase;
color: white;
text-align: center;
}
@media screen and (max-width: 1024px) {
.iwp__property section.banniere h1 {
font-size: 50px !important;
}
}
.iwp__property section.details {
display: flex;
padding: 100px 5% 100px 10%;
justify-content: space-between;
position: relative;
}
.iwp__property section.details .tout-savoir {
width: 60%;
margin-right: 100px;
background-position: center;
background-size: cover;
padding-top: 0;
padding-bottom: 0;
padding-right: 0%;
padding-left: 0%;
}
.iwp__property section.details .reserver {
background-color: gray;
padding: 75px 30px;
text-align: center;
position: sticky;
height: max-content;
top: 150px;
margin-top: -200px;
width: 500px;
border-radius: 10px 10px 0px 0px;
background-position: center;
background-size: cover;
background-image: url(//tetedaffiche.com/wp-content/plugins/queoval-connector/public/images/background_gris.jpg);
}
.iwp__property section.details .reserver .wpcf7-form {
margin-top: 20px;
}
.iwp__property section.details .reserver .wpcf7-form input[type='text'],
.iwp__property section.details .reserver .wpcf7-form textarea {
padding: 10px;
border: 0;
box-shadow: 0px 3px 6px rgba(204, 204, 206, 0.6);
margin-bottom: 10px;
max-width: 300px;
}
.iwp__property section.details .reserver .wpcf7-form input[type='submit'] {
border: none;
box-shadow: 0px 3px 6px #000 29;
border-radius: 40px;
width: -moz-max-content;
width: max-content;
padding: 10px 60px;
cursor: pointer;
font-family: var(--police-JosefinSans-Bold);
color: #fff;
background-color: #000;
max-width: 100%;
background-color: #ee3879 !important;
margin: 20px auto;
display: block;
}
.iwp__property section.details .titre-savoir {
display: flex;
align-items: center;
justify-content: space-between;
}
.iwp__property section.details .titre-savoir h2 {
margin: 0;
padding: 0;
font-size: 40px;
}
.iwp__property section.details .hr {
width: calc(100% - 400px);
}
.iwp__property section.details .div-principale {
margin-top: 50px;
}
.iwp__property section.details .div-principale .titre {
display: flex;
align-items: baseline;
}
.iwp__property section.details .div-principale h3 {
margin-left: 10px;
font-family: 'Bebas-Regular', sans-serif;
font-size: 25px;
line-height: 1.2;
margin-bottom: 0.5rem;
}
.iwp__property section.details .programme {
display: flex;
justify-content: space-between;
}
.iwp__property section.details .programme p {
padding: 0;
color: #e83879;
font-weight: bold;
}
.iwp__property section.details .date span {
text-decoration: underline;
}
.iwp__property section.details button {
border: none;
box-shadow: 0px 3px 6px #000 29;
border-radius: 40px;
width: max-content;
padding: 10px 60px;
cursor: pointer;
font-family: var(--police-JosefinSans-Bold);
color: white;
background-color: black;
max-width: 100%;
}
.iwp__property section.details .handicap {
display: flex;
text-transform: uppercase;
color: #e83879;
}
.iwp__property section.details svg {
min-width: 20px;
}
.iwp__property section.details .handicap svg {
margin-right: 10px;
}
.iwp__property section.details .reserver .tarif {
font-size: 25px;
font-weight: bold;
display: flex;
flex-direction: column;
}
.iwp__property section.details .reserver .place {
margin: 20px 0;
padding: 0;
}
.iwp__property section.details .reserver .rdv {
padding-bottom: 25px;
}
.iwp__property section.details .reserver .contact {
padding-top: 25px;
}
.iwp__property section.details .reserver .contact button {
border: 1px solid #e83879 !important;
background-color: white !important;
color: #e83879 !important;
font-weight: bold;
}
.iwp__property section.details .reserver .rdv button {
background-color: #ee3879 !important;
}
.iwp__property section.details .reserver .place span {
color: #ee3879;
font-weight: bold;
}
@media screen and (max-width: 1400px) {
.iwp__property section.details .programme {
flex-wrap: wrap;
justify-content: center;
}
.iwp__property section.details .stage {
width: 100%;
display: flex;
margin-bottom: 25px;
}
.iwp__property section.details .categorie::after {
content: '|';
margin: 0 5px;
}
}
@media screen and (max-width: 1024px) {
.iwp__property section.details {
flex-direction: column-reverse;
padding: 100px 5% 100px 5%;
}
.iwp__property section.details .reserver {
position: initial;
margin: -150px auto 75px;
max-width: 80vw;
}
.iwp__property section.details .titre-savoir h2 {
text-align: center;
width: 100%;
}
.iwp__property section.details .titre-savoir div,
.iwp__property section.details .titre-savoir svg {
display: none;
}
.iwp__property section.details .tout-savoir {
width: 100%;
margin: 0;
}
}
@media screen and (max-width: 768px) {
.iwp__property section.banniere .image {
min-height: 450px;
}
.iwp__property section.details button {
width: 100%;
padding: 10px 30px;
}
.iwp__property section.details .handicap {
min-width: 20px;
min-height: 20px;
}
}
.iwp__property .iwp__property-listing .bloc-slide {
position: relative;
padding-left: 10%;
padding-right: 10%;
padding-top: clamp(50px, 6%, 100px);
padding-bottom: clamp(50px, 6%, 100px);
display: flex;
flex-wrap: wrap;
gap: 20px;
align-content: center;
justify-content: center;
}
.iwp__property .iwp__property-listing .swiper-button::after {
display: none;
}
.iwp__property .iwp__property-listing .image {
border-radius: 10px 10px 0 0;
position: relative;
}
.iwp__property .iwp__property-listing .image img {
width: 100%;
border-radius: 10px 10px 0 0;
}
.iwp__property .iwp__property-listing .texte {
text-align: center;
padding: 30px 2%;
}
.iwp__property .iwp__property-listing .texte p {
text-transform: uppercase;
}
.iwp__property .iwp__property-listing .texte p.name a {
color: black;
}
.iwp__property .iwp__property-listing .texte p.name a span {
font-weight: bold;
}
.iwp__property .iwp__property-listing .bouton {
text-align: center;
padding: 8px 2%;
background-color: #e83879;
border-radius: 0px 0px 10px 10px;
}
.iwp__property .iwp__property-listing .bouton a {
color: white;
}
.iwp__property .iwp__property-listing .swiper-button {
font-size: 40px;
color: black;
font-weight: bold;
}
.iwp__property .iwp__property-listing .swiper-slide {
height: max-content;
}
.iwp__property .iwp__property-listing .swiper-wrapper {
height: max-content;
}
.iwp__property .iwp__property-listing .swiper-button-prev::after,
.iwp__property .iwp__property-listing .swiper-button-next::after {
color: black;
}
.iwp__property .iwp__property-listing .telecharger {
text-align: center;
}
.iwp__property .iwp__property-listing .telecharger button {
background: transparent;
border: none;
text-align: center;
margin: 15px 0;
color: #e83879;
cursor: pointer;
text-decoration: underline;
display: flex;
align-items: center;
font-size: 14px;
box-shadow: none;
}
.iwp__property .iwp__property-listing .telecharger button::before {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: '';
width: 13px;
height: 13px;
background-image: url(//tetedaffiche.com/wp-content/plugins/queoval-connector/public/images/telecharger.svg);
margin-right: 5px;
}
@media screen and (max-width: 992px) {
.iwp__property .iwp__property-listing {
margin-top: 71px;
}
}
@media screen and (max-width: 768px) {
.iwp__property .iwp__property-listing .swiper-button {
display: none;
}
.iwp__property .iwp__property-listing .sous-banniere h2 {
font-size: 30px;
}
.iwp__property .iwp__property-listing .choix {
padding-left: 0;
padding-right: 0;
padding-top: 0;
}
.iwp__property .iwp__property-listing .sous-banniere {
justify-content: center;
}
}
@media screen and (max-width: 500px) {
.iwp__property .iwp__property-listing .sous-banniere h2 {
font-size: 25px;
}
}
@media screen and (max-width: 400px) {
.iwp__property .iwp__property-listing .sous-banniere h2 {
font-size: 20px;
}
}
.iwp__property .iwp__property-listing .swiper-slide {
width: 18%;
max-width: calc(100vw - 80px);
margin-bottom: 50px;
}
.iwp__property .iwp__property-listing .swiper-wrapper { }
.iwp__property .iwp__property-listing .bloc-fiche {
min-height: 450px;
box-shadow: 0px 3px 6px #000 29;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 2px;
}
.iwp__property .iwp__property-listing .texte p.categorie {
font-size: 13px;
}
.iwp__property .telecharger a button {
font-weight: bold;
font-size: 13px;
}
.iwp__property .iwp__property-listing .bouton a {
font-weight: bold;
font-size: 15px;
}
.iwp__property .iwp__property-listing .bouton {
padding: 12px 2%;
font-weight: bold;
}
.iwp__property .iwp__property-listing .telecharger button {
font-size: 13px;
}
.iwp__property .number_stage_red {
position: absolute;
top: 15px;
left: 10px;
font-size: 12px;
font-weight: bold;
color: var(--red);
}
@media screen and (max-width: 1600px) {
.iwp__property .iwp__property-listing .swiper-slide {
width: calc(33% - 40px / 3);
}
}
@media screen and (max-width: 1024px) {
.iwp__property .iwp__property-listing .swiper-slide {
width: calc(50% - 20px);
}
}
@media screen and (max-width: 768px) {
.iwp__property .iwp__property-listing .bloc-slide {
gap: 0;
}
.iwp__property .iwp__property-listing .swiper-slide {
width: 100%;
}
.iwp__property .iwp__property-listing .swiper-wrapper {
flex-wrap: nowrap;
}
}
.iwp__property .iwp__property-listing form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 25px;
}
.iwp__property .iwp__property-listing form .form-container {
display: flex;
flex-wrap: wrap;
gap: 25px;
justify-content: center;
align-items: center;
}
.iwp__property .iwp__property-listing form select,
.iwp__property .iwp__property-listing form input {
color: white;
background-color: black;
border: none;
font-weight: bold;
-webkit-appearance: auto;
-moz-appearance: auto;
border-radius: 25px;
width: auto;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
}
.iwp__property .iwp__property-listing form .form-submit {
text-align: center;
margin-top: 50px;
}
.iwp__property .iwp__property-listing form .form-submit input {
border-color: #000;
color: #000;
background-color: transparent;
border-radius: 25px;
font-weight: bold;
overflow: hidden;
position: relative;
font-family: 'Roboto-Medium', sans-serif;
cursor: pointer;
border: 2px solid #e83879;
font-size: 1em;
text-align: center;
background-color: #fff;
text-transform: uppercase;
color: #e83879;
line-height: 1;
box-shadow: 0 3px 6px 0 rgba(121, 4, 47, 0.5);
display: inline-block;
padding: 0.2em 2em;
transition: all 0.3s ease;
width: auto;
box-sizing: content-box;
}
.iwp__property .iwp__property-listing form .form-submit input:hover {
background-color: black;
color: #fff;
border-color: #fff;
}
.iwp__property .iwp__property-listing form h1 {
font-size: calc(80em / 19) !important;
padding-top: calc(32rem / 16);
text-align: center;
font-size: calc(80em / 16);
padding-bottom: calc(32rem / 16);
margin: 0;
}
.iwp__property .iwp__property-listing form h1 strong {
color: #e83879;
font-weight: 100;
}
.iwp__property section.slide-formations {
padding-left: 10%;
padding-right: 10%;
padding-top: clamp(50px, 10%, 100px);
padding-bottom: clamp(50px, 10%, 100px);
background-image: url(//tetedaffiche.com/wp-content/plugins/queoval-connector/public/images/background.jpg);
background-position: center;
background-size: cover;
}
.iwp__property section.slide-formations h2 {
font-size: 45px !important;
line-height: 1;
margin-bottom: 0.5em;
padding-bottom: 1rem;
text-align: center;
}
.iwp__property section.slide-formations h2 span {
color: #e83879;
text-transform: uppercase;
font-family: inherit;
}
.iwp__property section.slide-formations .bloc-slide {
position: relative;
}