*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body{
font-family: 'Montserrat';
line-height:1.2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.fixed{
width:100%;
height:100%;
overflow:hidden;	
transition: all 0.3s 1s ease-out;
}
body.fixed:before {
content: '';
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.41);
width: 100%;
height: 100%;
z-index: 900;
transition: all 0.3s 1s ease-out;
}
*:focus {
outline: none;
}
p, a, h1, h2, h3, h4, h5, h6 {
margin:0 auto;
padding:0;
width:auto;	
line-height:1.5;
font-family: 'Montserrat';
}
.site-content-contain ul {
padding: 0 0 0 15px;
}
.site-content-contain li {
color: #50528c;
font-size: 0.9em;
margin-bottom: 8px;
font-family: 'Montserrat';
line-height:1.2;
position: relative;
list-style: none;
}
.site-content-contain li:before {
content: '';
position: absolute;
top: 3px;
left: -15px;
width: 10px;
height: 10px;
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/puce.svg);
background-size: 10px;
background-position: center center;
background-repeat: no-repeat;
}
a:hover {
text-decoration: none;
}
.sticky {
position: -webkit-sticky !important;
position: sticky !important;
top: 0px;
bottom: 50px;
z-index: 50;
}
.cli-tab-header a.cli-nav-link {
text-align: left;
display: block;
float: left;
margin: initial;
}   .globalPost {
padding: 4em 0;
}
.globalPost h3 {
color: #191a2f;
font-family: 'Mosk Ultra-Bold 900';
font-size: 2em;
line-height: 1;
margin-bottom: 1em;
}
.globalPost p strong {
font-family: 'MontserratSemiBold';
}
.wsp-container ul {
padding: 0;
list-style: none;
}
.wsp-container li a {
color: #50528c;
font-size: 0.9em;
margin-bottom: 1em;
font-family: 'Montserrat';
line-height:1.2;
} #menu-fixed {
position: absolute;
right: 20px;
top: 72px;
z-index: 999999999999;
visibility:hidden;
transition:all 0.4s ease-out;
opacity:0;
}
#menu-fixed.visible {
visibility:visible;
opacity:1;
}
.menu-trigger,
.menu-trigger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.menu-trigger {
position: relative; padding: 5px;
width: 45px;
height: 45px;
}
.menu-trigger span {
position: absolute;
left: 7px;
width: 30px;
height: 5px;
background-color: #000000;
border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
top: 10px;
}
.menu-trigger span:nth-of-type(2) {
top: 20px;
}
.menu-trigger span:nth-of-type(3) {
bottom: 10px;
}
.menu-trigger.type7.active-7 span:nth-of-type(1) {
-webkit-animation : actionOne .75s forwards;
animation : actionOne .75s forwards;
background-color: #3c3c3b;
}
.menu-trigger.type7.active-7 span:nth-of-type(3) {
-webkit-animation : actionTwo .75s forwards;
animation : actionTwo .75s forwards;
background-color: #3c3c3b;
}
.menu-trigger.type7.active-7 span:nth-of-type(2) {
-webkit-animation : actionThree .75s forwards;
animation : actionThree .75s forwards;
background-color: #3c3c3b;
}
@keyframes actionOne {
0% {
top:10px;
}
50% {
top:20px;
}
100% {
top:20px;
transform: rotate(45deg);
}
}
@keyframes actionTwo {
0% {
bottom:10px;
}
50% {
bottom:20px;
}
100% {
bottom:20px;
transform: rotate(-45deg);
}
}
@keyframes actionThree {
0% {
width:30px;
}
50% {
width:0;
}
100% {
width:0;
}
}
#full-menu {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #FFFFFF;
z-index: 99999999;
visibility:hidden;
transition:all 0.25s ease-out;
opacity:0;
overflow: scroll;
}
#full-menu .backTopFull {
width: 100%;
height: 110px;
background-size: cover;
background-position: center center;
}
#full-menu .menu {
width: 100%;
text-align: center;
padding: 0;
}
#full-menu .logo-menu {
display:none;
}
#full-menu.active {
visibility:visible;	
opacity:1;
z-index: 99999999;
}
#full-menu .logo {
position: absolute;
top: 200px;
left: 50%;
transform: translateX(-50%);
max-width: 350px;
border: 0;
height: auto;
width: 90%;
}
#full-menu .logo img {
max-width: 100%;
}
#full-menu > ul { position: relative;
top: initial;
left: 0;
transform: initial;
padding-bottom: 5em;
margin-top: 3em;
}
#full-menu > ul li {
text-align: left;
padding-left: 3em;
font-family: 'Mosk Bold 700';
list-style: none;
font-size: 1em;
margin-bottom: 15px;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
}
#full-menu > ul li a {
color: #3c3c3b;
transition:all 0.3s;
font-size: 1.2em;
font-family: 'Mosk Bold 700';
}
#masthead #full-menu .menu li a {
color: #3c3c3b;
transition: all 0.3s;
font-size: 1.6em;
}
#full-menu .sub-menu {
padding: initial;
}
#full-menu .sub-menu li {
padding-left: 20px;
margin-top: 15px;
border-bottom: initial;
font-size: 0.8em;
}
#full-menu > ul li a:after {
content: none;
}
#masthead #full-menu > ul li a:hover {
color:#f19799;
}
#full-menu > ul li .sub-menu li a {
font-size: 0.5em;
display: block;
}
#full-menu .site-title {
width: initial;
max-width: 200px;
margin-bottom: 2em;
margin-top: 30px;
} .topMenu {
align-content: center;
align-items: center;
padding: 1em 0;
}
.menuheader ul {
padding: 0;
display: flex;
list-style: none;
justify-content: flex-end;
align-content: center;
align-items: center;
}
.menuheader ul li {
margin: 0 8px;
position: relative;
}
.menuheader ul li a {
color: #333349;
transition:all 0.3s ease-out;
font-family: 'Mosk Bold 700';
font-size: 0.9em;
padding: 2.08em 0px 50px;
position: relative;
top: -2px;
line-height: 1.3;
}
.menuheader ul li:hover a {
color: #ee707f;
}
.menuheader ul li a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 5px;
background: #ee707f;
transition:all 0.3s ease-out;
}
.menuheader ul li:hover a:before {
width: 100%;
}
.menuheader ul li.current_page_item a:before {
width: 100%;
}
.menuheader ul li.current-menu-parent a:before {
width: 100%;
}
.menuheader ul li.current_page_item a {
color: #ee707f;
}
.menuheader ul li.current-menu-parent a {
color: #ee707f;
}
.surheader {
background: #333349;
padding: 0;
}
.surheader ul {
padding: 0;
display: flex;
list-style: none;
justify-content: flex-end;
align-content: center;
align-items: center;
margin-bottom: initial;
}
.surheader ul li {
padding: 12px;
background: #726b8c;
border-right: 1px solid #333349;
}
.surheader ul li a {
color: #FFFFFF;
transition:all 0.3s ease-out;
font-family: 'Mosk Bold 700';
font-size: 0.9em;
}
.paddingBloc {
padding: 5em 0;
}
.bandHead {
background-size: cover;
background-position: center center;
width: 100%;
height: 230px;
position: relative;
}
.bandHead:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #3c3c3b;
opacity: 0.3;
}
.bandHead h1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
color: #FFF;
text-transform: uppercase;
font-family: 'Oswald';
}
.menuheader ul.sub-menu {
position: absolute;
border: none;
padding:10px;
left: 58%;
top: 330%;
width: 210px;
border-radius: 0;
-webkit-border-radius: 0;
margin: 0;
z-index: 9999;
display: none;
background: #FFFFFF;
transform: translateX(-50%);
text-align: center;
}
.menuheader ul li .sub-menu li, .menuheader ul li .sub-menu li a {
padding: initial;
margin-bottom: 10px;
color: #191a2f;
}
.menuheader ul li .sub-menu li a:before {
content: none;
}
.menuheader ul li:hover .sub-menu {
display: block;
}
.menuheader ul li .sub-menu li a:hover {
color: #dd7680;
} .groupeHome {
position: relative;
}
.bullContact {
margin-top: -140px;
}
.ctaRoundContact {
color: #FFF;
text-transform: uppercase;
font-size: 16px;
transition: all 0.3s ease-out;
background: #ee707f;
padding: 45px 20px;
border-radius: 70px 0 0 70px;
margin: 0 auto;
display: block;
width: 100%;
max-width: 240px;
text-align: center;
position: relative;
font-family: 'Mosk Ultra-Bold 900';
float: right;
display: flex;
}
.ctaRoundContact:hover {
background: #333349;
color: #FFFFFF;
}
.ctaRoundContact img {
max-width: 40px;
display: block;
width: 100%;
} 
.chapeau {
color: #ee707f;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 0.8em;
margin-bottom: 10px;
font-family: 'MontserratSemiBold';
}
.bigTitle {
color: #191a2f;
font-family: 'Mosk Ultra-Bold 900';
font-size: 2.5em;
line-height: 1;
margin-bottom: 1em;
letter-spacing: 0.5px;
}
.whiteTitle {
color: #FFFFFF;
}
p { color: #5b5c8e;
line-height: 1.5;
font-size: 0.9em;
margin-bottom: 1em;
}
.btCta {
color: #ee707f;
font-family: 'OswaldBold';
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1em;
margin-top: 2em;
margin-bottom: 1em;
display: inline-block;
position: relative;
transition: all 0.3s ease-out;
}
.btCta:hover {
color: #ee707f;
}
.btCta:hover:after {
left: 110%;
}
.btCta:after {
content: '';
position: absolute;
top: 50%;
left: 105%;
transform: translateY(-50%);
width: 27px;
height: 27px;
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/icone_cta_blue.svg);
background-size: 27px;
background-position: center center;
background-repeat: no-repeat;
transition: all 0.3s ease-out;
}
.btCta.whiteCta:after {
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/icone_cta_white.svg);
background-size: 27px;
background-position: center center;
background-repeat: no-repeat;
transition: all 0.3s ease-out;
}
.itemBloc {
max-width: 90%;
width: 100%;
}
.metierHome {
background: #333349;
position: relative;
padding: 7em 0;
background-image: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/letters.svg);
background-repeat: no-repeat;
background-position:right center;
background-attachment: fixed;
}
.metierHome p {
color: #FFFFFF;
}
figure.imgO {
width: 100%;
height: 480px;
max-width: 340px;
border-radius: 20px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.number {
color: #FFF;
font-family: 'OswaldBold';
font-size: 3em;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
opacity: 0.3;
}
.sliderHome {
padding: 0;
position: relative;
overflow: hidden;
}
.sliderHome:before {
content: '';
position: absolute;
right: -10%;
top: -10%;
width: 40%;
height: 96%;
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/opaqCircle.svg);
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
z-index: 200;
}
.sliderHome figure {
width: 100%;
height: 320px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.slideInfo {
max-width: 80%;
width: 100%;
position: relative;
margin-top: -140px;
z-index: 10;
}
.slideInfo .owl-item:first-child {
background: #dd7680;
transition: all 0.3s ease-out;
}
.slideInfo .owl-item:nth-child(2) {
background: #333348;
transition: all 0.3s ease-out;
}
.slideInfo .owl-item:last-child {
background: #485ca6;
transition: all 0.3s ease-out;
}
.slideInfo .owl-item {
max-width: 100px;
transition: all 0.6s ease-out;
min-height: 230px;
padding: 1em;
}
.slideInfo .owl-item.current {
max-width: 500px;
transition: all 0.6s ease-out;
top: initial;
min-height: 280px;
}
.slideInfo .owl-item .containSlide {
visibility: hidden;
height: 0;
}
.slideInfo .owl-item.current .containSlide {
visibility: visible;
height: initial;
}
.slideInfo h3 {
color: #FFFFFF;
font-family: 'Mosk Bold 700';
text-transform: uppercase;
font-size: 1em;
margin-bottom: 1em;
}
.slideInfo p {
color: #FFFFFF;
}
.sliderInfo {
padding: 0;
height: 330px;
}
.infoItem {
display: none;
}
.buttonAction {
position: absolute;
right: 10%;
top: 455px;
z-index: 999999;
}
.buttonAction .contain {
display: flex;
align-content: center;
align-items: center;
}
.buttonAction .contain a {
margin: 0 10px;
}
.actuHome {
position: relative;
}
.centerTitle {
text-align: center;
margin: 0 auto;
max-width: 600px;
}
.actuBloc {
margin-top: 3em;
margin-bottom: 3em;
}
.itemActu figure {
width: 100%;
height: 200px;
background-color: #000;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.littleTitle {
color: #191a2f;
font-family: 'Mosk Ultra-Bold 900';
font-size: 1.3em;
line-height: 1;
margin-bottom: 20px;
}
.ctaRound {
color: #FFF;
font-family: 'OswaldBold';
text-transform: uppercase;
font-size: 13px;
position: relative;
transition: all 0.3s ease-out;
background: #ee707f;
padding: 15px 20px;
border-radius: 50px;
margin: 0 auto;
display: block;
width: 100%;
max-width: 240px;
text-align: center;
}
.ctaRound:hover {
background: #333349;
color: #FFFFFF;
}
.blueCta {
background: #485ca6;
}
.item-focus figure {
height: 200px;
border-radius: 20px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
.item-focus figure:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333349;
opacity: 0.6;
}
.item-focus figure a {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%, -50%);
color: #fff;
font-family: 'Oswald';
font-size: 2em;
text-transform: uppercase;
}
.focusHome {
position: relative;
}
.itemScroll {
max-width: 120px;
width: 100%;
position: absolute;
right: 12%;
top: 0%;
}
.leftScroll {
right: initial;
left: -5%;
}
.rightScroll {
max-width: 70px;
top: 5%;
}
.imgSix .leftScroll {
right: initial;
left: -5%;
top: -10%;
z-index: 9;
}
.imgSix .rightScroll {
max-width: 70px;
bottom: 7%;
right: initial;
left: 50%;
z-index: 20;
top: initial;
} .title-offre {
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
border-bottom: 1px solid #ee707f;
padding-bottom: 25px;
margin-bottom: 25px;
padding-left: initial;
}
.title-offre span {
width: 20%;
text-align: left;
color: #485ca6;
font-family: 'MontserratExtraBold';
font-size: 12px;
letter-spacing: 2px;
}
.title-offre span.titref, .title-offre span.titdat {
width: 12%;
}
.title-offre span.titvil  {
width: 18%;
}
.title-offre span.titdem  {
width: 24%;
}
.title-offre span.titsec {
width: 34%;
}
.itemOffre {
border-bottom: 1px solid #485ca6;
padding-bottom: 25px;
margin-bottom: 25px;
padding-left: initial;
}
.itemOffre div {
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
font-size: 0.9em;
}
.itemOffre div span {
width: 20%;
text-align: left;
}
.itemOffre div span.ref, .itemOffre div span.date {
width: 12%;
}
.itemOffre div span.ville {
width: 18%;
}
.itemOffre div span.demande  {
width: 24%;
padding-right: 30px;
}
.itemOffre div span.secteur {
width: 34%;
padding-right: 30px;
}
.ref {
color: #191a2f;
text-transform: uppercase;
font-family: 'MontserratLight';
}
.demande, .secteur, .ville {
color: #191a2f;
font-family: 'MontserratBold';
}
.date {
color: #ee707f;
font-family: 'MontserratBold';
}
.entente {
position: relative;
}
.containOffre {
position: relative;
}
.offreBloc {
margin-bottom: 5em;
}
.totalOffre {
color: #FFF;
font-family: 'MontserratBold';
font-size: 13px;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease-out;
background: #ee707f;
padding: 7px 10px;
border-radius: 50px;
margin: 0 auto;
display: inline-block;
width: 100%;
text-align: center;
max-width: 125px;
margin-bottom: 2em;
}
.totalOffre span {
display: inline-block;
} .page-template-page-nousrejoindre .centerTitle {
text-align: left;
margin: 0 auto;
max-width: 980px;
width: 100%;
}
.page-template-page-nousrejoindre .chapeau, .page-template-page-nousrejoindre .bigTitle {
text-align: center;
}
.page-template-page-nousrejoindre .itemScroll{
right: 2%;
}
.formRejoindre {
padding-bottom: 4em;
}
.formRejoindre .contain {
max-width: 980px;
margin: 0 auto;
width: 100%;
}
.wpcf7 label {
color: #191a2f;
font-family: 'MontserratBold';
font-size: 13px;
position: relative;
}
.obligatory label:after {
content: '*';
position: absolute;
top: 0;
left: 101%;
}
.wpcf7 input {
border: 1px solid #000;
border-radius: 4px;
padding: 7px;
width: 100%;
}
.wpcf7 select {
border: 1px solid #000;
border-radius: 4px;
padding: 7px;
width: 100%;
}
.wpcf7 input[type="checkbox"] {
width: initial;
margin-right: 10px;
}
.wpcf7 textarea {
border: 1px solid #000;
border-radius: 4px;
padding: 7px;
width: 100%;
}
.itemForm {
margin-bottom: 1.5em;
}
.wpcf7-list-item {
margin: initial;
}
.submit input {
color: #FFF;
font-family: 'OswaldBold';
text-transform: uppercase;
font-size: 13px;
position: relative;
transition: all 0.3s ease-out;
background: #ee707f;
padding: 15px 20px;
border-radius: 50px;
margin: 0 auto;
display: block;
width: 100%;
max-width: 240px;
text-align: center;
border: 0;
cursor: pointer;
}
.submit input:disabled {
opacity: 0.4;
}
.submit input:hover {
background: #333349;
} .histoireBloc .imgSix {
align-self: center;
}
.histoireBloc figure {
float: right;
}
.histoireBloc .leftScroll {
left: initial;
right: 51%;
}
.histoireBloc .rightScroll {
left: 80%;
}
.evolBloc {
background-color: #333349;
padding-bottom: 2em;
margin-bottom: 5em;
position: relative;
}
.evolBloc p {
color: #FFFFFF;
}
.evolBloc .rightScroll {
max-width: 400px;
top: 0;
right: 5%;
opacity: 0.3;
}
.itemDirect {
width: 100%;
cursor: pointer;
position: relative;
}
.itemDirect a {
background: #000000;
padding: 1em;
border-radius: 20px;
display: block;
padding-bottom: 4em;
cursor: pointer;
position: relative;
transition: all 0.5s ease-out;
}
.itemDirect:hover a {
box-shadow: -2px 1px 52px 1px rgba(14,34,61,0.82);
-webkit-box-shadow: -2px 1px 52px 1px rgba(14,34,61,0.82);
-moz-box-shadow: -2px 1px 52px 1px rgba(14,34,61,0.82);
transform: scale(1.03);
}
.itemDirect:first-child a {
background: #ee707f;
}
.itemDirect:nth-child(2) a {
background: #485ca6;
}
.itemDirect:last-child a {
background: #f6af96;
}
.linkTitle {
color: #FFFFFF;
font-family: 'OswaldBold';
font-size: 1.3em;
text-transform: uppercase;
max-width: 65%;
margin: initial;
}
.blocLinkDirect {
position: relative;
top: 5em;
}
.itemDirect img {
max-width: 40px;
width: 100%;
position: absolute;
bottom: 20px;
right: 20px;
}
.sectionRej a {
margin-top: 4em;
}
.orthoBloc {
padding-bottom: 1em;
}
.onlyList .itemOrtho {
max-width: 280px;
}
.listingOrtho {
padding: 0 0 4em;
}
.listingOrtho > h4 {
padding-left: 10%;
}
.listOrtho {
padding-left: 10%;
position: relative;
}
.listingOrtho .listOrtho {
height: 400px !important;
}
.listOrtho .owl-stage-outer { height: 100%;
}
.itemOrtho { cursor: pointer;
transition: all 0.4s ease-out;
opacity: 1;
width: 100%;
position: relative !important;
left: initial !important;
top: initial !important;
-webkit-transform: initial !important;
-moz-transform: initial !important;
transform: initial !important;
}
.itemOrtho.otherItem {
opacity: 0.8;
}
.itemOrtho.currentHover {
opacity: 1;
}
.itemOrtho figure {
width: 100%;
height: 370px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
border-radius: 20px;
position: relative;
}
.itemOrtho figure:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.itemOrtho hgroup {
position: absolute;
bottom: 20px;
left: 20px;
}
.itemOrtho h4 {
color: #ee707f;
font-family: 'Mosk Ultra-Bold 900';
font-size: 1em;
line-height: 1;
margin-bottom: 1em;
text-transform: uppercase;
}
.villeOrtho {
font-family: 'MontserratBold';
color: #FFFFFF;
margin-bottom: initial;
}
.region {
font-family: 'MontserratLight';
color: #FFFFFF;
margin-bottom: initial;
}
.listOrtho .owl-nav {
position: absolute;
right: 15px;
top: -80px;
z-index: 5;
width: 130px;
height: 20%;
display: flex !important;
align-content: center;
align-items: center;
left: initial;
}
.listOrtho .owl-nav > div {
height: 55px;
width: 55px;
align-self: center;
text-align: center;
color: #FFFFFF;
position: relative;
text-indent: -9999px;
transition: all 0.3s ease-out;
border-radius: 50px;
margin: 10px 5px;
}
.listOrtho .owl-nav > div::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 100px;
}
.listOrtho .owl-nav > div.owl-prev::after {
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/icone_cta_black_left.svg);
background-repeat: no-repeat;
background-size: 50px;
background-position: center center;
}
.listOrtho .owl-nav > div.owl-next::after {
background: url(//orthatlantic.fr/wp-content/themes/orthatlantic/images/svg/icone_cta_black.svg);
background-repeat: no-repeat;
background-size: 50px;
background-position: center center;
}
.tagStatut {
background: #485ca6;
padding: 10px;
color: #FFF;
border-radius: 10px;
font-size: 11px;
display: inline-block;
margin-top: 10px;
}
.tagStatut.associee {
background: #485ca6;
}
.tagStatut.collaborateurices {
background: #ee707f;
}
.tagStatut.secretaires {
background: #f6af96;
}
.page-template-page-contact-orthoptistes .containAllOrtho .listOrtho {
height: initial !important;
}
.itemOrthoContact {
margin-bottom: 3em;
border-bottom: 1px solid #333349;
padding-bottom: 3em;
}
.containContactOrtho {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.containContactOrtho > a {
width: 120px;
height: 120px;
margin: initial;
margin-right: 3em;
}
.containContactOrtho > hgroup {
position: relative;
bottom: initial;
left: initial;
width: initial;
}
.containContactOrtho  hgroup {
position: relative;
bottom: initial;
left: initial;
width: initial;
}
.itemOrthoContact figure {
width: 120px;
height: 120px;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.containContactOrtho .villeOrtho {
color: #333349;
}
.containContactOrtho hgroup h4, .containContactOrtho hgroup p {
color: #333349;
margin-bottom: 5px;
}
.containContactOrtho hgroup h4.chapeau a {
color: #ee707f;
margin-bottom: 5px;
text-transform: initial;
line-height: initial;
}
.containContactOrtho .mailOrtho {
color: #485ca6;
font-family: 'MontserratBold';
margin-bottom: 1em;
} .profil .ctaRound {
display: block;
margin: initial;
}
.linkMore {
display: flex;
align-content: center;
align-items: center;
justify-content: flex-start;
}
.linkMore > a {
margin-right: 10px !important;
}
.special {
padding-top: 3em;
}
.special h2 {
margin-bottom: 10px;
} .special .chapeau a {
color: #ee707f;
text-transform: uppercase;
letter-spacing: 3px;
font-family: 'MontserratSemiBold';
cursor: pointer;
}
.specialite {
margin-top: 3em;
}
.presOrtho {
padding: 3em 0;
}
.presOrtho .row div {
margin-bottom: 3em;
}
.presOrtho h4 {
margin-bottom: 3em;
}
.specialite h4 {
color: #485ca6;
font-family: 'MontserratExtraBold';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.8em;
margin-bottom: 1em;
}
.specialite ul {
padding: 0;
}
.specialite ul li {
color: #5b5c8e;
line-height: 1.3;
font-size: 0.9em;
margin-bottom: 4px;
list-style: none;
}
.horairesOrtho .container {
background: #333349;
padding: 3em 4em;
border-radius: 20px;
}
.itemJour h4 {
color: #ee707f;
text-transform: uppercase;
font-family: 'OswaldBold';
font-size: 1em;
margin-bottom: 20px;
}
.itemJour p {
color: #FFFFFF;
font-family: 'MontserratBold';
margin-bottom: initial;
}
.itemJour span {
color: #f6af96;
line-height: 1.3;
font-size: 0.9em;
}
.groupMat {
margin-bottom: 2em;
}
.imgProfil {
position: relative;
top: -70px;
}
.imgProfil .itemScroll {
z-index: 10;
}
.imgProfil .rightScroll {
max-width: 70px;
top: 55%;
right: 20px;
}
.imgProfil .tagStatut {
position: absolute;
bottom: 20px;
left: 20px;
} .coordo {
margin-top: 3em;
display: flex;
align-content: flex-start;
align-items: flex-start;
}
.coordo h5 {
color: #ee707f;
text-transform: uppercase;
font-family: 'MontserratBold';
font-size: 1em;
max-width: 400px;
margin: initial;
}
.blueLittleTitle {
color: #485ca6;
font-family: 'MontserratExtraBold';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.8em;
margin-bottom: 1em;
}
.descCab {
max-width: 700px;
margin-top: 2em;
margin-bottom: 5em;
}
.orangeCta {
color: #f6af98;
background: #333349;
font-size: 24px;
font-family: 'Oswald';
}
.orangeCta img {
max-width: 40px;
margin-right: 12px;
vertical-align: text-top;
}
.cabOrt {
padding-bottom: 4em;
}
.cabOrt h4 {
margin-bottom: 2em;
}
.containAllOrtho .listOrtho {
padding: initial;
height: initial;
}
.filter-contain {
margin-top: 4em;
}
.containDep {
padding: 4em 0;
}
.listDep {
display: flex;
justify-content: flex-start;
align-items: center;
align-items: center;
}
.site-content-contain .linkDep {
list-style: none;
margin: 0 4px 8px 0;
}
.site-content-contain .linkDep::before {
content: none;
}
.linkDep a {
color: #FFF;
font-family: 'OswaldBold';
text-transform: uppercase;
font-size: 13px;
position: relative;
transition: all 0.3s ease-out;
background: #ee707f;
padding: 15px 20px;
border-radius: 50px;
margin: 0 auto;
display: block;
width: 100%;
max-width: 240px;
text-align: center;
}
.linkDep a:hover {
background: #333349;
color: #FFFFFF;
} .listCabinetDep figure {
background-size: cover;
background-position: center center;
border-radius: 8px;
padding: 3em;
color: #FFF;
position: relative;
min-height: 200px;
}
.listCabinetDep figure:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.41);
}
.legendeCab {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
}
.legendeCab h3 {
color: #fff;
font-family: 'MontserratExtraBold';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.8em;
margin-bottom: 1em;
} .itemPart {
margin-bottom: 4em;
}
.itemPart > div {
border: 1px solid #f7efef;
padding: 1em;
height: 100%;
}
.itemPart figure {
width: 100%;
height: 250px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.itemPart h2 {
font-size: 1.4em;
} .artImg {
position: relative;
top: -50px;
}
.artImg figure {
width: 100%;
height: 500px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.artInfo ul {
padding: 0;
text-align: left;
}
.artInfo ul li {
list-style: none;
display: flex;
justify-content: flex-start;
align-content: center;
align-items: center;
margin-bottom: 1em;
}
.artInfo ul li:before {
content: none;
}
.artInfo ul li h5 {
text-align: left;
display: block;
margin: initial;
margin-right: 1em;
min-width: 200px;
}
.catblog {
font-size: 0.8em;
}
.catblog a, .catblog {
color: #333349;
font-family: 'MontserratExtraBold';
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 1em;
}
.descBlog {
margin-top: 1em;
margin-bottom: 4em;
}
.descBlog iframe {
max-width: 100%;
width: 100%;
margin: 0 auto;
}
.contain-post-similar {
background: #f0f0f4;
}
.containActuArchive .itemActu > div {
border: 1px solid #f7efef;
padding: 1em;
height: 100%;
} #mapHome {
height: 590px;
overflow: hidden;
padding-top: 0;
}
#mapHome > .row {
border: 1px solid #5b5c8e;
margin: initial;
padding: 0;
}
.leftMap {
height: 520px;
padding: 0;
}
.title-map {
padding: 0;
}
.ListCabBloc {
padding: 0;
}
.ListCabBloc > ul {
padding: 0;
overflow-y: scroll;
position: relative;
height: 500px;
}
.btMapAct {
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
margin: 10px 0;
}
.btMapAct > a {
width: 80%;
max-width: 200px;
font-size: 11px;
margin: initial;
}
.orangeCtaRound {
background: #f6af96;
}
.itemCabList {
padding: 10px 10px 10px 30px;
list-style: none;
border-bottom: 1px solid silver;
transition: all 0.3s ease-out;
cursor: pointer;
}
.itemCabList:hover {
background: #f9f3f3;
}
.itemCabList h6 {
display: none;
}
.addCab {
color: #5b5c8e;
display: block;
}
.phoneCab {
color: #ee707f;
display: block;
font-family: 'MontserratBold';
}
.popupLink {
color: #5b5c8e;
font-size: 1.5em;
font-family: 'MontserratBold';
} .itemDocOrt {
margin-bottom: 1.5em;
}
.itemDocOrt figure {
width: 100%;
height: 120px;
background-color: #000;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.itemDocOrt > div {
border: 1px solid #f7efef;
padding: 1em;
height: 100%;
} .contenuBloc {
padding-bottom: 0;
}
.contenuBloc > div {
padding: 0;
}
.contenuBloc > div .row {
align-content: center;
align-items: center;
max-width: 100%;
width: 100%;
margin: initial;
}
.contenuBloc ul li {
color: #50528c;
line-height: 1.3;
font-size: 0.9em;
margin-bottom: 6px;
}
.contenuBloc a, .contenuBloc li a {
color: #50528c;
text-decoration: underline;
font-family: 'MontserratBold';
transition: all 0.3s ease-out;
}
.contenuBloc a:hover, .contenuBloc li a:hover {
color: #dd7680;
text-decoration: underline;
font-family: 'MontserratBold';
}
.fullImg {
min-height: 550px;
width: 100%;
padding: 0;
display: flex;
align-self: stretch;
}
.fullImg figure {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.contenuBloc .containText {
padding: 2em 4em;
}
.containerBlocContenu:nth-child(2n) {
flex-flow: row-reverse;
}
.contenuBloc .containText img { height: initial;
margin: 0 auto;
display: block;
}
.otherLink {
background: #ee707f;
padding: 5em 0;
position: relative;
overflow: hidden;
}
.otherLink .rightScroll {
max-width: 800px;
top: -55%;
right: -15%;
}
.otherLink .row {
align-items: center;
}
.textOther p {
color: #FFFFFF;
}
.linkOther {
text-align: center;
}
.linkOther a {
color: #333348;
}
.linkOther a:hover {
color: #FFFFFF;
}
blockquote {
background: #5b5c8e;
padding: 1em;
border-radius: 20px;
text-align: center;
}
blockquote p {
color: #FFFFFF;
font-family: 'MontserratBold';
} #colophon {
background: #333349;
padding: 3em;
color: #FFF;
}
.item-footerMenu h3 {
color: #ee707f;
text-transform: uppercase;
font-family: 'OswaldBold';
font-size: 1.2em;
margin-bottom: 20px;
}
.item-footerMenu ul {
padding: 0;
list-style: none;
}
.item-footerMenu ul li {
font-size: 14px;
margin-bottom: 5px;
}
.item-footerMenu ul li a {
color: #ffffff;
transition: all 0.3s ease-out;
font-family: 'MontserratMedium';
}
.item-footerMenu ul li:hover a {
color: #ee707f;
}
.site-info {
margin-top: 4em;
}
.site-info p, .site-info a {
color: #9798c4;
font-size: 12px;
} @media only screen and (max-width: 1200px) {
.menuheader ul li {
margin: 0 5px;
}
.menuheader ul li a {
font-size: 0.85em;
}
.menuHead {
padding: 0;
}
}
@media only screen and (max-width: 1080px) {
#menu-fixed {
visibility: visible;
opacity: 1;
}
#masthead .site-branding .menu {
display: none;
}
.logoHead {
max-width: 290px;
}
#menu-main-surheader {
display: flex !important;
}
.surheader {
height: 45px;
}
}
@media only screen and (max-width: 992px) {
.slideInfo {
display: none;
}
.slideInfo .owl-item.current {
max-width: 300px;
min-height: 230px;
}
.slideInfo .owl-item {
max-width: 80px;
min-height: 170px;
}
.buttonAction {
right: 2%;
top: 436px;
}
.metierHome .row{
margin-top: 5em;
}
.itemActu {
margin-bottom: 4em;
}
figure.imgO {
max-width: 100%;
}
#mapHome {
height: initial;
overflow: initial;
}
.ListCabBloc > ul {
padding: 0;
overflow-y: initial;
position: relative;
height: initial;
}
.itemJour {
margin-bottom: 3em;
text-align: center;
}
.containerBlocContenu:nth-child(2n) {
flex-wrap: wrap;
}
.fullImg {
min-height: 320px;
}
}
@media only screen and (max-width: 768px) {
video {
max-width: 100%;
height: auto;
}
.coordo {
flex-wrap: wrap;
}
.ctaRound {
margin-bottom: 10px;
margin-top: 10px;
}
.horairesOrtho {
padding: 1em;
}
.itemScroll {
display: none;
}
.itemOffre div, .title-offre {
flex-wrap: wrap;
}
.itemOffre div span.ref, .itemOffre div span.date {
width: 100%;
}
.itemOffre div span.demande, .itemOffre div span.secteur, .itemOffre div span.ville {
width: 100%;
}
.title-offre span.titref, .title-offre span.titdat, .title-offre span.titdem, .title-offre span.titsec, .title-offre span.titvil {
width: 100%;
}
.globalPost {
padding: 4em 2em;
}
.globalPost > .row {
margin: initial;
}
.bullContact {
padding: 0 !important;
display: block;
height: 120px;
margin-top: 80px;
}
}
@media only screen and (max-width: 576px) {
.slideInfo {
display: none !important;
}
.slideInfo .owl-stage-outer {
display: none;
}
.sliderInfo {
padding: 2em;
height: initial;
}
.imgCarousel .owl-nav{
display: none;
}
.buttonAction {
right: initial;
top: initial;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.sliderHome figure {
height: 170px;
}
.paddingBloc {
padding: 5em 2em;
}
.bandHead h1 {
text-align: center;
font-size: 2.2em;
}
.itemDirect {
margin-bottom: 1em;
}
.listOrtho {
padding-left: 0;
}
.listOrtho .owl-stage-outer {
padding-left: 0;
}
.itemOrtho {
cursor: pointer;
transition: all 0.4s ease-out;
opacity: 1;
max-width: 280px;
margin: 0 auto;
}
.contenuBloc .containText {
padding: 2em 0em;
}
.bigTitle {
font-size: 2em;
}
.linkMore {
flex-wrap: wrap;
}
.linkMore > a {
margin-bottom: 1em !important;
}
}
@media only screen and (max-width: 320px) {
}