@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* Général */
body {
    font-family: 'Ubuntu', sans-serif!important;
}
/* Entête */
div.topbar_message_educ{
    background-color: #993399;
    text-align: center;
    color: white;
    padding: 5px;
}
div.topbar_message_educ p{
    margin:0;
}
header nav{
    background-color: #ffffff;
    box-shadow: 0px 1px 5px #999999;
}
.custom-logo{
    width: 184px!important;
    height: auto;
    margin-left: 50px;
}
header nav ul li {
    margin-right: 35px;
}
header nav ul li a {
    font-size: 20px!important;
    font-weight: 700;
    transition: .2s;
    color: #000000;
    text-decoration: none;
}
header nav ul li a:hover {
    color: #993399;
}
ul.navbar-nav li:hover ul.dropdown-menu {
    display: block;
}
.navbar {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

button.btn.dropdown-toggle{
    padding: 0px 0px 3px 0px;
}
ul.sub-menu{
    display: none;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 9px 10px #00000047;
}
ul.sub-menu li{
    list-style-type: none;
    font-weight: 500;
}
ul.sub-menu li a{
    font-weight: 500;
}
li.menu-item-has-children:hover ul.sub-menu{
    display: block;
    position: absolute;
}
header li.menu-item-42 a{
    background-color: #993399;
    transition: 0.2s;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 5px;
    transition: 0.2s;
    justify-content: center;
    border:2px solid #993399;
}
header li.menu-item-42 a:hover{
    color: #993399;
    background-color: #ffffff; 
}
/* Footer */
footer {
    background-color: #CDCCCC;
    padding: 20px 50px;   
}
footer .footer-widget h3{
    font-weight: 700;
    font-size: 18px;
    padding: 5px 5px 5px 0px;
    color: #993399;
}
footer .footer-widget h3 a{
    font-weight: 700;
    font-size: 18px;
    padding: 5px 5px 5px 0px;
    color: #993399;
}
footer .footer-widget ul li{
    list-style-type: none;
}
footer .footer-widget a{
    text-decoration: none;
}
footer .footer-widget ul li a{
    color: black;
}
footer .footer-widget ul{
    padding: 0;
}
.wp-block-image img {
    margin-left: 50px!important;
}
/* Bandeau */
.cr_bandeau {
    background-image: url('../images/ludique1.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 660px;
}
.cr_bandeau h1 {
    display: flex;
    bottom: 50px;
    left: 50px;
    color: #ffffff;
    font-size: 80px!important;
    font-weight: 700;
    /* text-transform: uppercase; */
    justify-content: center;
    padding-top: 150px!important;
}
.cr_bandeau h2 {
    display: flex;
    bottom: 50px;
    left: 50px;
    color: #ffffff;
    font-size: 28px!important;
    font-weight: 700;
    padding-top: 0.7%;
    text-transform: uppercase;
    justify-content: center;

}
.cr_bandeau a{
    
    display: flex;
    position: relative;
    background-color: #993399;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 55px;
    font-size: 22px;
    font-weight: 700;
    transition: 0.2s;
    justify-content: center;
    width: 100px;
    margin: 60px auto;
    text-decoration: none;
    
}
.cr_bandeau a:hover {
    background-color: #ffffff;
    border-color: #993399;
    color: #000000;
    border-width: 2px;
    border-style: solid;
}
/* reassurance header */
.cr_reassurance .container div img {
    width: 170px;
    object-fit: cover;
    margin-top: 70px;
	margin-bottom: 70px;
}

img.wp-image-169 {
    border: 3px solid #000000;
}

/* reassurance footer*/
.cr_reassurancefooter .container div img {
    width: 170px;
    object-fit: cover;
    margin-bottom: 80px;

}
h2.main_title:before{
    content: url('../images/violette-60.png');
    margin-right: 5px;
}
h2.main_title:after{
    content: '';
    background-color: #993399;
    width: 150px;
    height: 2px;
    display: block;
    margin-left: 65px;
    margin-top: 6px;
}

/* plan du site */

.container .row .col-md-12 h3 {
    margin-bottom: 10px!important;
    margin-left: 6px!important;
}
/* atelier */
img.img_atelier_liste{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.cr_block div.nom_createur{
    text-align: center;
    color: #CDCCCC;
    font-size: 13px;
}
.cr_block ul li{
    font-size: 14px!important;
    margin-top: 15px;
    padding-right: 20px;
    list-style-image: url('../images/bande-pour-index-25.jpg');
}

.cr_ateliers{
    background-color: #993399;
    padding: 50px 0px;
}
.cr_block{
    background-color: #ffffff;
    padding: 10px;
}
.cr_block h4{
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
}
.btn_cr_block_noir{
    background-color:#000000;
    color: #ffffff;
    margin: 5px;
    border-radius: 10px;
    border:0;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 10px;
}
.btn_cr_block_violet{
    background-color: #993399;
    color: #ffffff;
    margin: 5px;
    border-radius: 10px;
    border:0;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 16px;
}
button.btn_cr_block_violet {
    margin: auto;
    margin-bottom: 10px;
}
div.div_center{
    text-align: center;
}

.container h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}


/* boutique */
.cr_boutique a {
    color: #993399;
    text-decoration: none;
    font-weight: 700;
}
.cr_boutique {
    margin: 50px 50px;
}
.cr_boutique .cr_article{
    /* background-color: #CDCCCC; */
    padding: 0px 30px 20px 30px;
}
.cr_boutique .cr_article h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.cr_boutique .cr_article h4 {
    font-size: 25px;
    line-height: 200%;
    font-weight: 700;
    margin: 10px 0;
    margin-bottom: 25px;
    text-align: center;
}
.cr_boutique .cr_article p{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 12px;
    text-align: center;
    padding: 5px;
}
.cr_boutique .cr_image img{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    margin-top: 80px;
    margin-bottom: 50px;
}
.cr_boutique h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* galerie */

.cr_galeries h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 70px;
    margin-top: -35px;
}


/* (A) WHOLE PAGE */
* { box-sizing: border-box; }
body { background: #eee; }
 
/* (B) GALLERY WRAPPER */
.gallery {
  
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
 
  /* (B2) OPTIONAL WIDTH RESTRICT */
  max-width: 1000px;
  overflow: hidden;
}

/* (C) GALLERY IMAGES */

.gallery img {
    display: flex;
    width: 100%;
    height: 230px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    object-fit: cover;
    position: relative;
    margin: 1px 0px 2px 0px;
}
   
  /* (E) OPTIONAL ZOOM ON HOVER */
.gallery img:hover {
    z-index: 9;
    transform: scale(1.3);
    /* linear | ease | ease-in | ease-out | ease-in-out */
    transition: transform ease 0.5s;
  }
  /* (F) FULLSCREEN MODE */
.gallery img.full {
    position: fixed;
    top: 0; left: 0; z-index: 999;
    width: 100vw; height: 100vh;
    object-fit: fit;
    background: rgba(0, 0, 0, 0.7);
  }
  .gallery img.full:hover {
    z-index: 999;
    transform: none;
  }

/* CONTACT */
/* .cr_contact {
    margin: 100px 60px;
} */
.cr_contact form {
    font-size: 16px;
}
.cr_contact form input[type="text"], .cr_contact form input[type="email"], .cr_contact form input[type="tel"] {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #993399;
}
.cr_contact p {
    margin: 20px 0;
}
.cr_contact select {
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #993399;
    margin-top: 10px;
}
.cr_contact form textarea {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    resize: none;
    width: 100%;
    height: 300px;
    border-radius: 0;
    border: 2px solid #993399;
}
.cr_contact form input[type="submit"] {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 30px auto 50px;
    transition: 0.2s;
}
.cr_contact form input[type="submit"]:hover {
    background-color: #ffffff;
    color: #993399;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
    
} 
.cr_contact form textarea {
    color: #6c757d!important;
}

.cr_contact h2{
    font-size: 30px;
    font-weight: 700;
    margin-top: 70px;   
}
.cr_contact form h4{
    display: flex;
    position: relative;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
}
.cr_contact .cr_trouver img{
    display: flex;
    /* position: relative; */
    /* justify-content: center; */
    /* width: 30%; */
    margin-top: 20px;
    margin-bottom: 50px;
    border-color: #993399;
    border-width: 2px;
    border-style: solid;

}
.cr_contact form label {
    width: 100%;
}
.cr_contact .container .row {
    margin-top: 50px;
}

/* réservation */

.cr_reserver {
    margin-top: 100px;
}
.cr_reserver form {
    font-size: 16px;
}
.cr_reserver form input[type="text"], .cr_reserver form input[type="email"], .cr_reserver form input[type="tel"] {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #993399;
}
.cr_reserver p {
    margin: 20px 0;
}
.cr_reserver select {
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #993399;
    margin-top: 1px;
}
.cr_reserver form textarea {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    resize: none;
    width: 100%;
    height: 300px;
    border-radius: 0;
    border: 2px solid #993399;
}
.cr_reserver form input[type="submit"] {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 30px auto 70px;
    transition: 0.2s;
}
.cr_reserver form input[type="submit"]:hover {
    background-color: #ffffff;
    color: #993399;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
    
}
.cr_reserver form h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 5px;
}

/* fiche Atelier réservation */
img.img_atelier_seul{
    object-fit: cover;
    padding: 5px;
    background-color: white;
    height: 385px;
}
.cr_reservationatelier {
    margin-top: 75px;
    margin-bottom: 100px;
    /*background-color: #993399;*/
    color: #ffffff;
    padding: 50px 0px;
}

.btn_cr_violet{
    background-color:#ffffff;
    color: #000000;
    border-radius: 10px;
    border:0;
    font-weight: 700;
    padding: 6px 10px;
}
button.btn_cr_violet {
    margin-bottom: 50px;
    margin-top: 20px;
}
.cr_reservationatelier div ul li{
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 50px;
    list-style-image: url('../images/bande-pour-index-50.png');
}
.cr_reservationatelier div ul p{
    padding: 5px 5px 5px 105px;
    margin-bottom: 5px;
}
.cr_reservationatelier .cr_reserveratelier{
    padding-top: 20px;   
}

.cr_reservationatelier h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.cr_reservationatelier a {
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
}
.cr_reservationatelier h1:before{
    content: '';
    background-color: white;
    height: 3px;
    width: 40%;
    position: absolute;
    margin-top: 44px;
}
.cr_reservationatelier h2{
    font-size: 20px;
    font-weight: 700;
}
.cr_reservationatelier h2:before{
    content: url('../images/bande-pour-index-50.png');
    padding-right: 10px;
}
.cr_reservationatelier p {
    margin-top: -20px;
    margin-bottom: 30px;
}

.text-center {
    text-align: center!important;
    padding-bottom: 20px;
    padding-top: 10px;
}

.cr_reservationatelier .cr_reserveratelier img{
    border-color: #ffffff;
    border-width: 3px;
    border-style: solid;
}

.cr_404 img {
    display: inline-block;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 78px;
}
.container .row .col-md-12 h3{
        margin-bottom: 30px;
        margin-top: 60px;
        font-weight: 700;
        margin-left: 40px;
    }
div.bookacti-calendar-title.bookacti-booking-system-title{
    margin-bottom: 50px;
    margin-left: 40px;
    margin-top: 60px;
}

input.bookacti-submit-form.button{
    margin-bottom: 40px;
    margin-top: 25px;
    font-weight: 700;
    padding: 10px 5px;
    background-color: #000000;
    color: white;
    border-radius: 10px;
}
input.bookacti-submit-form.button:hover{
    background-color: white;
    border: 2px solid #993399;
    color:#993399 ; 

}



/**********************RESPONSIVE************************/

@media only screen and (max-width: 1024px) {
    .wp-block-image img {
        margin-left: 0px!important;
        width: 100%!important;
        height: 100%!important;
    }
}

@media screen and (max-width: 992px){
    ul.sub-menu{
        display: block!important;
        box-shadow: none;
        position: static!important;
    }
    header nav ul li {
        margin: 0px;
    }
    .navbar-nav{
        text-align: center;
        padding-bottom: 20px;
    }
	ul.sub-menu li a {
		color: #b5aeae;
	}
	li#menu-item-42 {
		margin-top: 18px;
	}
    .wp-block-image img {
        margin-left: 0px!important;
        width: 100%!important;
        height: 100%!important;
    }
}
/* MENU HEADER */
@media screen and (max-width: 768px){
    div.bookacti-calendar-title.bookacti-booking-system-title {
    margin-bottom: 10px!important;
    margin-left: 5px!important;
    font-size: 20px!important;
    margin-top: 85px!important;
    }
    .wp-block-image img {
        margin-left: 0px!important;
        width: 273px!important;
        height: 105px!important;
    }
    .navbar-nav .dropdown-item {
        color: #b5aeae;
        
    }
    .navbar-nav{
        margin-top: 30px;

    }
    .nav-item{
        line-height: 40px;
        
    }
    li.nav-item{
        margin-left: 90px;
    }
    li.nav-item4{
        margin-top: 20px;
        margin-left: 90px;
        margin-bottom: 20px;
    }

    .menu-item-40{
        margin-bottom:20px ;
    }

	.cr_bandeau h2{
		font-size: 20px!important;
		text-align: center;
	}
	.cr_bandeau h1{
		font-size: 60px!important;
		text-align: center;
		padding-top: 80px!important;
	}
	.cr_boutique .cr_article p {

        margin: 10px -70px;

    }

    .cr_boutique .cr_article h4 {
        margin: 14px -40px;
    }
	.cr_menu{
        margin-top: 30px;

    }
     .cr_menu li{
        line-height: 40px;
        
    }
    
    .cr_adresse1, .cr_adresse2{
        line-height: 25px;
    }
    .footer-widget{
        margin-left: 20px;
    }
    .footer-widget h3 a {
    margin: -10px;
    }
	.cr_reservationatelier div ul li {
        margin-top: 30px;
        margin-right: 20px;
        margin-left: -50px;

    }
    .cr_reservationatelier div ul p {
        margin-right: 20px;
        margin-left: -50px;
    }
    .cr_reserver form h2 {
        margin-top: -50px;
    }
	.container .row h2 {
        padding-top: 50px;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        margin-top: 2px!important;
    }
    .cr_reassurance .container div img {
        width: 170px;
        object-fit: cover;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .wp-block-image img {
        margin-left: 0px!important;
    }
}

/* GALLERY/CREATIONS */
@media only screen and (max-width: 600px) {
.gallery {
	grid-template-columns: repeat(2, 1fr);
}
}

/* ATELIERS */
@media screen and (max-width: 425px) {
    .cr_block{
        margin-bottom: 20px;

    }
    .cr_galerie {
        grid-template-columns: repeat(2,1fr);
    }
	.cr_reassurancefooter .container .row {
        grid-template-columns: repeat(1,1fr);
        margin-left: 50px;
        align-items: baseline;
    }
	.cr_reassurance .container .row {
        grid-template-columns: repeat(1,1fr);
        margin-left: 50px;
        align-items: baseline;
    }
    .fc-button-group {
		margin-bottom: 20px;
		width: 230px;
		/* padding-right: 72px; */
		/* padding-left: 70px; */
		margin-right: 16px;
		margin-left: 10px;
	}
    .container .row .col-md-12 h3 {
        margin-bottom: -40px!important;
        margin-top: 80px!important;
        font-size: 30px!important;
    }
	div.bookacti-calendar-title.bookacti-booking-system-title {
    margin-bottom: 10px!important;
    margin-left: 5px!important;
    font-size: 20px!important;
    margin-top: 49px!important;
    }
    
}

/*Logo*/
@media screen and (max-width: 375px) {
    .custom-logo {
        margin-left: 20px;
    }
    .wp-block-image img {
        margin-left: 0px!important;
        width: 100%!important;
        height: 100%!important;
    }
    
}



