/*
Theme Name: Mediweb
Theme URI: https://mediweb.fr
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: https://mediweb.fr
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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, em, font, img, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

html.hidden {
    overflow: hidden
}

body,
html {
    height: 100%
}


body.opaity {
    opacity: 0;
}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: none
}

textarea {
    resize: none
}

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

b, strong {
    font-weight: 700;
}


section {
    width: 100%;
}.grecaptcha-badge { visibility: hidden; }

.section-equipe .doctor-box .doctor:not(:first-child) {
	margin-top: 44px;
}
.section-equipe .doctor-box .doctor:nth-child(even) {
	align-items: center;
}
.section-equipe .doctor-box .doctor:nth-child(even) .desc {
	text-align: right;
}
.section-equipe .doctor-box .doctor:nth-child(even) .desc li {
/* 	justify-content: flex-end; */
	text-align: justify;
}

@media only screen and (max-width: 700px) {
	.section-equipe .doctor-box .container {
		flex-direction: column-reverse !important;
	}
}

.section-equipe .assistante-wrapper .assistante-box .container {
	flex-direction: row-reverse;
}
.section-equipe .assistante-wrapper .assistante-box .desc .title {
	text-align: left !important;
}
.section-equipe .assistante-wrapper .assistante-box .desc .position {
	text-align: left !important;
}

