@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.home {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
    background-image: url("../images/bouddha.JPG");
    background-color: #342B26;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

strong,
b {
    font-weight: 700;
    letter-spacing: 0.5px;
}

em {
    font-style: italic;
}

header,
.contenu,
.articles,
#page,
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container,
.contenu > *,
#page .articles > * {
    width: 85%;
    max-width: 1400px;
}

.contenu .wp-block-uagb-container.alignfull .uagb-container-inner-blocks-wrap {
    width: 85% !important;
    max-width: 1400px !important;
}

header .container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

header .logo{
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

header .logo img{
    height: 200px;
}

header .container #menu-principal,
header .container #telephone{
    width: 40%;
}

header .container #telephone {
    text-align: end;
    color: #f092a5;
    font-size: 18px;
}

header .container #telephone span {
	color: black;
    background: rgba(255,255,255,0.81);
    padding: 10px;
    border-radius: 15px;
}

.contenu {
    width: 100%;
}


.contenu .wp-block-cb-carousel.alignfull, .contenu .wp-block-uagb-section.alignfull, .contenu .alignfull {
    width: 100%;
    max-width: inherit;
}

.contenu figure.wp-block-uagb-image__figure{
    line-height: 0;
    display: block;
}

.contenu figure.wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__inner{
    line-height: 1;
}

.contenu .wp-block-image{
    margin: 0px;
}

.contenu #cmplz-document{
    max-width: inherit;
}

.contenu #cmplz-document #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose div > *,
.contenu #cmplz-document #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose div {
    color: #000;
}

footer {
    background: #000000;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
}

footer .container{
    padding: 20px;
}

.wp-block-embed.alignwide .wp-block-embed__wrapper,
.wp-block-embed.alignfull .wp-block-embed__wrapper{ 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
}

.wp-block-embed.alignwide .wp-block-embed__wrapper iframe,
.wp-block-embed.alignfull .wp-block-embed__wrapper iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
}

.wp-block-embed.aligncenter .wp-block-embed__wrapper{ 
    text-align: center;
}

#oups .contenu {
    color: #fff;
    text-align: center;
}

#oups .contenu h1{
    font-size: 24px;
}

#oups .contenu img{
    max-width: 400px;
    height: auto;
    margin: 40px;
}

#oups .contenu .bouton {
    width: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    background-color: #f092a5;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    margin: 10px 0px 40px 0px;
    border-radius: 40px;
    color: #000;
    transition: all 250ms ease-in-out;
}

#oups .contenu .bouton:hover{
    background-color: #cbd96b;
}


/*Formulaire*/

.wpcf7-form .row{
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form input.wpcf7-form-control, 
.wpcf7-form textarea.wpcf7-form-control {
    width: 100%;
    padding: 15px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: black;
    background-color: white;
    border: 1px solid white;
    border-radius: 30px;
    transition: all 250ms ease-in-out;
}

.wpcf7-form input.wpcf7-form-control:focus{
    border: solid 2px #cbd96b;
}

.wpcf7-form input.wpcf7-submit{
    width: auto;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    background-color: #cbd96b;
    border: none;
    cursor: pointer;
}

.wpcf7-form input.wpcf7-submit:hover{
	background-color: #f092a5;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #ffb65b;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    background: #ffb900;
    border: none;
}


body.page-id-143{
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
}

body.page-id-143 header .logo img{
	height: 170px;
}

body.page-id-143 .contenu .question::after{
	content: none;
}

body.page-id-143 header .container #telephone span {
    background: #352b28;
    border-radius: 20px;
    padding: 0px 10px;
    color: #a1ad52;
    background: none;
}

body.page-id-143 header{
	margin-bottom: 10px;
}

    