@charset "UTF-8";
/*
Theme Name: Conus Avocats

*/

:root {
	font-size:16px;
 
--dark:#102C45; 
--white:#FFF;
--gray:#F7FAFD;
--gray2:#5d7081;	
}
html {
  -webkit-text-size-adjust: 100%; /* Désactive le zoom automatique de Chrome */
	  text-size-adjust: 100%; /* Pour les autres navigateurs (Firefox, IE, etc.) */
}

/*cookies*/
.cn-close-icon::before, .cn-close-icon::after {display:none !important}
#cookie-notice .cn-button {color:var(--white) !important; padding:1rem 2rem !important;}
#cookie-notice {font-size:14px !important}

.dark {color: var(--dark)} .bg-dark {background-color:var(--dark)} 
.white {color:var(--white)} .bg-white {background-color:var(--white)} a.white:hover {color:var(--white)}
.gray {color:var(--gray)} .bg-gray {background-color:var(--gray)}
.gray2 {color:var(--gray2)} .bg-gray2 {background-color:var(--gray2)}
.active a {color:var(--dark) !important}
.fleft {float:left}
.logo-contact {width:15.625rem}
 .home h2:after {content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: var(--dark);
  margin-top: 0.6rem;
  outline: 2px solid transparent;
  margin-left: auto;
  margin-right: auto;}


.button {background-color:var(--dark) !important}
.buttonicon {width: 0.9rem;
  display: inline-block;
  transform: rotate(-90DEG);
  vertical-align: middle;position: relative;
    top: 1px}
.buttonicon svg {fill: var(--white);}
.bd {font-family: "Bodoni Moda", serif;font-optical-sizing:none;word-spacing:0.25rem}
strong {font-weight:700}
em {font-style:italic}

section {
    /*backface-visibility: hidden;*/
	margin-bottom: -1px;
    /*will-change: transform;*/
    position: relative;
    inset: 0 !important;
    outline: none !important;}

/*COVER*/
.switcher-cover a {background: var(--white);
    color: var(--dark);
	font-weight:600;
    padding: 0.7rem 2rem;
    font-size: 1rem;
	margin:0 1rem;-moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;border-radius: 2px;}
.switcher-cover a:hover {background: var(--white);
    color: var(--dark);}

/*CABINET*/
#cabinet {height: calc(100VH - 5rem);
  display: flex;
  align-items: center;
}
.cabinet-image {height:70vh;overflow:hidden;position:relative}
.container-cabinet {display:flex;flex-wrap: wrap;justify-content: space-between;align-items: center;
  background: #fff;
  position: absolute;
  z-index: 1;
  WIDTH: 80%;
  margin: auto;
  bottom: 15%;}
.cabinet-left {width:40%}
.cabinet-text-container {width:55%; background:var(--white)}
.cabinet-texte p:first-of-type {font-weight: 600;
    font-size: 1.2rem;}
.cabinet-texte p:last-of-type {margin-bottom:0}

/*EXPERTISES*/
#expertises {outline: 1px solid transparent;}
.row-expertise {display:flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.img-expertise {width:40%} .img-expertise img {border-radius:2px}
.content-expertise {width:47%}
.row-expertise.img-left .img-expertise {order:1}
.row-expertise.img-left .content-expertise {order:2}
.content-expertise p:first-of-type {font-weight: 600;
    font-size: 1.2rem;}
.content-expertise p:last-child {margin-bottom:0}
.row-expertise:last-child {margin-bottom:0 !important}

   .animimg-container
 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 30rem;
}

.animimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    object-position: center;
    padding: 0;
}

/*EQUIPE*/
.row-equipe {display:flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.img-equipe {width:30%}
.content-equipe {width:60%}
.row-equipe.img-left .img-expertise {order:1}
.row-equipe.img-left .content-equipe {order:2}
#equipe .first-word {display:block}


/*Contact*/
.contact-container {display:table;width: 100%;}
.contact-leftside {display:table-cell;width:30%;position:relative }
.contact-rightside {display:table-cell;width:70%;}
.contact-bg {background:url('./assets/img/bg-footer.webp');background-repeat:no-repat; background-position:center center;background-size:cover;-moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;}
.map-footer iframe {width:100%;height:40vh}
.leftside-container {position: absolute;left: 0;right: 0;bottom: 0%;}
.phone {display: flex;flex-wrap: wrap;align-items: center;}
.email {display: flex;flex-wrap: wrap;align-items: center;}
.locality {display: flex;flex-wrap: wrap;align-items: center;}
.picto-phone, .picto-email, .picto-locality {width: 1.2rem;margin-right: 1.2rem;}
.picto-phone svg, .picto-email svg, .picto-locality svg {fill:var(--white);width: 1rem}

.form-col2 {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.form-col-left, .form-col-right {width:45%}
.map-off {display:none}
/* =Header Image
-------------------------------------------------------------- */

.custom-bg {position:relative;background-attachment:scroll;background-repeat: no-repeat;background-size: cover;background-position: center;top: 0;left: 0;width:100%;}
.custom-bg::after {content: ""; top: 0;left: 0;bottom: 0;right: 0;position: absolute;z-index: 1;}
.height50 {height:50vh} .height75 {height:75vh} .height100 {height:100vh}

#fixedbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
}


#title-content-zone {position:absolute;z-index:2;left:0;top:0;right:0;bottom:0;margin:auto;display: flex;
justify-content: center;
align-items: center;}

.custom-bg.height100 .scrollcontainer {display:block;}
.scrollcontainer {
  display:none;	
  position: absolute;
  left: 0;
  bottom:3rem;
  right: 0;
  z-index: 2;
  margin: auto;
}
.gradient { background-image: linear-gradient(to top, rgba(10, 7, 28, 0.9) 0%, transparent);
    position: absolute;
    bottom: 0;
   top:0;
	left:0;
		right:0;
	z-index: 1;}
/*svg*/
.fleche-down-darkbg {display: block;
  width: 1.5rem;
  height: auto;
  margin: auto;
  transform: rotate(90deg);}
.fleche-down-darkbg svg {fill:var(--white)}

/* =Featured Image
-------------------------------------------------------------- */
.post-thumbnail img {width:100%;height:auto}

.post-thumbnail.animated {overflow:hidden;  }
.post-thumbnail.animated img:hover {
transform: scale(1.1);
}
	.post-thumbnail.animated img {transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;}

h2 a {transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;}


/* = Posts grid
-------------------------------------------------------------- */

#gridlist {display: flex;
flex-wrap: wrap;
justify-content: flex-start;
row-gap:3.75rem;
column-gap: 5%;
	
}
#post-grid {
  background:var(--white);
 width: 30%;
	border-radius: 0.4rem;
  overflow: hidden;
}

/* = Posts & pages basics
-------------------------------------------------------------- */

/*.single .entry-content p:first-of-type, .page .entry-content p:first-child {font-size:1.8rem;font-weight:700}*/
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {color:var(--dark);font-size:2rem;line-height:1.2;font-weight:700; margin-bottom:1.875rem;margin-top: 3rem;}

.entry-content ul {margin-bottom:1.875rem;}
.entry-content li {list-style:disc;margin-left:2rem; margin-bottom:1.5rem}

/* = Related Posts 
-------------------------------------------------------------- */

#related-posts #post-grid {background: var(--white);}

/* = Comments
-------------------------------------------------------------- */
.comment-list article {background:var(--gray);padding:2rem;margin-bottom:2rem;border-radius:8px}
.comment-respond label {display: none;}

/* = Carousel
-------------------------------------------------------------- */

.team-carousel {width:100%;}
.team-carousel-item {width:23.5%;margin:0 1%;float:left}

button.flickity-prev-next-button {width: 100px;height: 100px; padding:0;outline: none !important;}

/* icon color */
.flickity-button-icon {fill: var(--bleu);}

.flickity-prev-next-button.next {right: -15%;} .flickity-prev-next-button.previous {left: -15%;}
.flickity-page-dots {bottom:0%;}
.flickity-button:disabled {opacity: 0 !important}

.flickity-enabled:focus .flickity-viewport {outline: none !important;}
button.flickity-button, button.flickity-button:hover, button.flickity-button:focus { box-shadow: none!important;}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	color:var(--dark);
	background: var(--white);
	font-family: "Roboto", serif;
	font-size:1.25rem;
	overflow:hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
#hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {color:var(--bleu);text-decoration:none}
a:focus {outline:none;}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
	color:var(--bleu)
}
a img {
	border: 0;
}

/* =Structure
----------------------------------------------- */


.container {
    margin: 0 auto;
    position: relative;
	width:80%;
	max-width:100rem;
}
.container90 {
	margin: 0 auto;
    position: relative;
	width:96%;
	max-width:118.75rem;
}
.container70 {margin: 0 auto;
    position: relative;
	width:70%;
	max-width:100rem;}

p {margin-bottom:1.875rem}


/* =Genericons
----------------------------------------------- */

.social-circle {width:2.4rem;height:2.4rem; background:var(--dark); border-radius:50%; display:flex;align-items:center;justify-content:center;border:0px solid #fff; -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}



.rs-set {}

.rs-set:hover svg {fill:var(--white);-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.rs-set svg {width:1.4rem; fill:var(--white)}

/* Contact Form */

.wpcf7 {text-align:center}
.grecaptcha-badge {display:none}
.wpcf7 br {display:none}
.wpcf7 input[type="text"], input[type="url"], .wpcf7 input[type="email"] {width:100%;margin-bottom: 1.875rem;} .wpcf7 textarea {width:100%; margin-bottom: 1.125rem;}
.wpcf7 input[type="text"], input[type="url"], .wpcf7 input[type="email"],.wpcf7 textarea
{border: none;border-bottom: 1px solid var(--dark);background: none;padding-left: 0;}
.wpcf7-list-item {display:block;font-size:0.8rem;margin-bottom:1.875rem;font-weight:400;width:100%;text-align:left;margin-left:0 !important}
.wpcf7 input[type="submit"] {}
.wpcf7-list-item-label {padding-left:6px;font-weight: 300;}
.wpcf7-spinner {display:none}
.wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  padding:1rem;
}
.wpcf7-form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size:0.8rem !important;
 position: absolute;
  width:20rem;
  display: flex;
  top: 0;
}
.wpcf7-form-control-wrap {
	display: block;}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}


/* GALLERIES */

.gallery {
	width:100%;
	height:50vh;
	overflow:hidden;
	background:var(--dark);
	margin-bottom:20px
}

.gallery-item {
	
	width: 100%;
	
}

.gallery-item img {margin:auto;height:50vh;width:auto;display:block}
.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
.gallery-item .gallery-caption {position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: var(--white) !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
  background: rgb(0, 0, 0,0.8);
  padding:2%;
padding: 0.5rem 1rem;
  margin-top: 0;opacity:0;transition: ease-in-out 0.4s;}
.gallery-item:hover .gallery-caption {opacity:1}

.gallery .flickity-prev-next-button.previous {left: 0%;}
.gallery .flickity-prev-next-button.next {right: 0%;}

.gallery .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
text-align: center;}
.gallery button.flickity-button, button.flickity-button:hover, .gallery button.flickity-button:focus {background: transparent;}
.gallery .flickity-button-icon {fill: var(--white);}

/*fancy*/
.fancybox__nav button {background:transparent !important}

/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	
	line-height: 1;
}



input,
textarea {
	border-color: #999;
	
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--white);
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size:1rem;
	margin: 0;
	max-width: 100%;
	padding: 1.4rem 1.6rem;
	font-family: inherit;
	
}

select {
	font-size: 1em;
}

textarea {
	font-family:inherit;
	height:8rem;
	line-height: 1.5;
	width: 80%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--dark);
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 1.125rem 2.5rem 1.125rem 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 0.4s;
  font-family: inherit;
  border-radius:4px;
	
}
@-moz-document url-prefix() {
    button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"]{/*padding-top:18px;*/}
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: none;
	background: var(--dark);
  color: var(--white);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: none;
	
}

/* = Pagination
----------------------------------------------- */
.navigation {height: 50px;
line-height: 50px;
margin-top: 60px;
text-align: center;
border-top: 1px solid #DDD;
	padding-top: 60px;}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: var(--white);
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: var(--white);
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color:var(--white);
}

/* =Footer
----------------------------------------------- */
#colophon {background-color:var(--dark);color:var(--white);border-top: 1px solid var(--dark);}
.footer-l1 {display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray2);}
.footer-l2 {display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;}
.footer-menu {display:flex;text-align:center}
.footer-navigation li {margin-left:3rem;}
.footer-navigation li a {color:var(--white);font-size:0.9rem;letter-spacing: 1px;}
.footer-l2 .footer-navigation li a {font-size: 0.8rem;}
.footer-l1 .footer-navigation {text-transform: uppercase;}
.footer-navigation li a:hover {color:var(--white)}
.copy {font-size: 0.8rem;}
#logo-footer img {height: 2rem;margin:auto}

#footer-widget {display:none;flex-wrap: wrap;justify-content:flex-start;column-gap:6.6%;border-top:1px solid var(--white) }
#footer-widget .widget-area {width:20%;}
#footer-widget h3 {font-weight:700;margin-bottom:20px;text-transform:uppercase}
#footer-widget a {color:var(--white)}
#footer-widget a:hover {color:var(--dark)}
#footer-widget ul {list-style:none}
#footer-widget li {margin-bottom:10px}

.social-footer {text-align:center}
.social-footer .social-item {display:inline-block;margin:6px}
.social-footer .social-circle {background: var(--white);}
.social-footer .rs-set svg {fill: var(--dark);}