.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.docteurbrun.fr/wp-content/themes/shapely/assets/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }.CTA,
.home .container #primary article .entry-content a:not([data-rel]),
.page-template .container #primary article .entry-content a:not([data-rel]),
footer.site-footer .widget a {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} footer.site-footer .widget.widget_nav_menu .menu li a,
.main-navigation .menu li a {
text-decoration: none;
} footer.site-footer .widget.widget_nav_menu .menu li,
footer.site-footer .widget.widget_nav_menu .sub-menu {
margin: 0;
padding: 0;
} .CTA { display: inline-block;
padding: 8px 12px;
margin-bottom: 0;
font-weight: normal;
line-height: 1.42857;
text-align: center;
width: auto;
background-color: #99556e;
color: #fff;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
font-family: Arial;
border-radius: 4px;
border: 2px solid #99556e;
}
.CTA:visited {
color: #fff;
}
.CTA:hover,
.CTA:active,
.CTA:focus,
.active.CTA {
text-decoration: none;
color: #99556e;
background-color: white;
}
.home .container #primary article .entry-content a:not([data-rel]),
.page-template .container #primary article .entry-content a:not([data-rel]){
font-weight: 400;
font-style: italic;
text-decoration: none;
color: #666;
background-color: transparent;
}
.home .container #primary article .entry-content a:not([data-rel]):before,
.page-template .container #primary article .entry-content a:not([data-rel]):before {
margin-right: 0;
content: '';
}
.home .container #primary article .entry-content a:visited:not([data-rel]),
.page-template .container #primary article .entry-content a:visited:not([data-rel]) {
opacity: .8;
color: #666;
}
.home .container #primary article .entry-content a:hover:not([data-rel]),
.page-template .container #primary article .entry-content a:hover:not([data-rel]),
.home .container #primary article .entry-content a:active:not([data-rel]),
.page-template .container #primary article .entry-content a:active:not([data-rel]),
.home .container #primary article .entry-content a:focus:not([data-rel]),
.page-template .container #primary article .entry-content a:focus:not([data-rel]),
.home .container #primary article .entry-content a.active:not([data-rel]),
.page-template .container #primary article .entry-content a.active:not([data-rel]) {
color: black;
}
.page-template .container #primary article .entry-content p a.CTA{
display: inline-block;
padding: 8px 12px;
margin-bottom: 0;
font-weight: normal;
line-height: 1.42857;
text-align: center;
width: auto;
background-color: #99556e;
color: #fff;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
font-family: Arial;
border-radius: 4px;
border: 2px solid #99556e;
}
.page-template .container #primary article .entry-content p a.CTA:visited {
color: #fff;
}
.page-template .container #primary article .entry-content p a.CTA:hover,
.page-template .container #primary article .entry-content p a.CTA:active,
.page-template .container #primary article .entry-content p a.CTA:focus,
.page-template .container #primary article .entry-content p a.active.CTA {
text-decoration: none;
color: #99556e;
background-color: white;
}
footer.site-footer .widget a {
font-weight: 400;
text-decoration: none;
color: #333;
}
footer.site-footer .widget a:hover,
footer.site-footer .widget a:active,
footer.site-footer .widget a:focus,
footer.site-footer .widget a.active {
color: black;
} footer.site-footer .widget.widget_nav_menu .menu li,
footer.site-footer .widget.widget_nav_menu .sub-menu {
display: inline-block;
float: left;
width: auto;
color: black;
border: 0;
}
.content-area {
background-color: #e6e6e6;
}
.content-area .container{
background-color: #fff;
padding-top: 3rem;
}   .pt-1 {
padding-top: 1rem;
}
.pt-5 {
padding-top: 5rem;
}
.white {
color: #fff;
}
.smaller {
font-size: 80%;
}
.biger {
font-size: 120%;
}
body { font-family: 'Georgia', 'Times New Roman', Times, serif;
font-size: 16px;
margin: 0;
padding: 0;
color: black;
background-color: white;
}
p,
ul,
ol {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.widget .widget-title { font-family: 'Georgia', 'Times New Roman', Times, serif;
line-height: 120%;
}
h3 {
margin: 2rem 0 1.5rem 0;
}
h4 {
margin: 1.5rem 0 1rem 0;
}
a {
color: black;
}
.copyright-text {
font-size: 80%;
margin-top: 1rem;
color: #666;
}
blockquote,
input,
textarea {
font-family: 'Georgia', 'Times New Roman', Times, serif;
letter-spacing: normal;
}
section ul {
list-style-type: none;
padding-left: 1em;
}
section ul li {
margin-left: 15px;
padding-bottom: .5rem;
padding-left: 0;
list-style-position: outside;
list-style-type: disc;
}
section p:last-of-type {
margin-bottom: 2.5rem;
}
footer {
font-family: 'Times New Roman', Times, serif;
padding:50px 0;
}
footer.site-footer {
color: #333;
background-color: #f6f6f6;
}
footer.site-footer .widget.widget_nav_menu .menu {
font-family: 'Georgia', 'Times New Roman', Times, serif;
color: #333;
}
footer .widget{
clear: both;
display: inline-block;
}
footer.site-footer .widget.widget_nav_menu .menu li a {
font-family: 'Georgia', 'Times New Roman', Times, serif;
font-size: 90%;
float: left;
letter-spacing: normal;
text-transform: none;
color: #333;
margin: 0 0.5rem 0 0;
padding: 0;
}
footer.site-footer .widget.widget_nav_menu .menu li a:hover,
footer.site-footer .widget.widget_nav_menu .menu li a:active,
footer.site-footer .widget.widget_nav_menu .menu li a:focus,
footer.site-footer .widget.widget_nav_menu .menu li a.active {
color: black;
}
footer.site-footer .widget.widget_nav_menu .menu li:not(:last-child) a:after {
padding-left: 0.5rem;
content: '|';
}
footer.site-footer .widget.widget_nav_menu .sub-menu {
border: none;
}
footer.site-footer .widget.widget_nav_menu .sub-menu li a {
text-transform: none;
}
footer.site-footer .widget .widget-title { font-size: 100%;
margin: 0;
text-transform: uppercase;
color: #333;
}
footer.site-footer .widget_text.widget.widget_custom_html{
margin-top: 1rem;
}
footer .reso .widget .widget-title {
line-height: 180%;
float: left;
clear: none;
text-transform: none;
}
footer .reso .widget .fa {
font-size: 160%;
margin: 0 0 0 1rem;
}
@media only screen and (min-width: 992px) {
footer .reso {
margin-top: 3.5rem;
}
}
footer .container:before {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 4px;
margin-top: -52px;
margin-left: 20px;
content: '';
border: none;
background-color: #99556e;
}
footer .widget.widget_nav_menu ul li{
margin:0 .5rem;
}
.main-navigation .menu {
font-family: 'Georgia', 'Times New Roman', Times, serif;
}
.main-navigation .menu li a {
font-family: 'Georgia', 'Times New Roman', Times, serif;
font-size: 100%;
letter-spacing: normal;
color: black;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.main-navigation .menu li a {
font-size: 90%;
letter-spacing: -.075rem;
}
}
.main-navigation .menu li a:visited {
color: black;
}
.main-navigation .menu li a:hover,
.main-navigation .menu li a:active,
.main-navigation .menu li a:focus,
.main-navigation .menu li a.active {
color: #99556e;
}
.main-navigation .menu li.active a {
color: #99556e;
}
.container {
width: 100%;
max-width: 1280px;
}
.home .container {
padding: 1rem 1rem;
}
.home .container #primary,
.page-template .container #primary {
margin-top: 0;
padding: 0 1rem;
background-color: #fff;
}
@media only screen and (min-width: 768px) {
.home .container {
padding: 1rem 2rem;
}
.page-template .container #primary {
padding: 0 5rem;
}
.home .container #primary {
padding: 0 4rem;
}
}
.home .container #primary article .entry-content,
.page-template .container #primary article .entry-content {
font-size: 100%;
color: inherit;
line-height:1.4;
}
.home .container #primary article .entry-content p,
.page-template .container #primary article .entry-content p { margin: .5rem 0 1rem 0;
color: black;
}
.home .container #primary article .entry-content h1,
.page-template .container #primary article .entry-content h1,
.home .container #primary article .entry-header h1,
.page-template .container #primary article .entry-header h1 {
font-size: 160%;
line-height: 120%;
margin-top: 1rem;
text-align: left;
color: #99556e;
}
.page-template .container #primary article .entry-content h1 strong{
font-weight: 400;
}
@media only screen and (min-width: 768px) {
.home .container #primary article .entry-content h1,
.page-template .container #primary article .entry-content h1 { margin-top: 2rem;
}
}
.home .container #primary article .entry-content h1 br,
.page-template .container #primary article .entry-content h1 br {
display: block;
}
.home .container #primary article .entry-content h1 + p,
.page-template .container #primary article .entry-content h1 + p {
font-size: 105%;
color: #666;
}
.home .container #primary article .entry-content h2,
.page-template .container #primary article .entry-content h2 {
line-height: 110%;
margin: 5rem 0 2.5rem 0;
text-align: left;
color: black;
}
.home .container #primary article .entry-content h1:after,
.page-template .container #primary article .entry-content h1:after,
.home .container #primary article .entry-header h1:after { width: 100%;
height: 3px;
content: '';
border: none;
background-color: #99556e;
opacity: 0.9;
display: none;
}
.home .container #primary article .entry-content h3,
.home .container #primary article .entry-content h4,
.page-template .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h4 {
color: black;
}
.home .container #primary article .entry-content h3 br,
.home .container #primary article .entry-content h4 br,
.page-template .container #primary article .entry-content h3 br,
.page-template .container #primary article .entry-content h4 br {
display: block;
}
.home .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h3 {
font-size: 130%;
}
.home .container #primary article .entry-content h3 span.T_or,
.page-template .container #primary article .entry-content h3 span.T_or {
font-size: 115%;
color: #f8d909;
}
.home .container #primary article .entry-content a,
.page-template .container #primary article .entry-content a { }
.home .container #primary article .entry-content h3,
.home .container #primary article .entry-content h4,
.home .container #primary article .entry-content h5,
.home .container #primary article .entry-content h6,
.page-template .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h4,
.page-template .container #primary article .entry-content h5,
.page-template .container #primary article .entry-content h6 {
clear: none;
}
.home .container #primary article .entry-content h3:first-letter,
.home .container #primary article .entry-content h4:first-letter,
.home .container #primary article .entry-content h5:first-letter,
.home .container #primary article .entry-content h6:first-letter,
.page-template .container #primary article .entry-content h3:first-letter,
.page-template .container #primary article .entry-content h4:first-letter,
.page-template .container #primary article .entry-content h5:first-letter,
.page-template .container #primary article .entry-content h6:first-letter {
text-transform: uppercase;
}
.home .container #primary article .entry-content h3 span,
.home .container #primary article .entry-content h4 span,
.home .container #primary article .entry-content h5 span,
.home .container #primary article .entry-content h6 span,
.page-template .container #primary article .entry-content h3 span,
.page-template .container #primary article .entry-content h4 span,
.page-template .container #primary article .entry-content h5 span,
.page-template .container #primary article .entry-content h6 span { }
.home .container #primary article .entry-content h3 span:first-letter,
.home .container #primary article .entry-content h4 span:first-letter,
.home .container #primary article .entry-content h5 span:first-letter,
.home .container #primary article .entry-content h6 span:first-letter,
.page-template .container #primary article .entry-content h3 span:first-letter,
.page-template .container #primary article .entry-content h4 span:first-letter,
.page-template .container #primary article .entry-content h5 span:first-letter,
.page-template .container #primary article .entry-content h6 span:first-letter {
text-transform: uppercase;
}
.home .container #primary article .entry-content img,
.page-template .container #primary article .entry-content img {
margin-bottom: 2rem;
}
.home .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"],
.page-template .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"] {
margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
.home .container #primary article .entry-content img,
.page-template .container #primary article .entry-content img {
width: 100%;
max-width: 100%;
height: auto;
}
.home .container #primary article .entry-content img[src*="pdf"],
.page-template .container #primary article .entry-content img[src*="pdf"],
.home .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"]
{
width: auto;
text-align: center;
display: block;
position: relative;
margin: auto;
}
#site-navigation .module.left{
padding-left:0;
padding-right:0;
}
}
.home .container #primary article .entry-content figure img,
.page-template .container #primary article .entry-content figure img {
margin-bottom: .5rem;
}
.home .container #primary article .entry-content .wpcf7-form,
.page-template .container #primary article .entry-content .wpcf7-form {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid rgba(0, 0, 0, .1);
}
.home .container #primary article .entry-content .wpcf7-form p,
.page-template .container #primary article .entry-content .wpcf7-form p {
font-size: 90%;
margin: .5rem 0 0 0;
color: black;
}
@media only screen and (min-width: 992px) {
.home .container #primary article .entry-content .wpcf7-form p,
.page-template .container #primary article .entry-content .wpcf7-form p {
display: inline-block;
width: 48%;
}
}
.home .container #primary article .entry-content .wpcf7-form p input,
.home .container #primary article .entry-content .wpcf7-form p textarea,
.page-template .container #primary article .entry-content .wpcf7-form p input,
.page-template .container #primary article .entry-content .wpcf7-form p textarea {
margin-bottom: .5rem;
}
.home .container #primary article .entry-content .wpcf7-form p input[type='submit'],
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit'] {
border: 0;
border-radius: 0;
background-color: #99556e;
}
.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:hover,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:active,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:focus,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit'] .active,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:hover,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:active,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:focus,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit'] .active {
color: black;
}
.home .container #primary article .entry-content .wpcf7-form p .wpcf7-not-valid-tip,
.page-template .container #primary article .entry-content .wpcf7-form p .wpcf7-not-valid-tip {
margin-top: 0;
}
.home .container #primary article footer.entry-footer,
.page-template .container #primary article footer.entry-footer {
padding: 0;
}
@media only screen and (min-width: 1601px) {
.home .bg_home_img img,
.page-template .bg_home_img img {
width: 100%;
}
}
.page-template section {
padding: 0 0 3rem 0;
}
.page-template section .container #primary {
margin-top: 0;
background-color: #fff;
}
.page-template section .container #primary article header.entry-header {
display: block;
}
.page-template section .container #primary article header.entry-header h1 {
margin-bottom: 2rem;
}
.page-template section .container #primary article .entry-content {
font-size: inherit;
}
.page-template section .container #primary article .entry-content:before {
display: none;
}
.page-template section .container #primary article .entry-content h2 {
font-size: 130%;
margin-top: 4rem;
border-bottom: 2px solid #9E5872;
} .page-template section .container #primary article .entry-content h3 {
font-size: 120%;
border-left: 4px solid #9E5872;
padding: 0px 0 0px 10px;
}
.page-template section .container #primary article .entry-content h4 {
font-size: inherit;
}
.page-template section .container #primary article .entry-content h3 span.T_or {
font-size: 120%;
color: #f8d909;
}
.page-template section .container #primary article .entry-content p {
margin: .75rem 0 1rem 0;
} .gallery {
margin-bottom: 0;
}
figure { }
figure.thumbnail,
figure.gallery-item {
padding: 0;
border: none;
}
figure.thumbnail a:before,
figure.gallery-item a:before {
display: none;
}
figure.thumbnail figcaption.wp-caption-text,
figure.gallery-item figcaption.wp-caption-text {
font-size: 90%;
font-style: italic;
line-height: 130%;
margin-top: .5rem;
margin-bottom: 1.5rem;
padding: 1rem 1rem 0 1rem;
} figure.gallery-item .portrait{
max-height: 153px;
overflow: hidden;
}   article footer.entry-footer { padding-top: 2rem;
} .gallery-size-thumbnail.gallery-columns-5 .gallery-item {
max-width: 100%;
}
@media only screen and (min-width: 600px) {
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
max-width: 50%;
}
}
@media only screen and (min-width: 900px) {
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
max-width: 33%;
}
}
@media only screen and (min-width: 1024px) {
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
max-width: 25%;
}
}
@media only screen and (min-width: 1200px) {
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
max-width: 20%;
}
} #swipebox-overlay {
background: rgba(0, 0, 0, .85);
}
#swipebox-bottom-bar {
bottom: 0;
opacity: 1;
background: transparent;
}
#swipebox-slider .slide {
height: 90vh;
margin-top: 5vh;
}
@media only screen and (min-width: 800px) {
#swipebox-arrows {
max-width: 92%;
}
} #cookie-notice .button.bootstrap {
color: black;
border-radius: 0;
background-color: white;
background-image: none;
}
#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:active,
#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap.active {
text-decoration: none;
color: #f6f6f6;
background-color: #99556e;
}
header nav{
background-color: #f6f6f6;
border-bottom: 4px solid #99556e;
}
.nav-bar .top-call{
line-height: 1.4;
}
@media only screen and (max-width: 991px) {
.nav-bar .top-call{
text-align: right;
}
}
@media only screen and (min-width: 992px) and (max-width: 1099px) {
.max-w-180{
max-width:180px;
}
}
@media only screen and (min-width:1100px) {
.max-w-180{
max-width:250px;
}
}
.nav-bar .top-call p{
margin: 0;
font-size: 80%;
padding-top: 1rem;
}
.nav-bar .top-call .decalage p{
padding-top: 1rem;
padding-bottom: 1rem;
}
.nav-bar .top-call .decalage a{
display: block;
border:0;
outline: 0;
}
.nav-bar .top-call a{
height:auto;
margin-bottom:0;
color: #fff;
}
.nav-bar .top-call a:hover,
.nav-bar .top-call a:active,
.nav-bar .top-call a:focus{
color: #99556e;
background-color: white;
}
@media only screen and (max-width: 479px) {
.nav-bar .top-call a{
width:100%;
margin-bottom: 0;
margin-top:1rem;
}
}
aside#secondary{
padding-top:1rem;
}
aside#secondary .widget.widget_nav_menu{
padding:1em;
background-color: #f6f6f6;
margin-bottom: 30px;
}
aside#secondary .widget.widget_nav_menu ul{
padding:0;
list-style-type: none;
}
aside#secondary .widget.widget_nav_menu ul li,
aside#secondary .widget.widget_nav_menu ul li ul{
margin:0;
list-style-type: none;
padding: 0;
}
aside#secondary .widget.widget_nav_menu ul li a{
padding: 0.75em 0;
display: inline-block;
font-family: 'Georgia', 'Times New Roman', Times, serif;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-size:100%;
color: grey;
}
aside#secondary .widget.widget_nav_menu ul li a:hover,
aside#secondary .widget.widget_nav_menu ul li a:focus,
aside#secondary .widget.widget_nav_menu ul li a:active,
aside#secondary .widget.widget_nav_menu ul li a.active{
text-decoration: none;
color: black;
}
aside#secondary .widget .widget-title{
border-left: 4px solid #9E5872;
padding: 0px 0 0px 10px;
}
.breadcrumbs{
display: inline-flex;
align-items: center;
justify-content: flex-start;
padding: 1rem 0.5rem; margin-bottom: 5rem;
}
.home .breadcrumbs{
margin-bottom: 3rem;
}
section .breadcrumbs p{
font-size: 80%;
margin:0;
}
section .breadcrumbs a{
font-weight: 400;
color: grey;
}
.border-table{
width:100%;
margin: 1em 0;
background-color: #f6f6f6;
padding:1em;
}
@media (max-width: 991px) {
.main-navigation .menu > li ul {
background: transparent;
}
.main-navigation .menu > li > ul li a {
padding: 2px 16px;
color: black;
}
.main-navigation .menu > li > ul li:last-child {
padding-bottom: 16px;
}
#site-navigation.main-navigation .menu > li > ul li a {
background-color: transparent;
}
}
@media only screen and (min-width: 992px) {
.border-table{
display:inline-block;
padding:0 1em 1em 1em;
margin:1em 1.5em 0 0;
width:calc(50% - 1.5em);
}
.border-table + .border-table{
margin-right:0;
}
}
@media (max-width: 767px){
p {
font-size: inherit;
}
}
.rondlink{
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.rondlink:before,
.rondlink:visited:before {
width: 20px;
height: 20px;
-webkit-border-radius :10px;
border-radius: 10px; content: '>';
border: none;
background-color: #99556e;
color:white;
display: inline-block;
line-height:20px;
text-align: center;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.rondlink:visited,
.rondlink:hover,
.rondlink:active,
.rondlink:focus{
text-decoration: none;
}
.rondlink:hover:before,
.rondlink:active:before,
.rondlink:focus:before{
background-color: white;
color: #99556e;
}
.error404 section{
height: auto;
display: flex;
padding: 0;
}
.error404 section article{
margin:auto;
padding:4rem 0;
}
@media (min-width: 992px){
.error404 section{
height: calc(100vh - 360px);
}
.error404 section article{
padding:0 40px;
}
}